@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

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;
  cursor: pointer;
}

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

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.is-editor * {
  all: revert;
  box-sizing: border-box;
  /* revertでリセットされたものを最低限戻す */
}

.u-mx-auto {
  margin-inline: auto;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-4 {
  margin-top: 0.25rem;
}

.u-mr-4 {
  margin-right: 0.25rem;
}

.u-mb-4 {
  margin-bottom: 0.25rem;
}

.u-ml-4 {
  margin-left: 0.25rem;
}

.u-mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.u-my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.u-m-4 {
  margin: 0.25rem;
}

@media (max-width: 767px) {
  .u-mt4-sp {
    margin-top: 0.25rem;
  }

  .u-mr4-sp {
    margin-right: 0.25rem;
  }

  .u-mb4-sp {
    margin-bottom: 0.25rem;
  }

  .u-ml4-sp {
    margin-left: 0.25rem;
  }

  .u-mx4-sp {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .u-my4-sp {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .u-m4-sp {
    margin: 0.25rem;
  }
}
@media (min-width: 768px) {
  .u-mt4-pc {
    margin-top: 0.25rem;
  }

  .u-mr4-pc {
    margin-right: 0.25rem;
  }

  .u-mb4-pc {
    margin-bottom: 0.25rem;
  }

  .u-ml4-pc {
    margin-left: 0.25rem;
  }

  .u-mx4-pc {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .u-my4-pc {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .u-m4-pc {
    margin: 0.25rem;
  }
}
.u-mt-8 {
  margin-top: 0.5rem;
}

.u-mr-8 {
  margin-right: 0.5rem;
}

.u-mb-8 {
  margin-bottom: 0.5rem;
}

.u-ml-8 {
  margin-left: 0.5rem;
}

.u-mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.u-my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.u-m-8 {
  margin: 0.5rem;
}

@media (max-width: 767px) {
  .u-mt8-sp {
    margin-top: 0.5rem;
  }

  .u-mr8-sp {
    margin-right: 0.5rem;
  }

  .u-mb8-sp {
    margin-bottom: 0.5rem;
  }

  .u-ml8-sp {
    margin-left: 0.5rem;
  }

  .u-mx8-sp {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .u-my8-sp {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .u-m8-sp {
    margin: 0.5rem;
  }
}
@media (min-width: 768px) {
  .u-mt8-pc {
    margin-top: 0.5rem;
  }

  .u-mr8-pc {
    margin-right: 0.5rem;
  }

  .u-mb8-pc {
    margin-bottom: 0.5rem;
  }

  .u-ml8-pc {
    margin-left: 0.5rem;
  }

  .u-mx8-pc {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .u-my8-pc {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .u-m8-pc {
    margin: 0.5rem;
  }
}
.u-mt-12 {
  margin-top: 0.75rem;
}

.u-mr-12 {
  margin-right: 0.75rem;
}

.u-mb-12 {
  margin-bottom: 0.75rem;
}

.u-ml-12 {
  margin-left: 0.75rem;
}

.u-mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.u-my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.u-m-12 {
  margin: 0.75rem;
}

@media (max-width: 767px) {
  .u-mt12-sp {
    margin-top: 0.75rem;
  }

  .u-mr12-sp {
    margin-right: 0.75rem;
  }

  .u-mb12-sp {
    margin-bottom: 0.75rem;
  }

  .u-ml12-sp {
    margin-left: 0.75rem;
  }

  .u-mx12-sp {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .u-my12-sp {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .u-m12-sp {
    margin: 0.75rem;
  }
}
@media (min-width: 768px) {
  .u-mt12-pc {
    margin-top: 0.75rem;
  }

  .u-mr12-pc {
    margin-right: 0.75rem;
  }

  .u-mb12-pc {
    margin-bottom: 0.75rem;
  }

  .u-ml12-pc {
    margin-left: 0.75rem;
  }

  .u-mx12-pc {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .u-my12-pc {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .u-m12-pc {
    margin: 0.75rem;
  }
}
.u-mt-16 {
  margin-top: 1rem;
}

.u-mr-16 {
  margin-right: 1rem;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-ml-16 {
  margin-left: 1rem;
}

.u-mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u-my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u-m-16 {
  margin: 1rem;
}

@media (max-width: 767px) {
  .u-mt16-sp {
    margin-top: 1rem;
  }

  .u-mr16-sp {
    margin-right: 1rem;
  }

  .u-mb16-sp {
    margin-bottom: 1rem;
  }

  .u-ml16-sp {
    margin-left: 1rem;
  }

  .u-mx16-sp {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .u-my16-sp {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-m16-sp {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  .u-mt16-pc {
    margin-top: 1rem;
  }

  .u-mr16-pc {
    margin-right: 1rem;
  }

  .u-mb16-pc {
    margin-bottom: 1rem;
  }

  .u-ml16-pc {
    margin-left: 1rem;
  }

  .u-mx16-pc {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .u-my16-pc {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-m16-pc {
    margin: 1rem;
  }
}
.u-mt-20 {
  margin-top: 1.25rem;
}

.u-mr-20 {
  margin-right: 1.25rem;
}

.u-mb-20 {
  margin-bottom: 1.25rem;
}

.u-ml-20 {
  margin-left: 1.25rem;
}

.u-mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.u-my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.u-m-20 {
  margin: 1.25rem;
}

@media (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 1.25rem;
  }

  .u-mr20-sp {
    margin-right: 1.25rem;
  }

  .u-mb20-sp {
    margin-bottom: 1.25rem;
  }

  .u-ml20-sp {
    margin-left: 1.25rem;
  }

  .u-mx20-sp {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .u-my20-sp {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .u-m20-sp {
    margin: 1.25rem;
  }
}
@media (min-width: 768px) {
  .u-mt20-pc {
    margin-top: 1.25rem;
  }

  .u-mr20-pc {
    margin-right: 1.25rem;
  }

  .u-mb20-pc {
    margin-bottom: 1.25rem;
  }

  .u-ml20-pc {
    margin-left: 1.25rem;
  }

  .u-mx20-pc {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .u-my20-pc {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .u-m20-pc {
    margin: 1.25rem;
  }
}
.u-mt-24 {
  margin-top: 1.5rem;
}

.u-mr-24 {
  margin-right: 1.5rem;
}

.u-mb-24 {
  margin-bottom: 1.5rem;
}

.u-ml-24 {
  margin-left: 1.5rem;
}

.u-mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.u-my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.u-m-24 {
  margin: 1.5rem;
}

@media (max-width: 767px) {
  .u-mt24-sp {
    margin-top: 1.5rem;
  }

  .u-mr24-sp {
    margin-right: 1.5rem;
  }

  .u-mb24-sp {
    margin-bottom: 1.5rem;
  }

  .u-ml24-sp {
    margin-left: 1.5rem;
  }

  .u-mx24-sp {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .u-my24-sp {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .u-m24-sp {
    margin: 1.5rem;
  }
}
@media (min-width: 768px) {
  .u-mt24-pc {
    margin-top: 1.5rem;
  }

  .u-mr24-pc {
    margin-right: 1.5rem;
  }

  .u-mb24-pc {
    margin-bottom: 1.5rem;
  }

  .u-ml24-pc {
    margin-left: 1.5rem;
  }

  .u-mx24-pc {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .u-my24-pc {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .u-m24-pc {
    margin: 1.5rem;
  }
}
.u-mt-28 {
  margin-top: 1.75rem;
}

.u-mr-28 {
  margin-right: 1.75rem;
}

.u-mb-28 {
  margin-bottom: 1.75rem;
}

.u-ml-28 {
  margin-left: 1.75rem;
}

.u-mx-28 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.u-my-28 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.u-m-28 {
  margin: 1.75rem;
}

@media (max-width: 767px) {
  .u-mt28-sp {
    margin-top: 1.75rem;
  }

  .u-mr28-sp {
    margin-right: 1.75rem;
  }

  .u-mb28-sp {
    margin-bottom: 1.75rem;
  }

  .u-ml28-sp {
    margin-left: 1.75rem;
  }

  .u-mx28-sp {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .u-my28-sp {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .u-m28-sp {
    margin: 1.75rem;
  }
}
@media (min-width: 768px) {
  .u-mt28-pc {
    margin-top: 1.75rem;
  }

  .u-mr28-pc {
    margin-right: 1.75rem;
  }

  .u-mb28-pc {
    margin-bottom: 1.75rem;
  }

  .u-ml28-pc {
    margin-left: 1.75rem;
  }

  .u-mx28-pc {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .u-my28-pc {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .u-m28-pc {
    margin: 1.75rem;
  }
}
.u-mt-32 {
  margin-top: 2rem;
}

.u-mr-32 {
  margin-right: 2rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-ml-32 {
  margin-left: 2rem;
}

.u-mx-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u-my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-m-32 {
  margin: 2rem;
}

@media (max-width: 767px) {
  .u-mt32-sp {
    margin-top: 2rem;
  }

  .u-mr32-sp {
    margin-right: 2rem;
  }

  .u-mb32-sp {
    margin-bottom: 2rem;
  }

  .u-ml32-sp {
    margin-left: 2rem;
  }

  .u-mx32-sp {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .u-my32-sp {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .u-m32-sp {
    margin: 2rem;
  }
}
@media (min-width: 768px) {
  .u-mt32-pc {
    margin-top: 2rem;
  }

  .u-mr32-pc {
    margin-right: 2rem;
  }

  .u-mb32-pc {
    margin-bottom: 2rem;
  }

  .u-ml32-pc {
    margin-left: 2rem;
  }

  .u-mx32-pc {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .u-my32-pc {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .u-m32-pc {
    margin: 2rem;
  }
}
.u-mt-36 {
  margin-top: 2.25rem;
}

.u-mr-36 {
  margin-right: 2.25rem;
}

.u-mb-36 {
  margin-bottom: 2.25rem;
}

.u-ml-36 {
  margin-left: 2.25rem;
}

.u-mx-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.u-my-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.u-m-36 {
  margin: 2.25rem;
}

@media (max-width: 767px) {
  .u-mt36-sp {
    margin-top: 2.25rem;
  }

  .u-mr36-sp {
    margin-right: 2.25rem;
  }

  .u-mb36-sp {
    margin-bottom: 2.25rem;
  }

  .u-ml36-sp {
    margin-left: 2.25rem;
  }

  .u-mx36-sp {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .u-my36-sp {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .u-m36-sp {
    margin: 2.25rem;
  }
}
@media (min-width: 768px) {
  .u-mt36-pc {
    margin-top: 2.25rem;
  }

  .u-mr36-pc {
    margin-right: 2.25rem;
  }

  .u-mb36-pc {
    margin-bottom: 2.25rem;
  }

  .u-ml36-pc {
    margin-left: 2.25rem;
  }

  .u-mx36-pc {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .u-my36-pc {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .u-m36-pc {
    margin: 2.25rem;
  }
}
.u-mt-40 {
  margin-top: 2.5rem;
}

.u-mr-40 {
  margin-right: 2.5rem;
}

.u-mb-40 {
  margin-bottom: 2.5rem;
}

.u-ml-40 {
  margin-left: 2.5rem;
}

.u-mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.u-my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.u-m-40 {
  margin: 2.5rem;
}

@media (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 2.5rem;
  }

  .u-mr40-sp {
    margin-right: 2.5rem;
  }

  .u-mb40-sp {
    margin-bottom: 2.5rem;
  }

  .u-ml40-sp {
    margin-left: 2.5rem;
  }

  .u-mx40-sp {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .u-my40-sp {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .u-m40-sp {
    margin: 2.5rem;
  }
}
@media (min-width: 768px) {
  .u-mt40-pc {
    margin-top: 2.5rem;
  }

  .u-mr40-pc {
    margin-right: 2.5rem;
  }

  .u-mb40-pc {
    margin-bottom: 2.5rem;
  }

  .u-ml40-pc {
    margin-left: 2.5rem;
  }

  .u-mx40-pc {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .u-my40-pc {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .u-m40-pc {
    margin: 2.5rem;
  }
}
.u-mt-44 {
  margin-top: 2.75rem;
}

.u-mr-44 {
  margin-right: 2.75rem;
}

.u-mb-44 {
  margin-bottom: 2.75rem;
}

.u-ml-44 {
  margin-left: 2.75rem;
}

.u-mx-44 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.u-my-44 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.u-m-44 {
  margin: 2.75rem;
}

@media (max-width: 767px) {
  .u-mt44-sp {
    margin-top: 2.75rem;
  }

  .u-mr44-sp {
    margin-right: 2.75rem;
  }

  .u-mb44-sp {
    margin-bottom: 2.75rem;
  }

  .u-ml44-sp {
    margin-left: 2.75rem;
  }

  .u-mx44-sp {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .u-my44-sp {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .u-m44-sp {
    margin: 2.75rem;
  }
}
@media (min-width: 768px) {
  .u-mt44-pc {
    margin-top: 2.75rem;
  }

  .u-mr44-pc {
    margin-right: 2.75rem;
  }

  .u-mb44-pc {
    margin-bottom: 2.75rem;
  }

  .u-ml44-pc {
    margin-left: 2.75rem;
  }

  .u-mx44-pc {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .u-my44-pc {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .u-m44-pc {
    margin: 2.75rem;
  }
}
.u-mt-48 {
  margin-top: 3rem;
}

.u-mr-48 {
  margin-right: 3rem;
}

.u-mb-48 {
  margin-bottom: 3rem;
}

.u-ml-48 {
  margin-left: 3rem;
}

.u-mx-48 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u-my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u-m-48 {
  margin: 3rem;
}

@media (max-width: 767px) {
  .u-mt48-sp {
    margin-top: 3rem;
  }

  .u-mr48-sp {
    margin-right: 3rem;
  }

  .u-mb48-sp {
    margin-bottom: 3rem;
  }

  .u-ml48-sp {
    margin-left: 3rem;
  }

  .u-mx48-sp {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .u-my48-sp {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-m48-sp {
    margin: 3rem;
  }
}
@media (min-width: 768px) {
  .u-mt48-pc {
    margin-top: 3rem;
  }

  .u-mr48-pc {
    margin-right: 3rem;
  }

  .u-mb48-pc {
    margin-bottom: 3rem;
  }

  .u-ml48-pc {
    margin-left: 3rem;
  }

  .u-mx48-pc {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .u-my48-pc {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-m48-pc {
    margin: 3rem;
  }
}
.u-mt-52 {
  margin-top: 3.25rem;
}

.u-mr-52 {
  margin-right: 3.25rem;
}

.u-mb-52 {
  margin-bottom: 3.25rem;
}

.u-ml-52 {
  margin-left: 3.25rem;
}

.u-mx-52 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.u-my-52 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.u-m-52 {
  margin: 3.25rem;
}

@media (max-width: 767px) {
  .u-mt52-sp {
    margin-top: 3.25rem;
  }

  .u-mr52-sp {
    margin-right: 3.25rem;
  }

  .u-mb52-sp {
    margin-bottom: 3.25rem;
  }

  .u-ml52-sp {
    margin-left: 3.25rem;
  }

  .u-mx52-sp {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .u-my52-sp {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .u-m52-sp {
    margin: 3.25rem;
  }
}
@media (min-width: 768px) {
  .u-mt52-pc {
    margin-top: 3.25rem;
  }

  .u-mr52-pc {
    margin-right: 3.25rem;
  }

  .u-mb52-pc {
    margin-bottom: 3.25rem;
  }

  .u-ml52-pc {
    margin-left: 3.25rem;
  }

  .u-mx52-pc {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .u-my52-pc {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .u-m52-pc {
    margin: 3.25rem;
  }
}
.u-mt-56 {
  margin-top: 3.5rem;
}

.u-mr-56 {
  margin-right: 3.5rem;
}

.u-mb-56 {
  margin-bottom: 3.5rem;
}

.u-ml-56 {
  margin-left: 3.5rem;
}

.u-mx-56 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.u-my-56 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.u-m-56 {
  margin: 3.5rem;
}

@media (max-width: 767px) {
  .u-mt56-sp {
    margin-top: 3.5rem;
  }

  .u-mr56-sp {
    margin-right: 3.5rem;
  }

  .u-mb56-sp {
    margin-bottom: 3.5rem;
  }

  .u-ml56-sp {
    margin-left: 3.5rem;
  }

  .u-mx56-sp {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .u-my56-sp {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .u-m56-sp {
    margin: 3.5rem;
  }
}
@media (min-width: 768px) {
  .u-mt56-pc {
    margin-top: 3.5rem;
  }

  .u-mr56-pc {
    margin-right: 3.5rem;
  }

  .u-mb56-pc {
    margin-bottom: 3.5rem;
  }

  .u-ml56-pc {
    margin-left: 3.5rem;
  }

  .u-mx56-pc {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .u-my56-pc {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .u-m56-pc {
    margin: 3.5rem;
  }
}
.u-mt-60 {
  margin-top: 3.75rem;
}

.u-mr-60 {
  margin-right: 3.75rem;
}

.u-mb-60 {
  margin-bottom: 3.75rem;
}

.u-ml-60 {
  margin-left: 3.75rem;
}

.u-mx-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.u-my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.u-m-60 {
  margin: 3.75rem;
}

@media (max-width: 767px) {
  .u-mt60-sp {
    margin-top: 3.75rem;
  }

  .u-mr60-sp {
    margin-right: 3.75rem;
  }

  .u-mb60-sp {
    margin-bottom: 3.75rem;
  }

  .u-ml60-sp {
    margin-left: 3.75rem;
  }

  .u-mx60-sp {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .u-my60-sp {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .u-m60-sp {
    margin: 3.75rem;
  }
}
@media (min-width: 768px) {
  .u-mt60-pc {
    margin-top: 3.75rem;
  }

  .u-mr60-pc {
    margin-right: 3.75rem;
  }

  .u-mb60-pc {
    margin-bottom: 3.75rem;
  }

  .u-ml60-pc {
    margin-left: 3.75rem;
  }

  .u-mx60-pc {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .u-my60-pc {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .u-m60-pc {
    margin: 3.75rem;
  }
}
.u-mt-64 {
  margin-top: 4rem;
}

.u-mr-64 {
  margin-right: 4rem;
}

.u-mb-64 {
  margin-bottom: 4rem;
}

.u-ml-64 {
  margin-left: 4rem;
}

.u-mx-64 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u-my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u-m-64 {
  margin: 4rem;
}

@media (max-width: 767px) {
  .u-mt64-sp {
    margin-top: 4rem;
  }

  .u-mr64-sp {
    margin-right: 4rem;
  }

  .u-mb64-sp {
    margin-bottom: 4rem;
  }

  .u-ml64-sp {
    margin-left: 4rem;
  }

  .u-mx64-sp {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .u-my64-sp {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .u-m64-sp {
    margin: 4rem;
  }
}
@media (min-width: 768px) {
  .u-mt64-pc {
    margin-top: 4rem;
  }

  .u-mr64-pc {
    margin-right: 4rem;
  }

  .u-mb64-pc {
    margin-bottom: 4rem;
  }

  .u-ml64-pc {
    margin-left: 4rem;
  }

  .u-mx64-pc {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .u-my64-pc {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .u-m64-pc {
    margin: 4rem;
  }
}
.u-mt-68 {
  margin-top: 4.25rem;
}

.u-mr-68 {
  margin-right: 4.25rem;
}

.u-mb-68 {
  margin-bottom: 4.25rem;
}

.u-ml-68 {
  margin-left: 4.25rem;
}

.u-mx-68 {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.u-my-68 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.u-m-68 {
  margin: 4.25rem;
}

@media (max-width: 767px) {
  .u-mt68-sp {
    margin-top: 4.25rem;
  }

  .u-mr68-sp {
    margin-right: 4.25rem;
  }

  .u-mb68-sp {
    margin-bottom: 4.25rem;
  }

  .u-ml68-sp {
    margin-left: 4.25rem;
  }

  .u-mx68-sp {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .u-my68-sp {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .u-m68-sp {
    margin: 4.25rem;
  }
}
@media (min-width: 768px) {
  .u-mt68-pc {
    margin-top: 4.25rem;
  }

  .u-mr68-pc {
    margin-right: 4.25rem;
  }

  .u-mb68-pc {
    margin-bottom: 4.25rem;
  }

  .u-ml68-pc {
    margin-left: 4.25rem;
  }

  .u-mx68-pc {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .u-my68-pc {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .u-m68-pc {
    margin: 4.25rem;
  }
}
.u-mt-72 {
  margin-top: 4.5rem;
}

.u-mr-72 {
  margin-right: 4.5rem;
}

.u-mb-72 {
  margin-bottom: 4.5rem;
}

.u-ml-72 {
  margin-left: 4.5rem;
}

.u-mx-72 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.u-my-72 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.u-m-72 {
  margin: 4.5rem;
}

@media (max-width: 767px) {
  .u-mt72-sp {
    margin-top: 4.5rem;
  }

  .u-mr72-sp {
    margin-right: 4.5rem;
  }

  .u-mb72-sp {
    margin-bottom: 4.5rem;
  }

  .u-ml72-sp {
    margin-left: 4.5rem;
  }

  .u-mx72-sp {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .u-my72-sp {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .u-m72-sp {
    margin: 4.5rem;
  }
}
@media (min-width: 768px) {
  .u-mt72-pc {
    margin-top: 4.5rem;
  }

  .u-mr72-pc {
    margin-right: 4.5rem;
  }

  .u-mb72-pc {
    margin-bottom: 4.5rem;
  }

  .u-ml72-pc {
    margin-left: 4.5rem;
  }

  .u-mx72-pc {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .u-my72-pc {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .u-m72-pc {
    margin: 4.5rem;
  }
}
.u-mt-76 {
  margin-top: 4.75rem;
}

.u-mr-76 {
  margin-right: 4.75rem;
}

.u-mb-76 {
  margin-bottom: 4.75rem;
}

.u-ml-76 {
  margin-left: 4.75rem;
}

.u-mx-76 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.u-my-76 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.u-m-76 {
  margin: 4.75rem;
}

@media (max-width: 767px) {
  .u-mt76-sp {
    margin-top: 4.75rem;
  }

  .u-mr76-sp {
    margin-right: 4.75rem;
  }

  .u-mb76-sp {
    margin-bottom: 4.75rem;
  }

  .u-ml76-sp {
    margin-left: 4.75rem;
  }

  .u-mx76-sp {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .u-my76-sp {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .u-m76-sp {
    margin: 4.75rem;
  }
}
@media (min-width: 768px) {
  .u-mt76-pc {
    margin-top: 4.75rem;
  }

  .u-mr76-pc {
    margin-right: 4.75rem;
  }

  .u-mb76-pc {
    margin-bottom: 4.75rem;
  }

  .u-ml76-pc {
    margin-left: 4.75rem;
  }

  .u-mx76-pc {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .u-my76-pc {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .u-m76-pc {
    margin: 4.75rem;
  }
}
.u-mt-80 {
  margin-top: 5rem;
}

.u-mr-80 {
  margin-right: 5rem;
}

.u-mb-80 {
  margin-bottom: 5rem;
}

.u-ml-80 {
  margin-left: 5rem;
}

.u-mx-80 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u-my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u-m-80 {
  margin: 5rem;
}

@media (max-width: 767px) {
  .u-mt80-sp {
    margin-top: 5rem;
  }

  .u-mr80-sp {
    margin-right: 5rem;
  }

  .u-mb80-sp {
    margin-bottom: 5rem;
  }

  .u-ml80-sp {
    margin-left: 5rem;
  }

  .u-mx80-sp {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .u-my80-sp {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-m80-sp {
    margin: 5rem;
  }
}
@media (min-width: 768px) {
  .u-mt80-pc {
    margin-top: 5rem;
  }

  .u-mr80-pc {
    margin-right: 5rem;
  }

  .u-mb80-pc {
    margin-bottom: 5rem;
  }

  .u-ml80-pc {
    margin-left: 5rem;
  }

  .u-mx80-pc {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .u-my80-pc {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-m80-pc {
    margin: 5rem;
  }
}
.u-mt-84 {
  margin-top: 5.25rem;
}

.u-mr-84 {
  margin-right: 5.25rem;
}

.u-mb-84 {
  margin-bottom: 5.25rem;
}

.u-ml-84 {
  margin-left: 5.25rem;
}

.u-mx-84 {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.u-my-84 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.u-m-84 {
  margin: 5.25rem;
}

@media (max-width: 767px) {
  .u-mt84-sp {
    margin-top: 5.25rem;
  }

  .u-mr84-sp {
    margin-right: 5.25rem;
  }

  .u-mb84-sp {
    margin-bottom: 5.25rem;
  }

  .u-ml84-sp {
    margin-left: 5.25rem;
  }

  .u-mx84-sp {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .u-my84-sp {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .u-m84-sp {
    margin: 5.25rem;
  }
}
@media (min-width: 768px) {
  .u-mt84-pc {
    margin-top: 5.25rem;
  }

  .u-mr84-pc {
    margin-right: 5.25rem;
  }

  .u-mb84-pc {
    margin-bottom: 5.25rem;
  }

  .u-ml84-pc {
    margin-left: 5.25rem;
  }

  .u-mx84-pc {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .u-my84-pc {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .u-m84-pc {
    margin: 5.25rem;
  }
}
.u-mt-88 {
  margin-top: 5.5rem;
}

.u-mr-88 {
  margin-right: 5.5rem;
}

.u-mb-88 {
  margin-bottom: 5.5rem;
}

.u-ml-88 {
  margin-left: 5.5rem;
}

.u-mx-88 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.u-my-88 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.u-m-88 {
  margin: 5.5rem;
}

@media (max-width: 767px) {
  .u-mt88-sp {
    margin-top: 5.5rem;
  }

  .u-mr88-sp {
    margin-right: 5.5rem;
  }

  .u-mb88-sp {
    margin-bottom: 5.5rem;
  }

  .u-ml88-sp {
    margin-left: 5.5rem;
  }

  .u-mx88-sp {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .u-my88-sp {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .u-m88-sp {
    margin: 5.5rem;
  }
}
@media (min-width: 768px) {
  .u-mt88-pc {
    margin-top: 5.5rem;
  }

  .u-mr88-pc {
    margin-right: 5.5rem;
  }

  .u-mb88-pc {
    margin-bottom: 5.5rem;
  }

  .u-ml88-pc {
    margin-left: 5.5rem;
  }

  .u-mx88-pc {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .u-my88-pc {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .u-m88-pc {
    margin: 5.5rem;
  }
}
.u-mt-92 {
  margin-top: 5.75rem;
}

.u-mr-92 {
  margin-right: 5.75rem;
}

.u-mb-92 {
  margin-bottom: 5.75rem;
}

.u-ml-92 {
  margin-left: 5.75rem;
}

.u-mx-92 {
  margin-left: 5.75rem;
  margin-right: 5.75rem;
}

.u-my-92 {
  margin-top: 5.75rem;
  margin-bottom: 5.75rem;
}

.u-m-92 {
  margin: 5.75rem;
}

@media (max-width: 767px) {
  .u-mt92-sp {
    margin-top: 5.75rem;
  }

  .u-mr92-sp {
    margin-right: 5.75rem;
  }

  .u-mb92-sp {
    margin-bottom: 5.75rem;
  }

  .u-ml92-sp {
    margin-left: 5.75rem;
  }

  .u-mx92-sp {
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .u-my92-sp {
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .u-m92-sp {
    margin: 5.75rem;
  }
}
@media (min-width: 768px) {
  .u-mt92-pc {
    margin-top: 5.75rem;
  }

  .u-mr92-pc {
    margin-right: 5.75rem;
  }

  .u-mb92-pc {
    margin-bottom: 5.75rem;
  }

  .u-ml92-pc {
    margin-left: 5.75rem;
  }

  .u-mx92-pc {
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .u-my92-pc {
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .u-m92-pc {
    margin: 5.75rem;
  }
}
.u-mt-96 {
  margin-top: 6rem;
}

.u-mr-96 {
  margin-right: 6rem;
}

.u-mb-96 {
  margin-bottom: 6rem;
}

.u-ml-96 {
  margin-left: 6rem;
}

.u-mx-96 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.u-my-96 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.u-m-96 {
  margin: 6rem;
}

@media (max-width: 767px) {
  .u-mt96-sp {
    margin-top: 6rem;
  }

  .u-mr96-sp {
    margin-right: 6rem;
  }

  .u-mb96-sp {
    margin-bottom: 6rem;
  }

  .u-ml96-sp {
    margin-left: 6rem;
  }

  .u-mx96-sp {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .u-my96-sp {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .u-m96-sp {
    margin: 6rem;
  }
}
@media (min-width: 768px) {
  .u-mt96-pc {
    margin-top: 6rem;
  }

  .u-mr96-pc {
    margin-right: 6rem;
  }

  .u-mb96-pc {
    margin-bottom: 6rem;
  }

  .u-ml96-pc {
    margin-left: 6rem;
  }

  .u-mx96-pc {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .u-my96-pc {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .u-m96-pc {
    margin: 6rem;
  }
}
.u-mt-100 {
  margin-top: 6.25rem;
}

.u-mr-100 {
  margin-right: 6.25rem;
}

.u-mb-100 {
  margin-bottom: 6.25rem;
}

.u-ml-100 {
  margin-left: 6.25rem;
}

.u-mx-100 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.u-my-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.u-m-100 {
  margin: 6.25rem;
}

@media (max-width: 767px) {
  .u-mt100-sp {
    margin-top: 6.25rem;
  }

  .u-mr100-sp {
    margin-right: 6.25rem;
  }

  .u-mb100-sp {
    margin-bottom: 6.25rem;
  }

  .u-ml100-sp {
    margin-left: 6.25rem;
  }

  .u-mx100-sp {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .u-my100-sp {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .u-m100-sp {
    margin: 6.25rem;
  }
}
@media (min-width: 768px) {
  .u-mt100-pc {
    margin-top: 6.25rem;
  }

  .u-mr100-pc {
    margin-right: 6.25rem;
  }

  .u-mb100-pc {
    margin-bottom: 6.25rem;
  }

  .u-ml100-pc {
    margin-left: 6.25rem;
  }

  .u-mx100-pc {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .u-my100-pc {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .u-m100-pc {
    margin: 6.25rem;
  }
}
.u-mt-104 {
  margin-top: 6.5rem;
}

.u-mr-104 {
  margin-right: 6.5rem;
}

.u-mb-104 {
  margin-bottom: 6.5rem;
}

.u-ml-104 {
  margin-left: 6.5rem;
}

.u-mx-104 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.u-my-104 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.u-m-104 {
  margin: 6.5rem;
}

@media (max-width: 767px) {
  .u-mt104-sp {
    margin-top: 6.5rem;
  }

  .u-mr104-sp {
    margin-right: 6.5rem;
  }

  .u-mb104-sp {
    margin-bottom: 6.5rem;
  }

  .u-ml104-sp {
    margin-left: 6.5rem;
  }

  .u-mx104-sp {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .u-my104-sp {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .u-m104-sp {
    margin: 6.5rem;
  }
}
@media (min-width: 768px) {
  .u-mt104-pc {
    margin-top: 6.5rem;
  }

  .u-mr104-pc {
    margin-right: 6.5rem;
  }

  .u-mb104-pc {
    margin-bottom: 6.5rem;
  }

  .u-ml104-pc {
    margin-left: 6.5rem;
  }

  .u-mx104-pc {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .u-my104-pc {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .u-m104-pc {
    margin: 6.5rem;
  }
}
.u-mt-108 {
  margin-top: 6.75rem;
}

.u-mr-108 {
  margin-right: 6.75rem;
}

.u-mb-108 {
  margin-bottom: 6.75rem;
}

.u-ml-108 {
  margin-left: 6.75rem;
}

.u-mx-108 {
  margin-left: 6.75rem;
  margin-right: 6.75rem;
}

.u-my-108 {
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

.u-m-108 {
  margin: 6.75rem;
}

@media (max-width: 767px) {
  .u-mt108-sp {
    margin-top: 6.75rem;
  }

  .u-mr108-sp {
    margin-right: 6.75rem;
  }

  .u-mb108-sp {
    margin-bottom: 6.75rem;
  }

  .u-ml108-sp {
    margin-left: 6.75rem;
  }

  .u-mx108-sp {
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .u-my108-sp {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .u-m108-sp {
    margin: 6.75rem;
  }
}
@media (min-width: 768px) {
  .u-mt108-pc {
    margin-top: 6.75rem;
  }

  .u-mr108-pc {
    margin-right: 6.75rem;
  }

  .u-mb108-pc {
    margin-bottom: 6.75rem;
  }

  .u-ml108-pc {
    margin-left: 6.75rem;
  }

  .u-mx108-pc {
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .u-my108-pc {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .u-m108-pc {
    margin: 6.75rem;
  }
}
.u-mt-112 {
  margin-top: 7rem;
}

.u-mr-112 {
  margin-right: 7rem;
}

.u-mb-112 {
  margin-bottom: 7rem;
}

.u-ml-112 {
  margin-left: 7rem;
}

.u-mx-112 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.u-my-112 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.u-m-112 {
  margin: 7rem;
}

@media (max-width: 767px) {
  .u-mt112-sp {
    margin-top: 7rem;
  }

  .u-mr112-sp {
    margin-right: 7rem;
  }

  .u-mb112-sp {
    margin-bottom: 7rem;
  }

  .u-ml112-sp {
    margin-left: 7rem;
  }

  .u-mx112-sp {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .u-my112-sp {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .u-m112-sp {
    margin: 7rem;
  }
}
@media (min-width: 768px) {
  .u-mt112-pc {
    margin-top: 7rem;
  }

  .u-mr112-pc {
    margin-right: 7rem;
  }

  .u-mb112-pc {
    margin-bottom: 7rem;
  }

  .u-ml112-pc {
    margin-left: 7rem;
  }

  .u-mx112-pc {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .u-my112-pc {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .u-m112-pc {
    margin: 7rem;
  }
}
.u-mt-116 {
  margin-top: 7.25rem;
}

.u-mr-116 {
  margin-right: 7.25rem;
}

.u-mb-116 {
  margin-bottom: 7.25rem;
}

.u-ml-116 {
  margin-left: 7.25rem;
}

.u-mx-116 {
  margin-left: 7.25rem;
  margin-right: 7.25rem;
}

.u-my-116 {
  margin-top: 7.25rem;
  margin-bottom: 7.25rem;
}

.u-m-116 {
  margin: 7.25rem;
}

@media (max-width: 767px) {
  .u-mt116-sp {
    margin-top: 7.25rem;
  }

  .u-mr116-sp {
    margin-right: 7.25rem;
  }

  .u-mb116-sp {
    margin-bottom: 7.25rem;
  }

  .u-ml116-sp {
    margin-left: 7.25rem;
  }

  .u-mx116-sp {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .u-my116-sp {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .u-m116-sp {
    margin: 7.25rem;
  }
}
@media (min-width: 768px) {
  .u-mt116-pc {
    margin-top: 7.25rem;
  }

  .u-mr116-pc {
    margin-right: 7.25rem;
  }

  .u-mb116-pc {
    margin-bottom: 7.25rem;
  }

  .u-ml116-pc {
    margin-left: 7.25rem;
  }

  .u-mx116-pc {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .u-my116-pc {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .u-m116-pc {
    margin: 7.25rem;
  }
}
.u-mt-120 {
  margin-top: 7.5rem;
}

.u-mr-120 {
  margin-right: 7.5rem;
}

.u-mb-120 {
  margin-bottom: 7.5rem;
}

.u-ml-120 {
  margin-left: 7.5rem;
}

.u-mx-120 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.u-my-120 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.u-m-120 {
  margin: 7.5rem;
}

@media (max-width: 767px) {
  .u-mt120-sp {
    margin-top: 7.5rem;
  }

  .u-mr120-sp {
    margin-right: 7.5rem;
  }

  .u-mb120-sp {
    margin-bottom: 7.5rem;
  }

  .u-ml120-sp {
    margin-left: 7.5rem;
  }

  .u-mx120-sp {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .u-my120-sp {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .u-m120-sp {
    margin: 7.5rem;
  }
}
@media (min-width: 768px) {
  .u-mt120-pc {
    margin-top: 7.5rem;
  }

  .u-mr120-pc {
    margin-right: 7.5rem;
  }

  .u-mb120-pc {
    margin-bottom: 7.5rem;
  }

  .u-ml120-pc {
    margin-left: 7.5rem;
  }

  .u-mx120-pc {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .u-my120-pc {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .u-m120-pc {
    margin: 7.5rem;
  }
}
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

body {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
body _:-ms-lang(x)::-ms-backdrop, body {
  font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body _:-ms-lang(x)::backdrop, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

.wr {
  position: relative;
  background: #ccc;
  z-index: 1;
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 17px 20px;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .hd {
    padding: 16px 20px 13px;
  }
}
.hd__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.hd__in > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .hd__in {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.hd__ttl {
  width: 434px;
}
@media only screen and (max-width: 768px) {
  .hd__ttl {
    width: 100%;
  }
}
.hd__ttl .is_sub {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6a6a6a;
  padding-bottom: 20px;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 768px) {
  .hd__ttl .is_sub {
    display: none;
  }
}
.hd__ttl > a {
  display: block;
}
.hd__ttl img {
  width: 100%;
  max-width: 368px;
}
@media only screen and (max-width: 768px) {
  .hd__ttl img {
    max-width: 260px;
  }
}
.hd__nv {
  width: calc(100% - 604px);
}
@media only screen and (max-width: 768px) {
  .hd__nv {
    width: 100%;
  }
}
.hd__nv__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.hd__nv__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .hd__nv__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 1465px) {
  .hd__nv__li {
    display: none;
  }
}
.hd__nv__li.is_01 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.hd__nv__li.is_01 a {
  color: #404040;
}
.hd__nv__li.is_02 {
  font-weight: bold;
}
.hd__nv__li.is_02 > li > a,
.hd__nv__li.is_02 > li > span {
  display: block;
  padding: 10px 0;
  line-height: 1;
  color: #232323;
  position: relative;
}
.hd__nv__li.is_02 > li > a::before,
.hd__nv__li.is_02 > li > span::before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #c1ee76;
  -webkit-transform: translateX(-50%) scale(0, 1);
          transform: translateX(-50%) scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.hd__nv__li.is_02 > li > a:hover::before,
.hd__nv__li.is_02 > li > span:hover::before {
  -webkit-transform: translateX(-50%) scale(1, 1);
          transform: translateX(-50%) scale(1, 1);
}
.hd__nv__li > li {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 1550px) {
  .hd__nv__li > li {
    margin-right: 16px;
  }
}
.hd__nv__li > li > a,
.hd__nv__li > li > span {
  display: block;
  padding: 10px 0;
  line-height: 1;
  color: #232323;
  transition: opacity 0.3s ease 0s;
}
.hd__nv__li > li > a:hover,
.hd__nv__li > li > span:hover {
  opacity: 0.7;
}
.hd__nv__li > li.hd_submenu > span {
  cursor: pointer;
}
.hd__nv__li > li.hd_submenu > span::after {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  bottom: auto;
  content: '';
  width: 100%;
  height: 30px;
  background: none;
}
.hd__nv__sub {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 10px);
  bottom: auto;
  width: 100%;
  min-width: 220px;
  border: 5px solid rgba(193, 238, 118, 0.5);
  border-radius: 10px;
  background: #fff;
  display: none;
  z-index: 1;
}
.hd__nv__sub.is-top {
  top: 100%;
}
.hd__nv__sub > li {
  padding: 0 20px;
}
.hd__nv__sub > li:nth-child(n + 2) > a {
  border-top: 2px solid #eeeeee;
}
.hd__nv__sub > li > a {
  display: block;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
  color: #232323;
  transition: all 0.3s ease 0s;
}
.hd__nv__sub > li > a:hover {
  color: #98d136;
}
.hd__nv__tel {
  width: 170px;
}
@media only screen and (max-width: 1465px) {
  .hd__nv__tel {
    display: none;
  }
}
.hd__nv__tel .is_tel {
  color: #232323;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  padding-left: 25px;
  line-height: 1;
  position: relative;
  transition: opacity 0.3s ease 0s;
}
.hd__nv__tel .is_tel::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: auto;
  content: '';
  background: url("../img/common/tel_icon.svg") 50% 50%/contain no-repeat;
  width: 18px;
  height: 22px;
  transition: opacity 0.3s ease 0s;
}
.hd__nv__tel .is_tel > a {
  color: #232323;
}
.hd__nv__tel .is_tel > a:hover {
  opacity: 0.7;
}
.hd__nv__tel .is_tel > a:hover::before {
  opacity: 0.7;
}
.hd__hum {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 10px;
  z-index: 11;
  width: 70px;
  height: 70px;
  padding: 20px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1465px) {
  .hd__hum {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hd__hum {
    right: 0;
    width: 60px;
    height: 60px;
  }
}
.hd__hum span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: #ff9e8c;
  transition: all 0.3s ease 0s;
}
.hd__hum span:nth-of-type(1) {
  top: calc(50% - 12px);
}
.hd__hum span:nth-of-type(3) {
  top: calc(50% + 12px);
}
@media only screen and (max-width: 768px) {
  .hd__hum span {
    width: 20px;
  }
  .hd__hum span:nth-of-type(1) {
    top: calc(50% - 6px);
  }
  .hd__hum span:nth-of-type(3) {
    top: calc(50% + 6px);
  }
}
.hd__hum.is_active span:nth-of-type(1) {
  top: calc(50% - 5px);
  -webkit-transform: translate(-50%, 5px) rotate(-45deg);
          transform: translate(-50%, 5px) rotate(-45deg);
}
.hd__hum.is_active span:nth-of-type(2) {
  opacity: 0;
}
.hd__hum.is_active span:nth-of-type(3) {
  top: calc(50% + 5px);
  -webkit-transform: translate(-50%, -5px) rotate(45deg);
          transform: translate(-50%, -5px) rotate(45deg);
}
.hd__spnv {
  display: none;
}
@media only screen and (max-width: 1465px) {
  .hd__spnv {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: block;
  }
  .hd__spnv__wr {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 112px;
    bottom: auto;
    width: 100%;
    height: calc(100vh - 112px);
    overflow-y: scroll;
    background: #ff9e8c;
    box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.1) inset;
    display: none;
  }
  .hd__spnv > li {
    border-bottom: 1px solid #fff;
  }
  .hd__spnv > li:last-child {
    border: none;
    padding-bottom: 100px;
  }
  .hd__spnv > li > a,
  .hd__spnv > li > span {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    padding: 30px 0;
    display: block;
  }
  .hd__spnv > li > span {
    transition: all 0.3s ease 0s;
    position: relative;
  }
  .hd__spnv > li > span::before {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 8px;
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: all 0.3s ease 0s;
  }
  .hd__spnv > li > span::after {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 17px;
    content: '';
    width: 2px;
    height: 20px;
    background: #fff;
    border-radius: 1px;
    transition: all 0.3s ease 0s;
  }
  .hd__spnv > li > span.is_active {
    padding-bottom: 20px;
  }
  .hd__spnv > li > span.is_active::before {
    top: 55%;
  }
  .hd__spnv > li > span.is_active::after {
    top: 55%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .hd__spnv > li .is_tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #232323;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    line-height: 1;
    margin: 22px auto 30px;
    transition: opacity 0.3s ease 0s;
  }
  .hd__spnv > li .is_tel > a {
    color: #232323;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 15px 15px 35px;
    margin: auto;
    text-align: right;
    position: relative;
  }
  .hd__spnv > li .is_tel > a::before {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    right: auto;
    content: '';
    background: url("../img/common/tel_icon.svg") 50% 50%/contain no-repeat;
    width: 18px;
    height: 22px;
    transition: opacity 0.3s ease 0s;
  }
  .hd__spnv > li .is_contact {
    margin-top: 30px;
  }
  .hd__spnv > li .is_contact > a {
    margin: auto;
    color: #ff9e8c;
    background: rgba(251, 209, 201, 0.5);
  }
  .hd__spnv > li .is_contact > a::after {
    background: #fff;
  }
  .hd__spnv__li {
    padding: 0 0 30px 20px;
    display: none;
  }
  .hd__spnv__li > li > a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding-left: 13px;
    position: relative;
  }
  .hd__spnv__li > li > a::before {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: auto;
    content: '-';
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .hd__spnv__wr {
    top: 60px;
    height: calc(100vh - 60px);
  }
}

.ft {
  margin-top: 80px;
  background: #98d136;
}
@media only screen and (max-width: 768px) {
  .ft {
    margin-top: 33px;
  }
}
.ft__nv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 70px 0 60px;
}
.ft__nv > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .ft__nv {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .ft__nv {
    display: none;
  }
}
.ft__nv__li > li > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #fff;
  line-height: 1;
  padding: 5px 0;
}
.ft__nv__li > li > a:hover {
  opacity: 0.7;
}
.ft__nv__li.is_b > li > a {
  font-weight: bold;
}
.ft__nv__sub a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #fff;
}
.ft__nv__sub a:hover {
  opacity: 0.7;
}
.ft__copy {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-align: center;
  display: block;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .ft__copy {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 8px 0;
  }
}

.kv {
  height: 100vh;
  padding-top: 115px;
}
@media only screen and (max-width: 768px) {
  .kv {
    height: auto;
    padding-top: 60px;
    margin-bottom: 110px;
  }
}
.kv__ttl {
  position: absolute;
  top: 50%;
  left: 6.6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .kv__ttl {
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 80px 20px 50px;
    z-index: 1;
  }
}
.kv__ttl__dec {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .kv__ttl__dec {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 20px;
    display: block !important;
    top: 20%;
    content: '';
    width: 80px;
    height: 100px;
    z-index: -1;
  }
}
.kv__ttl > * {
  font-weight: bold;
  line-height: 1;
  display: block;
}
.kv__ttl .is_main {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  color: #333;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media only screen and (max-width: 768px) {
  .kv__ttl .is_main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.kv__ttl .is_sub {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Nunito", sans-serif;
  color: #98d136;
}
@media only screen and (max-width: 768px) {
  .kv__ttl .is_sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.kv__in {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .kv__in {
    height: auto;
  }
}
.kv__slide {
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .kv__slide {
    height: auto;
  }
}
.kv__slide__cnt {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .kv__slide__cnt {
    height: auto;
  }
}
.kv__slide__cnt img {
  width: 100%;
  height: calc(100vh - 115px);
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media only screen and (max-width: 768px) {
  .kv__slide__cnt img {
    height: 320px;
  }
}
.kv .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: absolute;
  top: 20px;
  right: 10px;
  display: flex !important;
}
.kv .slick-dots > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .kv .slick-dots {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .kv .slick-dots {
    display: none !important;
  }
}
.kv .slick-dots > li {
  margin-right: 10px;
}
.kv .slick-dots > li > * {
  width: 10px;
  height: 10px;
  border: 1px solid #98d136;
  padding: 0;
  border-radius: 5px;
  background: transparent;
  text-indent: -9999px;
}
.kv .slick-dots > li.slick-active > * {
  background: #98d136;
}
.kv .wave {
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .kv .wave {
    bottom: 152px;
  }
}
@media only screen and (max-width: 768px) {
  .kv .wave__canvas {
    height: 150px;
  }
}

.lv {
  padding: 175px 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lv {
    padding: 88px 0 0;
  }
}
.lv__in {
  width: 100%;
  max-width: 94.7917%;
  height: 620px;
  margin: 0 0 0 auto;
  border-radius: 20px 0 0 20px / 20px 0 0 20px;
  position: relative;
}
.lv__in.is_otoiawase, .lv__in.is_otoiawase-check, .lv__in.is_otoiawase-thanks {
  background: url("../img/lv/lv_otoiawase.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_404, .lv__in.is_privacy {
  background: url("../img/lv/lv_privacy.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_torikumi {
  background: url("../img/lv/lv_torikumi.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_syoshin {
  background: url("../img/lv/lv_syoshin.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_sinryoumenu {
  background: url("../img/lv/lv_sinryoumenu.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_saiyou {
  background: url("../img/lv/lv_saiyou.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_innai {
  background: url("../img/lv/lv_innai.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_ohanasi {
  background: url("../img/lv/lv_ohanasi.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_annai {
  background: url("../img/lv/lv_annai.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_situmon {
  background: url("../img/lv/lv_situmon.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_access {
  background: url("../img/lv/lv_access.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_about {
  background: url("../img/lv/lv_about.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_smile {
  background: url("../img/lv/lv_smile.jpg") 50% 50%/cover no-repeat;
}
.lv__in.is_ohanasi {
  background: url("../img/lv/lv_ohanasi.jpg") 50% 50%/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .lv__in {
    height: 310px;
  }
}
.lv__in.has-parent-annai {
  background: linear-gradient(90deg, rgba(255, 158, 140, 0.7), rgba(152, 209, 54, 0.7));
  height: 420px;
}
.lv__in.has-parent-annai .lv__ttl {
  background: none;
}
.lv__ttl {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgba(255, 158, 140, 0.7), rgba(152, 209, 54, 0.7));
  width: 100%;
  max-width: 600px;
  height: 240px;
  border-radius: 10px;
}
.lv__ttl > span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 20px;
  letter-spacing: 0.2em;
  width: calc(100% - 40px);
}
.lv__ttl > span::before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 0;
  content: '';
  background: url("../img/common/ttl_decoration_wh.svg") 50% 50%/cover no-repeat;
  width: 92px;
  height: 12px;
}
@media only screen and (max-width: 768px) {
  .lv__ttl {
    max-width: 300px;
    height: 120px;
  }
  .lv__ttl > span {
    font-size: 25px;
    font-size: 1.5625rem;
    width: 100%;
  }
}

.ft_info__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.ft_info__in > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .ft_info__in {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.ft_info__ttl {
  width: 100%;
  max-width: 368px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ft_info__ttl {
    max-width: 318px;
  }
}
.ft_info__dtl {
  width: calc(50% - 80px);
  margin-right: 60px;
}
@media only screen and (max-width: 1104px) {
  .ft_info__dtl {
    width: calc(50% - 50px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .ft_info__dtl {
    width: 100%;
    margin-right: 0;
  }
}
.ft_info__dtl .is_tel {
  color: #232323;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: 0 auto;
  transition: opacity 0.3s ease 0s;
}
.ft_info__dtl .is_tel _:-ms-lang(x)::-ms-backdrop, .ft_info__dtl .is_tel {
  width: 140px;
}
.ft_info__dtl .is_tel _:-ms-lang(x)::backdrop, .ft_info__dtl .is_tel {
  width: 140px;
}
.ft_info__dtl .is_tel > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #232323;
  display: block;
  margin: auto 0 auto auto;
  padding: 20px 0 20px 27px;
  text-align: right;
  position: relative;
}
.ft_info__dtl .is_tel > a:hover {
  opacity: 0.7;
}
.ft_info__dtl .is_tel > a::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: auto;
  content: '';
  background: url("../img/common/tel_icon.svg") 50% 50%/contain no-repeat;
  width: 19px;
  height: 22px;
  transition: opacity 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .ft_info__dtl .is_tel > a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.ft_info__dtl .is_address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
@media only screen and (max-width: 768px) {
  .ft_info__dtl .is_address {
    font-size: 14px;
    font-size: 0.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ft_info__map {
  width: calc(50% + 20px);
  height: 390px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ft_info__map {
    width: 100%;
    height: 180px;
    margin-bottom: 23px;
  }
}
.ft_info__map iframe {
  width: 100%;
  height: 390px;
}
@media only screen and (max-width: 768px) {
  .ft_info__map iframe {
    height: 180px;
  }
}
.ft_info__map__fig {
  width: 100%;
  height: 390px;
}
.ft_info__map__fig img {
  width: 100%;
}
.ft_info__map__btn {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 20px;
  text-align: center;
}

.ft_cnt {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .ft_cnt {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .ft_cnt__in {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ft_cnt__wr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 30px 60px;
  border-radius: 10px;
}
.ft_cnt__wr > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .ft_cnt__wr {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.ft_cnt__wr.is_bg01 {
  background: url("../img/common/ft_cnt_pc.jpg") 50% 50%/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .ft_cnt__wr {
    border-radius: 0;
  }
  .ft_cnt__wr.is_bg01 {
    background: url("../img/common/ft_cnt_sp.jpg") 50% 50%/cover no-repeat;
  }
}
@media only screen and (max-width: 380px) {
  .ft_cnt__wr {
    padding: 30px;
  }
}
.ft_cnt__cnt {
  width: 100%;
  max-width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .ft_cnt__cnt {
    max-width: 294px;
  }
}
.ft_cnt__cnt > a {
  height: 100%;
  display: block;
  padding: 25px 25px 25px 105px;
  background: rgba(193, 238, 118, 0.5);
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .ft_cnt__cnt > a {
    padding: 20px 20px 20px 80px;
  }
}
.ft_cnt__cnt > a::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  content: '';
  border-radius: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.ft_cnt__cnt > a::after {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  right: auto;
  width: 70px;
  height: 70px;
  background: url("../img/common/ft_cnt_icon01.svg") 50% 50%/cover no-repeat;
  content: '';
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .ft_cnt__cnt > a::after {
    width: 45px;
    height: 45px;
  }
}
.ft_cnt__cnt > a:hover::before {
  background: #98d136;
}
.ft_cnt__cnt > a:hover::after {
  background: url("../img/common/ft_cnt_icon01_hov.svg") 50% 50%/cover no-repeat;
}
.ft_cnt__cnt > a:hover > * {
  color: #fff;
}
.ft_cnt__cnt.is_seminar > a::after {
  background: url("../img/common/ft_cnt_icon03.svg") 50% 50%/cover no-repeat;
}
.ft_cnt__cnt.is_seminar > a:hover::after {
  background: url("../img/common/ft_cnt_icon03_hov.svg") 50% 50%/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .ft_cnt__cnt.is_contact {
    margin-top: 10px;
  }
}
.ft_cnt__cnt.is_contact > a {
  background: rgba(251, 209, 201, 0.5);
}
.ft_cnt__cnt.is_contact > a::after {
  background: url("../img/common/ft_cnt_icon02.svg") 50% 50%/cover no-repeat;
}
.ft_cnt__cnt.is_contact > a:hover {
  color: #fff;
}
.ft_cnt__cnt.is_contact > a:hover::before {
  background: #ff9e8c;
}
.ft_cnt__cnt.is_contact > a:hover::after {
  background: url("../img/common/ft_cnt_icon02_hov.svg") 50% 50%/cover no-repeat;
}
.ft_cnt__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  color: #232323;
  font-weight: bold;
  transition: all 0.3s ease 0s;
}
.ft_cnt__ld {
  font-size: 14px;
  font-size: 0.875rem;
  color: #98d136;
  transition: all 0.3s ease 0s;
}
.ft_cnt__ld.is_pink {
  color: #ff9e8c;
}

.relation {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .relation {
    margin-top: 30px;
  }
}
.relation__in {
  position: relative;
}
.relation__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ff9e8c;
  padding: 10px;
  background: #fff;
  font-weight: bold;
  position: absolute;
  top: -25px;
  left: 50px;
}
@media only screen and (max-width: 768px) {
  .relation__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.relation__cnt {
  padding: 20px;
  border: 5px solid rgba(251, 209, 201, 0.5);
  border-radius: 10px;
}
.relation__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.relation__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .relation__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.relation__li > li {
  margin-right: 20px;
}
.relation__li > li:last-child {
  margin-right: 0;
}
.relation__li > li a {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding: 10px;
  color: #404040;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .relation__li > li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px;
  }
}
.relation__li > li a:hover {
  color: #98d136;
  text-decoration: underline;
}

.bnr_pediatric_dentistry__inner {
  max-width: calc(960px + 40px);
  padding-inline: 20px;
  margin-inline: auto;
}
.bnr_pediatric_dentistry a {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.bnr_pediatric_dentistry a:hover {
  opacity: 0.7;
}
.bnr_pediatric_dentistry img {
  width: 100%;
}

.p-ttl01, .p-ttl01-green, .is-style-p-ttl01-green, .p-ttl01-pink, .is-style-p-ttl01-pink {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #232323;
  position: relative;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
}
.p-ttl01::before, .p-ttl01-green::before, .is-style-p-ttl01-green::before, .p-ttl01-pink::before, .is-style-p-ttl01-pink::before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 0;
  content: '';
  background: url("../img/common/ttl_decoration_gr.svg") 50% 50%/cover no-repeat;
  width: 92px;
  height: 12px;
}
@media only screen and (max-width: 768px) {
  .p-ttl01, .p-ttl01-green, .is-style-p-ttl01-green, .p-ttl01-pink, .is-style-p-ttl01-pink {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.p-ttl01 .is_br, .p-ttl01-green .is_br, .is-style-p-ttl01-green .is_br, .p-ttl01-pink .is_br, .is-style-p-ttl01-pink .is_br {
  display: none;
}
@media only screen and (max-width: 413px) {
  .p-ttl01 .is_br, .p-ttl01-green .is_br, .is-style-p-ttl01-green .is_br, .p-ttl01-pink .is_br, .is-style-p-ttl01-pink .is_br {
    display: block;
  }
}
.p-ttl01-green::before, .is-style-p-ttl01-green::before {
  background: url("../img/common/ttl_decoration_gr.svg") 50% 50%/cover no-repeat;
}
.p-ttl01-pink::before, .is-style-p-ttl01-pink::before {
  background: url("../img/common/ttl_decoration_pk.svg") 50% 50%/cover no-repeat;
}

.p-ttl02, .p-ttl02-green, .is-style-p-ttl02-green, .p-ttl02-pink, .is-style-p-ttl02-pink {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #232323;
  position: relative;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.p-ttl02::before, .p-ttl02-green::before, .is-style-p-ttl02-green::before, .p-ttl02-pink::before, .is-style-p-ttl02-pink::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: repeating-linear-gradient(90deg, #b4a983 0, #b4a983 8px, transparent 8px, transparent 11px);
}
@media only screen and (max-width: 768px) {
  .p-ttl02, .p-ttl02-green, .is-style-p-ttl02-green, .p-ttl02-pink, .is-style-p-ttl02-pink {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.p-ttl02-green::before, .is-style-p-ttl02-green::before {
  background-image: repeating-linear-gradient(90deg, #98d136 0, #98d136 8px, transparent 8px, transparent 11px);
}
.p-ttl02-pink::before, .is-style-p-ttl02-pink::before {
  background-image: repeating-linear-gradient(90deg, #ff9e8c 0, #ff9e8c 8px, transparent 8px, transparent 11px);
}

.p-ttl03, .p-ttl03-green, .is-style-p-ttl03-green, .p-ttl03-pink, .is-style-p-ttl03-pink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-indent: -1.5em;
  position: relative;
  padding-block: 1em;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  color: #232323;
}
.p-ttl03::before, .p-ttl03-green::before, .is-style-p-ttl03-green::before, .p-ttl03-pink::before, .is-style-p-ttl03-pink::before {
  content: '';
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50px;
  height: 50px;
  background: rgba(193, 238, 118, 0.5);
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .p-ttl03, .p-ttl03-green, .is-style-p-ttl03-green, .p-ttl03-pink, .is-style-p-ttl03-pink {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.p-ttl03-green::before, .is-style-p-ttl03-green::before {
  background: rgba(193, 238, 118, 0.5);
}
.p-ttl03-pink::before, .is-style-p-ttl03-pink::before {
  background: rgba(251, 209, 201, 0.5);
}
.p-ttl03.has-text-align-center, .has-text-align-center.p-ttl03-green, .has-text-align-center.is-style-p-ttl03-green, .has-text-align-center.p-ttl03-pink, .has-text-align-center.is-style-p-ttl03-pink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-ttl03.has-text-align-right, .has-text-align-right.p-ttl03-green, .has-text-align-right.is-style-p-ttl03-green, .has-text-align-right.p-ttl03-pink, .has-text-align-right.is-style-p-ttl03-pink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-ttl04, .p-ttl04-green, .is-style-p-ttl04-green, .p-ttl04-pink, .is-style-p-ttl04-pink, .p-ttl04-black, .is-style-p-ttl04-black {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #98d136;
}
@media only screen and (max-width: 768px) {
  .p-ttl04, .p-ttl04-green, .is-style-p-ttl04-green, .p-ttl04-pink, .is-style-p-ttl04-pink, .p-ttl04-black, .is-style-p-ttl04-black {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.p-ttl04-green, .is-style-p-ttl04-green {
  color: #98d136;
}
.p-ttl04-pink, .is-style-p-ttl04-pink {
  color: #ff9e8c;
}
.p-ttl04-black, .is-style-p-ttl04-black {
  color: #232323;
}

.p-ttl05, .p-ttl05-green, .is-style-p-ttl05-green, .p-ttl05-pink, .is-style-p-ttl05-pink {
  position: relative;
  margin-bottom: 30px;
  padding: 0.5em 1.5em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #232323;
}
.p-ttl05::before, .p-ttl05-green::before, .is-style-p-ttl05-green::before, .p-ttl05-pink::before, .is-style-p-ttl05-pink::before, .p-ttl05::after, .p-ttl05-green::after, .is-style-p-ttl05-green::after, .p-ttl05-pink::after, .is-style-p-ttl05-pink::after {
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #98d136;
  content: '';
}
.p-ttl05::before, .p-ttl05-green::before, .is-style-p-ttl05-green::before, .p-ttl05-pink::before, .is-style-p-ttl05-pink::before {
  top: calc(50% - 3px);
  left: 0;
}
.p-ttl05::after, .p-ttl05-green::after, .is-style-p-ttl05-green::after, .p-ttl05-pink::after, .is-style-p-ttl05-pink::after {
  top: calc(50% + 3px);
  left: 5px;
}
@media only screen and (max-width: 768px) {
  .p-ttl05, .p-ttl05-green, .is-style-p-ttl05-green, .p-ttl05-pink, .is-style-p-ttl05-pink {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.p-ttl05-green::before, .is-style-p-ttl05-green::before, .p-ttl05-green::after, .is-style-p-ttl05-green::after {
  border-color: #98d136;
}
.p-ttl05-pink::before, .is-style-p-ttl05-pink::before, .p-ttl05-pink::after, .is-style-p-ttl05-pink::after {
  border-color: #ff9e8c;
}

.p-btn01 {
  font-size: 16px;
  font-size: 1rem;
  width: 240px;
  height: 60px;
  background: #c1ee76;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 60px;
  box-sizing: content-box;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  margin: auto;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}
.p-btn01::after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  background: #98d136;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.p-btn01.is_min {
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.p-btn01.is_pink {
  background: rgba(251, 209, 201, 0.5);
}
.p-btn01.is_pink::after {
  background: #ff9e8c;
}
.p-btn01.is_pink:hover {
  color: #ff9e8c;
}
.p-btn01.is_pink:hover::after {
  background: #fff;
}
.p-btn01.is_arrow {
  position: relative;
}
.p-btn01.is_arrow::before {
  position: absolute;
  content: '';
  display: block;
  top: 40px;
  right: 24px;
  width: 3px;
  height: 3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-btn01:hover {
  color: #98d136;
}
.p-btn01:hover::after {
  background: #fff;
}
.p-btn01--syoshin01 {
  margin: 24px 0 0;
}
.p-btn01--blank > span {
  position: relative;
  padding-right: 1.2em;
}
.p-btn01--blank > span::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 0;
  background-image: url(../img/common/common_icon_blank01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease 0s;
}
@media (min-width: 769px) {
  .p-btn01--blank:hover > span::before {
    background-image: url(../img/common/common_icon_blank02.svg);
  }
}

.p-btn02 {
  font-size: 16px;
  font-size: 1rem;
  width: 230px;
  height: 50px;
  background: #98d136;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 50px;
  box-sizing: content-box;
  text-align: center;
  border-radius: 30px;
  border: 5px solid #c1ee76;
  cursor: pointer;
  margin: 0;
  transition: all 0.3s ease 0s;
}
.p-btn02.is_min {
  width: 160px;
  height: 40px;
  line-height: 40px;
}
.p-btn02.is_pink {
  background: #ff9e8c;
  border: 5px solid rgba(251, 209, 201, 0.5);
}
.p-btn02.is_pink:hover {
  background: #fff;
  color: #ff9e8c;
}
.p-btn02.is_arrow {
  position: relative;
}
.p-btn02.is_arrow::before {
  position: absolute;
  content: '';
  display: block;
  top: 40px;
  right: 24px;
  width: 3px;
  height: 3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-btn02:hover {
  background: #fff;
  color: #98d136;
}

.p-card01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-card01 {
    display: block;
  }
}
.p-card01 > li {
  width: calc(50% - 20.01px);
  border: solid 5px rgba(251, 209, 201, 0.5);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 60px;
  background-color: #fff;
}
.p-card01 > li:nth-child(even) {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .p-card01 > li:nth-child(even) {
    margin-left: 0;
  }
}
.p-card01 > li:nth-child(n + 3) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-card01 > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .p-card01 > li {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .p-card01 > li {
    width: 100%;
    padding: 45px 25px;
  }
}
.p-card01__fig {
  margin-bottom: 30px;
}
.p-card01__fig img {
  border-radius: 10px;
  width: 100%;
}
.p-card01__dl__dt {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.p-card01__dl__dt .fw-n {
  font-weight: 400;
}
.p-card01__dl__dd a {
  color: #ff9e8c;
  text-decoration: underline;
  transition: 0.3s;
}
.p-card01__dl__dd a:hover {
  opacity: 0.7;
}

.p-in01 {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}

.p-sec01, .is-style-p-sec01 {
  margin: 120px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-sec01, .is-style-p-sec01 {
    margin: 60px 0;
  }
}
.p-sec01.is-hd_h, .is-hd_h.is-style-p-sec01 {
  margin-top: -118px;
  padding-top: 118px;
}
@media (max-width: 768px) {
  .p-sec01.is-hd_h, .is-hd_h.is-style-p-sec01 {
    margin-top: -61px;
    padding-top: 61px;
  }
}
.p-sec01.is-mt60, .is-mt60.is-style-p-sec01 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-sec01.is-mt60, .is-mt60.is-style-p-sec01 {
    margin-top: 40px;
  }
}
.p-sec01.is-mb80, .is-mb80.is-style-p-sec01 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-sec01.is-mb80, .is-mb80.is-style-p-sec01 {
    margin-bottom: 40px;
  }
}

.p-sec02 {
  margin: 120px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-sec02 {
    margin: 20px 0;
  }
}

.p-dec01 {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(dec_item);
  background: url("../img/common/foot_decoration01_pc.svg") 50% 50%/cover no-repeat;
  width: 100%;
  padding-top: 56.25%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-dec01 {
    background: url("../img/common/foot_decoration01_sp.svg") 50% 50%/cover no-repeat;
    padding-top: 239.1304%;
  }
}

.p-dec02 {
  position: absolute;
  top: -360px;
  left: 0;
  content: attr(dec_item);
  background: url("../img/common/foot_decoration01_pc.svg") 50% 50%/cover no-repeat;
  width: 100%;
  padding-top: 56.25%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-dec02 {
    background: url("../img/common/foot_decoration01_sp.svg") 50% 50%/cover no-repeat;
    padding-top: 239.1304%;
  }
}

.p-dec03 {
  position: absolute;
  top: -960px;
  left: 0;
  content: attr(dec_item);
  background: url("../img/common/foot_decoration03_pc.svg") 50% 50%/cover no-repeat;
  width: 100%;
  padding-top: 22.25%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-dec03 {
    background: url("../img/common/foot_decoration03_sp.svg") 50% 30%/cover no-repeat;
    padding-top: 100%;
  }
}

.p-dec04 {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(dec_item);
  background: url("../img/common/foot_decoration01_pc.svg") 50% 50%/cover no-repeat;
  width: 100%;
  padding-top: 56.25%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-dec04 {
    top: 130px;
    background: url("../img/common/foot_decoration03_sp.svg") 50% 30%/cover no-repeat;
    padding-top: 100%;
  }
}

.p-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.p-breadcrumb > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .p-breadcrumb {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 768px) {
  .p-breadcrumb {
    margin-top: 30px;
  }
}
.p-breadcrumb > li > a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #404040;
  display: block;
  padding: 20px 0;
  transition: all 0.3s ease 0s;
}
.p-breadcrumb > li > a:hover {
  color: #98d136;
}
@media only screen and (max-width: 768px) {
  .p-breadcrumb > li > a {
    padding: 5px 0;
  }
}
.p-breadcrumb > li:nth-child(n + 2) > a {
  padding-left: 20px;
  position: relative;
}
.p-breadcrumb > li:nth-child(n + 2) > a::before {
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  top: 22px;
  left: 7px;
  display: block;
  content: '>';
  color: #404040;
}
@media only screen and (max-width: 768px) {
  .p-breadcrumb > li:nth-child(n + 2) > a::before {
    top: 7px;
  }
}
.p-breadcrumb__wr {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}

.totop {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #98d136;
  border: 5px solid rgba(193, 238, 118, 0.5);
  z-index: 10;
  display: none;
}
.totop:hover {
  background: #fff;
}
.totop:hover img.is_wh {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .totop {
    width: 45px;
    height: 45px;
    bottom: 80px;
    right: 5px;
  }
}
.totop img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  transition: opacity 0.3s ease 0s;
}
.totop img.is_wh {
  z-index: 1;
}

.p-banner01 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  padding: 16px 42px 16px 24px;
  background-color: #98d136;
  border-radius: 12px;
  border: 5px solid #e0f6ba;
}
@media (min-width: 769px) {
  .p-banner01 {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .p-banner01:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .p-banner01 {
    bottom: 12px;
    right: 5px;
    padding: 12px;
  }
}
.p-banner01__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
}
.p-banner01__icon {
  width: 32px;
}
@media (max-width: 768px) {
  .p-banner01__icon {
    width: 24px;
  }
}

.p-checkList01 > li, .p-checkList01-green > li, .is-style-p-checkList01-green > li, .p-checkList01-pink > li, .is-style-p-checkList01-pink > li {
  position: relative;
  padding-left: 22px;
  line-height: 1.7;
}
.p-checkList01 > li:not(:last-of-type), .p-checkList01-green > li:not(:last-of-type), .is-style-p-checkList01-green > li:not(:last-of-type), .p-checkList01-pink > li:not(:last-of-type), .is-style-p-checkList01-pink > li:not(:last-of-type) {
  margin-bottom: 4px;
}
.p-checkList01 > li::before, .p-checkList01-green > li::before, .is-style-p-checkList01-green > li::before, .p-checkList01-pink > li::before, .is-style-p-checkList01-pink > li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: '';
  background-image: url(../img/common/common_icon_check01_green.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.p-checkList01-green > li::before, .is-style-p-checkList01-green > li::before {
  background-image: url(../img/common/common_icon_check01_green.svg);
}
.p-checkList01-pink > li::before, .is-style-p-checkList01-pink > li::before {
  background-image: url(../img/common/common_icon_check01_pink.svg);
}

.p-normalList01, .p-normalList01-green, .is-style-p-normalList01-green, .p-normalList01-pink, .is-style-p-normalList01-pink {
  list-style-type: none;
}
.p-normalList01 > li, .p-normalList01-green > li, .is-style-p-normalList01-green > li, .p-normalList01-pink > li, .is-style-p-normalList01-pink > li {
  position: relative;
  padding: 0.3em 0.3em 0.3em 1.5em;
}
.p-normalList01 > li::before, .p-normalList01-green > li::before, .is-style-p-normalList01-green > li::before, .p-normalList01-pink > li::before, .is-style-p-normalList01-pink > li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #98d136;
  font-size: 0.8em;
  line-height: 1;
}
.p-normalList01-green > li::before, .is-style-p-normalList01-green > li::before {
  color: #98d136;
}
.p-normalList01-pink > li::before, .is-style-p-normalList01-pink > li::before {
  color: #ff9e8c;
}
.p-normalList01-pink > li::marker, .is-style-p-normalList01-pink > li::marker {
  color: #ff9e8c;
}

.p-inner01 {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}

.p-max-width780, .is-style-p-max-width780 {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}

.p-table01 table, .p-table01-green table, .is-style-p-table01-green table, .p-table01-pink table, .is-style-p-table01-pink table {
  text-align: center;
  border: 2px solid #98d136;
  background-color: white;
}
.p-table01 table th, .p-table01-green table th, .is-style-p-table01-green table th, .p-table01-pink table th, .is-style-p-table01-pink table th {
  border: 1px dotted white;
  text-align: center;
}
.p-table01 table td, .p-table01-green table td, .is-style-p-table01-green table td, .p-table01-pink table td, .is-style-p-table01-pink table td {
  border: 1px dotted #98d136;
  text-align: center;
}
.p-table01 thead, .p-table01-green thead, .is-style-p-table01-green thead, .p-table01-pink thead, .is-style-p-table01-pink thead {
  border-bottom: 1px solid #98d136 !important;
  font-weight: bold;
  color: #fff;
}
.p-table01 th, .p-table01-green th, .is-style-p-table01-green th, .p-table01-pink th, .is-style-p-table01-pink th {
  background-color: #98d136;
}
.p-table01 tr:nth-child(even), .p-table01-green tr:nth-child(even), .is-style-p-table01-green tr:nth-child(even), .p-table01-pink tr:nth-child(even), .is-style-p-table01-pink tr:nth-child(even) {
  background-color: rgba(193, 238, 118, 0.5);
}
.p-table01-green table, .is-style-p-table01-green table {
  border: 2px solid #98d136;
}
.p-table01-green thead, .is-style-p-table01-green thead {
  border-bottom: 1px solid #98d136 !important;
}
.p-table01-green th, .is-style-p-table01-green th {
  background-color: #98d136;
}
.p-table01-green tr:nth-child(even), .is-style-p-table01-green tr:nth-child(even) {
  background-color: rgba(193, 238, 118, 0.5);
}
.p-table01-pink table, .is-style-p-table01-pink table {
  border: 2px solid #ff9e8c;
}
.p-table01-pink table td, .is-style-p-table01-pink table td {
  border: 1px dotted #ff9e8c;
  text-align: center;
}
.p-table01-pink thead, .is-style-p-table01-pink thead {
  border-bottom: 1px solid #ff9e8c !important;
}
.p-table01-pink th, .is-style-p-table01-pink th {
  background-color: #ff9e8c;
}
.p-table01-pink tr:nth-child(even), .is-style-p-table01-pink tr:nth-child(even) {
  background-color: #fef4f2;
}

/* ブロックやバリエーションの登録*/
/* カラム SP gap バリエーション */
@media only screen and (max-width: 768px) {
  .is-style-columns-sp-gap-01 {
    gap: 4px !important;
  }
}

/* 横並びパターン01 */
.media01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2em;
  width: 100%;
  border-radius: 10px;
  border: 5px solid rgba(193, 238, 118, 0.5);
  padding: 60px 48px;
  margin-bottom: 50px;
  background: #fff;
}
.media01.is-style-media01-green {
  border: 5px solid rgba(193, 238, 118, 0.5);
  /* 緑 */
}
.media01.is-style-media01-pink {
  border: 5px solid rgba(251, 209, 201, 0.5);
  /* ピンク */
}
@media only screen and (max-width: 768px) {
  .media01 {
    width: 100%;
    padding: 45px 25px;
    margin-bottom: 20px;
  }
}
.media01__left, .media01__right {
  width: calc(100% / 2 - 1em);
}
@media only screen and (max-width: 768px) {
  .media01__left, .media01__right {
    width: 100%;
  }
}
.media01__left img, .media01__right img {
  width: 100%;
  border-radius: 10px;
}

.media02, .media02.is-style-media02, .media02.is-style-media02-reverse {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .media02, .media02.is-style-media02, .media02.is-style-media02-reverse {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.media02__figure {
  width: 240px;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
}
@media (max-width: 768px) {
  .media02__figure {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}
.media02__figure img {
  width: 100%;
  border-radius: 5px;
}
.media02__text {
  width: calc(100% - 280px);
}
@media (max-width: 768px) {
  .media02__text {
    width: 100%;
  }
}
.media02.is-style-media02-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

/* カードUI01 */
.card01, .card01.is-style-card01-green, .card01.is-style-card01-pink {
  border-radius: 10px;
  border: 5px solid rgba(193, 238, 118, 0.5);
  padding: 32px;
  margin-bottom: 50px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .card01, .card01.is-style-card01-green, .card01.is-style-card01-pink {
    width: 100%;
    padding: 24px 16px;
    margin-bottom: 20px;
  }
}
.card01__figure {
  margin-bottom: 16px;
  border-radius: 8px;
}
.card01__figure img {
  width: 100%;
  border-radius: 8px;
}
.card01.is-style-card01-green {
  border: 5px solid rgba(193, 238, 118, 0.5);
}
.card01.is-style-card01-pink {
  border: 5px solid rgba(251, 209, 201, 0.5);
}

/* フレームパターン01 背景枠、破線枠付き */
.frame01, .frame01.is-style-frame01-green, .frame01.is-style-frame01-pink {
  border-radius: 10px;
  padding: 16px;
  background: rgba(193, 238, 118, 0.5);
}
@media only screen and (max-width: 768px) {
  .frame01, .frame01.is-style-frame01-green, .frame01.is-style-frame01-pink {
    width: 100%;
    padding: 12px;
  }
}
.frame01__inner {
  padding: 16px;
  border-radius: 8px;
  border: 1px dashed #98d136;
}
@media only screen and (max-width: 768px) {
  .frame01__inner {
    width: 100%;
    padding: 12px;
  }
}
.frame01.is-style-frame01-green {
  background: rgba(193, 238, 118, 0.5);
}
.frame01.is-style-frame01-green .frame01__inner {
  border: 1px dashed #98d136;
}
.frame01.is-style-frame01-pink {
  background: rgba(251, 209, 201, 0.5);
}
.frame01.is-style-frame01-pink .frame01__inner {
  border: 1px dashed #ff9e8c;
}

/* フレームパターン02 背景枠付き */
.frame02, .frame02.is-style-frame02-green, .frame02.is-style-frame02-pink {
  border-radius: 10px;
  padding: 32px;
  background: rgba(193, 238, 118, 0.5);
}
@media only screen and (max-width: 768px) {
  .frame02, .frame02.is-style-frame02-green, .frame02.is-style-frame02-pink {
    width: 100%;
    padding: 24px;
  }
}
.frame02.is-style-frame02-green {
  background: rgba(193, 238, 118, 0.5);
}
.frame02.is-style-frame02-pink {
  background: rgba(251, 209, 201, 0.5);
}

/* フロー01 子要素の下に「▼」がつく*/
.flow01, .flow01.is-style-flow01-green, .flow01.is-style-flow01-pink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  width: 100%;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
}
.flow01 > *, .flow01.is-style-flow01-green > *, .flow01.is-style-flow01-pink > * {
  position: relative;
  padding-bottom: 2rem;
  width: 100%;
}
.flow01 > *::after, .flow01.is-style-flow01-green > *::after, .flow01.is-style-flow01-pink > *::after {
  content: "▼";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #98d136;
}
.flow01 > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow01 > *:last-child::after {
  content: none;
}
.flow01__inner {
  padding-bottom: 1em;
  border-bottom: 1px solid #ebebeb;
}
.flow01.is-style-flow01-green > *::after {
  color: #98d136;
}
.flow01.is-style-flow01-pink > *::after {
  color: #ff9e8c;
}

.faq01 {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 1em;
  background: #fff;
}
.faq01 > summary {
  cursor: pointer;
  padding: 1em 1.2em;
  font-weight: bold;
  list-style: none;
  position: relative;
  background: #f7f7f7;
}
.faq01 > summary::-webkit-details-marker {
  display: none;
}
.faq01 > summary::after {
  content: "+";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2em;
}
.faq01[open] > summary::after {
  content: "−";
}
.faq01 > *:not(summary) {
  padding: 1em 1.2em;
  line-height: 1.7;
}

.anchor-nav01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}
.anchor-nav01 li {
  list-style: none;
}
.anchor-nav01 a {
  display: block;
  padding: 0.6em 1.2em;
  border-radius: 999px;
  background: #fef4f2;
  color: #232323;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s;
}
.anchor-nav01 a:hover {
  background: rgba(251, 209, 201, 0.5);
}

.top_news__in {
  border: 5px solid rgba(193, 238, 118, 0.5);
  border-radius: 10px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top_news__in {
    padding-bottom: 20px;
  }
}
.top_news__wr {
  padding: 60px 60px 0 200px;
}
@media only screen and (max-width: 768px) {
  .top_news__wr {
    padding: 20px;
  }
}
.top_news__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  left: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .top_news__ttl {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 0;
    left: 0;
  }
}
.top_news__li > li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.top_news__li > li:nth-child(n + 2) {
  padding-top: 20px;
}
.top_news__li > li:nth-child(n + 3) {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top_news__li > li {
    padding-bottom: 10px;
  }
}
.top_news__li > li a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #ff9e8c;
  text-decoration: underline;
}
.top_news__li > li a:hover {
  opacity: 0.7;
}
.top_news__time {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  color: #7a7a7a;
  font-weight: bold;
}
.top_news__txt {
  font-size: 16px;
  font-size: 1rem;
  color: #98d136;
  font-weight: bold;
}
.top_news__btn {
  margin-top: 40px;
}
.top_news__btn > * {
  position: relative;
}
.top_news__btn > *::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 20px;
  width: 14px;
  height: 10px;
  content: "";
  transition: all 0.3s ease 0s;
  background: url("../img/common/s_arrow_ico01_wh.svg") 50% 50%/cover no-repeat;
}
.top_news__btn > *:hover::before {
  background: url("../img/common/s_arrow_ico01_gr.svg") 50% 50%/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .top_news__btn {
    margin-top: 10px;
  }
}

.is-front .mfp-wrap.mfp-ready .mfp-content {
  text-align: center;
}

#top_popup {
  display: none;
  position: relative;
}

.mfp-wrap .top_popup {
  display: block;
}

#top_popup .mfp-close {
  color: #fff;
  top: -15px;
  cursor: pointer;
}

.top_popup {
  display: none;
  border: 2px solid #98d136;
  position: relative;
  text-align: left;
  padding: 80px 40px;
  background: #fff;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  height: 100%;
  max-height: 500px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .top_popup {
    max-height: 65vh;
    padding: 40px 20px;
  }
}
.top_popup__in {
  height: 100%;
}
.top_popup__ld {
  padding-bottom: 20px;
}
.top_popup__ld .is_red {
  color: red;
}
.top_popup__li {
  padding: 0 0 20px 25px;
  list-style: disc;
}
.top_popup__name {
  text-align: right;
}

.mfp-close {
  display: block;
}

.top_saiyou {
  padding: 60px 20px 0;
}
@media only screen and (max-width: 768px) {
  .top_saiyou {
    padding-top: 0;
  }
}
.top_saiyou__a {
  display: block;
  max-width: 1120px;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.top_saiyou__a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .top_covid {
    margin-top: 60px;
  }
}
.top_covid__in {
  border: 5px solid rgba(193, 238, 118, 0.5);
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top_covid__in {
    padding: 40px 20px;
  }
}
.top_covid__sttl.top_about__sub {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .top_covid__sttl.top_about__sub {
    margin-bottom: 30px;
  }
}
.top_covid__ld01 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .top_covid__ld01 {
    margin-bottom: 30px;
  }
}
.top_covid__ld02 {
  margin-bottom: 20px;
}
.top_covid__ld02.is-mb0 {
  margin-bottom: 0;
}
.top_covid__li01 {
  margin-bottom: 20px;
}
.top_covid__li01 > li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 1.3em;
  font-weight: bold;
}
.top_covid__li01 > li:last-child {
  margin-bottom: 0;
}
.top_covid__li01 > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.top_covid__li01 > li .is-color {
  color: #ff9e8c;
}

.top_about {
  padding: 0 0 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top_about {
    padding: 0 0 60px;
  }
}
.top_about::before {
  position: absolute;
  right: 7%;
  bottom: 50px;
  width: 333px;
  height: 282px;
  background: url("../img/common/greeting_img02.png") 50% 50%/contain no-repeat;
  content: "";
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .top_about::before {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top_about::before {
    right: auto;
    bottom: auto;
    left: calc(50% - 230px);
    top: 0;
    width: 163px;
    height: 132px;
  }
}
@media only screen and (max-width: 360px) {
  .top_about::before {
    left: calc(50% - 207px);
  }
}
@media only screen and (max-width: 768px) {
  .top_about.about__sec::before {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top_about.about__sec .top_about__in {
    min-height: inherit;
    position: static;
  }
}
.top_about__in {
  min-height: 600px;
  position: relative;
}
.top_about__in::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30%;
  right: auto;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/top/index_greeting_img01_pc.jpg") 100% 50%/cover no-repeat;
}
@media only screen and (max-width: 1100px) {
  .top_about__in::before {
    background-position: 0% 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .top_about__in::before {
    left: 10%;
  }
}
@media only screen and (max-width: 940px) {
  .top_about__in::before {
    left: 0%;
  }
}
@media only screen and (max-width: 840px) {
  .top_about__in::before {
    background-position: 20% 50%;
  }
}
@media only screen and (max-width: 768px) {
  .top_about__in::before {
    display: none;
  }
}
.top_about__ttl {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top_about__ttl {
    width: calc(100% + 40px);
    padding: 145px 0 20px;
    margin: auto auto 40px -20px;
    background: url("../img/top/index_greeting_img01_sp.jpg") 100% 50%/cover no-repeat;
  }
}
.top_about__ttl > span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .top_about__ttl > span {
    margin-bottom: 0;
  }
}
.top_about__cnt {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  right: auto;
  width: 57.1428%;
}
@media only screen and (max-width: 768px) {
  .top_about__cnt {
    width: 100%;
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.top_about__sub {
  margin-bottom: 20px;
  text-align: center;
}
.top_about__sub > span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #98d136;
  padding-bottom: 3px;
  border-bottom: 2px dashed #98d136;
  display: inline-block;
}
.top_about__ld {
  margin-bottom: 20px;
}
.top_about__ld:last-child {
  margin-bottom: 0;
}
.top_about__ld > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #ff9e8c;
}
.top_about__ld > a:hover {
  opacity: 0.7;
}
.top_about__btn {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .top_about__btn {
    margin-top: 30px;
  }
}

.top_annai {
  margin-top: 0;
}
.top_annai__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
}
.top_annai__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .top_annai__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.top_annai__li > li {
  width: calc((100% - 180px) / 7);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top_annai__li > li {
    padding: 0 10px;
    width: calc(33.3333% - 14px);
  }
  .top_annai__li > li:nth-child(n + 4) {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 360px) {
  .top_annai__li > li {
    width: calc(33.3333% - 7px);
  }
}
.top_annai__li > li > a {
  display: block;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.top_annai__li > li > a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_annai__li--01 {
  gap: 40px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .top_annai__li--01 {
    gap: 0;
  }
}
.top_annai__li--02 {
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .top_annai__li--02 {
    gap: 0;
  }
}
.top_annai__ttl {
  padding-top: 20px;
}
.top_annai__btn {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .top_sinryoumenu {
    margin-bottom: 105px;
  }
}
.top_sinryoumenu__wr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.top_sinryoumenu__wr > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .top_sinryoumenu__wr {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.top_sinryoumenu__cnt {
  width: calc(50% - 40px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top_sinryoumenu__cnt {
    width: 100%;
  }
  .top_sinryoumenu__cnt:last-child {
    margin-top: 90px;
  }
}
.top_sinryoumenu__cnt > a:hover .top_sinryoumenu__txt::before {
  background: #98d136;
}
.top_sinryoumenu__cnt > a:hover .top_sinryoumenu__ttl,
.top_sinryoumenu__cnt > a:hover .top_sinryoumenu__sub {
  color: #fff;
}
.top_sinryoumenu__fig {
  border-radius: 10px;
}
.top_sinryoumenu__txt {
  width: 80%;
  margin: auto;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  background: rgba(193, 238, 118, 0.5);
  position: absolute;
  bottom: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.top_sinryoumenu__txt::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #fff;
  content: "";
  border-radius: 10px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.top_sinryoumenu__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  color: #232323;
  font-weight: bold;
  transition: all 0.3s ease 0s;
}
.top_sinryoumenu__sub {
  font-size: 16px;
  font-size: 1rem;
  color: #91ba4b;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
}

.top_ohanasi {
  padding: 120px 0;
  border: 3px solid #fbd1c9;
  background: #fff url("../img/top/index_blog_bg01_pc.png") 50% 50%/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .top_ohanasi {
    padding: 60px 0;
  }
}
.top_ohanasi__ttl {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top_ohanasi__ttl {
    margin-bottom: 30px;
  }
}
.top_ohanasi__ttl > img {
  width: 100%;
}
.top_ohanasi__btn {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .top_ohanasi__btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .top_ohanasi__li > li:nth-child(3) {
    margin-bottom: 0;
  }
  .top_ohanasi__li > li:nth-child(n + 4) {
    display: none;
  }
}

.top_smile__ld {
  text-align: center;
  margin-bottom: 40px;
}
.top_smile__bg {
  background: url("../img/top/index_smile_bg01.svg") 50% 50%/contain no-repeat;
}
.top_smile__cnt {
  width: 100%;
  max-width: 250px;
  margin-right: 20px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .top_smile__cnt {
    max-width: 180px;
  }
}
.top_smile__fig {
  border-radius: 10px;
  overflow: hidden;
}
.top_smile__fig > img {
  width: 100%;
}
.top_smile__ttl {
  color: #98d136;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .top_smile__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.top_smile__btn {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .top_smile__btn {
    margin-top: 35px;
  }
}

.smile__ld {
  margin-bottom: 60px;
  text-align: center;
  color: #404040;
}
.smile__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 60px;
}
.smile__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .smile__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .smile__li {
    margin-bottom: 40px;
  }
}
.smile__li > li {
  width: calc(25% - 30px);
  margin-right: 40px;
  text-align: center;
}
.smile__li > li:nth-child(4n) {
  margin-right: 0;
}
.smile__li > li:nth-child(n + 5) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .smile__li > li {
    width: calc(50% - 15px);
    padding: 0 24px;
    margin: 0 30px 0 0;
  }
  .smile__li > li:nth-child(even) {
    margin-right: 0;
  }
  .smile__li > li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .smile__li > li:nth-child(n + 5) {
    margin-top: 30px;
  }
}
.smile__li__fig {
  border-radius: 10px;
  overflow: hidden;
}
.smile__li__fig > img {
  width: 100%;
}
.smile__li__ttl {
  font-weight: bold;
  margin: 15px auto 5px;
  color: #98d136;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .smile__li__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.smile__li__ld {
  color: #404040;
}
@media only screen and (max-width: 768px) {
  .smile__li__ld {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.about {
  margin-top: 0;
}
.about__sec {
  margin: 120px 0 0;
}
@media only screen and (max-width: 768px) {
  .about__sec {
    margin: 60px 0 0;
  }
}
.about__doctor {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .about__doctor {
    margin-bottom: 40px;
  }
}
.about__doctor__hd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 80px;
}
.about__doctor__hd > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .about__doctor__hd {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .about__doctor__hd {
    margin-bottom: 30px;
  }
}
.about__doctor__hd.is_r {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.about__doctor__hd.is_r .about__doctor__txt {
  padding: 0 60px 0 0;
}
@media only screen and (max-width: 768px) {
  .about__doctor__hd.is_r .about__doctor__txt {
    padding: 0;
  }
}
.about__doctor__hd.is_r .about__doctor__name > span {
  color: #ff9e8c;
}
.about__doctor__fig {
  width: 50%;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .about__doctor__fig {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about__doctor__txt {
  width: 50%;
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .about__doctor__txt {
    width: 100%;
    padding-left: 0;
  }
}
.about__doctor__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #232323;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about__doctor__name {
    margin-bottom: 20px;
  }
}
.about__doctor__name > span {
  font-size: 16px;
  font-size: 1rem;
  color: #98d136;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .about__doctor__name > span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.about__doctor__greeting {
  color: #404040;
  margin-bottom: 20px;
}
.about__doctor__greeting:last-child {
  margin-bottom: 0;
}
.about__dl {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.about__dl > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.about__dl > div > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .about__dl > div {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.about__dl > div:nth-child(n + 2) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .about__dl > div {
    padding-bottom: 20px;
  }
  .about__dl > div:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.about__dl > div > dt {
  width: 140px;
  font-weight: bold;
  color: #232323;
}
@media only screen and (max-width: 768px) {
  .about__dl > div > dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.about__dl > div > dd {
  width: calc(100% - 140px);
  padding-left: 40px;
  color: #404040;
}
@media only screen and (max-width: 768px) {
  .about__dl > div > dd {
    width: 100%;
    padding-left: 0;
  }
}
.about__dl > div > dd .is_s {
  font-size: 14px;
  font-size: 0.875rem;
}
.about__dl .is_dl > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.about__dl .is_dl > div > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .about__dl .is_dl > div {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.about__dl .is_dl > div > dt {
  width: 77px;
}
.about__dl .is_dl > div > dt _:-ms-lang(x)::-ms-backdrop, .about__dl .is_dl > div > dt {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .about__dl .is_dl > div > dt {
    width: 86px;
  }
}
.about__dl .is_dl > div > dd {
  width: calc(100% - 77px);
  padding-left: 40px;
}
.about__dl .is_dl > div > dd _:-ms-lang(x)::-ms-backdrop, .about__dl .is_dl > div > dd {
  wiwidth: calc(100% - 80px);
}
@media only screen and (max-width: 768px) {
  .about__dl .is_dl > div > dd {
    width: calc(100% - 86px);
  }
}
.about__dl .is_link {
  color: #404040;
  transition: color 0.3s ease 0s;
}
.about__dl .is_link:hover {
  color: #98d136;
}
.about__dl.is_ov > div {
  padding-bottom: 20px;
}
.about__dl.is_ov > div:nth-child(n + 2) {
  margin-top: 20px;
}
.about__cnts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 120px;
}
.about__cnts > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .about__cnts {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .about__cnts {
    margin-bottom: 40px;
  }
}
.about__cnts__fig {
  width: 50%;
  border-radius: 10px;
}
.about__cnts__fig > img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .about__cnts__fig {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about__cnts__ld {
  width: 50%;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .about__cnts__ld {
    width: 100%;
    padding-left: 0;
  }
}
.about__message {
  background: #fff;
  border: 5px solid rgba(251, 209, 201, 0.5);
  padding: 65px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .about__message {
    padding: 60px 35px;
  }
}
.about__message__ld {
  text-align: center;
}

.saiyou_hd {
  margin: 120px auto 60px;
}
@media only screen and (max-width: 768px) {
  .saiyou_hd {
    margin: 60px auto;
  }
}
.saiyou_hd__cth {
  width: 100%;
  max-width: 720px;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .saiyou_hd__cth {
    max-width: 360px;
    margin-bottom: 30px;
  }
}
.saiyou_hd__cth > img {
  width: 100%;
}
.saiyou_hd__fig {
  border-radius: 10px;
  overflow: hidden;
}

.saiyou_sec {
  margin: 40px auto;
}
.saiyou_sec.is_last {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .saiyou_sec.is_last {
    margin-bottom: 50px;
  }
}
.saiyou_sec__ttl {
  text-align: left;
  margin-bottom: 36px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .saiyou_sec__ttl {
    margin-bottom: 20px;
  }
}
.saiyou_sec__ttl::before {
  position: absolute;
  bottom: 0;
  left: 290px;
  display: block;
  width: calc(100% - 290px);
  height: 5px;
  border-radius: 5px;
  background: #ff9e8c;
  content: "";
}
.saiyou_sec__ttl > img {
  max-height: 75px;
}
.saiyou_sec__ttl.is_r {
  text-align: right;
}
.saiyou_sec__ttl.is_r::before {
  left: auto;
  right: 290px;
}
.saiyou_sec__cnts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.saiyou_sec__cnts > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .saiyou_sec__cnts {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.saiyou_sec__cnts__fig {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.saiyou_sec__cnts__fig > img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .saiyou_sec__cnts__fig {
    width: 100%;
    margin-bottom: 20px;
  }
}
.saiyou_sec__cnts__ld {
  width: 50%;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .saiyou_sec__cnts__ld {
    width: 100%;
    padding-left: 0;
  }
}

.saiyou_voice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.saiyou_voice > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .saiyou_voice {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.saiyou_voice > li {
  width: calc(20% - 12px);
  margin-right: 15px;
  cursor: pointer;
}
.saiyou_voice > li:hover > figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.saiyou_voice > li:hover > h4 {
  background-size: 100% 1px;
}
.saiyou_voice > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .saiyou_voice > li {
    width: calc(33.3333% - 7px);
    margin: 0 10px 0 0;
  }
  .saiyou_voice > li:nth-child(3n) {
    margin-right: 0;
  }
  .saiyou_voice > li:nth-child(n + 4) {
    margin-top: 10px;
  }
}
.saiyou_voice__fig {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.saiyou_voice__fig > img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.saiyou_voice__ttl {
  display: inline;
  font-weight: bold;
  color: #232323;
  line-height: 1.2;
  padding-bottom: 0.25em;
  background: linear-gradient(#232323, #232323) 0 85%/0 1px no-repeat;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.saiyou_voice__ld {
  color: #404040;
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__ld {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.saiyou_voice__txt {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  display: block;
  color: #ff9e8c;
}
.saiyou_voice__details {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__details {
    margin: 20px 0 40px;
  }
}
.saiyou_voice__details__cnt {
  border: 5px solid #ff9e8c;
  border-radius: 20px;
  padding: 40px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__details__cnt {
    padding: 20px;
  }
}
.saiyou_voice__details__hd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 40px;
}
.saiyou_voice__details__hd > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .saiyou_voice__details__hd {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__details__hd {
    margin-bottom: 20px;
  }
}
.saiyou_voice__details__fig {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__details__fig {
    width: 100%;
  }
}
.saiyou_voice__details__fig > img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 550px) {
  .saiyou_voice__details__fig > img {
    height: 200px;
  }
}
.saiyou_voice__details__txt {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__details__txt {
    width: 100%;
  }
}
.saiyou_voice__details__ttl {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__details__ttl {
    margin: 20px auto;
    text-align: center;
  }
}
.saiyou_voice__details__ttl .is_position {
  font-size: 26px;
  font-size: 1.625rem;
  color: #ff9e8c;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__details__ttl .is_position {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.saiyou_voice__details__ttl .is_length {
  font-size: 20px;
  font-size: 1.25rem;
  color: #232323;
  display: inline-block;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__details__ttl .is_length {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin-left: 20px;
  }
}
.saiyou_voice__details__ttl .is_length.is_l {
  display: block;
  margin-left: 0;
}
.saiyou_voice__details__ttl .is_name {
  font-size: 26px;
  font-size: 1.625rem;
  color: #232323;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .saiyou_voice__details__ttl .is_name {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 10px 0;
  }
}
.saiyou_voice__details__dl > div {
  margin-bottom: 20px;
}
.saiyou_voice__details__dl > div:last-child {
  margin-bottom: 0;
}
.saiyou_voice__details__dl > div > dt {
  font-size: 16px;
  font-size: 1rem;
  color: #ff9e8c;
  font-weight: bold;
}
.saiyou_voice__details__dl > div > dd {
  font-size: 16px;
  font-size: 1rem;
  color: #404040;
}

.saiyou_point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.saiyou_point > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .saiyou_point {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.saiyou_point > li {
  width: calc(25% - 30px);
  margin-right: 40px;
  text-align: center;
}
.saiyou_point > li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .saiyou_point > li {
    width: calc(50% - 15px);
    margin: 0 30px 0 0;
  }
  .saiyou_point > li:nth-child(even) {
    margin-right: 0;
  }
  .saiyou_point > li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 660px) {
  .saiyou_point > li {
    width: 100%;
    margin: 0;
  }
  .saiyou_point > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.saiyou_point__hd {
  margin-bottom: 20px;
}
.saiyou_point__hd > img {
  max-height: 54px;
}
.saiyou_point__fig {
  border-radius: 50%;
}
@media only screen and (max-width: 660px) {
  .saiyou_point__fig {
    max-width: 400px;
    margin: auto;
  }
}
.saiyou_point__ttl {
  color: #232323;
  font-weight: bold;
  margin: 20px auto 15px;
}
.saiyou_point__ld {
  color: #404040;
  text-align: left;
}

.saiyou_details {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .saiyou_details {
    margin-bottom: 10px;
  }
}
.saiyou_details__ttl {
  margin-bottom: 66px;
  text-align: center;
}
.saiyou_details__ttl > img {
  max-height: 75px;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__ttl {
    margin-bottom: 30px;
  }
}
.saiyou_details__cnt {
  padding-top: 60px;
}
.saiyou_details__cnt__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #ff9e8c;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__cnt__ttl {
    margin-bottom: 30px;
  }
}
.saiyou_details__cnt__ttl.is_none {
  margin-bottom: 110px;
  position: relative;
}
.saiyou_details__cnt__ttl.is_none::before {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: -70px;
  font-size: 16px;
  font-size: 1rem;
  content: "※現在募集は行っておりません";
  color: #ff9e8c;
  padding: 10px;
  background: #fef4f2;
  width: 300px;
}
.saiyou_details__cnt__hd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.saiyou_details__cnt__hd > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .saiyou_details__cnt__hd {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.saiyou_details__cnt__fig {
  width: 50%;
  border-radius: 10px;
}
.saiyou_details__cnt__fig > img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__cnt__fig {
    width: 100%;
    margin-bottom: 20px;
  }
}
.saiyou_details__cnt__ld {
  width: 50%;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__cnt__ld {
    width: 100%;
    padding-left: 0;
  }
}
.saiyou_details__cnt__ld .is_c {
  color: #ff9e8c;
  font-weight: bold;
}
.saiyou_details__cnt__an {
  display: block;
  margin-top: 40px;
  font-weight: 600;
  color: red;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__cnt__an {
    margin-top: 20px;
  }
}
.saiyou_details__type {
  margin-top: 60px;
}
.saiyou_details__type.is-close {
  position: relative;
}
.saiyou_details__type.is-close::before {
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  width: 100%;
  height: calc(100% + 20px);
  background: rgba(0, 0, 0, 0.1);
  content: "";
  z-index: 10;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__type.is-close::before {
    width: calc(100% + 20px);
    left: -10px;
  }
}
.saiyou_details__type.is-close::after {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 70px;
  bottom: auto;
  font-size: 24px;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  content: "現在こちらの求人は募集していません。";
  font-weight: 600;
  width: 700px;
  max-width: calc(100% - 80px);
  padding: 80px 20px;
  color: #ff9e8c;
  text-align: center;
  z-index: 11;
  border-radius: 10px;
}
.saiyou_details__type__ttl {
  color: #ff9e8c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.saiyou_details__type__ttl.is_g {
  color: #98d136;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__type__ttl {
    margin-bottom: 20px;
  }
}
.saiyou_details__type__dl {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.saiyou_details__type__dl > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.saiyou_details__type__dl > div > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .saiyou_details__type__dl > div {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.saiyou_details__type__dl > div:nth-child(n + 2) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__type__dl > div {
    padding-bottom: 20px;
  }
  .saiyou_details__type__dl > div:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.saiyou_details__type__dl > div > dt {
  width: 140px;
  font-weight: bold;
  color: #232323;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__type__dl > div > dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.saiyou_details__type__dl > div > dd {
  width: calc(100% - 140px);
  padding-left: 40px;
  color: #404040;
}
@media only screen and (max-width: 768px) {
  .saiyou_details__type__dl > div > dd {
    width: 100%;
    padding-left: 0;
  }
}
.saiyou_details__type__dl > div > * .is_s {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.saiyou_details__type__dl .is_dl > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.saiyou_details__type__dl .is_dl > div > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .saiyou_details__type__dl .is_dl > div {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.saiyou_details__type__dl .is_dl > div > dt {
  width: 77px;
}
.saiyou_details__type__dl .is_dl > div > dt _:-ms-lang(x)::-ms-backdrop, .saiyou_details__type__dl .is_dl > div > dt {
  width: 80px;
}
.saiyou_details__type__dl .is_dl > div > dd {
  width: calc(100% - 77px);
  padding-left: 40px;
}
.saiyou_details__type__dl .is_dl > div > dd _:-ms-lang(x)::-ms-backdrop, .saiyou_details__type__dl .is_dl > div > dd {
  width: calc(100% - 80px);
}
.saiyou_details__type__dl .is_link {
  color: #404040;
  transition: color 0.3s ease 0s;
}
.saiyou_details__type__dl .is_link:hover {
  color: #98d136;
}
.saiyou_details__type__dl.is_ov > div {
  padding-bottom: 20px;
}
.saiyou_details__type__dl.is_ov > div:nth-child(n + 2) {
  margin-top: 20px;
}

.saiyou_anchor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 5px solid #ff9e8c;
}
.saiyou_anchor > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .saiyou_anchor {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.saiyou_anchor.is_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .saiyou_anchor {
    border-bottom: none;
  }
  .saiyou_anchor.is_pc {
    display: none;
  }
  .saiyou_anchor.is_sp {
    display: -ms-flexbox;
    display: flex;
  }
}
.saiyou_anchor__link, .saiyou_anchor__cnt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  width: calc(25% - 20px);
  background: #fef4f2;
  color: #ff9e8c;
  text-align: center;
  padding: 20px 0;
  transition: all 0.3s ease 0s;
}
.saiyou_anchor__link:hover, .saiyou_anchor__cnt:hover {
  color: #fff;
  background: #ff9e8c;
  cursor: pointer;
}
.saiyou_anchor__link.is_current, .saiyou_anchor__cnt.is_current {
  color: #fff;
  background: #ff9e8c;
}
@media only screen and (max-width: 768px) {
  .saiyou_anchor__link, .saiyou_anchor__cnt {
    width: calc(50% - 10px);
  }
  .saiyou_anchor__link:nth-child(n + 3), .saiyou_anchor__cnt:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .saiyou_anchor__link, .saiyou_anchor__cnt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.innai {
  position: relative;
}

.visit {
  position: relative;
}
.visit__cnt01 {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .visit__cnt01 {
    display: block;
  }
}
.visit__cnt01__fig {
  width: calc(50% - 20.01px);
  margin-right: 40px;
}
@media (max-width: 768px) {
  .visit__cnt01__fig {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.visit__cnt01__fig img {
  border-radius: 10px;
}
.visit__cnt01__txt {
  width: calc(50% - 20.01px);
}
@media (max-width: 768px) {
  .visit__cnt01__txt {
    width: 100%;
  }
}
.visit__cnt01__ld {
  margin-bottom: 20px;
}
.visit__cnt01__ld:last-child {
  margin-bottom: 0;
}

.access {
  position: relative;
}
.access__ld {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .access__ld {
    margin-bottom: 20px;
  }
}
.access__cnt01 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .access__cnt01 {
    display: block;
    margin-bottom: 40px;
  }
}
.access__cnt01__fig {
  width: calc(50% - 20.01px);
  margin-right: 40px;
}
@media (max-width: 768px) {
  .access__cnt01__fig {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.access__cnt01__fig img {
  border-radius: 10px;
}
.access__cnt01__dl {
  width: calc(50% - 20.01px);
}
@media (max-width: 768px) {
  .access__cnt01__dl {
    width: 100%;
  }
}
.access__cnt01__itm01 {
  margin-bottom: 25px;
}
.access__cnt01__itm01 > dt {
  font-weight: bold;
}
.access__cnt01__itm01:last-child {
  margin-bottom: 0;
}
.access__gmap {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .access__gmap {
    display: block;
  }
}
.access__gmap__map {
  width: 50%;
  height: 360px;
}
@media (max-width: 768px) {
  .access__gmap__map {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}
.access__gmap__view {
  width: 50%;
  height: 360px;
}
@media (max-width: 768px) {
  .access__gmap__view {
    width: 100%;
    height: 200px;
  }
}

.otoiawase__tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 50px;
  background: #fef4f2;
}
.otoiawase__tel > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .otoiawase__tel {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .otoiawase__tel {
    padding: 30px 20px;
  }
}
.otoiawase__tel__cnt:nth-child(1) {
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .otoiawase__tel__cnt {
    width: 100%;
  }
  .otoiawase__tel__cnt:nth-child(1) {
    margin: 0 0 40px;
  }
}
.otoiawase__tel__cnt > * {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  padding: 15px;
  line-height: 1;
  border-radius: 5px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  background: #ff9e8c;
}
@media only screen and (max-width: 768px) {
  .otoiawase__tel__cnt > * {
    max-width: 270px;
    margin: auto;
    padding: 18px 23px;
  }
}
.otoiawase__tel__cnt > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.otoiawase__tel__cnt > a:hover {
  opacity: 0.7;
}
.otoiawase__tel__cnt .is_s {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .otoiawase__tel__cnt .is_s {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.otoiawase__ld {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .otoiawase__ld {
    margin-bottom: 25px;
  }
}
.otoiawase__dl {
  margin-bottom: 60px;
}
.otoiawase__dl > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-bottom: 1px solid #ebebeb;
}
.otoiawase__dl > div > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .otoiawase__dl > div {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.otoiawase__dl > div > dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 28px 20px;
  width: 340px;
  background: #fef4f2;
}
@media only screen and (max-width: 1000px) {
  .otoiawase__dl > div > dt {
    width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .otoiawase__dl > div > dt {
    width: 100%;
  }
}
.otoiawase__dl > div > dt .required {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #ff9e8c;
  padding: 5px 16px;
  margin-left: 20px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
}
.otoiawase__dl > div > dt .required _:-ms-lang(x)::-ms-backdrop, .otoiawase__dl > div > dt .required {
  padding-top: 7px;
}
.otoiawase__dl > div > dt .required _:-ms-lang(x)::backdrop, .otoiawase__dl > div > dt .required {
  padding-top: 7px;
}
.otoiawase__dl > div > dd {
  width: calc(100% - 340px);
  padding: 24px 40px;
  color: #404040;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .otoiawase__dl > div > dd {
    width: calc(100% - 280px);
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .otoiawase__dl > div > dd {
    width: 100%;
    padding: 20px 0 20px 20px;
  }
}
.otoiawase__dl > div > dd input[type="text"],
.otoiawase__dl > div > dd input[type="email"],
.otoiawase__dl > div > dd select,
.otoiawase__dl > div > dd textarea {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  color: #404040;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 8px 10px;
  position: relative;
}
.otoiawase__dl > div > dd input[type="text"].is_name,
.otoiawase__dl > div > dd input[type="email"].is_name,
.otoiawase__dl > div > dd select.is_name,
.otoiawase__dl > div > dd textarea.is_name {
  margin: 0 40px 0 20px;
  width: calc(100% - 76px);
  max-width: 210px;
}
.otoiawase__dl > div > dd input[type="text"].is_name.is_last,
.otoiawase__dl > div > dd input[type="email"].is_name.is_last,
.otoiawase__dl > div > dd select.is_name.is_last,
.otoiawase__dl > div > dd textarea.is_name.is_last {
  margin-right: 0;
}
.otoiawase__dl > div > dd input[type="text"].is_name.is_kana,
.otoiawase__dl > div > dd input[type="email"].is_name.is_kana,
.otoiawase__dl > div > dd select.is_name.is_kana,
.otoiawase__dl > div > dd textarea.is_name.is_kana {
  width: calc(100% - 92px);
}
@media only screen and (max-width: 768px) {
  .otoiawase__dl > div > dd input[type="text"].is_name,
  .otoiawase__dl > div > dd input[type="email"].is_name,
  .otoiawase__dl > div > dd select.is_name,
  .otoiawase__dl > div > dd textarea.is_name {
    width: calc(100% - 52px);
    margin: 0 26px 0 10px;
  }
  .otoiawase__dl > div > dd input[type="text"].is_name.is_kana,
  .otoiawase__dl > div > dd input[type="email"].is_name.is_kana,
  .otoiawase__dl > div > dd select.is_name.is_kana,
  .otoiawase__dl > div > dd textarea.is_name.is_kana {
    width: calc(100% - 68px);
  }
}
@media only screen and (max-width: 360px) {
  .otoiawase__dl > div > dd input[type="text"].is_name,
  .otoiawase__dl > div > dd input[type="email"].is_name,
  .otoiawase__dl > div > dd select.is_name,
  .otoiawase__dl > div > dd textarea.is_name {
    width: calc(100% - 36px);
    margin: 0 10px;
  }
  .otoiawase__dl > div > dd input[type="text"].is_name.is_kana,
  .otoiawase__dl > div > dd input[type="email"].is_name.is_kana,
  .otoiawase__dl > div > dd select.is_name.is_kana,
  .otoiawase__dl > div > dd textarea.is_name.is_kana {
    width: calc(100% - 52px);
  }
}
.otoiawase__dl > div > dd input[type="text"].is_age,
.otoiawase__dl > div > dd input[type="email"].is_age,
.otoiawase__dl > div > dd select.is_age,
.otoiawase__dl > div > dd textarea.is_age {
  width: 80px;
  margin: 0 10px;
  text-align: right;
}
.otoiawase__dl > div > dd input[type="text"].is_address,
.otoiawase__dl > div > dd input[type="email"].is_address,
.otoiawase__dl > div > dd select.is_address,
.otoiawase__dl > div > dd textarea.is_address {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  line-height: 1;
  width: 100%;
  margin-bottom: 10px;
}
.otoiawase__dl > div > dd input[type="text"].is_txt,
.otoiawase__dl > div > dd input[type="email"].is_txt,
.otoiawase__dl > div > dd select.is_txt,
.otoiawase__dl > div > dd textarea.is_txt {
  width: 100%;
  max-width: 480px;
  margin-right: 20px;
}
.otoiawase__dl > div > dd .is_wr {
  position: relative;
  display: inline-block;
  max-width: 50%;
}
.otoiawase__dl > div > dd .is_wr .error {
  position: relative;
}
.otoiawase__dl > div > dd .is_an {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1150px) {
  .otoiawase__dl > div > dd .is_an {
    display: block;
    margin-top: 8px;
  }
}
.otoiawase__dl > div > dd .is_select {
  display: block;
  width: 180px;
  position: relative;
}
.otoiawase__dl > div > dd .is_select::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 6px;
  content: "";
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 9px 3.5px 0 3.5px;
  border-color: #404040 transparent transparent transparent;
  z-index: 1;
}
.otoiawase__dl > div > dd .error {
  position: absolute;
  bottom: 0;
}
.otoiawase__privacylink {
  color: #404040;
  margin-bottom: 25px;
  text-align: center;
}
.otoiawase__privacylink > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #ff9e8c;
  font-weight: bold;
  text-decoration: underline;
}
.otoiawase__privacylink > a:hover {
  opacity: 0.7;
}
.otoiawase__privacy {
  text-align: center;
  margin: auto;
}
.otoiawase__privacy input[type="checkbox"] {
  display: none;
}
.otoiawase__privacy input[type="checkbox"]:checked + label {
  background: #ff0000;
}
@media only screen and (max-width: 413px) {
  .otoiawase__privacy {
    max-width: 220px;
    position: relative;
  }
  .otoiawase__privacy input[type="checkbox"] {
    position: absolute;
    left: 10px;
  }
}
.otoiawase__privacy input[checked="checked"] .mwform-checkbox-field-text::before {
  opacity: 1;
}
.otoiawase__privacy .mwform-checkbox-field-text {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.otoiawase__privacy .mwform-checkbox-field-text::before {
  position: absolute;
  top: 12px;
  left: 8px;
  display: block;
  content: "";
  width: 5px;
  height: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 413px) {
  .otoiawase__privacy .mwform-checkbox-field-text::before {
    left: 8px;
  }
}
.otoiawase__privacy .mwform-checkbox-field-text::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: -1;
}
.otoiawase__privacy .mwform-checkbox-field-text.is_active::before {
  opacity: 1;
}
.otoiawase__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px;
}
.otoiawase__btn > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .otoiawase__btn {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.otoiawase__btn > *:nth-child(2) {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .otoiawase__btn > *:nth-child(2) {
    margin: 30px auto 0;
  }
}
.otoiawase .mw_wp_form_preview .is_hidden,
.otoiawase .mw_wp_form_preview .is_an,
.otoiawase .mw_wp_form_preview .otoiawase__privacy,
.otoiawase .mw_wp_form_preview .is_select::before {
  display: none;
}
.otoiawase__thanks {
  text-align: center;
}
.otoiawase__thanks:nth-child(2) {
  margin-top: 30px;
}
.otoiawase__thanks:last-child {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .otoiawase__thanks:nth-child(2) {
    margin-top: 15px;
  }
  .otoiawase__thanks:last-child {
    margin-top: 30px;
  }
}

.r_time {
  width: 100%;
  max-width: 490px;
  height: 220px;
  background: rgba(251, 209, 201, 0.5);
  border-radius: 10px;
  padding: 53px 44px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1157px) {
  .r_time {
    height: 200px;
    padding: 33px 27px;
  }
}
@media only screen and (max-width: 820px) {
  .r_time {
    padding: 33px 17px;
  }
}
@media only screen and (max-width: 768px) {
  .r_time {
    width: 100%;
    max-width: 359px;
    height: 160px;
    margin: auto;
    padding: 22px 15px;
  }
}
@media only screen and (max-width: 390px) {
  .r_time {
    height: 160px;
  }
}
.r_time::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #fff;
  z-index: -1;
  border-radius: 10px;
  content: "";
}
.r_time.is_hd {
  position: absolute;
  bottom: -35px;
  right: 25px;
}
@media only screen and (max-width: 1157px) {
  .r_time.is_hd {
    height: 220px;
    padding: 53px 47px;
  }
}
@media only screen and (max-width: 768px) {
  .r_time.is_hd {
    width: calc(100% - 40px);
    position: relative;
    bottom: 15px;
    right: 0;
    margin: auto;
    height: 160px;
    padding: 22px 15px;
  }
}
@media only screen and (max-width: 390px) {
  .r_time.is_hd {
    height: 160px;
  }
}
.r_time.is_top {
  position: absolute;
  right: 20px;
  bottom: 100px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .r_time.is_top {
    width: calc(100% - 40px);
    position: relative;
    right: 0;
    bottom: -94px;
  }
}
.r_time.is_item::after {
  position: absolute;
  bottom: 83%;
  right: 15px;
  width: 130px;
  height: 130px;
  display: block;
  content: "";
  background: url("../img/common/time_wani.svg") 50% 50%/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .r_time.is_item::after {
    width: 70px;
    height: 70px;
    bottom: 88%;
    right: 8px;
  }
}
.r_time__tbl {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 3px;
  color: #232323;
}
.r_time__tbl colgroup.r_time__ttl {
  width: 27.27273%;
}
.r_time__tbl colgroup.r_time__cnt {
  width: 9.09091%;
}
.r_time__tbl th {
  padding: 0 0 7px;
}
@media only screen and (max-width: 768px) {
  .r_time__tbl th {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.r_time__tbl th:first-child {
  text-align: center;
  font-weight: bold;
}
.r_time__tbl thead {
  line-height: 1;
}
.r_time__tbl tbody {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .r_time__tbl tbody {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.r_time__tbl tbody th {
  width: 112px;
  padding-right: 10px;
  font-weight: normal;
  text-align: center;
}
.r_time__tbl tbody th:first-child {
  font-family: "Nunito", sans-serif;
}
.r_time__tbl tbody th:last-child {
  width: 55px;
  padding-left: 5px;
}
@media only screen and (max-width: 400px) {
  .r_time__tbl tbody th {
    width: 112px;
    letter-spacing: 0em;
  }
}
.r_time__tbl tbody td {
  padding: 5px 0;
  text-align: center;
}
.r_time__tbl tbody td:last-child {
  width: 55px;
  padding-left: 5px;
}
.r_time__tbl tbody td.is_pink {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ff9e8c;
}
@media only screen and (max-width: 768px) {
  .r_time__tbl tbody td.is_pink {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.r_time__li {
  padding-left: 10px;
}
.r_time__li > li {
  font-size: 12px;
  font-size: 0.75rem;
  color: #7a7a7a;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .r_time__li {
    padding-left: 0;
  }
  .r_time__li > li {
    font-size: 10px;
    font-size: 0.625rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 390px) {
  .r_time__li > li {
    white-space: inherit;
  }
}

.is_404__ttl {
  text-align: center;
}

.is-policy {
  text-align: left;
}

.policy {
  font-size: 16px;
  color: #404040;
}

.policy__in {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}

.policy__ld {
  margin-bottom: 20px;
}

.policy__dl {
  margin-bottom: 40px;
  list-style-type: decimal;
}
@media (max-width: 768px) {
  .policy__dl {
    margin-bottom: 20px;
  }
}

.policy__dl:last-of-type {
  margin-bottom: 0;
}

.policy__dl__link {
  color: #404040;
  text-decoration: underline;
  transition: .3s;
}
@media (max-width: 768px) {
  .policy__dl__link {
    margin: 10px 0;
  }
}

.policy__dl__link:hover {
  transition: .3s;
  opacity: 0.7;
}

.policy__dl dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-left: 20px;
  margin: 0;
  position: relative;
}
.policy__dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.policy__dl dt.is_01::before {
  content: "1.";
}
.policy__dl dt.is_02::before {
  content: "2.";
}
.policy__dl dt.is_03::before {
  content: "3.";
}
.policy__dl dt.is_04::before {
  content: "4.";
}
.policy__dl dt.is_05::before {
  content: "5.";
}
.policy__dl dt.is_06::before {
  content: "6.";
}
.policy__dl dt.is_07::before {
  content: "7.";
}
@media (max-width: 768px) {
  .policy__dl dt {
    margin-bottom: 8px;
  }
}

.policy__dl dd {
  line-height: 1.7;
}

.policy__dl ul {
  margin-left: 10px;
  list-style-position: inside;
  list-style-type: disc;
}

.annai__in {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.annai__ld {
  text-align: center;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .annai__ld {
    margin-bottom: 30px;
  }
}
.annai__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.annai__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .annai__li {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.annai__li > li {
  width: calc(50% - 25px);
  border-radius: 10px;
  border: 5px solid rgba(193, 238, 118, 0.5);
  padding: 60px;
  margin-bottom: 50px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .annai__li > li {
    width: 100%;
    padding: 45px 25px;
    margin-bottom: 20px;
  }
}
.annai__li > li:last-of-type {
  margin-bottom: 0 !important;
}
.annai__li > li:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .annai__li > li:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
}
.annai__li > li#child_d, .annai__li > li#periodontology, .annai__li > li#implant_d {
  width: 100%;
}
.annai__li > li .is_hd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.annai__li > li .is_hd > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .annai__li > li .is_hd {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.annai__li > li .is_ttl {
  width: 300px;
}
@media only screen and (max-width: 900px) {
  .annai__li > li .is_ttl {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .annai__li > li .is_ttl {
    width: 100%;
  }
}
.annai__li > li .is_fig {
  width: 100%;
  max-width: calc(100% - 300px);
  text-align: right;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .annai__li > li .is_fig {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 768px) {
  .annai__li > li .is_fig {
    max-width: 100%;
  }
}
.annai__li__ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .annai__li__ttl {
    margin-bottom: 20px;
  }
}
.annai__li__ttl img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .annai__li__ttl img {
    width: 102px;
    margin-bottom: 15px;
  }
}
.annai__li__ttl span {
  display: block;
  line-height: 1;
}
.annai__li__fig {
  margin-bottom: 20px;
}
.annai__li__txt > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #ff9e8c;
  text-decoration: underline;
}
.annai__li__txt > a:hover {
  opacity: 0.7;
}
.annai__li__txt.is-center {
  text-align: center;
}

.situmon {
  position: relative;
}
.situmon__dl__itm {
  border-bottom: solid 1px #EBEBEB;
  padding: 20px 0;
}
.situmon__dl__dt {
  font-weight: bold;
  padding: 16.5px 35px 16.5px 100px;
  position: relative;
  cursor: pointer;
  transition: .3s;
}
@media (max-width: 768px) {
  .situmon__dl__dt {
    padding: 10px 35px 10px 65px;
  }
}
.situmon__dl__dt:hover {
  opacity: .7;
}
.situmon__dl__dt:before {
  content: 'Q';
  line-height: 60px;
  width: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background-color: #98d136;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Nunito", sans-serif;
}
@media (max-width: 768px) {
  .situmon__dl__dt:before {
    line-height: 45px;
    width: 45px;
  }
}
.situmon__dl__dt .is-angle {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #DAF3AE;
}
.situmon__dl__dt .is-angle:after {
  position: absolute;
  right: 6px;
  top: calc(50% - 2px);
  content: '';
  width: 7px;
  height: 7px;
  border-top: 4px solid #98D136;
  border-right: 4px solid #98D136;
  border-radius: 2px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  transition: .3s;
}
.situmon__dl__dt.is_active .is-angle:after {
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
.situmon__dl__dd {
  margin-top: 20px;
  padding: 16.5px 0 16.5px 100px;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .situmon__dl__dd {
    padding: 10px 35px 10px 65px;
  }
}
.situmon__dl__dd:before {
  content: 'A';
  line-height: 60px;
  width: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background-color: #ff9e8c;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Nunito", sans-serif;
}
@media (max-width: 768px) {
  .situmon__dl__dd:before {
    line-height: 45px;
    width: 45px;
  }
}
.situmon__dl__dd a {
  transition: opacity 0.3s ease 0s;
  color: #ff9e8c;
  text-decoration: underline;
  font-weight: bold;
}
.situmon__dl__dd a:hover {
  opacity: .7;
}

.torikumi {
  position: relative;
}
.torikumi__nv {
  margin-top: 120px;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .torikumi__nv {
    margin: 60px 0;
  }
}
.torikumi__nv__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .torikumi__nv__li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.torikumi__nv__li > li {
  width: calc(33.33% - 30.01px);
}
.torikumi__nv__li > li:last-child {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .torikumi__nv__li > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(50% - 15px);
  }
  .torikumi__nv__li > li:last-child {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .torikumi__nv__li > li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .torikumi__nv__li > li:nth-of-type(n+3) {
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .torikumi__nv__li > li:not(:first-child) {
    margin-top: 25px;
  }
}
.torikumi__nv__li > li > a {
  position: relative;
  text-align: center;
  color: #98d136;
  font-weight: bold;
  transition: .3s;
  display: block;
  padding-bottom: 12px;
  padding-right: 12px;
  border-bottom: solid 1px #EBEBEB;
  transition: .3s ease;
}
.torikumi__nv__li > li > a:hover {
  opacity: .7;
}
.torikumi__nv__li > li > a::before {
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 0;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 4px solid #98d136;
  border-right: 4px solid #98d136;
  border-radius: 2px;
  -webkit-transform: translateY(-13px) rotate(135deg);
          transform: translateY(-13px) rotate(135deg);
  transition: .3s;
}
.torikumi__ld {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .torikumi__ld {
    margin-bottom: 40px;
  }
}
.torikumi__sttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.torikumi__cnt01 {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .torikumi__cnt01 {
    margin-bottom: 60px;
  }
}
.torikumi__cnt01:last-of-type {
  margin-bottom: 0;
}
.torikumi__cnt01__ld01 {
  margin-bottom: 40px;
}
.torikumi__cnt01__ld02 {
  margin-bottom: 40px;
}
.torikumi__cnt01__ld02.is-last {
  margin-bottom: 0;
}
.torikumi__cnt01__ld02.is-c {
  text-align: center;
}
.torikumi__cnt01__ld02.is-mb10 {
  margin-bottom: 10px;
}
.torikumi__cnt01__ld02 .is-bold {
  font-weight: bold;
}
.torikumi__cnt01__ld02 .is-pink {
  color: #ff9e8c;
}
.torikumi__cnt01__li01 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .torikumi__cnt01__li01 {
    margin-bottom: 15px;
  }
}
.torikumi__cnt01__li01 > li {
  width: calc(50% - 20.01px);
  text-align: center;
}
@media (max-width: 768px) {
  .torikumi__cnt01__li01 > li {
    width: calc(50% - 15.01px);
  }
}
.torikumi__cnt01__li01 > li:nth-of-type(even) {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .torikumi__cnt01__li01 > li:nth-of-type(even) {
    margin-left: 30px;
  }
}
.torikumi__cnt01__li01 > li:nth-of-type(n+3) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .torikumi__cnt01__li01 > li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
.torikumi__cnt01__li01.is-3col > li {
  width: calc(33.33% - 13.33px);
  text-align: center;
}
@media (max-width: 768px) {
  .torikumi__cnt01__li01.is-3col > li {
    width: calc(33.33% - 8.01px);
  }
}
.torikumi__cnt01__li01.is-3col > li:nth-of-type(even) {
  margin-left: 0;
}
.torikumi__cnt01__li01.is-3col > li:nth-of-type(n+3) {
  margin-top: 0;
}
.torikumi__cnt01__li01.is-3col > li:nth-of-type(n+4) {
  margin-top: 20px;
}
.torikumi__cnt01__li01.is-3col > li:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .torikumi__cnt01__li01.is-3col > li:not(:nth-of-type(3n)) {
    margin-right: 12px;
  }
}
.torikumi__cnt01__li01.is-last {
  margin-bottom: 0;
}
.torikumi__cnt01__li01 a {
  color: #98d136;
  transition: .3s;
  font-weight: bold;
  text-decoration: underline;
}
.torikumi__cnt01__li01 a:hover {
  opacity: .7;
}
.torikumi__cnt01__li02 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.torikumi__cnt01__li02 > li {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .torikumi__cnt01__li02 > li {
    width: calc(50% - 15.01px);
  }
}
.torikumi__cnt01__li02 > li:nth-of-type(even) {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .torikumi__cnt01__li02 > li:nth-of-type(even) {
    margin-left: 30px;
  }
}
.torikumi__cnt01__fig01 img {
  border-radius: 5px;
}
.torikumi__cnt01__fig01.is-2col_v {
  margin-top: 7.2%;
}
.torikumi__cnt01__fig02 {
  max-width: 280px;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .torikumi__cnt01__fig02 {
    margin: 0 auto 15px;
  }
}
.torikumi__cnt01__fig02 img {
  border-radius: 5px;
}
.torikumi__cnt01__fig02.is-last {
  margin-bottom: 0;
}
.torikumi__sec01 {
  margin-bottom: 120px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .torikumi__sec01 {
    margin-bottom: 60px;
  }
}
.torikumi__sec01__in {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 5px rgba(251, 209, 201, 0.5);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .torikumi__sec01__in {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.torikumi__sec01__ttl01 {
  color: #ff9e8c;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .torikumi__sec01__ttl01 {
    margin-bottom: 20px;
  }
}
.torikumi__sec01__sttl01 {
  text-align: center;
  font-weight: bold;
}
.torikumi__sec01__ld {
  text-align: center;
}
.torikumi__sec01__ld a {
  color: #ff9e8c;
  text-decoration: underline;
  font-weight: bold;
  transition: .3s;
  word-break: break-all;
}
.torikumi__sec01__ld a:hover {
  opacity: .7;
}

.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-arrow {
  opacity: .5;
  transition: .15s;
}
.mfp-arrow:hover {
  opacity: 1;
}

.syoshin {
  position: relative;
}
.syoshin__in {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.syoshin__ld {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .syoshin__ld {
    margin-bottom: 20px;
  }
}
.syoshin__ol > li {
  padding-bottom: 40px;
  margin-bottom: 140px;
  border-bottom: solid 1px #EBEBEB;
  position: relative;
}
@media (max-width: 768px) {
  .syoshin__ol > li {
    padding-bottom: 20px;
    margin-bottom: 70px;
  }
}
.syoshin__ol > li:last-of-type {
  margin-bottom: 0;
}
.syoshin__ol > li:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -80px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #ff9e8c;
  border-right: 4px solid #ff9e8c;
  border-radius: 2px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media (max-width: 768px) {
  .syoshin__ol > li:not(:first-child)::before {
    top: -38px;
    width: 12px;
    height: 12px;
  }
}
.syoshin__ttl01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .syoshin__ttl01 {
    margin-bottom: 20px;
  }
}
.syoshin__ttl01 .is-num {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  padding: 0px 8px;
  margin-bottom: 4px;
  text-align: center;
  border-radius: 13px;
  color: #fff;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  background-color: #FF9E8C;
}
.syoshin__ttl01 .is-num _:-ms-lang(x)::-ms-backdrop, .syoshin__ttl01 .is-num {
  padding-top: 2px;
}
.syoshin__ttl01 .is-num _:-ms-lang(x)::backdrop, .syoshin__ttl01 .is-num {
  padding-top: 2px;
}
.syoshin__cnt01 {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .syoshin__cnt01 {
    display: block;
  }
}
.syoshin__cnt01__fig {
  width: 240px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .syoshin__cnt01__fig {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .syoshin__cnt01__fig {
    width: 240px;
  }
}
.syoshin__cnt01__fig img {
  border-radius: 5px;
}
.syoshin__cnt01__txt {
  width: calc(100% - 280.01px);
}
@media (max-width: 768px) {
  .syoshin__cnt01__txt {
    width: 100%;
  }
}
.syoshin__reserve01 {
  position: relative;
  border-radius: 16px;
  border: 5px solid rgba(193, 238, 118, 0.5);
  padding: 24px;
}
@media (max-width: 768px) {
  .syoshin__reserve01 {
    padding: 16px 16px 24px;
  }
}
.syoshin__reserve01__deco {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .syoshin__reserve01__deco {
    top: -32px;
  }
}
.syoshin__reserve01__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .syoshin__reserve01__inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.syoshin__reserve01__title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .syoshin__reserve01__title {
    text-align: center;
    margin-bottom: 8px;
  }
}
.syoshin__reserve01__text {
  color: #98d136;
}
@media (max-width: 768px) {
  .syoshin__reserve01__text {
    text-align: center;
  }
}

.ohanasi__in {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.ohanasi__wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media only screen and (max-width: 768px) {
  .ohanasi__wrap {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.ohanasi__content {
  width: calc(100% - (220px + 64px));
}
@media only screen and (max-width: 768px) {
  .ohanasi__content {
    width: 100%;
  }
}
.ohanasi__side {
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .ohanasi__side {
    width: 100%;
  }
}
.ohanasi__side-ttl {
  font-weight: bold;
}
.ohanasi__side-ttl > span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 2px dashed #98d136;
  display: block;
}
.ohanasi__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  width: 100%;
}
.ohanasi__li > li > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  padding-block: 0.5em;
  padding-inline: 2em;
  border-radius: 10px;
  background: #fff;
}
.ohanasi__li > li > a:hover {
  opacity: 0.7;
}
.ohanasi__li > li > a.is_all {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #a1a1a1;
  border: 5px solid rgba(191, 191, 191, 0.5);
}
.ohanasi__li > li > a.is_all.is_current {
  color: #fff;
  background: #a1a1a1;
}
.ohanasi__li > li > a.is_blog_chief {
  color: #98d136;
  border: 5px solid rgba(193, 238, 118, 0.5);
}
.ohanasi__li > li > a.is_blog_chief.is_current {
  color: #fff;
  background: #98d136;
}
.ohanasi__li > li > a.is_blog_chief + .ohanasi__child > li::marker {
  color: #98d136;
}
.ohanasi__li > li > a.is_blog_chief + .ohanasi__child a {
  color: #98d136;
}
.ohanasi__li > li > a.is_blog_chief + .ohanasi__child a.is_current {
  color: #fff;
  background: #98d136;
}
.ohanasi__li > li > a.is_blog_deputy_chief {
  color: #ff9e8c;
  border: 5px solid rgba(251, 209, 201, 0.5);
}
.ohanasi__li > li > a.is_blog_deputy_chief.is_current {
  color: #fff;
  background: #ff9e8c;
}
.ohanasi__li > li > a.is_blog_deputy_chief + .ohanasi__child > li::marker {
  color: #ff9e8c;
}
.ohanasi__li > li > a.is_blog_deputy_chief + .ohanasi__child a {
  color: #ff9e8c;
}
.ohanasi__li > li > a.is_blog_deputy_chief + .ohanasi__child a.is_current {
  color: #fff;
  background: #ff9e8c;
}
.ohanasi__li > li > a.is_ohanasi {
  color: #eeba60;
  border: 5px solid rgba(242, 209, 151, 0.5);
}
.ohanasi__li > li > a.is_ohanasi.is_current {
  color: #fff;
  background: #eeba60;
}
.ohanasi__li > li > a.is_ohanasi + .ohanasi__child > li::marker {
  color: #eeba60;
}
.ohanasi__li > li > a.is_ohanasi + .ohanasi__child a {
  color: #eeba60;
}
.ohanasi__li > li > a.is_ohanasi + .ohanasi__child a.is_current {
  color: #fff;
  background: #eeba60;
}
.ohanasi__li > li > .ohanasi__child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  padding-left: 2em;
  list-style-type: disc;
  list-style-position: inside;
}
.ohanasi__li > li > .ohanasi__child > li::marker {
  color: #a1a1a1;
}
.ohanasi__li > li > .ohanasi__child > li > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: inline-block;
  height: 100%;
  font-weight: bold;
}
.ohanasi__li > li > .ohanasi__child > li > a:hover {
  opacity: 0.7;
}
.ohanasi__tagWrap {
  padding: 16px;
  border-radius: 8px;
  background-color: #e7dad1;
}
.ohanasi__tagList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.ohanasi__tagItem {
  line-height: 0;
}
.ohanasi__tagItem a,
.ohanasi__tagItem span {
  padding-block: 4px;
  padding-inline: 6px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #a48a77;
  font-size: 12px;
  font-size: 0.75rem;
  color: #a48a77;
  line-height: 1.2;
  display: block;
}
.ohanasi__tagItem a.is_current,
.ohanasi__tagItem span.is_current {
  background-color: #a48a77;
  color: #fff;
}
@media (hover: hover) {
  .ohanasi__tagItem a {
    transition: 0.3s all;
  }
  .ohanasi__tagItem a:hover {
    opacity: 0.7;
  }
}

.p-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.p-post > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .p-post {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.p-post > li {
  width: calc(33.33% - 40px);
  margin: 0 60px 40px 0;
}
@media only screen and (max-width: 1024px) {
  .p-post > li {
    width: calc(33.33% - 20px);
    margin: 0 30px 40px 0;
  }
}
.p-post > li:nth-of-type(3n) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 768px) {
  .p-post > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-post > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #232323;
  padding-bottom: 27px;
  transition: all 0.3s ease 0s;
}
.p-post > li > a:hover figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-post > li > a:hover h4 {
  background-size: 100% 1px;
}
.p-post > li > a figure {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 2;
}
@media only screen and (max-width: 768px) {
  .p-post > li > a figure {
    margin-bottom: 15px;
  }
}
.p-post > li > a figure > img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}
.p-post > li > a h4 {
  display: inline;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0.25em;
  background: linear-gradient(#232323, #232323) 0 85%/0 1px no-repeat;
  transition: background 0.4s;
}
.p-post > li > a .is_data time {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-right: 20px;
  line-height: 14px;
}
.p-post > li > a .is_data ul:not(.ohanasi__tagList) {
  display: inline-block;
}
.p-post > li > a .is_data ul:not(.ohanasi__tagList) li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.p-post > li > a .is_data ul:not(.ohanasi__tagList) li:last-of-type {
  margin-right: 0;
}
.p-post > li > a .is_data ul:not(.ohanasi__tagList) li .is_blog_chief {
  color: #98d136;
}
.p-post > li > a .is_data ul:not(.ohanasi__tagList) li .is_blog_deputy_chief {
  color: #ff9e8c;
}
.p-post > li > a .is_data ul:not(.ohanasi__tagList) li .is_ohanasi {
  color: #eeba60;
}

.ofi_img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ページャ */
.pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 20px auto 0;
}
.pager > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .pager {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.pager li {
  background: #daf3ae;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 15px 0 0;
  border-radius: 5px;
}
@media only screen and (max-width: 413px) {
  .pager li {
    width: 35px;
    line-height: 35px;
    margin: 0 5px 0 0;
  }
}
.pager li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #98d136;
  transition: 0.3s;
  border-radius: 5px;
}
.pager li a:hover {
  color: #fff;
  background: #98d136;
}
.pager li span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .pager li span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.pager li.is-current {
  color: #fff;
  background-color: #98d136;
}
.pager li:last-of-type {
  margin: 0;
}

.art {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 768px) {
  .art {
    padding: 45px 0 60px;
  }
}
.art__in {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.art__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .art__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.art__fig {
  margin: 0 auto 80px;
  text-align: center;
  max-width: 420px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .art__fig {
    margin-bottom: 40px;
  }
}
.art__fig > img {
  border-radius: 10px;
}
.art__data {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .art__data {
    margin-bottom: 30px;
  }
}
.art__data time {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-right: 20px;
  line-height: 14px;
}
@media only screen and (max-width: 768px) {
  .art__data time {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.art__data ul:not(.ohanasi__tagList) {
  display: inline-block;
}
.art__data ul:not(.ohanasi__tagList) li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .art__data ul:not(.ohanasi__tagList) li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.art__data ul:not(.ohanasi__tagList) li:last-of-type {
  margin-right: 0;
}
.art__data ul:not(.ohanasi__tagList) li .is_blog_chief {
  color: #98d136;
}
.art__data ul:not(.ohanasi__tagList) li .is_blog_deputy_chief {
  color: #ff9e8c;
}
.art__data ul:not(.ohanasi__tagList) li .is_ohanasi {
  color: #eeba60;
}
.art__data--ohanasi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
}
.art__cat li a .is_ohanasi {
  color: #eeba60;
}
.art__time--ohanasi {
  line-height: 1.2;
  margin-right: 0 !important;
}

.pager_single {
  height: 23px;
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pager_single {
    margin-top: 60px;
  }
}
.pager_single a {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-weight: 700;
  color: #98d136;
  text-decoration: underline;
}
.pager_single a:hover {
  opacity: 0.7;
}
.pager_single .is-prev {
  float: left;
}
.pager_single .is-next {
  float: right;
}
.pager_single .is-list {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.articles {
  margin-bottom: 60px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.articles:last-of-type {
  margin-bottom: 0;
}
.articles__ttl {
  font-weight: bold;
  margin-bottom: 30px;
}
.articles__ttl.is-nmb {
  margin-bottom: 0;
}
.articles__ttl02 {
  font-weight: bold;
  color: #98d136;
}
.articles__ttl03 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.articles__ttl04 {
  text-align: center;
  font-weight: bold;
  color: #ff9e8c;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.articles__li li {
  margin-bottom: 30px;
}
.articles__li li:last-child {
  margin-bottom: 0;
}
.articles__ol {
  margin-bottom: 30px;
}
.articles__ld {
  margin-bottom: 30px;
}
.articles__ld .is-bold {
  font-weight: bold;
}
.articles__figure {
  text-align: center;
  margin: 40px 0;
}
.articles__figure figure {
  display: inline-block;
  text-align: center;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .articles__figure figure {
    width: calc(50% - 40px);
  }
}
.articles__figure figure:last-child {
  margin-right: 0;
}
.articles__figure figure img {
  margin-bottom: 10px;
}
.articles__dl dt {
  font-weight: bold;
  color: #98d136;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.articles__dl dt > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .articles__dl dt {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.articles__dl dt div {
  width: calc(100% - 4em);
}
.articles__dl dd {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.articles__dl dd > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .articles__dl dd {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.articles__dl dd > div {
  width: calc(100% - 4em);
}
.articles__dl span {
  font-weight: bold;
  display: inline-block;
  color: #000;
  margin-right: 2em;
}
.articles__dl02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.articles__dl02 > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .articles__dl02 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.articles__dl02 div {
  width: 100%;
  max-width: 530px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .articles__dl02 div {
    padding-bottom: 40px;
  }
}
.articles__dl02 dt figure {
  text-align: center;
}
.articles__dl02 dt figure img {
  display: inline-block;
  margin-bottom: 10px;
}
.articles__dl02 dt figcaption {
  font-weight: bold;
  color: #98d136;
}
.articles__dl02 dd {
  text-align: center;
}

.is-green {
  font-weight: bold;
  color: #98d136;
}

/* 設定 ******************************************************************/
/* 共通 ******************************************************************/
.page-pediatric > *:not(.ft_cnt__cnt a) {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #3f3630;
}
@media (min-width: 768px) {
  .page-pediatric > *:not(.ft_cnt__cnt a) a[href^='tel:'] {
    pointer-events: none;
  }
}
.page-pediatric > *:not(.ft_cnt__cnt a) .is-p-pink {
  color: #ff9e8c;
}
.page-pediatric > *:not(.ft_cnt__cnt a) .is-p-green {
  color: #98d136;
}
.page-pediatric > *:not(.ft_cnt__cnt a) .u-fz16 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .page-pediatric > *:not(.ft_cnt__cnt a) .u-fz20-pc {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .page-pediatric > *:not(.ft_cnt__cnt a) .u-fz18-pc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .page-pediatric > *:not(.ft_cnt__cnt a) .u-fz16-pc {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .page-pediatric > *:not(.ft_cnt__cnt a) .u-fz14-pc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .page-pediatric > *:not(.ft_cnt__cnt a) .u-fz12-sp {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.page-pediatric > *:not(.ft_cnt__cnt a) .is-p-fw-mid {
  font-weight: 500;
}
.page-pediatric > *:not(.ft_cnt__cnt a) .is-p-fw-smbld {
  font-weight: 600;
}
.page-pediatric > *:not(.ft_cnt__cnt a) .is-p-fw-bld {
  font-weight: 700;
}
.page-pediatric > *:not(.ft_cnt__cnt a) img {
  width: 100%;
}
.page-pediatric > *:not(.ft_cnt__cnt a) a:not(.p-btn01, .p-pediatric-contact-button, .ft_cnt__cnt a) {
  color: #3f3630;
  transition: 0.3s;
}
@media (hover: hover) {
  .page-pediatric > *:not(.ft_cnt__cnt a) a:not(.p-btn01, .p-pediatric-contact-button, .ft_cnt__cnt a):hover {
    opacity: 0.7;
  }
}
.page-pediatric > *:not(.ft_cnt__cnt a) .u-text-center {
  text-align: center;
}
@media (min-width: 768px) {
  .page-pediatric > *:not(.ft_cnt__cnt a) .u-text-center-pc {
    text-align: center;
  }
}
.page-pediatric > *:not(.ft_cnt__cnt a) .u-lh170 {
  line-height: 1.7;
}
.page-pediatric > *:not(.ft_cnt__cnt a) .is-p-line01 {
  background: linear-gradient(transparent 70%, #fae4a0 30%);
}

/* アニメーション ******************************************************************/
@-webkit-keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%,
  70% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%,
  70% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
@-webkit-keyframes pikopiko {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  7% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  15% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  23% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes pikopiko {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  7% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  15% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  23% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes pikopiko02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  7% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  23% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes pikopiko02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  7% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  23% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes pikopiko-pc {
  0% {
    -webkit-transform: rotate(3deg) translateY(-60%);
            transform: rotate(3deg) translateY(-60%);
  }
  7% {
    -webkit-transform: rotate(6deg) translateY(-60%);
            transform: rotate(6deg) translateY(-60%);
  }
  15% {
    -webkit-transform: rotate(3deg) translateY(-60%);
            transform: rotate(3deg) translateY(-60%);
  }
  23% {
    -webkit-transform: rotate(6deg) translateY(-60%);
            transform: rotate(6deg) translateY(-60%);
  }
  30% {
    -webkit-transform: rotate(3deg) translateY(-60%);
            transform: rotate(3deg) translateY(-60%);
  }
  100% {
    -webkit-transform: rotate(3deg) translateY(-60%);
            transform: rotate(3deg) translateY(-60%);
  }
}
@keyframes pikopiko-pc {
  0% {
    -webkit-transform: rotate(3deg) translateY(-60%);
            transform: rotate(3deg) translateY(-60%);
  }
  7% {
    -webkit-transform: rotate(6deg) translateY(-60%);
            transform: rotate(6deg) translateY(-60%);
  }
  15% {
    -webkit-transform: rotate(3deg) translateY(-60%);
            transform: rotate(3deg) translateY(-60%);
  }
  23% {
    -webkit-transform: rotate(6deg) translateY(-60%);
            transform: rotate(6deg) translateY(-60%);
  }
  30% {
    -webkit-transform: rotate(3deg) translateY(-60%);
            transform: rotate(3deg) translateY(-60%);
  }
  100% {
    -webkit-transform: rotate(3deg) translateY(-60%);
            transform: rotate(3deg) translateY(-60%);
  }
}
@-webkit-keyframes fuyofuyo {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes fuyofuyo {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-webkit-keyframes fuyofuyo-pc {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes fuyofuyo-pc {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  /* 2秒時点(=40%)までを演出 */
  32% {
    /* 1.6s */
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.2;
  }
  32.4% {
    /* 1.62s */
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 0.3;
  }
  40% {
    /* 2s */
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  /* 残り ~3秒は待機 */
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  /* 2秒時点(=40%)までを演出 */
  32% {
    /* 1.6s */
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.2;
  }
  32.4% {
    /* 1.62s */
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 0.3;
  }
  40% {
    /* 2s */
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  /* 残り ~3秒は待機 */
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.is-anime-reflect {
  position: relative;
  overflow: hidden;
}
.is-anime-reflect::after {
  content: '';
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflect 5s ease-in-out infinite;
          animation: reflect 5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 5s ease-in-out infinite;
}

@-webkit-keyframes heartbeat {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@keyframes heartbeat {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
/* テキスト系 ******************************************************************/
.p-pediatric-text01 {
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-pediatric-text01 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-pediatric-lead {
  max-width: 874px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-pediatric-lead {
    text-align: center;
    margin: 0 auto 40px;
  }
}

.p-pediatric-special-text {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  overflow: hidden;
}
@media (min-width: 1042px) {
  .p-pediatric-special-text {
    position: relative;
    text-align: center;
    z-index: 10;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-pediatric-text-mark01 {
  display: inline-block;
  margin: 4px 4px 4px 0;
  padding: 4px 8px;
  background-color: #fae4a0;
  border-radius: 8px;
  font-weight: 500;
}

.p-text-link01 {
  text-decoration: underline;
}

/* コンテンツ幅 ******************************************************************/
.p-pediatric-inner01 {
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .p-pediatric-inner01 {
    max-width: calc(1160px + 32px);
    margin: 0 auto;
  }
}

/* タイトル ******************************************************************/
.p-pediatric-title01 {
  position: relative;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 20px;
  margin: 0 auto 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-pediatric-title01::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/pediatric_dentistry/line_dots01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 88px;
  height: 4px;
}
.p-pediatric-title01__en {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #98d136;
}
@media (min-width: 768px) {
  .p-pediatric-title01__en {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.p-pediatric-title01__en--pink {
  color: #ff9e8c;
}
.p-pediatric-title01__en--brown {
  color: #a48a77;
}
.p-pediatric-title01__ja {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-pediatric-title01__ja {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
}

.p-pediatric-title02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 22.5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-pediatric-title02 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-pediatric-title02__accent {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  background-image: url(../img/pediatric_dentistry/title_bg01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 38px;
  height: 36px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "Yuji Hentaigana Akari", cursive;
}
@media (min-width: 768px) {
  .p-pediatric-title02__accent {
    font-size: 26px;
    font-size: 1.625rem;
    width: 49px;
    height: 47px;
  }
}
.p-pediatric-title02__accent::before {
  position: absolute;
  content: '';
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/pediatric_dentistry/icon_notice03.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 23px;
  height: 12px;
}
@media (min-width: 768px) {
  .p-pediatric-title02__accent::before {
    width: 30px;
    height: 15px;
  }
}
.p-pediatric-title02__accent-number {
  line-height: 1.7;
}
.p-pediatric-title02__accent-small {
  margin-left: -5px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) {
  .p-pediatric-title02__accent-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-pediatric-title03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-pediatric-title03 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-pediatric-title03__number {
  text-align: center;
  display: inline-block;
  background-image: url(../img/pediatric_dentistry/title_bg02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 42px;
  height: 40px;
  font-family: "Yuji Hentaigana Akari", cursive;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .p-pediatric-title03__number {
    font-size: 42px;
    font-size: 2.625rem;
    width: 64px;
    height: 61px;
  }
}

.p-pediatric-title03-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 4px;
}

.p-pediatric-title04 {
  position: relative;
  padding-bottom: 18px;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-pediatric-title04 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-pediatric-title04::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-color: #ff9e8c;
  width: 48px;
  height: 2px;
}

.p-pediatric-title05 {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-pediatric-title05 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-pediatric-title06 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
  position: relative;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-pediatric-title06 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-pediatric-title06::before, .p-pediatric-title06::after {
  content: '';
  -ms-flex: 1;
      flex: 1;
  border-top: 1px dashed #3f3630;
}

.p-pediatric-title07 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-pediatric-title07 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-pediatric-title07__number {
  text-align: center;
  display: inline-block;
  background-image: url(../img/pediatric_dentistry/title_bg02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 42px;
  height: 40px;
  font-family: "Yuji Hentaigana Akari", cursive;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .p-pediatric-title07__number {
    font-size: 42px;
    font-size: 2.625rem;
    width: 64px;
    height: 61px;
  }
}

.p-pediatric-title07-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 4px;
}

/* 番号 ******************************************************************/
.p-pediatric-number01 {
  text-align: center;
  display: inline-block;
  background-image: url(../img/pediatric_dentistry/title_bg02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 42px;
  height: 40px;
  font-family: "Yuji Hentaigana Akari", cursive;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .p-pediatric-number01 {
    font-size: 42px;
    font-size: 2.625rem;
    width: 64px;
    height: 61px;
  }
}
.p-pediatric-number01--green {
  background-image: url(../img/pediatric_dentistry/title_bg04.svg);
}

/* 画像 ******************************************************************/
.p-pediatric-image01 {
  position: relative;
  -webkit-mask-image: url(../img/pediatric_dentistry/clip_mask01.svg);
          mask-image: url(../img/pediatric_dentistry/clip_mask01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 343 / 224;
}

.p-pediatric-image02 {
  width: 100%;
  height: auto;
  aspect-ratio: 343 / 224;
  border-radius: 16px;
}
.p-pediatric-image02 img {
  border-radius: 16px;
}

/* フレーム ******************************************************************/
.p-pediatric-frame01 {
  border-radius: 8px;
  padding: 8px 12px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-pediatric-frame01 {
    padding: 8px 20.5px;
  }
}

.p-pediatric-frame02 {
  background-color: #fbf9f7;
  border-radius: 8px;
  padding: 16px;
}
.p-pediatric-frame02__inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  height: 100%;
}

.p-pediatric-frame03 {
  background-color: #98d136;
  border-radius: 8px;
  padding: 24px;
}

.p-pediatric-frame04 {
  background-color: #ffefed;
  border-radius: 8px;
  padding: 8px;
}
.p-pediatric-frame04--green {
  background-color: #eef8d7;
}
.p-pediatric-frame04__inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  height: 100%;
}

.p-pediatric-frame05 {
  background-color: #fff;
  padding: 24px 16px;
}

.p-pediatric-frame06 {
  background-color: #fbf9f7;
  border-radius: 8px;
  padding: 8px 16px;
}

.p-pediatric-frame07 {
  background-color: #ff9e8c;
  border-radius: 8px;
  padding: 8px 16px;
}

.p-pediatric-frame08 {
  background-color: #fbf9f7;
  border-radius: 16px;
  padding: 8px;
}
.p-pediatric-frame08__inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  height: 100%;
}
@media (min-width: 768px) {
  .p-pediatric-frame08__inner {
    padding: 32px 24px;
  }
}

.p-pediatric-frame09 {
  background-color: #ffefed;
  padding: 12px;
  border-radius: 8px;
}
.p-pediatric-frame09__inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  height: 100%;
}

.p-pediatric-frame10 {
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .p-pediatric-frame10 {
    padding: 80px;
  }
}

/* カード ******************************************************************/
.p-pediatric-card01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-pediatric-card01 {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 40px;
  }
}
.p-pediatric-card01__item {
  width: 100%;
}
@media (min-width: 768px) {
  .p-pediatric-card01__item {
    width: calc(100% / 3 - (40px / 2));
  }
}

.p-pediatric-card02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-pediatric-card02 {
    gap: 56px;
  }
}
@media (min-width: 768px) {
  .p-pediatric-card02__item {
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .p-pediatric-card02__image {
    width: 41%;
  }
}
@media (min-width: 768px) {
  .p-pediatric-card02__text {
    width: calc(59% - 40px);
  }
}

.p-pediatric-card03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (min-width: 768px) {
  .p-pediatric-card03 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.p-pediatric-card03__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-pediatric-card03__text {
  -ms-flex: 1;
      flex: 1;
}
@media (min-width: 768px) {
  .p-pediatric-card03__text {
    -ms-flex: none;
        flex: none;
  }
}

/* リスト ******************************************************************/
.p-pediatric-list01 > li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-pediatric-list01 > li::before {
  content: '・';
}

.p-pediatric-list02 > li:not(:last-of-type) {
  margin-bottom: 8px;
}

.p-pediatric-checkList > li {
  position: relative;
  padding-left: 22px;
  line-height: 1.7;
}
.p-pediatric-checkList > li:not(:last-of-type) {
  margin-bottom: 4px;
}
.p-pediatric-checkList > li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: '';
  background-image: url(../img/pediatric_dentistry/icon_check01_green.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.p-pediatric-checkList--pink > li::before {
  background-image: url(../img/pediatric_dentistry/icon_check01_pink.svg);
}

/* アンカーリンク ******************************************************************/
.p-pediatric-anchor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .p-pediatric-anchor {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.p-pediatric-anchor__item {
  text-align: center;
  border-radius: 8px;
}
.p-pediatric-anchor__item a {
  display: block;
  position: relative;
  padding: 12px 12px 36px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-pediatric-anchor__item a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-pediatric-anchor__item a::after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/pediatric_dentistry/icon_arrow01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.p-pediatric-anchor__item--concept {
  background-color: #feebbe;
}
.p-pediatric-anchor__item--habit {
  background-color: #e8f5cb;
}
.p-pediatric-anchor__item--prevention {
  background-color: #d4f6f5;
}
.p-pediatric-anchor__item--cure {
  background-color: #ffe4ef;
}
.p-pediatric-anchor__item--flow {
  background-color: #fef8b5;
}
.p-pediatric-anchor__item--price {
  background-color: #cdf5cb;
}
.p-pediatric-anchor__item--faq {
  background-color: #d7f4fa;
}
.p-pediatric-anchor__item--contact {
  background-color: #ffe5e6;
}

/* ボタン（上書き） ******************************************************************/
.p-pediatric-button01 {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-pediatric-button01 {
    width: 302px;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* キービジュアル ******************************************************************/
.l-pediatric-kv {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-pediatric-kv {
    margin-top: 112px;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .l-pediatric-kv {
    padding-bottom: 120px;
  }
}
.l-pediatric-kv__mainVisual {
  padding: 6px 0 30px;
  -webkit-animation: fuyofuyo-pc 1.8s ease-in-out infinite alternate-reverse;
          animation: fuyofuyo-pc 1.8s ease-in-out infinite alternate-reverse;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__mainVisual {
    padding: 0;
    position: relative;
    top: -16px;
    z-index: 10;
    width: 77.86458333vw;
    margin: 0 auto;
  }
}
.l-pediatric-kv__blob01 {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: multiply;
  width: 13vw;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__blob01 {
    width: 12.96875vw;
  }
}
.l-pediatric-kv__blob02 {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  width: 47.466667%;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__blob02 {
    width: 47.39583333vw;
  }
}
.l-pediatric-kv__blob03 {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  width: 9.33vw;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__blob03 {
    width: 9.375vw;
  }
}
.l-pediatric-kv__blob04 {
  position: absolute;
  left: 0;
  bottom: 9.03614458%;
  mix-blend-mode: multiply;
  width: 6.1vw;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__blob04 {
    bottom: 25%;
    width: 6.25vw;
  }
}
.l-pediatric-kv__blob05 {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  width: 55.46666667vw;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__blob05 {
    bottom: 25%;
    width: 55.36458333vw;
  }
}
.l-pediatric-kv__doctor {
  position: absolute;
  bottom: 0;
  right: 2.4%;
  z-index: 18;
  width: 17.333vw;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__doctor {
    right: 10.4%;
    bottom: 18.5%;
  }
}
.l-pediatric-kv__catch-wrap {
  position: absolute;
  left: 4.26666667%;
  top: 73%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 15;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__catch-wrap {
    left: 20%;
    bottom: 34%;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.l-pediatric-kv__catch-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  padding-top: 70px;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__catch-inner {
    padding-top: 25%;
  }
}
.l-pediatric-kv__catch-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  z-index: -1;
  background-image: url(../img/pediatric_dentistry/kv_deco01_sp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 78px;
  height: 95px;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__catch-inner::before {
    background-image: url(../img/pediatric_dentistry/kv_deco01_pc.webp);
    width: 26%;
    height: auto;
    aspect-ratio: 152 / 184;
  }
}
.l-pediatric-kv__catch-inner::after {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(50% - 20px);
  z-index: -1;
  background-image: url(../img/pediatric_dentistry/kv_script01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 111px;
  height: 34px;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__catch-inner::after {
    top: 50px;
    left: calc(36% - 20px);
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .l-pediatric-kv__catch-inner::after {
    top: 67px;
    left: calc(34% - 20px);
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .l-pediatric-kv__catch-inner::after {
    top: 94px;
    left: 150px;
    width: 167px;
    height: 52px;
  }
}
.l-pediatric-kv__catch-text {
  background-color: #fff;
  padding: 8px 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .l-pediatric-kv__catch-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .l-pediatric-kv__catch-text {
    padding: 12px 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .l-pediatric-kv__catch-text {
    padding: 16px 24px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

/* KV出現アニメーションまとめ */
.l-pediatric-kv__mainVisual,
.l-pediatric-kv__catch,
.l-pediatric-kv__doctor {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.l-pediatric-kv__blobs {
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: opacity;
}

/* 表示状態 */
.l-pediatric-kv__mainVisual.is-show,
.l-pediatric-kv__catch.is-show,
.l-pediatric-kv__doctor.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-pediatric-kv__blobs.is-show {
  opacity: 1;
}

/* アニメーションを好まない環境では即時表示 */
@media (prefers-reduced-motion: reduce) {
  .l-pediatric-kv__mainVisual,
  .l-pediatric-kv__catch,
  .l-pediatric-kv__doctor,
  .l-pediatric-kv__blobs {
    transition: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/* JS無効時のフォールバック（任意） */
noscript .l-pediatric-kv__mainVisual,
noscript .l-pediatric-kv__catch,
noscript .l-pediatric-kv__doctor,
noscript .l-pediatric-kv__blobs {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

/* コンセプト ******************************************************************/
.p-pediatric-conceptSec {
  padding-block: 64px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-pediatric-conceptSec {
    padding-block: 92px;
  }
}
.p-pediatric-conceptSec__wrap {
  position: relative;
  padding-block: calc(100vw * (32 / 375));
}
@media (min-width: 768px) {
  .p-pediatric-conceptSec__wrap {
    margin: 0 auto;
    padding-block: 116px 124px;
    background-image: url(../img/pediatric_dentistry/section_bg01_pc.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 1600px;
  }
}
.p-pediatric-conceptSec__wrap::before, .p-pediatric-conceptSec__wrap::after {
  position: absolute;
  content: '';
}
@media (min-width: 768px) {
  .p-pediatric-conceptSec__wrap::before, .p-pediatric-conceptSec__wrap::after {
    content: none;
  }
}
.p-pediatric-conceptSec__wrap::before {
  top: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg01-top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 32;
}
.p-pediatric-conceptSec__wrap::after {
  bottom: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg01-bottom_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 32;
}
.p-pediatric-conceptSec__inner {
  position: relative;
  padding-block: 32px;
  background-color: #fbf9f7;
}
@media (min-width: 768px) {
  .p-pediatric-conceptSec__inner {
    padding-block: 0;
    background-color: transparent;
  }
}
.p-pediatric-conceptSec__inner::before {
  content: '';
  position: absolute;
  top: -30px;
  left: -67px;
  background-image: url(../img/pediatric_dentistry/blob01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 32vw;
  height: auto;
  aspect-ratio: 120 / 105;
  max-width: 180px;
  -webkit-animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
          animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
}
@media (min-width: 768px) {
  .p-pediatric-conceptSec__inner::before {
    top: 64px;
    left: -80px;
    width: 12.5vw;
    -webkit-animation: fuyofuyo-pc 1.5s ease-in-out infinite alternate-reverse;
            animation: fuyofuyo-pc 1.5s ease-in-out infinite alternate-reverse;
  }
}
.p-pediatric-conceptSec__deco01 {
  position: absolute;
  bottom: -21vw;
  z-index: 1;
  right: 12px;
  width: 21.6vw;
  max-width: 100px;
  width: 21.6vw;
  -webkit-animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
          animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
}
@media (min-width: 1000px) {
  .p-pediatric-conceptSec__deco01 {
    bottom: -20%;
    max-width: 200px;
    -webkit-animation: fuyofuyo-pc 1.5s ease-in-out infinite alternate-reverse;
            animation: fuyofuyo-pc 1.5s ease-in-out infinite alternate-reverse;
  }
}
@media (min-width: 1500px) {
  .p-pediatric-conceptSec__deco01 {
    bottom: 10%;
    right: -6.2%;
    max-width: 400px;
    width: 16.82292vw;
  }
}
@media (min-width: 1700px) {
  .p-pediatric-conceptSec__deco01 {
    right: -10%;
  }
}
@media (min-width: 1920px) {
  .p-pediatric-conceptSec__deco01 {
    right: -10%;
    right: -14.2%;
  }
}

.p-pediatric-concept-title {
  position: relative;
}
.p-pediatric-concept-title::before {
  position: absolute;
  content: '';
  top: -72px;
  right: 12px;
  background-image: url(../img/pediatric_dentistry/wani01_sp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 27.69%;
  height: auto;
  aspect-ratio: 95 / 96;
  max-width: 95px;
  -webkit-animation: pikopiko 3.3s linear infinite;
          animation: pikopiko 3.3s linear infinite;
}
@media (min-width: 768px) {
  .p-pediatric-concept-title::before {
    top: 50%;
    right: -9.5vw;
    -webkit-transform: rotate(10deg) translateY(-60%);
            transform: rotate(10deg) translateY(-60%);
    width: 9.89vw;
    max-width: 190px;
    -webkit-animation: pikopiko-pc 3.3s linear infinite;
            animation: pikopiko-pc 3.3s linear infinite;
  }
}

/* 習慣づくり******************************************************************/
.p-pediatric-habitSec {
  position: relative;
  z-index: 1;
  padding-block: calc(100vw * (48 / 375));
}
@media (min-width: 768px) {
  .p-pediatric-habitSec {
    padding-block: calc(100vw * (180 / 1920));
  }
}
.p-pediatric-habitSec::before, .p-pediatric-habitSec::after {
  position: absolute;
  content: '';
}
.p-pediatric-habitSec::before {
  top: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg02-top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 48;
}
@media (min-width: 768px) {
  .p-pediatric-habitSec::before {
    top: 2px;
    background-image: url(../img/pediatric_dentistry/section_bg02-top_pc.svg);
    aspect-ratio: 1920 / 180;
  }
}
.p-pediatric-habitSec::after {
  bottom: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg02-bottom_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 48;
}
@media (min-width: 768px) {
  .p-pediatric-habitSec::after {
    bottom: 2px;
    background-image: url(../img/pediatric_dentistry/section_bg02-bottom_pc.svg);
    aspect-ratio: 1920 / 180;
  }
}
.p-pediatric-habitSec__inner {
  background-color: #e8f5cb;
  padding: 20px 16px;
}
@media (min-width: 768px) {
  .p-pediatric-habitSec__inner {
    padding: 0 16px;
  }
}
.p-pediatric-habitSec__container {
  position: relative;
  background-color: #fff;
  padding-block: 48px;
}
@media (min-width: 768px) {
  .p-pediatric-habitSec__container {
    padding-block: 92px;
    max-width: 1320px;
    margin: 0 auto;
  }
}
.p-pediatric-habitSec__container::before, .p-pediatric-habitSec__container::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../img/pediatric_dentistry/line_color01_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 4;
}
@media (min-width: 768px) {
  .p-pediatric-habitSec__container::before, .p-pediatric-habitSec__container::after {
    background-image: url(../img/pediatric_dentistry/line_color01_pc.svg);
    width: 100%;
    height: auto;
    aspect-ratio: 1320 / 8;
  }
}
.p-pediatric-habitSec__container::before {
  top: 0;
}
.p-pediatric-habitSec__container::after {
  bottom: 0;
}
.p-pediatric-habitSec__deco01 {
  display: none;
}
@media (min-width: 1200px) {
  .p-pediatric-habitSec__deco01 {
    display: block;
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 1;
    max-width: 218px;
    width: 11.35417vw;
    -webkit-animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
            animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
  }
}
@media (min-width: 1600px) {
  .p-pediatric-habitSec__deco01 {
    left: -16%;
  }
}
@media (min-width: 1920px) {
  .p-pediatric-habitSec__deco01 {
    left: -313px;
  }
}

.p-pediatric-habit-QA {
  margin-bottom: 24px;
  background-color: #fbf9f7;
  border-radius: 16px;
  padding: 32px 16px;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA {
    margin-bottom: 0;
    background-color: transparent;
    background-image: url(../img/pediatric_dentistry/habit_bg01_pc.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    border-radius: 0;
  }
}
.p-pediatric-habit-QA__inner {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__inner {
    position: relative;
    padding-top: 56px;
    max-width: none;
  }
}
.p-pediatric-habit-QA__title {
  display: inline-block;
  margin-bottom: 24px;
  background-image: url(../img/pediatric_dentistry/fukidashi01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 32px 12px 26px 10px;
  color: #fff;
  font-weight: 700;
  -webkit-animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
          animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__title {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 10;
    width: 218px;
    height: 113px;
    padding: 47px 22px 35px 22px;
    background-size: cover;
    aspect-ratio: 218 / 108;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-pediatric-habit-QA__title > span {
  display: inline-block;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.p-pediatric-habit-QA__Q {
  position: relative;
  z-index: 1;
  padding: 26px 28px 22px 29px;
  font-weight: 500;
  background-image: url(../img/pediatric_dentistry/fukidashi02_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 88%;
  height: auto;
  aspect-ratio: 248 / 72;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__Q {
    background-image: url(../img/pediatric_dentistry/fukidashi02_pc.svg);
    aspect-ratio: 418 / 174;
    width: 62.5%;
    margin: 0;
  }
}
.p-pediatric-habit-QA__Q::before {
  position: absolute;
  content: '';
  top: 4%;
  left: 0.8%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  background-image: url(../img/pediatric_dentistry/script_Question01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16%;
  height: auto;
  aspect-ratio: 41 / 31;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__Q::before {
    top: 24%;
    left: 12%;
    width: 55px;
    aspect-ratio: 55 / 41;
  }
}
.p-pediatric-habit-QA__Q p {
  white-space: nowrap;
  line-height: 1.7;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__Q p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-pediatric-habit-QA__Q-wrap {
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__Q-wrap {
    left: -13px;
    margin: 0 auto;
    max-width: 668px;
  }
}
.p-pediatric-habit-QA__Q-wrap::after {
  position: absolute;
  content: '';
  top: -80px;
  right: 21px;
  z-index: 0;
  background-image: url(../img/pediatric_dentistry/illust_parents01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 103px;
  height: 114px;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__Q-wrap::after {
    top: auto;
    bottom: -40px;
    right: 0;
    width: 205px;
    height: 228px;
  }
}
.p-pediatric-habit-QA__A {
  position: relative;
  z-index: 1;
  padding: 32px 20px 23px 34px;
  font-weight: 500;
  background-image: url(../img/pediatric_dentistry/fukidashi03_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 279 / 151;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__A {
    background-image: url(../img/pediatric_dentistry/fukidashi03_pc.svg);
    max-width: 565px;
    aspect-ratio: 565 / 210;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-pediatric-habit-QA__A::before {
  position: absolute;
  content: '';
  top: 8%;
  left: 7%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  background-image: url(../img/pediatric_dentistry/script_Answer01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16%;
  height: auto;
  aspect-ratio: 35 / 31;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__A::before {
    top: 14%;
    left: 12%;
    width: 46px;
    aspect-ratio: 46 / 41;
  }
}
.p-pediatric-habit-QA__A p {
  line-height: 1.7;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__A p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-pediatric-habit-QA__A-wrap {
  position: relative;
  padding-top: 60px;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__A-wrap {
    left: 43px;
    margin: 0 auto;
    max-width: 877px;
    padding-inline: 152px 140px;
    padding-top: 0;
    padding-bottom: 88px;
  }
}
.p-pediatric-habit-QA__A-wrap::before {
  position: absolute;
  content: '';
  top: 0;
  left: 20px;
  z-index: 0;
  background-image: url(../img/pediatric_dentistry/illust_doctor01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 86px;
  height: 179px;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__A-wrap::before {
    top: -32px;
    left: 0;
    width: 173px;
    height: 359px;
  }
}
.p-pediatric-habit-QA__A-wrap::after {
  position: absolute;
  content: '';
  top: 0;
  right: 43px;
  z-index: 1;
  background-image: url(../img/pediatric_dentistry/illust_children01_sp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 85px;
}
@media (min-width: 1042px) {
  .p-pediatric-habit-QA__A-wrap::after {
    top: 50px;
    right: 0;
    background-image: url(../img/pediatric_dentistry/illust_children01_pc.png);
    width: 167px;
    height: 236px;
  }
}

/* 歯並びの予防 ******************************************************************/
.p-pediatric-preventionSec {
  position: relative;
  padding-block: 142px 64px;
  margin-top: -48px;
  background-color: #fffdf2;
}
@media (min-width: 768px) {
  .p-pediatric-preventionSec {
    margin-top: -180px;
    padding-block: 276px 120px;
    overflow: hidden;
  }
}
.p-pediatric-preventionSec__inner {
  position: relative;
}
.p-pediatric-preventionSec__inner::before {
  content: '';
  position: absolute;
  left: 16px;
  bottom: -90px;
  z-index: 1;
  background-image: url(../img/pediatric_dentistry/wani02_sp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 112px;
  height: 106px;
  -webkit-animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
          animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
}
@media (min-width: 1200px) {
  .p-pediatric-preventionSec__inner::before {
    background-image: url(../img/pediatric_dentistry/wani02_pc.webp);
    width: 120px;
    height: auto;
    aspect-ratio: 221 / 240;
  }
}
@media (min-width: 1500px) {
  .p-pediatric-preventionSec__inner::before {
    left: -100px;
    bottom: 44px;
    width: 180px;
  }
}
@media (min-width: 1800px) {
  .p-pediatric-preventionSec__inner::before {
    left: -200px;
    width: 221px;
  }
}
@media (min-width: 1920px) {
  .p-pediatric-preventionSec__inner::before {
    left: -329px;
    width: 221px;
  }
}
@media (min-width: 768px) {
  .p-pediatric-preventionSec__inner::after {
    position: absolute;
    content: '';
    position: absolute;
    right: -31%;
    top: calc(66% - 190px);
    z-index: 1;
    background-image: url(../img/pediatric_dentistry/blob04.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 218px;
    height: 189px;
    -webkit-animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
            animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
  }
}

.p-pediatric-preventionSec02 {
  position: relative;
  padding: 56px 16px 40px 16px;
  background-color: #fef9dc;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .p-pediatric-preventionSec02 {
    padding: 86px 96px 64px;
  }
}
.p-pediatric-preventionSec02::before {
  position: absolute;
  content: '';
  background-image: url(../img/pediatric_dentistry/icon_arrow02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 56px;
}
@media (min-width: 768px) {
  .p-pediatric-preventionSec02::before {
    top: -24px;
    width: 61px;
    height: 86px;
  }
}

@media (min-width: 980px) {
  .p-pediatric-prevention-container01 {
    position: relative;
  }
  .p-pediatric-prevention-container01::before {
    position: absolute;
    content: '';
    top: -214px;
    right: 100px;
    background-color: transparent;
    background-image: url(../img/pediatric_dentistry/illust_family01_pc.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 69px;
    height: 230px;
  }
}

.p-pediatric-prevention-frame01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  background-color: #fef9dc;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-pediatric-prevention-frame01 {
    background-color: transparent;
    background-image: url(../img/pediatric_dentistry/text_bg02_pc.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px 20px 8px;
    font-size: 10px;
    font-size: 0.625rem;
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 76;
  }
}
@media (min-width: 1042px) {
  .p-pediatric-prevention-frame01 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .p-pediatric-prevention-frame01 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-pediatric-prevention-has-label {
  position: relative;
}

.p-pediatric-prevention-label01 {
  position: absolute;
  top: 4px;
  left: 2px;
  z-index: 1;
  display: block;
  background-image: url(../img/pediatric_dentistry/fukidashi04.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4px 4px 16px 4px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-pediatric-prevention-label01 {
    top: 14px;
    left: 11px;
    padding: 6px 4px 27px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-pediatric-prevention-title01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  margin-bottom: 32px;
  background-image: url(../img/pediatric_dentistry/text_bg01_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 311 / 102;
  padding: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@media (min-width: 768px) {
  .p-pediatric-prevention-title01 {
    margin: 0 auto 32px;
    padding: 20px 50px 20px;
    background-image: url(../img/pediatric_dentistry/text_bg01_pc.svg);
    aspect-ratio: 515 / 99;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-pediatric-prevention-title01__inner {
  position: relative;
  display: block;
  padding: 0 24px 8px;
}
@media (min-width: 768px) {
  .p-pediatric-prevention-title01__inner {
    padding: 0 0 12px;
  }
}
.p-pediatric-prevention-title01__inner::before {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/line_wavy01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 237 / 4;
}

.p-pediatric-prevention-list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-pediatric-prevention-list01 > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 24px;
  }
}
.p-pediatric-prevention-list01__image {
  margin: 0 auto 16px;
  width: 38.5%;
}
@media (min-width: 768px) {
  .p-pediatric-prevention-list01__image {
    margin: 0;
    width: 180px;
  }
}
.p-pediatric-prevention-list01__text-wrap {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-pediatric-prevention-list01__text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: calc(100% - (180px + 24px));
    padding: 24px 40px;
    min-height: 170px;
  }
}
.p-pediatric-prevention-list01__title {
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-pediatric-prevention-list01__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .p-pediatric-prevention-list01__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* 歯並びが乱れる前に治す ******************************************************************/
.p-pediatric-cureSec {
  position: relative;
  padding-block: 64px;
}
@media (min-width: 768px) {
  .p-pediatric-cureSec {
    padding-block: 96px;
  }
}
.p-pediatric-cureSec::before, .p-pediatric-cureSec::after {
  position: absolute;
  display: block;
  content: '';
  top: 6.5%;
  z-index: -1;
  width: 50%;
  height: calc(100% - 6.5%);
}
@media (min-width: 768px) {
  .p-pediatric-cureSec::before, .p-pediatric-cureSec::after {
    top: 12.6%;
    height: calc(100% - 12.6%);
  }
}
.p-pediatric-cureSec::before {
  left: 0;
  background-color: #ffefed;
}
.p-pediatric-cureSec::after {
  right: 0;
  background-color: #e8f5cb;
}

.p-pediatric-cure-inner {
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .p-pediatric-cure-inner {
    margin: 0 auto;
    max-width: calc(1320px + 32px);
  }
}

.p-pediatric-cure-title01__accent {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  background-image: url(../img/pediatric_dentistry/title_bg03.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5px;
  line-height: 1.67;
}
@media (min-width: 768px) {
  .p-pediatric-cure-title01__accent {
    padding: 19px 8px;
    line-height: 1;
  }
}
.p-pediatric-cure-title01__accent::before {
  position: absolute;
  content: '';
  top: -8px;
  right: -10.5px;
  background-image: url(../img/pediatric_dentistry/icon_notice01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 21px;
  height: 26px;
  -webkit-animation: pikopiko02 3.3s linear infinite;
          animation: pikopiko02 3.3s linear infinite;
}
@media (min-width: 768px) {
  .p-pediatric-cure-title01__accent::before {
    top: -40px;
    right: -42px;
    width: 42px;
    height: 52px;
  }
}

.p-pediatric-cure-lead {
  text-align: center;
  margin-bottom: 40px;
  background-color: #fff;
  border: 4px solid #f6ca3f;
  border-radius: 16px;
  padding: 28px 20px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-pediatric-cure-lead {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 36px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .p-pediatric-cure-lead::before, .p-pediatric-cure-lead::after {
    position: absolute;
    content: '';
    z-index: -1;
  }
  .p-pediatric-cure-lead::before {
    top: -14vw;
    left: 7%;
    background-image: url(../img/pediatric_dentistry/illust_doctor02.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 10%;
    height: auto;
    aspect-ratio: 123 / 332;
  }
  .p-pediatric-cure-lead::after {
    top: -15.2vw;
    right: 11%;
    background-image: url(../img/pediatric_dentistry/illust_doctor03.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 9.4%;
    height: auto;
    aspect-ratio: 110 / 364;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .p-pediatric-cure-lead::before {
    top: -163px;
    left: 170px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .p-pediatric-cure-lead::after {
    top: -180px;
    right: 177px;
  }
}

.p-pediatric-cure-lead__accent {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fabd00;
}
@media (min-width: 768px) {
  .p-pediatric-cure-lead__accent {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-pediatric-cure-container01 {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .p-pediatric-cure-container01 {
    margin-top: -16px;
    padding: 80px;
  }
}

.p-pediatric-cure-title02__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-pediatric-cure-title02__main {
    gap: 16px;
  }
}
.p-pediatric-cure-title02__main img {
  padding-inline: 40px;
}
@media (min-width: 768px) {
  .p-pediatric-cure-title02__main img {
    padding-inline: 27px;
  }
}
.p-pediatric-cure-title02__sub {
  position: relative;
  display: block;
  padding: 0 25px 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-pediatric-cure-title02__sub {
    padding: 0 18px 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-pediatric-cure-title02__sub::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/fukidashi05.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 271px;
  height: 43px;
}

.p-pediatric-cure-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-pediatric-cure-box {
    position: relative;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 64px;
  }
  .p-pediatric-cure-box::before {
    position: absolute;
    content: '';
    top: 27%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/pediatric_dentistry/icon_cross01.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.75%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
@media (min-width: 768px) {
  .p-pediatric-cure-box__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: calc(50% - 20px);
  }
}
.p-pediatric-cure-box__fukidashi {
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
  padding: 29px 12px 59px 12px;
  background-image: url(../img/pediatric_dentistry/fukidashi06.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
          animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
}
@media (min-width: 768px) {
  .p-pediatric-cure-box__fukidashi {
    margin-inline: auto;
    padding: 40px 18px 76px 18px;
    width: 320px;
    height: 180px;
  }
}
.p-pediatric-cure-box__fukidashi--green {
  background-image: url(../img/pediatric_dentistry/fukidashi07.svg);
}
.p-pediatric-cure-box__title {
  position: relative;
  top: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ff6e53;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .p-pediatric-cure-box__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-pediatric-cure-box__title--green {
  color: #87be27;
}
.p-pediatric-cure-box__title-small {
  position: relative;
  top: -6px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .p-pediatric-cure-box__title-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-pediatric-cure-box__title-small02 {
  position: relative;
  top: -6px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-pediatric-cure-box__frame01 {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .p-pediatric-cure-box__text01 {
    min-height: 82px;
  }
}

.p-pediatric-cure-contain02 {
  padding: 32px 8px 8px;
  background-color: #ffefed;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .p-pediatric-cure-contain02 {
    padding: 40px;
  }
}
.p-pediatric-cure-contain02__inner {
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .p-pediatric-cure-contain02__inner {
    padding: 32px;
  }
}

.p-pediatric-cure-title03 {
  position: relative;
  text-align: center;
  margin: 0 auto 24px;
  padding-inline: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ff6e53;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-pediatric-cure-title03 {
    padding-inline: 32px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-pediatric-cure-title03::before, .p-pediatric-cure-title03::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/pediatric_dentistry/line_speed01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 25px;
}
.p-pediatric-cure-title03::before {
  left: 0;
}
.p-pediatric-cure-title03::after {
  right: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

@media (min-width: 768px) {
  .p-pediatric-cure-card01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
  }
  .p-pediatric-cure-card01__left {
    width: 31.5%;
  }
  .p-pediatric-cure-card01__right {
    width: calc(100% - (31.5% + 24px));
  }
}

/* 治療はどう進むの ******************************************************************/
.p-pediatric-flowSec {
  position: relative;
  margin-bottom: 70px;
  padding-top: 110px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-pediatric-flowSec {
    margin-top: calc(100vw * (-24 / 1920));
    padding-top: calc(100vw * (24 / 1920));
    padding-bottom: 54px;
  }
}
@media (min-width: 768px) {
  .p-pediatric-flowSec::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    background-image: url(../img/pediatric_dentistry/section_bg05-top_pc.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 24;
  }
}
.p-pediatric-flowSec__wrap {
  position: relative;
  padding-block: calc(100vw * (32 / 375));
}
@media (min-width: 768px) {
  .p-pediatric-flowSec__wrap {
    padding-block: 96px 0;
  }
}
.p-pediatric-flowSec__wrap::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg01-top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 32;
}
.p-pediatric-flowSec__wrap::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg01-bottom_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 32;
}
@media (min-width: 768px) {
  .p-pediatric-flowSec__wrap::before, .p-pediatric-flowSec__wrap::after {
    content: none;
  }
}
.p-pediatric-flowSec__inner {
  position: relative;
  padding-block: 32px;
  background-color: #fbf9f7;
}
@media (min-width: 768px) {
  .p-pediatric-flowSec__inner {
    position: relative;
    padding-block: 0;
    background-color: transparent;
    max-width: 1600px;
    margin: 0 auto;
  }
  .p-pediatric-flowSec__inner::before {
    position: absolute;
    content: '';
    top: 256px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    margin: 0 auto;
    background-image: url(../img/pediatric_dentistry/section_bg06_pc.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% - 302px);
    aspect-ratio: 1612 / 1043;
    max-width: 1600px;
  }
}
.p-pediatric-flowSec__inner::after {
  content: '';
  position: absolute;
  top: -30px;
  left: -67px;
  background-image: url(../img/pediatric_dentistry/blob01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 32vw;
  height: auto;
  aspect-ratio: 120 / 105;
  max-width: 180px;
  -webkit-animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
          animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
}
@media (min-width: 768px) {
  .p-pediatric-flowSec__inner::after {
    top: 64px;
    left: -80px;
    width: 12.5vw;
    -webkit-animation: fuyofuyo-pc 1.5s ease-in-out infinite alternate-reverse;
            animation: fuyofuyo-pc 1.5s ease-in-out infinite alternate-reverse;
  }
}
.p-pediatric-flowSec__deco01 {
  display: none;
}
@media (min-width: 1200px) {
  .p-pediatric-flowSec__deco01 {
    display: block;
    position: absolute;
    top: 43%;
    right: 0;
    z-index: 1;
    max-width: 238px;
    width: 12.39583vw;
    -webkit-animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
            animation: fuyofuyo 1.8s ease-in-out infinite alternate-reverse;
  }
}
@media (min-width: 1920px) {
  .p-pediatric-flowSec__deco01 {
    right: -119px;
  }
}

.p-pediatric-flow-lead {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-pediatric-flow-lead {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .p-pediatric-flow-lead__mark-sp {
    display: none;
  }
}
.p-pediatric-flow-lead__mark-pc {
  display: none;
}
@media (min-width: 768px) {
  .p-pediatric-flow-lead__mark-pc {
    display: inline;
  }
}

.p-pediatric-flow-dl01 {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-pediatric-flow-dl01 {
    margin-bottom: 48px;
  }
}
.p-pediatric-flow-dl01__inner {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-pediatric-flow-dl01__inner {
    gap: 24px;
    margin-bottom: 16px;
  }
}
.p-pediatric-flow-dl01__inner--pink .p-pediatric-flow-dl01__dt {
  background-color: #ffefed;
  color: #ff9e8c;
}
.p-pediatric-flow-dl01__dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #e8f5cb;
  border-radius: 8px;
  padding: 10px;
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #98d136;
}
@media (min-width: 768px) {
  .p-pediatric-flow-dl01__dt {
    padding: 29px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-pediatric-flow-dl01__dd {
  -ms-flex-positive: 1;
      flex-grow: 1;
  line-height: 1.7;
}

.p-pediatric-flow-dl02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-pediatric-flow-dl02 {
    gap: 16px;
  }
}
.p-pediatric-flow-dl02__inner {
  position: relative;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 1px 0px 0px #4e3e33;
}
@media (min-width: 768px) {
  .p-pediatric-flow-dl02__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 16px 24px;
  }
}
.p-pediatric-flow-dl02__inner::before {
  position: absolute;
  content: '';
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/pediatric_dentistry/icon_arrow03.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 8px;
}
.p-pediatric-flow-dl02__inner--pink .p-pediatric-flow-dl02__dt {
  color: #ff6e53;
}
.p-pediatric-flow-dl02__inner--last {
  margin-bottom: 0;
}
.p-pediatric-flow-dl02__inner--last::before {
  content: none;
}
.p-pediatric-flow-dl02__dt {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.7;
  font-weight: 500;
  color: #87be27;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-pediatric-flow-dl02__dt {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    min-width: 240px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-pediatric-flow-dl02__dd {
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-pediatric-flow-dl02__dd {
    border-left: 1px solid #d9d9d9;
    padding-left: 16px;
  }
}

@media (min-width: 768px) {
  .p-pediatric-flow-container01__image {
    position: relative;
    margin: 0 auto;
    max-width: 803px;
  }
}
@media (min-width: 1024px) {
  .p-pediatric-flow-container01__image::before {
    content: '';
    position: absolute;
    right: -124px;
    bottom: -50px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    background-image: url(../img/pediatric_dentistry/wani01_pc.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 137px;
    height: 139px;
  }
}

.p-pediatric-flow-fukidashi01 {
  margin: 0 auto 4px;
  padding: 25px 36px 33px;
  background-image: url(../img/pediatric_dentistry/fukidashi08_sp.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: heartbeat 1.2s ease-in-out infinite;
          animation: heartbeat 1.2s ease-in-out infinite;
}
@media (min-width: 768px) {
  .p-pediatric-flow-fukidashi01 {
    margin: 0 auto 20px;
    padding: 36px 75px 42px;
    background-image: url(../img/pediatric_dentistry/fukidashi08_pc.svg);
  }
}
.p-pediatric-flow-fukidashi01__text {
  position: relative;
  text-align: center;
  padding-inline: 24px;
  font-weight: 500;
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ff6e53;
}
@media (min-width: 768px) {
  .p-pediatric-flow-fukidashi01__text {
    padding-inline: 31px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-pediatric-flow-fukidashi01__text::before, .p-pediatric-flow-fukidashi01__text::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/pediatric_dentistry/line_speed02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 62px;
}
.p-pediatric-flow-fukidashi01__text::before {
  left: 0;
}
.p-pediatric-flow-fukidashi01__text::after {
  right: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

/* 治療費 ******************************************************************/
.p-pediatric-priceSec {
  position: relative;
  z-index: 1;
  padding-block: calc(100vw * (48 / 375));
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .p-pediatric-priceSec {
    padding-block: calc(100vw * (180 / 1920));
  }
}
.p-pediatric-priceSec::before, .p-pediatric-priceSec::after {
  position: absolute;
  content: '';
}
.p-pediatric-priceSec::before {
  top: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg03-top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 48;
}
@media (min-width: 768px) {
  .p-pediatric-priceSec::before {
    top: 2px;
    background-image: url(../img/pediatric_dentistry/section_bg03-top_pc.svg);
    aspect-ratio: 1920 / 180;
  }
}
.p-pediatric-priceSec::after {
  bottom: 0;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg03-bottom_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 48;
}
@media (min-width: 768px) {
  .p-pediatric-priceSec::after {
    bottom: 2px;
    background-image: url(../img/pediatric_dentistry/section_bg03-bottom_pc.svg);
    aspect-ratio: 1920 / 180;
  }
}
.p-pediatric-priceSec__wrap {
  background-color: #ffefed;
}
.p-pediatric-priceSec__inner {
  background-color: #ffefed;
  padding: 0 32px;
}
@media (min-width: 768px) {
  .p-pediatric-priceSec__inner {
    margin: 0 auto;
    max-width: calc(1160px + 32px);
    padding: 0 16px;
  }
}

.p-pediatric-price-container01 {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .p-pediatric-price-container01 {
    padding: 80px;
  }
}

@media (min-width: 768px) {
  .p-pediatric-price-container02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
  }
  .p-pediatric-price-container02__1st, .p-pediatric-price-container02__2nd {
    width: calc(50% - 8px);
  }
  .p-pediatric-price-container02__3rd {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end;
    gap: 8px;
  }
}

.p-pediatric-price-dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
}
.p-pediatric-price-dl__inner {
  text-align: center;
  border-bottom: 1px dashed #9f9085;
  width: 100%;
}
@media (min-width: 768px) {
  .p-pediatric-price-dl__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 16px;
  }
}
.p-pediatric-price-dl__dt {
  display: inline-block;
  border-radius: 8px;
  background-color: #ffefed;
  padding: 4px 16px;
  line-height: 1.7;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-pediatric-price-dl__dt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-pediatric-price-dl__dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2px;
  margin-bottom: 4px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.7;
  font-family: "Quicksand", sans-serif;
}
@media (min-width: 768px) {
  .p-pediatric-price-dl__dd {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-pediatric-price-dl__yen {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-pediatric-price-dl__unit {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

/* よくある質問 ******************************************************************/
.p-pediatric-faqSec {
  position: relative;
  margin-top: calc(100vw * (-8 / 375));
  padding-block: calc(100vw * (8 / 375));
}
@media (min-width: 768px) {
  .p-pediatric-faqSec {
    margin-bottom: calc(100vw * (-24 / 1920));
    padding-block: calc(100vw * (24 / 1920));
  }
}
.p-pediatric-faqSec::before {
  position: absolute;
  content: '';
  top: 1px;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg04-top_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 8;
}
@media (min-width: 768px) {
  .p-pediatric-faqSec::before {
    aspect-ratio: 1920 / 24;
    background-image: url(../img/pediatric_dentistry/section_bg04-top_pc.svg);
  }
}
.p-pediatric-faqSec::after {
  position: absolute;
  content: '';
  bottom: 1px;
  left: 0;
  background-image: url(../img/pediatric_dentistry/section_bg04-bottom_sp.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 8;
}
@media (min-width: 768px) {
  .p-pediatric-faqSec::after {
    aspect-ratio: 1920 / 24;
    background-image: url(../img/pediatric_dentistry/section_bg04-bottom_pc.svg);
  }
}
.p-pediatric-faqSec__inner {
  padding-block: 32px;
  background-color: #fbf9f7;
}
@media (min-width: 768px) {
  .p-pediatric-faqSec__inner {
    padding-block: 96px 84px;
  }
}

.p-pediatric-faq {
  max-width: 980px;
  margin: 0 auto;
}
.p-pediatric-faq__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.p-pediatric-faq__item {
  padding-bottom: 16px;
  border-bottom: 1px dashed #3f3630;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
@media (min-width: 768px) {
  .p-pediatric-faq__item {
    padding-bottom: 24px;
  }
}
.p-pediatric-faq__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.p-pediatric-faq__item[open] .p-pediatric-faq__toggle::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.p-pediatric-faq__item summary {
  list-style: none;
}
.p-pediatric-faq__item summary::-webkit-details-marker {
  display: none;
}
.p-pediatric-faq__question, .p-pediatric-faq__answer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: start;
  gap: 16px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-pediatric-faq__question, .p-pediatric-faq__answer {
    gap: 40px;
  }
}
.p-pediatric-faq__question:focus, .p-pediatric-faq__answer:focus {
  outline: none;
}
.p-pediatric-faq__question-Q, .p-pediatric-faq__question-A {
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  line-height: 2.67;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-pediatric-faq__question-Q, .p-pediatric-faq__question-A {
    width: 64px;
    height: 64px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-pediatric-faq__question-Q {
  background-color: #fff;
  color: #a48a77;
}
.p-pediatric-faq__question-A {
  background-color: #a48a77;
  color: #fff;
}
.p-pediatric-faq__question {
  padding-right: 30px;
  cursor: pointer;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-pediatric-faq__question {
    padding-right: 65px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-pediatric-faq__answer {
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-right: 54px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-pediatric-faq__answer {
    padding-right: 98px;
    font-size: 16px;
    font-size: 1rem;
    min-height: 82px;
  }
}
.p-pediatric-faq__answer::after {
  position: absolute;
  content: '';
  bottom: 16px;
  right: 0;
  background-image: url(../img/pediatric_dentistry/wani03_sp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 45px;
  height: 46px;
}
@media (min-width: 768px) {
  .p-pediatric-faq__answer::after {
    top: 0;
    bottom: auto;
    background-image: url(../img/pediatric_dentistry/wani03_pc.webp);
    width: 90px;
    height: 92px;
  }
}
.p-pediatric-faq__item-text {
  width: calc(100% - (48px + 16px));
}
@media (min-width: 768px) {
  .p-pediatric-faq__item-text {
    width: calc(100% - (64px + 40px));
  }
}
.p-pediatric-faq__toggle {
  position: absolute;
  top: 50%;
  right: 15px;
}
@media (min-width: 768px) {
  .p-pediatric-faq__toggle {
    right: 22px;
  }
}
.p-pediatric-faq__toggle::before, .p-pediatric-faq__toggle::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #3f3630;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .p-pediatric-faq__toggle::before, .p-pediatric-faq__toggle::after {
    right: -25px;
    width: 25px;
  }
}
.p-pediatric-faq__toggle::before {
  width: 1px;
  height: 15px;
  right: -8px;
}
@media (min-width: 768px) {
  .p-pediatric-faq__toggle::before {
    height: 25px;
    right: -13px;
  }
}

/* スマイル写真集 ******************************************************************/
.p-pediatric-smileSec {
  padding-block: 64px;
}
@media (min-width: 768px) {
  .p-pediatric-smileSec {
    padding-block: 90px 96px;
  }
}

/* ご相談はこちら ******************************************************************/
.p-pediatric-contactSec {
  margin-bottom: 64px;
  padding-block: 32px;
  background-color: #ffefed;
}
@media (min-width: 768px) {
  .p-pediatric-contactSec {
    margin-bottom: 80px;
    padding-block: 80px;
  }
}
.p-pediatric-contactSec__inner {
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .p-pediatric-contactSec__inner {
    max-width: calc(1320px + 32px);
    margin: 0 auto;
  }
}

.p-pediatric-contact-title-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .p-pediatric-contact-title-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-pediatric-contact-title-wrap::before, .p-pediatric-contact-title-wrap::after {
    content: '';
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-pediatric-contact-title-wrap::before {
    bottom: -32px;
    left: -156px;
    background-image: url(../img/pediatric_dentistry/illust_contact01_pc.png);
    width: 156px;
    height: 171px;
  }
}
@media (min-width: 768px) and (min-width: 1042px) {
  .p-pediatric-contact-title-wrap::before {
    left: -198px;
  }
}
@media (min-width: 768px) {
  .p-pediatric-contact-title-wrap::after {
    bottom: -32px;
    right: -170px;
    background-image: url(../img/pediatric_dentistry/illust_contact02_pc.png);
    width: 186px;
    height: 165px;
  }
}
@media (min-width: 768px) and (min-width: 1042px) {
  .p-pediatric-contact-title-wrap::after {
    right: -200px;
  }
}

.p-pediatric-contact-title {
  position: relative;
  padding-top: 25px;
}
.p-pediatric-contact-title__en {
  position: relative;
  padding-top: 16px;
}
.p-pediatric-contact-title__en::before, .p-pediatric-contact-title__en::after {
  content: '';
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-pediatric-contact-title__en::before {
  top: -25px;
  left: -64px;
  background-image: url(../img/pediatric_dentistry/illust_contact01_sp.png);
  width: 58px;
  height: 88px;
}
@media (min-width: 768px) {
  .p-pediatric-contact-title__en::before {
    content: none;
  }
}
.p-pediatric-contact-title__en::after {
  top: -25px;
  right: -76px;
  background-image: url(../img/pediatric_dentistry/illust_contact02_sp.png);
  width: 71px;
  height: 88px;
}
@media (min-width: 768px) {
  .p-pediatric-contact-title__en::after {
    content: none;
  }
}
.p-pediatric-contact-title__en-contact {
  position: relative;
  color: #ff9e8c;
}
.p-pediatric-contact-title__en-contact::before {
  position: absolute;
  content: '';
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/pediatric_dentistry/icon_notice02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 15px;
}
@media (min-width: 768px) {
  .p-pediatric-contact-title__en-contact::before {
    width: 30px;
    height: 15px;
  }
}

@media (min-width: 1042px) {
  .p-pediatric-contact-button-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 24px;
  }
}

.p-pediatric-contact-button {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  text-align: center;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
  border-radius: 100vmax;
  background: #fde8e4;
  width: 100%;
  max-width: 380px;
  min-height: 96px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .p-pediatric-contact-button {
    max-width: none;
    min-height: 120px;
  }
}
.p-pediatric-contact-button::before {
  content: '';
  -webkit-mask-image: url(../img/pediatric_dentistry/icon_tel01.svg);
          mask-image: url(../img/pediatric_dentistry/icon_tel01.svg);
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.p-pediatric-contact-button::after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  background: #ff9e8c;
  border-radius: 100vmax;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.p-pediatric-contact-button:hover {
  color: #ff9e8c;
}
.p-pediatric-contact-button:hover::before {
  background-color: #ff9e8c;
}
.p-pediatric-contact-button:hover::after {
  background: #fff;
}
.p-pediatric-contact-button--tel {
  margin-bottom: 16px;
}
@media (min-width: 1042px) {
  .p-pediatric-contact-button--tel {
    margin-bottom: 0;
  }
}
.p-pediatric-contact-button--mail::before {
  -webkit-mask-image: url(../img/pediatric_dentistry/icon_mail01.svg);
          mask-image: url(../img/pediatric_dentistry/icon_mail01.svg);
  width: 32px;
  height: 21px;
}
.p-pediatric-contact-button__main {
  display: block;
  margin-top: -10px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-pediatric-contact-button__main {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-pediatric-contact-button__main--tel {
  font-family: "Quicksand", sans-serif;
}
.p-pediatric-contact-button__main--web {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-pediatric-contact-button__main--web {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-pediatric-contact-button__sub {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-pediatric-contact-button__sub {
    font-size: 16px;
    font-size: 1rem;
  }
}
