*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  outline: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

input, textarea, select, option, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
  color: #000;
}
body img {
  width: 100%;
}

.u-mt-24 {
  margin-top: 12px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-24 {
    margin-top: 24px !important;
  }
}

.u-mt-40 {
  margin-top: 24px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-40 {
    margin-top: 40px !important;
  }
}

.u-mt-80 {
  margin-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-80 {
    margin-top: 80px !important;
  }
}

.u-mb-24 {
  margin-bottom: 12px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-24 {
    margin-bottom: 24px !important;
  }
}

.u-mb-40 {
  margin-bottom: 24px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-40 {
    margin-bottom: 40px !important;
  }
}

.u-mb-80 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-80 {
    margin-bottom: 80px !important;
  }
}

.u-bold {
  font-weight: bold;
}

.u-br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-br-pc {
    display: none;
  }
}

.u-br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

body {
  background: #C4AE7C;
}

main {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
main::before {
  content: "";
  position: absolute;
  background-image: url(../images/info_bg_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 175px;
  height: 132px;
  left: 57%;
  top: -6.5%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  main::before {
    width: 327px;
    height: 269px;
    left: 56.6%;
    top: -9.5%;
  }
}
main::after {
  content: "";
  position: absolute;
  background-image: url(../images/info_bg_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 161px;
  height: 106px;
  top: calc(500px + 3%);
  right: 55.5%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  main::after {
    width: 228px;
    height: 150px;
    right: 62.5%;
    top: calc(500px + 5%);
  }
}

.p-info {
  padding: 0 22px;
  margin-inline: auto;
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  .p-info {
    max-width: calc(785px + (22px * 2));
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-info {
    padding-top: 91px;
  }
}
.p-info-inner {
  background: #fff;
}
.p-info-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-info-body {
    padding-top: 56px;
  }
}
.p-info-body h1 {
  max-width: 164px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .p-info-body h1 {
    max-width: 191px;
    padding-bottom: 36px;
  }
}
.p-info-body h2 {
  font-family: "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 5px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-info-body h2 {
    font-size: 3rem;
    padding-bottom: 12px;
  }
}
.p-info-body-txt {
  font-size: 1.1rem;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-info-body-txt {
    font-size: 1.6rem;
    padding-bottom: 50px;
  }
}
.p-info-contact {
  margin: 0 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-info-contact {
    margin: 0 56px;
  }
}
.p-info-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
}
.p-info-contact-adress {
  padding: 20px 0 28px;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-info-contact-adress {
    padding: 16px 0 22px;
    text-align: right;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-info-contact-adress a {
    pointer-events: none;
    cursor: text;
  }
}
.p-info-contact-adress span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-info-contact-adress span {
    padding-left: 15px;
  }
}