@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1090px) {
  html {
    font-size: 1.4678899083vw;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "KozGoPro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-contact {
  margin-top: 6.25rem;
  padding-top: 1.9375rem;
  padding-bottom: 2.5rem;
}

.l-hospital {
  padding-top: 3.75rem;
}
@media screen and (max-width: 800px) {
  .l-hospital {
    padding-top: 1.875rem;
  }
}

.l-info {
  padding-top: 3.1875rem;
  padding-bottom: 3.1875rem;
}
@media screen and (max-width: 800px) {
  .l-info {
    margin-top: 3.125rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 512px) {
  .l-info {
    margin-top: 6.25rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1090px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 800px) {
  .l-inner {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.p-contact {
  position: relative;
  background-color: #e5f6fa;
}

.p-contact::before {
  content: "";
  background: url(../images/contact_illust.png) no-repeat center/contain;
  width: 10.75rem;
  height: 6.9375rem;
  display: block;
  position: absolute;
  top: 3.125rem;
  left: calc(50% - 30.375rem);
}
@media screen and (max-width: 800px) {
  .p-contact::before {
    width: 11.125rem;
    height: 6.6875rem;
    left: calc(50% - 20rem);
  }
}
@media screen and (max-width: 716px) {
  .p-contact::before {
    width: 8.125rem;
    height: 6.25rem;
    top: 8.125rem;
    left: calc(50% - 17.5rem);
  }
}
@media screen and (max-width: 600px) {
  .p-contact::before {
    width: 5rem;
    height: 4.375rem;
    top: 0rem;
    left: calc(50% - 11.25rem);
  }
}

.p-contact__title {
  font-size: 2.5rem;
  color: #00a6cb;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-contact__title {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__title {
    font-size: 1.75rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  max-width: 36.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1.125rem;
}
@media screen and (max-width: 800px) {
  .p-contact__text {
    font-size: 0.875rem;
    max-width: 31.25rem;
    margin-right: 0;
    margin-right: initial;
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__text {
    padding-left: 0rem;
  }
}

.p-contact__consult {
  text-align: center;
  color: #245aa3;
  margin-top: 1.875rem;
}
@media screen and (max-width: 800px) {
  .p-contact__consult {
    font-size: 0.875rem;
  }
}

.p-contact__btnWrap {
  text-align: center;
  margin: 0.75rem auto 0;
}

.p-contact__btn {
  font-size: 1.25rem;
  color: #245aa3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #245aa3;
  border-radius: 0.3125rem;
  min-width: 18.75rem;
  padding: 0.75rem;
  line-height: 1;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .p-contact__btn {
    font-size: 1rem;
    min-width: 12.6875rem;
  }
}

.p-contact__btn::before {
  content: "";
  background: url(../images/mail.png) no-repeat center/contain;
  width: 2rem;
  height: 1.25rem;
  display: block;
  margin-right: 0.75rem;
}
@media screen and (max-width: 800px) {
  .p-contact__btn::before {
    width: 1.6875rem;
    height: 1.0625rem;
  }
}

.p-contact__block {
  width: 100%;
  margin-top: 1.9375rem;
  background-color: #fff;
  padding: 0.75rem;
}

.p-contact__attention {
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (max-width: 800px) {
  .p-contact__attention {
    font-size: 0.875rem;
  }
}

.p-contact__attention::before,
.p-contact__attention::after {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #3a3838;
}

.p-contact__lists {
  margin-top: 0.625rem;
}

.p-contact__list {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 800px) {
  .p-contact__list {
    font-size: 0.875rem;
  }
}

.p-contact__hospital {
  font-size: 1rem;
  margin-top: 0.5625rem;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .p-contact__hospital {
    font-size: 0.875rem;
  }
}

.p-contact__pdf {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  background-color: #245aa3;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5625rem;
  display: block;
  padding: 0.625rem;
  text-align: center;
  border-radius: 0.4375rem;
}
@media screen and (max-width: 800px) {
  .p-contact__pdf {
    font-size: 1rem;
    max-width: 28.125rem;
    padding: 0.625rem;
  }
}

.p-contact__pdf span {
  display: inline-block;
}

.p-copyright {
  background-color: #757474;
  text-align: center;
}

.p-copyright small {
  font-size: 0.75rem;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  padding: 0.3125rem;
  display: inline-block;
}

.p-copyright span {
  display: inline-block;
}

.p-hospital {
  position: relative;
  height: 74.6875rem;
}
@media screen and (max-width: 800px) {
  .p-hospital {
    height: min(138vw, 1104px);
    min-height: 37rem;
  }
}

@media screen and (max-width: 600px) {
  .l-inner.l-inner-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-hospital__head {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 800px) {
  .p-hospital__head {
    width: 100%;
    width: min(91.25vw, 45.625rem);
  }
}

.p-hospital__title {
  font-size: 2.8125rem;
  letter-spacing: 0.01em;
  background-color: #fff;
  padding: 0rem 0.625rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-hospital__title {
    font-size: 2.625rem;
    font-size: min(5.25vw, 2.625rem);
  }
}

.p-hospital__date {
  font-size: 0.875rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 0.625rem;
  position: relative;
  top: 0.9375rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__date {
    font-size: 0.6875rem;
    top: 0.625rem;
  }
}

.p-hospital__title:nth-of-type(2) {
  margin-top: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__title:nth-of-type(2) {
    margin-top: 0.625rem;
  }
}

.p-hospital__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00a6cb;
  position: absolute;
  top: 0.3125rem;
  right: -0.3125rem;
  z-index: -1;
}

.p-hospital__area {
  font-size: 2.3125rem;
  color: #00a6cb;
  margin-top: 0.75rem;
  margin-left: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .p-hospital__area {
    font-size: 2.375rem;
    font-size: min(4.75vw, 2.375rem);
    margin-left: 0;
    margin-left: initial;
  }
}

.p-hospital__desc {
  font-size: 1rem;
  line-height: 1.75;
  color: #3a3838;
  margin-top: 1.25rem;
  margin-left: 0.75rem;
  max-width: 22.5rem;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-hospital__desc {
    font-size: clamp(0.75rem, 1.75vw, 0.875rem);
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    margin-left: 0;
    margin-left: initial;
    margin-top: 0.625rem;
    width: min(29.25vw, 14.625rem);
    min-width: 8.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-hospital__desc {
    margin-top: 0.3125rem;
  }
}

.p-hospital__img {
  max-width: 13.125rem;
  width: 100%;
  margin-top: 3.5rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__img {
    position: absolute;
    bottom: 0.625rem;
    right: 0;
    max-width: 11rem;
    width: min(20vw, 11rem);
    min-width: 6.25rem;
    margin-top: 0;
    margin-top: initial;
    margin-left: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-hospital__img {
    bottom: 0rem;
    width: 15.625vw;
  }
}
@media screen and (max-width: 512px) {
  .p-hospital__img {
    bottom: auto;
    top: 97%;
  }
}
@media screen and (max-width: 412px) {
  .p-hospital__img {
    bottom: auto;
    top: 95%;
  }
}

.p-hospital__img img {
  aspect-ratio: 210/186;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .p-hospital__img img {
    aspect-ratio: 190/186;
  }
}

.p-hospital__body {
  position: absolute;
  top: 10.375rem;
  right: 0rem;
  height: 67.125rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__body {
    top: 9.125rem;
    height: min(117.75vw, 58.875rem);
    width: min(90.375vw, 45.1875rem);
  }
}
@media screen and (max-width: 800px) and (max-width: 600px) {
  .p-hospital__body {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 0.625rem;
  }
}

.p-hospital__block {
  position: relative;
}

.p-hospital__map {
  max-width: 53.3125rem;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-hospital__map {
    max-width: 45.1875rem;
    position: relative;
    z-index: -1;
  }
}

.p-hospital__map {
  aspect-ratio: 853/1074;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-hospital__map {
    aspect-ratio: 723/931;
  }
}

.p-hospital__link {
  position: absolute;
  min-width: 6.25rem;
  min-height: 1.25rem;
  color: #245aa3;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333;
  padding: 0.3125rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__link {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 700px) {
  .p-hospital__link {
    font-size: 0.75rem;
  }
}

.p-hospital__link span {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-hospital__link:hover {
  opacity: 1;
}

.p-hospital__link span:hover {
  opacity: 0.7;
}

.p-hospital__link--01 {
  top: 8.51%;
  right: 15%;
  width: 10.625rem;
  height: 2.5rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__link--01 {
    width: 18.375vw;
    min-width: 7.5rem;
    max-width: 9rem;
    height: auto;
    height: initial;
    padding: 0.3125rem;
    top: 9.9290780142vw;
    right: 13.6170212766vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 600px) {
  .p-hospital__link--01 {
    top: 8.6666666667vw;
    right: 10.8333333333vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 500px) {
  .p-hospital__link--01 {
    top: 7.3%;
    right: 9%;
    padding: 0.1875rem 0.0625rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 400px) {
  .p-hospital__link--01 {
    top: 7%;
    right: 3%;
    font-size: 0.75rem;
    padding: 0.125rem;
  }
}

.p-hospital__link--02 {
  top: 25%;
  right: 0%;
  width: 8.75rem;
  height: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-hospital__link--02 {
    height: auto;
    height: initial;
    width: 14.75vw;
    padding: 0.4375rem 0.3125rem;
    top: 26.5%;
    right: auto;
    right: initial;
    left: 81%;
  }
}
@media screen and (max-width: 600px) {
  .p-hospital__link--02 {
    top: 25%;
    right: auto;
    left: 81%;
  }
}
@media screen and (max-width: 560px) {
  .p-hospital__link--02 {
    width: 18.115942029vw;
    top: 25.5%;
    padding: 0.25rem 0.0625rem;
    font-size: 0.6875rem;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .p-hospital__link--02 {
    min-width: 5.625rem;
    padding: 0.1875rem 0.0625rem;
    top: 24.8%;
    right: -0.125rem;
  }
}
@media screen and (max-width: 454px) {
  .p-hospital__link--02 {
    top: 24.5%;
  }
}
@media screen and (max-width: 438px) {
  .p-hospital__link--02 {
    top: 23%;
  }
}

.p-hospital__link--03 {
  bottom: 31.6%;
  right: 26%;
  width: 13.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__link--03 {
    width: 27.5vw;
    max-width: 10.6875rem;
    height: 5vw;
    top: 63%;
    right: auto;
    left: 48%;
  }
}
@media screen and (max-width: 600px) {
  .p-hospital__link--03 {
    width: 10rem;
    right: 23%;
  }
}
@media screen and (max-width: 500px) {
  .p-hospital__link--03 {
    width: 10rem;
    right: auto;
    left: 48%;
  }
}

.p-hospital__link--04 {
  bottom: 24%;
  right: 27%;
  width: 13.4375rem;
  height: 2.5rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__link--04 {
    width: 25vw;
    height: 5vw;
    max-width: 10.125rem;
    top: 70%;
    right: auto;
    left: 45%;
  }
}
@media screen and (max-width: 600px) {
  .p-hospital__link--04 {
    width: 26.6666666667vw;
    min-width: 8.625rem;
    padding: 0.3125rem 0.125rem;
  }
}
@media screen and (max-width: 500px) {
  .p-hospital__link--04 {
    width: 8.8125rem;
    padding: 0.125rem;
    right: auto;
    left: 45%;
  }
}

.p-hospital__link--05 {
  bottom: 11.5%;
  right: 24%;
  width: 11.25rem;
  height: 4.875rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-hospital__link--05 {
    width: 18.375vw;
    max-width: 9.0625rem;
    height: 9.75vw;
    top: 79%;
    right: 24%;
    padding: 0.1875rem 0.0625rem;
  }
}
@media screen and (max-width: 603px) {
  .p-hospital__link--05 {
    width: 7.5625rem;
    min-width: 7.5625rem;
  }
}
@media screen and (max-width: 500px) {
  .p-hospital__link--05 {
    right: auto;
    left: 50%;
  }
}

.p-hospital__link--06 {
  bottom: 23.5%;
  left: -1%;
  width: 11.25rem;
  height: 2.5rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__link--06 {
    width: 20.625vw;
    max-width: 11.25rem;
    height: 5vw;
    top: 71%;
    left: -1%;
  }
}
@media screen and (max-width: 600px) {
  .p-hospital__link--06 {
    width: 7.5rem;
    min-width: 7.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-hospital__link--06 {
    left: -5%;
    min-width: 6.875rem;
    padding: 0.0625rem;
  }
}

.p-hospital__link--07 {
  bottom: 13.5%;
  left: -1%;
  width: 8.75rem;
  height: 2.5rem;
}
@media screen and (max-width: 800px) {
  .p-hospital__link--07 {
    width: 15vw;
    height: 5vw;
    top: 81%;
    left: -2%;
  }
}

.p-info {
  background-image: url(../images/chart_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .p-info .l-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.625rem 0.9375rem 0;
}
@media screen and (max-width: 800px) {
  .p-info__box {
    display: block;
  }
}

.p-info__title {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .p-info__title {
    font-size: 1.6875rem;
    font-size: clamp(1.25rem, 3.375vw, 1.6875rem);
  }
}

.p-info__desc {
  font-size: 0.875rem;
}

.p-info__wrap {
  overflow: scroll;
}

.p-info__body {
  padding: 0.3125rem;
  background-color: #fff;
  width: 65rem;
}

.p-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 6.75rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}

.p-info__block:not(:last-child) {
  border-bottom: 1px solid #00a6cb;
}

.p-info__box01 {
  background-color: #00a6cb;
  width: 15.3846153846%;
  padding: 1.875rem 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info__name {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}

.p-info__box02 {
  width: 53.0769230769%;
  height: auto;
  background-color: #d9f2f8;
  padding: 0.3125rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info__explain {
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 1.7142857143;
}

.p-info__box03 {
  width: 19.3269230769%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info__contact {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info__gairai {
  font-size: 0.625rem;
}

.p-info__contact a {
  color: #fff;
  background-color: #66cae0;
  border-radius: 0.9375rem;
  padding: 0.3125rem 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.1875rem;
}

.p-info__contact a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-color: transparent transparent transparent #fff;
  margin-right: 0.3125rem;
}

.p-info__box04 {
  width: 12.1904761905%;
  background-color: #d9f2f8;
  height: inherit;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info__hp a {
  font-size: 0.875rem;
  color: #fff;
  background-color: #00a6cb;
  border-radius: 0.9375rem;
  padding: 0.3125rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-info__hp a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-color: transparent transparent transparent #fff;
  margin-right: 0.3125rem;
}

.p-info__block:nth-child(odd) .p-info__box01 {
  background-color: #00a6cb;
}

.p-info__block:nth-child(even) .p-info__box01 {
  background-color: #66cae0;
}

.p-info__block:nth-child(odd) .p-info__box02 {
  background-color: #d9f2f8;
}

.p-info__block:nth-child(even) .p-info__box02 {
  background-color: #eff9fc;
}

.p-info__block:nth-child(odd) .p-info__box03 {
  background-color: #eff9fc;
}

.p-info__block:nth-child(even) .p-info__box03 {
  background-color: #fff;
}

.p-info__block:nth-child(odd) .p-info__box04 {
  background-color: #d9f2f8;
}

.p-info__block:nth-child(even) .p-info__box04 {
  background-color: #eff9fc;
}

.p-info__pdf {
  text-align: center;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
}
@media screen and (max-width: 800px) {
  .p-info__pdf {
    gap: 2.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-info__pdf {
    gap: 1.875rem;
  }
}

.p-info__pdf a {
  font-size: 1.25rem;
  color: #fff;
  padding: 0.625rem 1rem;
  display: inline-block;
  background-color: #245aa3;
  border-radius: 0.21875rem;
  min-width: 9.375rem;
}
@media screen and (max-width: 800px) {
  .p-info__pdf a {
    font-size: 1rem;
    padding: 0.625rem 1.125rem;
    letter-spacing: 0;
    min-width: 6.25rem;
  }
}

.p-info__pdfWrap {
  background-color: #fff;
  width: 100%;
  margin-top: 1.625rem;
  padding: 1.25rem;
}

.p-info__pdfText {
  font-size: 1.25rem;
  text-align: center;
  color: #245aa3;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .p-info__pdfText {
    font-size: 1.125rem;
  }
}

.p-info__pdf a {
  opacity: 1;
}

.p-info__pdf span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-info__pdf span:hover {
  opacity: 0.7;
}

.p-main {
  position: relative;
}

.p-main::before {
  content: "";
  background-image: url(../images/top_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  min-height: 34.875rem;
  height: 31vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-main::before {
    height: 34.75vw;
    min-height: 6.25rem;
  }
}

@media screen and (max-width: 800px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
