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;
  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.png?v2) no-repeat bottom/cover;
  min-height: 580px;
  padding: 40px 0;
  position: relative;
}
.l-header__logo {
  width: 240px;
  margin: 0 auto;
}
.l-header__catch {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@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-check*/
.p-check {
  background: rgba(55, 135, 146, 0.18);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-check {
    padding: 30px 0;
  }
}
.p-check__tit {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  text-align: center;
}
.p-check__tit .txt-jp {
  font-size: 2.6rem;
}
.p-check__tit .txt-en {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-check__tit .txt-jp {
    font-size: 2rem;
  }
  .p-check__tit .txt-en {
    font-size: 1.2rem;
  }
}
.p-check form {
  display: flex;
  height: 50px;
  width: 500px;
  margin: 20px auto 0;
  max-width: 100%;
}
.p-check form * {
  -webkit-appearance: none;
  appearance: none;
  font-size: inherit;
}
.p-check form input {
  border: none;
  border-radius: 30px 0 0 30px;
  padding: 10px 20px;
  width: calc(100% - 90px);
}
.p-check form button {
  border: none;
  background: #378792;
  color: #ffffff;
  border: none;
  border-radius: 0 30px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  line-height: 1.3;
}
.p-check form button .txt-jp {
  font-size: 1.8rem;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
.p-check form button .txt-en {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-check form {
    display: flex;
    height: 40px;
    margin: 15px auto 0;
  }
  .p-check form input {
    font-size: 1.6rem;
  }
  .p-check form button {
    line-height: 1.2;
  }
  .p-check form button .txt-jp {
    font-size: 1.4rem;
  }
  .p-check form button .txt-en {
    font-size: 1rem;
  }
}
.p-check #check_loading {
  display: none;
  text-align: center;
  margin: 10px 0 0;
}
.p-check #check_loading img {
  width: 40px;
}
.p-check #check_result {
  text-align: center;
}
.p-check #check_result .check-error {
  font-size: 1.4rem;
  color: #c00;
  margin: 15px 0 0;
}
.p-check #check_result .check-txt {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 15px auto 0;
  text-align: left;
  color: #01551d;
  padding: 0 0 0 25px;
  position: relative;
}
.p-check #check_result .check-txt::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico-ok.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-check #check_result .check-txt .txt-jp {
  font-size: 1.3rem;
}
.p-check #check_result .check-txt .txt-en {
  font-size: 1.1rem;
}
.p-check #check_result .check-txt.check-ng {
  color: #c00;
}
.p-check #check_result .check-txt.check-ng::after {
  background: url(../img/ico-ng.svg) no-repeat center/contain;
}

/*p-gupta*/
.p-gupta {
  background: url(../img/gupta-bg.jpg?v2) no-repeat center/cover fixed;
  color: #ffffff;
}
.p-gupta__cont {
  display: flex;
  flex-wrap: wrap;
}
.p-gupta__cont .c-tit1 {
  width: 100%;
}
.p-gupta__cont__txt {
  flex: 1;
  line-height: 2;
}
.p-gupta__cont__img {
  width: 540px;
  margin: 0 0 0 40px;
}
.p-gupta__btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.5em 1em;
  display: inline-block;
}
.p-gupta__btn:hover {
  color: #378792;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-gupta__cont {
    flex-direction: column;
  }
  .p-gupta__cont__txt {
    flex: 1;
    line-height: 2;
    order: 2;
  }
  .p-gupta__cont__img {
    order: 1;
    max-width: 100%;
    margin: 0 auto 15px;
  }
}

/*p-feature*/
.p-feature__cont {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .p-feature__cont {
    flex-wrap: wrap;
    margin: 25px 0 0;
    gap: 20px;
  }
}
.p-feature__cont__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-feature__cont__item {
    width: 100%;
  }
}
.p-feature__cont__item .item-txthexagon {
  margin: 0 2rem;
  position: relative;
  aspect-ratio: 13/15;
  color: #ffffff;
  background: #378792;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 8rem 2rem 2rem;
}
.p-feature__cont__item .item-txthexagon__num {
  font-size: 1.8rem;
}
.p-feature__cont__item .item-txthexagon__tit {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0.3em 0 0.5em;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
}
.p-feature__cont__item .item-txthexagon__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__cont__item .item-txthexagon {
    padding: 2rem;
    justify-content: center;
  }
  .p-feature__cont__item .item-txthexagon__num {
    font-size: 1.6rem;
  }
  .p-feature__cont__item .item-txthexagon__tit {
    font-size: 1.8rem;
    min-height: initial;
  }
  .p-feature__cont__item .item-txthexagon__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__table {
    margin: 30px 0 20px;
  }
  .p-feature__table table {
    width: 100%;
  }
  .p-feature__table table th, .p-feature__table table td {
    padding: 5px;
  }
  .p-feature__table table td {
    width: 46%;
  }
}

/*p-management*/
.p-management {
  background: url(../img/management-bg.jpg) no-repeat center/cover fixed;
}
.p-management .c-tit1 + .c-desc {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-management .c-tit1 + .c-desc {
    margin-bottom: 25px;
  }
}
.p-management__cont {
  background: #ffffff;
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.08);
  padding: 30px;
  margin: 30px 0 0;
}
.p-management__cont__block {
  display: flex;
  gap: 30px;
  margin: -10px 0 0;
}
.p-management__cont__block .block-txt {
  flex: 1;
}
.p-management__cont__block .block-img {
  width: 500px;
}
.p-management__cont__block .block-btn {
  color: #378792;
  border: 1px solid #378792;
  padding: 0.5em 1em;
  display: inline-block;
}
.p-management__cont__block .block-btn:hover {
  color: #ffffff;
  background: #378792;
}
@media screen and (max-width: 767px) {
  .p-management__cont {
    padding: 15px;
    margin: 15px 0 0;
  }
  .p-management__cont__block {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    margin: 5px 0 0;
  }
  .p-management__cont__block .block-img {
    width: 100%;
  }
}

/*p-equipment*/
.p-equipment_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.p-equipment_cont__item {
  width: calc((100% - 60px) / 3);
}
.p-equipment_cont__item .item-img {
  background: #ffffff;
  box-shadow: 0 0 6px rgba(51, 51, 51, 0.12);
  padding: 20px;
}
.p-equipment_cont__item .item-tit {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0.8em 0 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-equipment_cont {
    gap: 25px;
  }
  .p-equipment_cont__item {
    width: 100%;
  }
  .p-equipment_cont__item .item-img {
    padding: 20px;
    text-align: center;
  }
  .p-equipment_cont__item .item-img img {
    max-height: 180px;
  }
  .p-equipment_cont__item .item-tit {
    font-size: 1.6rem;
  }
}

/*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: flex;
  justify-content: space-between;
  background: #ffffff;
  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;
  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: 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: linear-gradient(transparent 60%, rgba(255, 226, 3, 0.4) 60%);
  font-weight: 700;
}

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