@charset "UTF-8";
/*＝＝＝＝＝↓リセットCSS↓＝＝＝＝＝*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  transition: all 0.3;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/*＝＝＝＝＝↑リセットCSS↑＝＝＝＝＝*/
body {
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 750px;
  width: 100%;
  margin-inline: auto;
}

.inner {
  margin-left: 3.2vw;
  margin-right: 3.2vw;
}

.pc-only {
  display: block;
}

.tablet-only {
  display: none;
}

.tablet-under {
  display: none;
}

.sp-only {
  display: none;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}
header .logo {
  width: 44.5333333333vw;
  max-width: 320px;
}
header .logo img {
  width: 100%;
}
header .header-right {
  display: flex;
  gap: 5px;
  margin-right: min(1.3333333333vw, 10px);
}
header .header-right a {
  width: 25.3333333333vw;
  max-width: 190px;
}
header .header-right a img {
  width: 100%;
}

.first-cv {
  position: relative;
}
.first-cv .merit {
  position: absolute;
  top: -7%;
}
.first-cv .merit h2 {
  position: absolute;
  top: 28%;
  right: 4%;
  width: 76vw;
  max-width: 570px;
}
.first-cv .point-box {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 100%;
  padding-left: min(3.2vw, 24px);
  padding-right: min(3.2vw, 24px);
  box-sizing: border-box;
}
.first-cv .cv-area {
  padding-top: min(45.3333333333vw, 340px);
  padding-bottom: 30px;
  background-color: #FEA501;
}
.first-cv .cv-area .inner {
  background-color: #fff;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.first-cv .cv-area .inner h3 {
  background-color: #46B800;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  color: #fff;
}
.first-cv .cv-area .inner a {
  margin-top: 10px;
  margin-left: min(2.6666666667vw, 20px);
  margin-right: min(2.6666666667vw, 20px);
  display: block;
  box-sizing: border-box;
}
.first-cv .cv-area .inner a img {
  width: 100%;
}
.first-cv .cv-area .inner .cupon {
  margin-top: 10px;
  margin-left: min(2.6666666667vw, 20px);
  margin-right: min(2.6666666667vw, 20px);
  display: block;
  box-sizing: border-box;
}
.first-cv .cv-area .inner .cupon img {
  width: 100%;
}

.kiken {
  background-color: #FFE362;
  padding: 0 0 25px;
}
.kiken ul {
  margin-top: 30px;
}
.kiken ul li {
  margin-bottom: 20px;
  border: 2px solid #000;
  background-color: #fff;
}
.kiken ul li h3 {
  background-color: #000;
  color: #F3D965;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.kiken ul li .box {
  display: flex;
  padding-left: min(4vw, 30px);
  padding-right: min(4vw, 30px);
  margin-top: 20px;
}
.kiken ul li .box .img {
  position: relative;
}
.kiken ul li .box .img .bee {
  position: absolute;
  width: 22.4vw;
  max-width: 168px;
  top: -46px;
  left: -20px;
}
.kiken ul li .box .img .bee img {
  width: 100%;
}
.kiken ul li .box .img .nest {
  width: 40vw;
  max-width: 300px;
}
.kiken ul li .box .img .nest img {
  width: 100%;
}
.kiken ul li .box .text {
  margin-left: min(4vw, 30px);
}
.kiken ul li .box .text dl dt {
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  border: 2px solid #000;
  background-color: #FFE362;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
.kiken ul li .box .text dl dd {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #D60000;
}
.kiken ul li .box .text dl dd span {
  font-size: 24px;
}
.kiken ul li .box .text dl dd img {
  width: 24px;
  height: 24px;
}
.kiken ul li .box .text dl:last-child dt {
  margin-top: 8px;
  margin-bottom: 7px;
}
.kiken ul li p {
  margin: 15px 0 20px;
  padding-left: min(4vw, 30px);
  padding-right: min(4vw, 30px);
  line-height: 1.5;
  text-align: justify;
}
.kiken ul li p span {
  font-weight: bold;
  color: #D60000;
}
.kiken ul li:last-child {
  margin-bottom: 0;
}

.anaphylaxis {
  background-image: url(/images/back01.png);
  background-size: 100%;
  background-position: center top;
  padding-bottom: 30px;
}
.anaphylaxis .read {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
}
.anaphylaxis .read span {
  color: #FDDA11;
}
.anaphylaxis .box {
  margin-top: 20px;
  background-color: #fff;
  margin-left: min(3.2vw, 24px);
  margin-right: min(3.2vw, 24px);
}
.anaphylaxis .box h3 {
  background-color: #FDDA11;
  color: #D60000;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
}
.anaphylaxis .box p {
  padding-top: min(4vw, 30px);
  padding-left: min(5.3333333333vw, 40px);
  padding-right: min(5.3333333333vw, 40px);
  padding-bottom: min(4vw, 30px);
  line-height: 1.5;
  text-align: justify;
}
.anaphylaxis .box p span {
  font-weight: bold;
  color: #D60000;
}

.point {
  background-color: #F8F3B6;
  padding-bottom: 30px;
}
.point ol li {
  border: 1px solid #E87034;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 15px;
  padding: min(5.3333333333vw, 40px);
}
.point ol li .title {
  display: flex;
  align-items: center;
}
.point ol li .title .icon {
  max-width: 100px;
  width: 13.3333333333vw;
}
.point ol li .title .icon img {
  width: 100%;
}
.point ol li .title h3 {
  margin-left: min(5.3333333333vw, 40px);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}
.point ol li .title h3 span {
  background: linear-gradient(transparent 60%, #FDDA11 60%);
}
.point ol li p {
  line-height: 1.5;
  text-align: justify;
  margin-top: 20px;
}
.point ol li p .red {
  font-weight: bold;
  color: #D60000;
}
.point ol li p .ex {
  color: #646464;
}
.point ol li:last-child {
  margin-bottom: 0;
}

.cv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FEA501;
}
.cv .inner {
  background-color: #fff;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cv .inner h2 {
  background-color: #46B800;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  color: #fff;
}
.cv .inner a {
  margin-top: 10px;
  margin-left: min(2.6666666667vw, 20px);
  margin-right: min(2.6666666667vw, 20px);
  display: block;
  box-sizing: border-box;
}
.cv .inner a img {
  width: 100%;
}
.cv .inner .cupon {
  margin-top: 10px;
  margin-left: min(2.6666666667vw, 20px);
  margin-right: min(2.6666666667vw, 20px);
  display: block;
  box-sizing: border-box;
}
.cv .inner .cupon img {
  width: 100%;
}

.consultation {
  background-color: #EEE5C5;
  padding-bottom: 25px;
}
.consultation ul li {
  border: 1px solid #E87034;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 15px;
}
.consultation ul li dt {
  background-color: #FFF9AC;
  border-radius: 5px 5px 0 0;
  padding-top: min(5.3333333333vw, 40px);
  padding-left: min(5.3333333333vw, 40px);
  padding-right: min(5.3333333333vw, 40px);
  display: flex;
  align-items: flex-end;
}
.consultation ul li dt .icon {
  width: 10.6666666667vw;
  max-width: 80px;
}
.consultation ul li dt .icon img {
  width: 100%;
}
.consultation ul li dt p {
  margin-left: min(5.3333333333vw, 40px);
  line-height: 1.5;
  text-align: justify;
  width: 67.7333333333vw;
  max-width: 508px;
  padding-bottom: min(5.3333333333vw, 40px);
}
.consultation ul li dt p span {
  color: #E87034;
  text-decoration: underline;
}
.consultation ul li dd {
  margin-top: min(4vw, 30px);
  padding-left: min(5.3333333333vw, 40px);
  padding-right: min(5.3333333333vw, 40px);
  line-height: 1.5;
  text-align: justify;
}
.consultation ul li dd img {
  display: block;
  margin-top: min(5.3333333333vw, 40px);
}
.consultation ul li:last-child {
  margin-bottom: 0;
}

.flow {
  background-color: #F5ECE0;
  padding-bottom: 25px;
}
.flow ol {
  margin-top: 15px;
}
.flow ol li {
  margin-bottom: 50px;
  border: 2px solid #41210A;
  padding-top: 56px;
  padding-left: min(4vw, 30px);
  padding-right: min(4vw, 30px);
  padding-bottom: min(5.3333333333vw, 40px);
  background-color: #fff;
  position: relative;
  text-align: center;
}
.flow ol li .step {
  position: absolute;
  width: 106px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #41210A;
  color: #fff;
}
.flow ol li img {
  width: 100%;
}
.flow ol li h3 {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FDDA11 60%);
}
.flow ol li .read {
  text-align: left;
  line-height: 1.5;
  text-align: justify;
  margin-top: 20px;
}
.flow ol li::after {
  content: "";
  width: 80px;
  height: 50px;
  background-image: url(/images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.flow ol li:last-child {
  margin-bottom: 0;
}
.flow ol li:last-child::after {
  display: none;
}

.faq {
  background-color: #FFFEE3;
  padding-bottom: 25px;
}
.faq dl {
  margin-bottom: 20px;
}
.faq dl dt {
  background-color: #FFEDC0;
  display: flex;
  align-items: center;
  padding-top: min(3.7333333333vw, 28px);
  padding-left: min(2.6666666667vw, 20px);
  padding-right: min(2.6666666667vw, 20px);
  padding-bottom: min(3.7333333333vw, 28px);
  border-radius: 5px;
}
.faq dl dt .question {
  width: 34px;
  height: 34px;
  background-color: #E07019;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  border-radius: 50%;
}
.faq dl dt p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  margin-left: 15px;
  width: calc(100% - 49px);
}
.faq dl dd {
  margin-top: 15px;
  line-height: 1.5;
  text-align: justify;
  padding-left: min(4vw, 30px);
  padding-right: min(4vw, 30px);
}
.faq dl:last-child {
  margin-bottom: 0;
}

.area {
  padding-bottom: 25px;
}
.area .osaka {
  margin-top: 30px;
}
.area .osaka h3 {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background-color: #DC9859;
  color: #fff;
}
.area .osaka ul {
  border: 1px solid #DC9859;
  padding-top: min(5.3333333333vw, 40px);
  padding-left: min(4vw, 30px);
  padding-right: min(4vw, 30px);
  padding-bottom: min(5.3333333333vw - 10px, 40px);
  display: flex;
  flex-wrap: wrap;
}
.area .osaka ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  margin-right: 10px;
}
.area .osaka ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #DC9859;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.area .kyoto {
  margin-top: 20px;
}
.area .kyoto h3 {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background-color: #DA7079;
  color: #fff;
}
.area .kyoto ul {
  border: 1px solid #DA7079;
  padding-top: min(5.3333333333vw, 40px);
  padding-left: min(4vw, 30px);
  padding-right: min(4vw, 30px);
  padding-bottom: min(5.3333333333vw - 10px, 40px);
  display: flex;
  flex-wrap: wrap;
}
.area .kyoto ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  margin-right: 10px;
}
.area .kyoto ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #DA7079;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.area .shiga {
  margin-top: 20px;
}
.area .shiga h3 {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background-color: #469DC2;
  color: #fff;
}
.area .shiga ul {
  border: 1px solid #469DC2;
  padding-top: min(5.3333333333vw, 40px);
  padding-left: min(4vw, 30px);
  padding-right: min(4vw, 30px);
  padding-bottom: min(5.3333333333vw - 10px, 40px);
  display: flex;
  flex-wrap: wrap;
}
.area .shiga ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  margin-right: 10px;
}
.area .shiga ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #469DC2;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.company {
  margin-top: 25px;
}
.company h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-bottom: 1px solid #737373;
}
.company p {
  line-height: 1.5;
  margin-top: 15px;
}

footer {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 180px;
}
footer .plibacy-policy {
  background-color: #F0F0F0;
  padding: 10px;
  font-size: 12px;
}
footer .plibacy-policy a {
  color: #333;
}
footer small {
  display: block;
  margin-top: 10px;
  font-size: 10px;
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  background-color: #FFE362;
  border-top: 1px solid #C70000;
  box-sizing: border-box;
  padding-top: min(2.4vw, 18px);
  padding-left: min(1.3333333333vw, 10px);
  padding-right: min(1.3333333333vw, 10px);
  padding-bottom: min(1.8666666667vw, 14px);
}
.fixed-btn p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #41210A;
}
.fixed-btn .btn-area {
  display: flex;
  gap: 1.3333333333vw;
  margin-top: min(1.8666666667vw, 14px);
}
.fixed-btn .btn-area .tel-btn {
  width: 69.3333333333vw;
}
.fixed-btn .btn-area .tel-btn img {
  width: 100%;
}
.fixed-btn .btn-area .line-btn {
  width: 26.6666666667vw;
}
.fixed-btn .btn-area .line-btn img {
  width: 100%;
}

.modal {
  display: none;
}

@media only screen and (max-width: 700px) {
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  body {
    font-size: 14px;
  }
  .first-cv .merit {
    top: -6%;
  }
  .first-cv .cv-area .inner h3 {
    padding: 5px 0;
    font-size: 14px;
  }
  .kiken ul li .box .img .bee {
    top: -50px;
    left: -10px;
  }
  .cv .inner h2 {
    padding: 5px 0;
    font-size: 14px;
  }
  .fixed-btn p {
    font-size: 12px;
  }
  footer {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 325px) {
  .kiken ul li .box .text dl dd {
    font-size: 28px;
  }
  .kiken ul li .box .text dl dd span {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */