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) no-repeat bottom/cover;
  min-height: 680px;
  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-about*/
.p-about__img {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
.p-about__img li {
  width: calc((100% - 40px) / 2);
}
.p-about__link {
  margin: 60px 0 0;
}
.p-about__link a {
  margin: 0 auto;
  display: block;
  width: fit-content;
  padding: 1em 2em;
  border-radius: 50px;
  color: #ffffff;
  font-size: 2rem;
  background-color: #378792;
  transition: all 0.3s;
}
.p-about__link a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    margin: 30px 0 0;
  }
  .p-about__img li {
    width: calc((100% - 10px) / 2);
  }
}

/*p-guarantee*/
.p-guarantee {
  background: url(../img/guarantee-bg.jpg) no-repeat center/cover fixed;
  color: #ffffff;
}
.p-guarantee__cont {
  display: flex;
  flex-wrap: wrap;
}
.p-guarantee__cont .c-tit1 {
  width: 100%;
}
.p-guarantee__cont__txt {
  flex: 1;
  line-height: 2;
}
.p-guarantee__cont__img {
  width: 360px;
  margin: 0 0 0 40px;
}
.p-guarantee__test {
  margin: 40px 0 0;
}
.p-guarantee__test table {
  width: 100%;
  background: #ffffff;
}
.p-guarantee__test table th, .p-guarantee__test table td {
  color: #333333;
  padding: 10px 20px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.p-guarantee__test table tr:first-of-type {
  background: #378792;
}
.p-guarantee__test table tr:first-of-type th {
  color: #ffffff;
  font-weight: 500;
  border-top: none;
}
.p-guarantee__test table tr:first-of-type th:first-of-type {
  border: none;
}
.p-guarantee__test table td.head {
  font-weight: 500;
  border-left: none;
}
.p-guarantee__test table td.name {
  white-space: wrap;
}
.p-guarantee__test table td.name span {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .p-guarantee__cont {
    display: block;
  }
  .p-guarantee__cont__txt {
    flex: 1;
    line-height: 2;
  }
  .p-guarantee__cont__img {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .p-guarantee__test {
    margin: 20px 0 0;
    overflow-x: auto;
  }
  .p-guarantee__test table {
    width: auto;
  }
  .p-guarantee__test table th, .p-guarantee__test table td {
    padding: 10px 15px;
    white-space: nowrap !important;
  }
}

/*p-difference*/
.p-difference__img {
  margin: 0 0 40px;
}
.p-difference__table {
  margin: 60px 0 40px;
}
.p-difference__table table {
  width: 100%;
}
.p-difference__table table th, .p-difference__table table td {
  border: 1px solid #cccccc;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.p-difference__table table th {
  font-weight: 500;
  background: #f5f5f5;
}
.p-difference__table table tr:first-of-type td {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-difference__img {
    margin: 0 0 20px;
  }
  .p-difference__table {
    margin: 30px 0 20px;
  }
  .p-difference__table table {
    width: 100%;
  }
  .p-difference__table table th, .p-difference__table table td {
    padding: 5px;
  }
  .p-difference__table table td {
    width: 46%;
  }
}

/*p-confirm*/
.p-confirm {
  background: url(../img/confirm-bg.jpg) no-repeat center/cover fixed;
}
.p-confirm__cont {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.16);
  padding: 30px;
  margin: 30px 0 0;
}
.p-confirm__cont.first {
  margin: 40px 0 0;
}
.p-confirm__cont__step {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.p-confirm__cont__step:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
.p-confirm__cont__step__tit {
  font-size: 2.2rem;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.3;
}
.p-confirm__cont__step__tit span {
  background: #378792;
  color: #ffffff;
  font-size: 1.6rem;
  margin: 0 15px 0 0;
  height: 30px;
  padding: 0 0.8em;
  flex: 0 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-confirm__cont__step__floatimg {
  float: right;
  margin: 0 0 0 30px;
}
.p-confirm__cont__step__img {
  margin: 30px 0 0;
}
.p-confirm__cont__step__img img {
  margin: 0 25px 0 0;
}
.p-confirm__cont__dosing {
  margin: 30px 0 0;
  display: flex;
  flex-direction: row-reverse;
}
.p-confirm__cont__dosing__img {
  margin: 0 0 0 30px;
  width: 280px;
}
.p-confirm__cont__dosing__txt {
  flex: 1;
}
.p-confirm__cont__dosing__table {
  margin: 0 0 30px;
}
.p-confirm__cont__dosing__table table {
  width: 100%;
  background: #ffffff;
}
.p-confirm__cont__dosing__table table th, .p-confirm__cont__dosing__table table td {
  color: #333333;
  padding: 10px;
  border: 1px solid #cccccc;
  text-align: left;
  vertical-align: middle;
}
.p-confirm__cont__dosing__table table tr:first-of-type {
  background: #378792;
}
.p-confirm__cont__dosing__table table tr:first-of-type th {
  color: #ffffff;
  font-weight: 500;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-confirm__cont {
    padding: 15px;
    margin: 15px 0 0;
  }
  .p-confirm__cont.first {
    margin: 20px 0 0;
  }
  .p-confirm__cont__step {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .p-confirm__cont__step__tit {
    font-size: 1.6rem;
    margin: 0 0 10px;
    font-weight: 700;
  }
  .p-confirm__cont__step__tit span {
    font-size: 1.1rem;
    margin: 0 10px 0 0;
    height: 20px;
    width: 70px;
  }
  .p-confirm__cont__step:first-of-type {
    display: flex;
    flex-direction: column;
  }
  .p-confirm__cont__step__floatimg {
    float: none;
    margin: 20px 0 0;
    order: 1;
    text-align: center;
  }
  .p-confirm__cont__step__img {
    margin: 15px 0 0;
  }
  .p-confirm__cont__step__img img {
    display: block;
    margin: 10px auto 0;
  }
  .p-confirm__cont__dosing {
    margin: 20px 0 0;
    flex-direction: column;
  }
  .p-confirm__cont__dosing__img {
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .p-confirm__cont__dosing__table {
    margin: 0 0 20px;
    overflow-x: auto;
  }
  .p-confirm__cont__dosing__table table {
    width: auto;
  }
  .p-confirm__cont__dosing__table table th, .p-confirm__cont__dosing__table table td {
    padding: 10px;
    white-space: nowrap;
  }
}

/*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 */