html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tr, th, td, article, embed, footer, header, hgroup, nav, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Bold.otf") format("opentype");
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.6;
  background: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  word-break: break-all;
  min-width: 1140px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

:focus {
  outline: none;
}

a {
  color: #378792;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

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

input {
  font-family: inherit;
}

button,
input[type=submit] {
  cursor: pointer;
  font-family: inherit;
  font-size: initial;
}

select {
  cursor: pointer;
  font-family: inherit;
}

label {
  /* cursor: pointer; */
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

strong span {
  font-weight: bold;
}

/*----------
layout
----------*/
/*l-header*/
.l-header {
  background: url(../img/mv.jpg) no-repeat bottom/cover;
  min-height: 680px;
  padding: 40px 0;
  position: relative;
}
.l-header__logo {
  width: 240px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin: 0 auto 36px;
  }
}
.l-header__catch {
  text-align: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .l-header__catch {
    margin: 0 0 16px;
  }
}
.l-header__catch__small, .l-header__catch__large {
  display: block;
  color: #fff;
}
.l-header__catch__small {
  font-size: 26px;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .l-header__catch__small {
    font-size: 18px;
    margin: 0 0 8px;
  }
}
.l-header__catch__large {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-header__catch__large {
    font-size: 22px;
  }
}
.l-header__main-img {
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-height: 240px;
    padding: 20px 0;
  }
  .l-header__logo {
    width: 120px;
  }
  .l-header__catch {
    font-size: 2rem;
    font-weight: 700;
  }
}

/*l-footer*/
.l-footer {
  font-size: 1.4rem;
  padding: 20px 0;
  color: #999999;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    font-size: 1.2rem;
    padding: 15px 0;
  }
}

/*----------
project
----------*/
/*p-about*/
.p-about {
  overflow: hidden;
}
.p-about__tit {
  margin: 0 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__tit {
    margin: 0 0 40px;
  }
}
.p-about__img-wrapper {
  max-width: 940px;
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .p-about__img-wrapper {
    margin: 0 auto 32px;
  }
}
.p-about__img {
  margin: 0 0 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    margin: 0 0 8px;
  }
}
.p-about__img img {
  width: 100%;
}
.p-about__img img.-left,
.p-about__img img.-right {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.5, 0, 0, 1) 0.2s;
  transition: all 1.8s cubic-bezier(0.5, 0, 0, 1) 0.2s;
}
.p-about__img img.-left.-active,
.p-about__img img.-right.-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-about__img img.-left {
  left: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.p-about__img img.-right {
  right: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.p-about__img__notice {
  font-size: 12px;
  text-align: right;
}
.p-about__tbl {
  max-width: 800px;
  margin: 0 auto;
}
.p-about__tbl tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-about__tbl th,
.p-about__tbl td {
  padding: 18px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__tbl th,
  .p-about__tbl td {
    padding: 15px;
  }
}
.p-about__tbl th {
  border-top: 1px solid #fff;
  letter-spacing: 0.05em;
  width: 180px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: left;
  background: #BFDBDC;
}
@media screen and (max-width: 767px) {
  .p-about__tbl th {
    width: 150px;
  }
}
.p-about__tbl tr:first-child th {
  border-top: 1px solid #BFDBDC;
}
.p-about__tbl tr:last-child th {
  border-bottom: 1px solid #BFDBDC;
}
.p-about__tbl td {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.p-about__tbl tr:last-child td {
  border-bottom: 1px solid #ccc;
}

/*p-confirm*/
.p-confirm {
  background: url(../img/confirm-bg.jpg) no-repeat center/cover fixed;
}

.p-confirm-document {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .p-confirm-document {
    margin: 0 0 35px;
  }
}
.p-confirm-document__tit {
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .p-confirm-document__tit {
    margin: 0 0 25px;
  }
}
.p-confirm-document__container {
  background: #fff;
  padding: 70px 20px 130px;
}
@media screen and (max-width: 767px) {
  .p-confirm-document__container {
    padding: 35px 15px 65px;
  }
}
.p-confirm-document__img {
  max-width: 830px;
  margin: 0 auto;
}

.p-confirm-data {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .p-confirm-data {
    margin: 0 0 35px;
  }
}
.p-confirm-data__tit {
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .p-confirm-data__tit {
    margin: 0 0 25px;
  }
}
.p-confirm-data__container {
  display: grid;
  gap: 50px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .p-confirm-data__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 45px;
    padding: 25px 15px;
  }
}
.p-confirm-data__item--main {
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 767px) {
  .p-confirm-data__item--main {
    grid-area: unset;
  }
}
.p-confirm-data__item__tit {
  margin: 0 0 20px !important;
}
@media screen and (max-width: 767px) {
  .p-confirm-data__item__tit {
    margin: 0 0 10px !important;
  }
}
.p-confirm-data__item__desc {
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-confirm-data__item__desc {
    margin: 0 0 15px;
  }
}
.p-confirm-data__item__img--col2 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .p-confirm-data__item__img--col2 {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
}
.p-confirm-data__item__notice {
  font-size: 14px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-confirm-data__item__notice {
    font-size: 12px;
    margin: 10px 0 0;
  }
}

.p-confirm-society {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .p-confirm-society {
    margin: 0 0 35px;
  }
}
.p-confirm-society__tit {
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .p-confirm-society__tit {
    margin: 0 0 25px;
  }
}
.p-confirm-society__container {
  background: #fff;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .p-confirm-society__container {
    padding: 25px 15px;
  }
}
.p-confirm-society__btn {
  border: 2px solid #A73333;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  padding: 20px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-confirm-society__btn {
    margin: 0 0 20px;
    padding: 15px 12px;
  }
}
.p-confirm-society__btn:hover {
  color: #fff;
  background: #A73333;
}
.p-confirm-society__btn__text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-confirm-society__btn__text {
    font-size: 16px;
  }
}
.p-confirm-society__btn__text::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 37px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url(../img/pdf_icon.svg) no-repeat center/contain;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .p-confirm-society__btn__text::before {
    width: 25px;
    height: 30px;
    margin: 0 6px 0 0;
  }
}
.p-confirm-society__imgs {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .p-confirm-society__imgs {
    gap: 15px;
    grid-template-columns: minmax(0, 1fr);
  }
}

/*p-clinic*/
.p-clinic {
  background: url(../img/clinic-bg.jpg) no-repeat center/cover fixed;
}
.p-clinic .c-tit1 {
  color: #ffffff;
}
.p-clinic__block {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.16);
          box-shadow: 0 0 3px rgba(51, 51, 51, 0.16);
  padding: 30px;
}
.p-clinic__block__l {
  width: 375px;
}
.p-clinic__block__r {
  margin: 0 0 0 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-clinic__block__img {
  margin: 0 0 20px;
}
.p-clinic__block__info__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-clinic__block__info table {
  width: 100%;
}
.p-clinic__block__info table th {
  line-height: 1.3;
  padding: 10px 10px 0 0;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}
.p-clinic__block__info table td {
  line-height: 1.3;
  padding: 10px 0 0 0;
}
.p-clinic__block__map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-clinic__block {
    margin: 20px 0 0;
    display: block;
    padding: 15px;
  }
  .p-clinic__block__l {
    width: 100%;
  }
  .p-clinic__block__r {
    margin: 20px 0 0;
  }
  .p-clinic__block__img {
    margin: 0 auto 15px;
    max-width: 480px;
  }
  .p-clinic__block__info__title {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 700;
  }
  .p-clinic__block__map {
    height: 240px;
  }
}

/*----------
compornent
----------*/
.c-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 40px 0;
  }
}

.c-inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 15px;
  }
}

.c-tit1 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-tit1 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    font-weight: 700;
  }
}

.c-tit2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 0 3rem;
  line-height: 1.4;
  color: #378792;
}
@media screen and (max-width: 767px) {
  .c-tit2 {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    font-weight: 700;
  }
}

.c-desc p:not(:first-of-type) {
  margin: 1.5em 0 0;
}
.c-desc .notice {
  color: #999999;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-desc .notice {
    font-size: 1.2rem;
  }
}

@media screen and (min-width:768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 226, 3, 0.4)));
  background: -webkit-linear-gradient(transparent 60%, rgba(255, 226, 3, 0.4) 60%);
  background: linear-gradient(transparent 60%, rgba(255, 226, 3, 0.4) 60%);
  font-weight: 700;
}

.u-marker2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(226, 40, 40, 0.3)));
  background: -webkit-linear-gradient(transparent 60%, rgba(226, 40, 40, 0.3) 60%);
  background: linear-gradient(transparent 60%, rgba(226, 40, 40, 0.3) 60%);
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */