@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Meie+Script&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/*
  Settings
————————————————————————————————————————— */
/* グラデ */
/*
  Base
————————————————————————————————————————— */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #212121;
  line-height: 1;
  overflow-x: hidden;
}
a img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover img {
  opacity: .7;
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  body, html {
    overflow-x: hidden;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-siteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.l-wrapper2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.l-wrapper3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-wrapper4 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.l-container {
  /*padding-top: 128px;*/
}
.p-page-main section {
  padding: 64px 0;
}
.l-section {
  padding: 72px 0;
}
/*.l-section2 {
  padding: 64px 0;
}*/
/*.l-section3 {
  padding-top: 64px;
}*/
/*.l-section4 {
  padding-bottom: 64px;
}*/
/*.l-section5 {
  padding-top: 64px;
  padding-bottom: 48px;
}*/
/*.l-section6 {
  padding: 64px 0;
}*/
/*.l-section7 {
  padding: 64px 0;
}*/
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper, .l-wrapper2, .l-wrapper3 {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-wrapper4 {
    max-width: 90%;
  }
  .l-footer {
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  layout(767)
  =========================*/
  .l-container {
    padding-top: 72px;
  }
  .l-section {
    padding: 48px 0;
  }
  .l-section2 {
    padding: 48px 0;
  }
  .l-section3 {
    padding-top: 96px;
  }
  .l-section4 {
    padding-bottom: 96px;
  }
  .l-section5 {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .l-section6 {
    padding: 48px 0;
  }
  .l-section7 {
    padding: 96px 0;
  }
  .l-wrapper.-full, .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-link {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2.4px;
  color: #fff;
  background: #FFAA3B;
  padding: 20px 60px;
  padding-right: 120px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  position: relative;
  text-align: center;
  border-radius: 60px;
}
.c-link.-center {
  margin-inline: auto;
}
.c-link:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link-arrow.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-link:hover:after {
  right: 50px;
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger {
  position: fixed;
  top: 32px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  margin: auto;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #F7D819;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F7D819;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
  background-color: #F7D819;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}
.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
.c-float__list {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #EC693A;
  padding: 12px 20px;
  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;
}
.c-float__list .c-float__item a {
  display: block;
}
.c-float__list .c-float__item.-home a {
  padding: 10px;
  border-right: dashed 1px #fff;
}
.c-float__list .c-float__item.-home img {
  width: 24px;
}
.c-float__list .c-float__item.-tel a {
  padding: 10px;
}
.c-float__list .c-float__item.-tel img {
  width: 20px;
}
.c-float__list .c-float__item.-chat a {
  background: #F7D819;
  padding: 10px;
	border-radius: 3px;
}
.c-float__list .c-float__item.-chat span {
  font-size: 0.875rem;
  color: #212121;
}
.c-float__list .c-float__item.-chat img {
  width: 16px;
}
.c-float__list .c-float__item.-web {
  margin-left: 10px;
}
.c-float__list .c-float__item.-web a {
  background: #F7D819;
  padding: 10px;
	border-radius: 3px;
}
.c-float__list .c-float__item.-web span {
  font-size: 0.875rem;
  color: #212121;
}
.c-float__list .c-float__item.-web img {
  width: 11px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .c-pageTOP {
    bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .c-link {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 14px 20px;
    width: 100%;
    max-width: 400px;
    padding-right: 40px;
    border-radius: 60px;
  }
  .c-link:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  .c-hamburger {
    top: 23px;
  }
  .c-pageTOP {
    width: 35px;
    right: 15px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
  background: #FCFAE9;
  padding: 60px 0;
}
.p-footer .p-head__title {
  font-family: serif;
  font-size: 2rem;
  letter-spacing: 3px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
.p-footer .p-head__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.p-footer .p-head__item a {
  font-weight: 500;
  font-size: 1.125rem;
  background: #fff;
  border: solid 3px #fff;
  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;
  color: #212121;
  height: 120px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-footer .p-head__item a:hover {
  background: #F0EB62;
}
.p-footer .p-head__item img {
  vertical-align: middle;
  margin-right: 14px;
}
.p-footer .p-head__item.-hospital img {
  width: 30px;
}
.p-footer .p-head__item.-access img {
  width: 22px;
}
.p-footer .p-head__item.-faq img {
  width: 28px;
}
.p-footer .p-head__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 72px;
  margin-top: 80px;
  border-bottom: 1px solid #F7D819;
}
.p-footer .p-head__left {
  width: 48%;
}
.p-footer .p-head__left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}
.p-footer .p-head__left dl:last-child {
  margin-bottom: 0;
}
.p-footer .p-head__left dt {
  margin: 0 15px 0 0;
}
.p-footer .p-head__left dd {
  font-size: 0.9rem;
  line-height: 1.4;
}
.p-footer .p-head__left dd.p-dd__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer .p-head__left dd span:first-child {
  white-space: nowrap;
}
.p-footer .p-head__left .p-access__icon {
  text-align: center;
  width: 50px;
}
.p-footer .p-head__left .p-access__icon.-icon1 img {
  width: 50px;
}
.p-footer .p-head__left .p-access__icon.-icon2 img {
  width: 30px;
}
.p-footer .p-head__left .p-access__icon.-icon3 img {
  width: 26px;
}
.p-footer .p-head__left .p-access__icon.-icon4 img {
  width: 36px;
}
.p-footer .p-head__right {
  width: 48%;
}
.p-footer .p-access__time figcaption {
  color: #F81818;
  margin-top: 10px;
}
.p-footer .p-access__time span {
  color: #FFCC3B;
  display: inline-block;
  margin-right: 10px;
}
.p-footer .p-footer__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 72px;
}
.p-footer .p-foot__left {
  width: 40%;
  padding-right: 50px;
}
.p-footer .p-foot__logo img {
  max-width: 380px;
}
.p-footer .p-foot__logo figcaption {
  font-size: 1rem;
  letter-spacing: -.8px;
  line-height: 1.4;
  margin-top: 8px;
}
.p-footer .p-foot__right {
  width: 60%;
}
.p-footer .p-foot__item.-top {
  margin-bottom: 10px;
}
.p-footer .p-foot__item.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer .p-foot__item a {
  font-weight: 500;
  font-size: 0.875rem;
  color: #212121;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-footer .p-foot__item a:hover {
  color: #F7D819;
}
.p-footer .p-nav__list {
  margin-right: 50px;
}
.p-footer .p-nav__list:last-child {
  margin-right: 0;
}
.p-footer .p-nav__item {
  margin-bottom: 8px;
}
.p-copyright {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  background: #FFCC3B;
  display: block;
  padding: 16px 0;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-footer .p-head__flex {
    display: block;
  }
  .p-footer .p-head__left {
    width: 100%;
    margin-bottom: 60px;
  }
  .p-footer .p-head__right {
    width: 100%;
  }
  .p-footer .p-footer__foot {
    display: block;
  }
  .p-footer .p-foot__left {
    width: 100%;
    padding-right: unset;
  }
  .p-footer .p-foot__logo {
    text-align: center;
    margin-bottom: 50px;
  }
  .p-footer .p-foot__logo img {
    max-width: 320px;
    margin-inline: auto;
  }
  .p-footer .p-foot__right {
    width: 100%;
  }
  .p-footer .p-foot__item.-top {
    margin-bottom: 10px;
  }
  .p-footer .p-foot__item.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer .p-foot__item a {
    font-weight: 500;
    font-size: 0.875rem;
    color: #212121;
  }
  .p-footer .p-nav__list {
    margin-right: 50px;
  }
  .p-footer .p-nav__list:last-child {
    margin-right: 0;
  }
  .p-footer .p-nav__item {
    margin-bottom: 8px;
  }
  .p-copyright {
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    background: #FFCC3B;
    display: block;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer {
    padding: 48px 0;
  }
  .p-footer .p-head__title {
    font-size: 1.25rem;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  .p-footer .p-head__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }
  .p-footer .p-head__item a {
    font-size: 1rem;
    height: 97px;
  }
  .p-footer .p-head__flex {
    padding-bottom: 32px;
  }
  .p-footer .p-head__left {
    margin-bottom: 24px;
  }
  .p-footer .p-head__left dl {
    margin: 0 0 24px;
  }
  .p-footer .p-head__left dt {
    margin: 0 12px 0 0;
  }
  .p-footer .p-head__left dd {
    font-size: 0.875rem;
  }
  .p-footer .p-head__left .p-access__icon {
    width: 30px;
  }
  .p-footer .p-head__left .p-access__icon.-icon1 img {
    width: 25px;
  }
  .p-footer .p-head__left .p-access__icon.-icon2 img {
    width: 16px;
  }
  .p-footer .p-head__left .p-access__icon.-icon3 img {
    width: 13px;
  }
  .p-footer .p-head__left .p-access__icon.-icon4 img {
    width: 18px;
  }
  .p-footer .p-access__time figcaption {
    font-size: 0.8125rem;
  }
  .p-footer .p-footer__foot {
    padding-top: 32px;
  }
  .p-footer .p-foot__logo img {
    max-width: 260px;
  }
  .p-footer .p-foot__logo figcaption {
    font-size: 0.75rem;
  }
  .p-footer .p-foot__item.-top {
    margin-bottom: 16px;
  }
  .p-footer .p-foot__item.-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-footer .p-nav__list.-top {
    margin-bottom: 16px;
  }
  .p-footer .p-nav__item {
    margin-bottom: 12px;
  }
}
/*
  header
————————————————————————————————————————— */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding-bottom: 14px;
  background: rgba(255, 255, 255, 0.7);
}
.p-header .p-header__flex {
  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;
  position: relative;
}
.p-header .p-header__flex .p-header__logo {
  width: 340px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 14px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item a {
  font-size: 1rem;
  color: #212121;
  padding: 0 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item a:hover {
  color: #F7D819;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-faq a img {
  width: 15px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-faq a span {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-access a img {
  width: 12px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-access a span {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-chat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F7D819;
  border: solid 2px #F7D819;
  width: 148px;
  height: 60px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-chat a:hover {
  color: #212121;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-chat a img {
  width: 18px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-chat a span {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-chat a:hover {
  background: #fff;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-web a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FE8798;
  border: solid 2px #FE8798;
  width: 148px;
  height: 60px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-web a:hover {
  color: #212121;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-web a img {
  width: 12px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-web a span {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item.-web a:hover {
  background: #fff;
}
.p-header .p-header__flex .p-header__nav .p-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item a {
  font-size: 1rem;
  color: #212121;
  padding: 0 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item a:hover {
  color: #F7D819;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu {
  display: none;
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  z-index: 10;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item {
  width: calc(100% / 3);
  text-align: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a {
  font-size: 0.875rem;
  color: #000;
  display: block;
  border: none;
  padding: 25px 15px;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a .p-hover__image {
  margin: 0 auto 20px;
  max-width: 80%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a span {
  color: #000;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a:hover {
  background: #F7D819;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a:hover span {
  color: #fff;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item:last-child a {
  border: none;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-header .p-header__flex .p-header__logo {
    width: 260px;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__item a {
    font-size: 0.8125rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .p-header .p-header__flex .p-header__logo {
    width: 300px;
  }
  #p-globalMenuSp {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
    trasition: all .3s;
    padding: 100px 0 100px 25px;
  }
  #p-globalMenuSp.is-active {
    z-index: 15;
    opacity: 1;
    overflow-y: scroll;
  }
  #p-globalMenuSp .p-nav-list {
    z-index: 200;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item {
    margin: 0 0 22px;
    line-height: 1.4;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a {
    color: #000;
    font-size: 1.375rem;
    letter-spacing: 1px;
    position: relative;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box {
    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;
    position: absolute;
    top: 50%;
    right: -30%;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box .one-i {
    position: relative;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box .one-i:before {
    content: '';
    width: 15px;
    height: 15px;
    margin: -11px 0 0;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a.open .i-box .one-i:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    margin: -3px 0 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content {
    display: none;
    padding: 15px 0;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr li {
    margin: 0 0 15px;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-header .p-header__flex .p-header__logo {
    width: 200px;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__section1 .p-top__mainvisual {
  background: url(../img/top/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 80vh;
}
.p-top__section1 .p-mainvisual__text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.p-top__section1 .p-mainvisual__text1 {
  font-family: serif;
  font-size: 2.1875rem;
  padding: 8px 0;
  white-space: nowrap;
}
.p-top__section1 .p-mainvisual__text1 span {
  font-size: 1.625rem;
}
.p-top__section1 .p-mainvisual__text2 {
  font-family: serif;
  font-size: 2.0625rem;
  line-height: 1.4;
  white-space: nowrap;
  margin-top: 20px;
    font-weight: bold;
}
.p-top__section1 .p-mainvisual__text2 span {
  font-size: 1.8125rem;
    font-weight: lighter;
}
.p-top__section1 .p-mainvisual__text3 {
  font-family: serif;
  font-weight: 700;
  font-size: 4.4375rem;
  white-space: nowrap;
  margin-top: 20px;
}
.p-top__section2 .p-top__feature {
  text-align: center;
  padding-top: 54px;
}
.p-top__section2 .p-feature__title {
  font-size: 3.25rem;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #FFAA3B;
  margin-bottom: 60px;
}
.p-top__section2 .p-feature__title span {
  font-size: 2rem;
  letter-spacing: 0;
  color: #212121;
  display: block;
}
.p-top__section2 .p-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 38px;
}
.p-top__section2 .p-feature__item span {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 14px;
}
.p-top__section2 .p-feature__text {
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFCC3B));
  background: linear-gradient(transparent 80%, #FFCC3B 20%);
}
.p-top__section3 .p-top__about {
  padding-top: 120px;
  padding-bottom: 60px;
}
.p-top__section3 .p-about__title {
  font-size: 3.25rem;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #FFAA3B;
  text-align: center;
}
.p-top__section3 .p-about__image {
  margin-top: -140px;
}
.p-top__section4 {
  position: relative;
}
.p-top__section4:after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 33px solid #D9D9DB;
  border-left: 66px solid transparent;
  border-right: 66px solid transparent;
  z-index: 1;
}
.p-top__section5 {
  position: relative;
}
.p-top__section5:after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 33px solid #fff;
  border-left: 66px solid transparent;
  border-right: 66px solid transparent;
  z-index: 1;
}
.p-top__section5 .p-top__solution {
  padding-top: 120px;
  padding-bottom: 60px;
}
.p-top__section5 .p-solution__title {
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 5px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 56px;
}
.p-top__section5 .p-solution__title .small1 {
  font-size: 2.125rem;
  letter-spacing: 3.8px;
}
.p-top__section5 .p-solution__title .small2 {
  font-size: 2.625rem;
  letter-spacing: 4.6px;
}
.p-top__section5 .p-solution__title .dots {
  background-image: radial-gradient(circle at center, #FFCC3B 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1.1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: .3em;
  /* 縦方向の位置調整 */
}
.p-top__section5 .p-solution__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__section5 .p-solution__image {
  width: 50%;
}
.p-top__section5 .p-solution__text-box {
  width: 50%;
  padding-left: 34px;
}
.p-top__section5 .p-solution__text {
  font-size: 1rem;
  letter-spacing: 1.6px;
  line-height: 2;
}
.p-top__section6 {
  position: relative;
  background: #FCFAE9;
}
.p-top__section6:after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 33px solid #FCFAE9;
  border-left: 66px solid transparent;
  border-right: 66px solid transparent;
  z-index: 1;
}
.p-top__section6 .p-top__greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 72px;
  padding-bottom: 66px;
}
.p-top__section6 .p-greeting__text-box {
  width: 65%;
  padding-right: 30px;
}
.p-top__section6 .p-greeting__title {
  font-family: serif;
  font-size: 5rem;
  letter-spacing: 9px;
  color: #FAEEA6;
  margin-bottom: 20px;
}
.p-top__section6 .p-greeting__title span {
  font-size: 2rem;
  letter-spacing: 3px;
  color: #212121;
}
.p-top__section6 .p-greeting__text {
  font-family: serif;
  font-size: 1rem;
  letter-spacing: 1.6px;
  line-height: 1.8;
}
.p-top__section6 .p-greeting__image {
  width: 35%;
}
.p-top__section6 .p-greeting__image figcaption {
  font-size: 1rem;
  letter-spacing: 1.6px;
  line-height: 1.7;
  text-align: center;
  margin-top: 34px;
}
.p-top__section7 .p-top__mouthpiece {
  padding-top: 120px;
  padding-bottom: 72px;
}
.p-top__section7 .p-mouthpiece__title {
  text-align: center;
}
.p-top__section7 .p-mouthpiece__title span {
  display: block;
  line-height: 1.5;
}
.p-top__section7 .p-mouthpiece__title .text1 {
  font-size: 1.375rem;
  letter-spacing: 2.4px;
  color: #FFCC3B;
  margin-bottom: 24px;
}
.p-top__section7 .p-mouthpiece__title .text2 {
  font-size: 1.5rem;
  letter-spacing: 2.8px;
  margin-bottom: 16px;
}
.p-top__section7 .p-mouthpiece__title .text3 {
  font-size: 2.125rem;
  letter-spacing: 3.8px;
}
.p-top__section7 .p-mouthpiece__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  margin-top: 48px;
  margin-bottom: 60px;
}
.p-top__section7 .p-mouthpiece__item:nth-child(2) {
  margin-top: 70px;
}
.p-top__section7 .p-mouthpiece__item:nth-child(3) {
  margin-top: 140px;
}
.p-top__section7 .p-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #FFCC3B;
}
.p-top__section7 .p-list__head .number {
  font-size: 5.125rem;
  letter-spacing: -8px;
  line-height: .7;
  color: #F7D819;
  display: inline-block;
  margin-right: 30px;
}
.p-top__section7 .p-list__head .title {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2.8px;
  line-height: 1.4;
}
.p-top__section7 .p-list__head .small {
  font-size: 1.125rem;
  letter-spacing: 2px;
}
.p-top__section7 .p-list__text {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1.7;
  margin-top: 24px;
}
.p-top__section7 .p-mouthpiece__link {
  margin-inline: auto;
}
.p-top__section8 {
  background: #FCFAE9;
}
.p-top__section8 .p-top__case {
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}
.p-top__section8 .p-case__title {
  font-family: serif;
  font-size: 5rem;
  letter-spacing: 9px;
  color: #FAEEA6;
  margin-bottom: 20px;
}
.p-top__section8 .p-case__title span {
  font-size: 2.125rem;
  letter-spacing: 3px;
  color: #212121;
  display: block;
}
.p-top__section8 .p-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.p-top__section8 .p-case__item span {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #212121;
  display: inline-block;
  margin-bottom: 22px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__section8 .p-case__item a {
  background: #fff;
  padding: 48px 78px 40px;
  display: block;
  height: 100%;
}
.p-top__section8 .p-case__item a:hover span {
  color: #F7D819;
}
.p-top__section9 .p-top__intro {
  padding-bottom: 130px;
}
.p-top__section9 .p-intro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__section9 .p-head__left, .p-top__section9 .p-head__right {
  width: 50%;
  height: 360px;
  position: relative;
}
.p-top__section9 .p-head__left {
  background: url(../img/top/intro1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__section9 .p-head__left .p-intro__link {
  position: absolute;
  bottom: 34px;
  right: 67px;
}
.p-top__section9 .p-head__right {
  background: url(../img/top/intro2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__section9 .p-head__right .p-intro__link {
  position: absolute;
  bottom: 34px;
  left: 67px;
}
.p-top__section9 .p-intro__link {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #212121;
  background: rgba(244, 238, 67, 0.9);
  padding: 20px 20px;
  padding-right: 70px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  position: relative;
}
.p-top__section9 .p-intro__link span {
  font-weight: 500;
  display: block;
}
.p-top__section9 .p-intro__link:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link-arrow2.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__section9 .p-intro__link:hover:after {
  right: 10px;
}
.p-top__section9 .p-intro__body {
  background: url(../img/top/intro3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0;
}
.p-top__section9 .p-body__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.p-top__section9 .p-intro__link2 {
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 2.4px;
  line-height: 1.5;
  color: #212121;
  background: rgba(244, 238, 67, 0.9);
  border: solid 3px #F0EB62;
  padding: 40px 60px;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__section9 .p-intro__link2.-icon1:before {
  content: '';
  display: inline-block;
  background: url(../img/top/mouthpiece-icon1.png) no-repeat;
  background-size: contain;
  width: 42px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.p-top__section9 .p-intro__link2.-icon2:before {
  content: '';
  display: inline-block;
  background: url(../img/top/mouthpiece-icon2.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.p-top__section9 .p-intro__link2:hover {
  background: #fff;
}
.p-top__section9 .p-intro__foot {
  background: #FFF8F2;
  padding: 48px 50px;
  text-align: center;
  margin-top: 72px;
}
.p-top__section9 .p-foot__title {
  font-family: serif;
  font-size: 2rem;
  letter-spacing: 3.2px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.p-top__section9 .p-foot__text {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1.6px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-top__section9 .p-foot__image {
  width: 80%;
  margin-inline: auto;
}


.p-top__section10 {
  margin-top: 128px;
}
.p-top__section10 .p-top__cate {
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}
.p-top__section10 .p-cate__title {
  font-family: serif;
  font-size: 5rem;
  letter-spacing: 9px;
  color: #FAEEA6;
  margin-bottom: 20px;
    text-align: center;
}
.p-top__section10 .p-cate__title span {
  font-size: 2.125rem;
  letter-spacing: 3px;
  color: #212121;
  display: block;
    text-align: center;
}
.p-top__section10 .p-cate__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.p-top__section10 .p-cate__item span {
  font-weight: lighter;
  font-size: 0.9rem;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 22px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__section10 .p-cate__item a {
  display: block;
}
.p-top__section10 .p-cate__item a:hover span {
  color: #212121;
}

.p-top__section10 .p-item__image {
    position: relative;
}

.p-top__section10 .term-name {
    position: absolute;
    bottom: 0px; /* この値は調整することができます */
    right: 1px; /* この値は調整することができます */
    background-color: rgba(255,255,255,0.7); /* 背景色を半透明にする */
    padding: 5px;
    z-index: 10; /* サムネイルより上に表示する */
}

.p-top__section10 .p-cate__item span.term-name {
    margin-bottom: 1px;
}
.p-top__section10 .term-name.mouthpiece {
    background-color: #FFBF35;
}

.p-top__section10 .term-name.orthodontics {
    background-color: #2FCE03;
}

.p-top__section10 .term-name.others {
    background-color: #FF3D84;
}

.p-top__section10 .p-item__text {
    margin-top: 8px;
    font-size: 1rem;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-top__section1 .p-top__mainvisual {
    background: url(../img/top/mainvisual-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-top__section1 .p-mainvisual__text1 {
    display: inline-block;
    padding: 8px 14px;
  }
  .p-top__section1 .p-mainvisual__text2 {
    font-weight: 700;
    font-size: 1.875rem;
  }
  .p-top__section1 .p-mainvisual__text2 span {
    font-size: 1.625rem;
  }
  .p-top__section1 .p-mainvisual__text3 {
    font-size: 4rem;
  }
  .p-top__section2 .p-feature__title {
    font-size: 2.75rem;
  }
  .p-top__section2 .p-feature__title span {
    font-size: 1.75rem;
  }
  .p-top__section3 .p-about__title {
    font-size: 2.75rem;
  }
  .p-top__section3 .p-about__image {
    margin-top: -40px;
  }
  .p-top__section5 .p-solution__title {
    font-size: 2.375rem;
    letter-spacing: 3px;
  }
  .p-top__section5 .p-solution__title .small1 {
    font-size: 1.75rem;
    letter-spacing: 2.8px;
  }
  .p-top__section5 .p-solution__title .small2 {
    font-size: 2.25rem;
    letter-spacing: 3.6px;
  }
  .p-top__section6 .p-greeting__title {
    font-size: 4.375rem;
    letter-spacing: 7px;
  }
  .p-top__section6 .p-greeting__title span {
    font-size: 1.75rem;
  }
  .p-top__section7 .p-mouthpiece__title .text1 {
    font-size: 1.375rem;
    letter-spacing: 2.4px;
    color: #FFCC3B;
    margin-bottom: 24px;
  }
  .p-top__section7 .p-mouthpiece__title .text2 {
    font-size: 1.5rem;
    letter-spacing: 2.8px;
    margin-bottom: 16px;
  }
  .p-top__section7 .p-mouthpiece__title .text3 {
    font-size: 2.125rem;
    letter-spacing: 3.8px;
  }
  .p-top__section7 .p-mouthpiece__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 60px;
  }
  .p-top__section7 .p-mouthpiece__item:nth-child(2) {
    margin-top: unset;
  }
  .p-top__section7 .p-mouthpiece__item:nth-child(3) {
    margin-top: unset;
  }
  .p-top__section8 .p-case__title {
    font-size: 4.375rem;
    letter-spacing: 7px;
  }
  .p-top__section8 .p-case__title span {
    font-size: 1.75rem;
  }
  .p-top__section8 .p-case__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .p-top__section9 .p-intro__head {
    display: block;
  }
  .p-top__section9 .p-head__left, .p-top__section9 .p-head__right {
    width: 100%;
    height: 280px;
  }
  .p-top__section9 .p-head__left {
    margin-bottom: 16px;
  }
  .p-top__section9 .p-head__left .p-intro__link {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-top__section9 .p-head__right .p-intro__link {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-top__section9 .p-intro__body {
    background: url(../img/top/intro3-sp.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 80px 0 230px;
  }
  .p-top__section9 .p-body__flex {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
    
    .p-top__section10 .p-cate__title {
    font-size: 4.375rem;
    letter-spacing: 7px;
  }
  .p-top__section10 .p-cate__title span {
    font-size: 1.75rem;
  }
  .p-top__section10 .p-cate__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
    
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-top__section1 .p-mainvisual__text1 {
    font-size: 1.5rem;
  }
  .p-top__section1 .p-mainvisual__text1 span {
    font-size: 1.125rem;
  }
  .p-top__section1 .p-mainvisual__text2 {
    font-size: 1.3125rem;
    margin-top: 14px;
  }
  .p-top__section1 .p-mainvisual__text2 span {
    font-size: 1.125rem;
  }
  .p-top__section1 .p-mainvisual__text3 {
    font-size: 1.875rem;
    margin-top: 14px;
  }
  .p-top__section2 .p-top__feature {
    padding-top: 24px;
  }
  .p-top__section2 .p-feature__title {
    font-size: 1.75rem;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  .p-top__section2 .p-feature__title span {
    font-size: 1.25rem;
  }
  .p-top__section2 .p-feature__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
    margin-bottom: 24px;
  }
  .p-top__section2 .p-feature__item span {
    font-size: 1rem;
    margin-top: 12px;
  }
  .p-top__section2 .p-feature__text {
    font-size: 1.25rem;
  }
  .p-top__section3 .p-top__about {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .p-top__section3 .p-about__title {
    font-size: 1.8125rem;
    letter-spacing: 3px;
  }
  .p-top__section3 .p-about__image {
    margin-top: 24px;
  }
  .p-top__section4:after {
    bottom: -25px;
    border-top: 25px solid #D9D9DB;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
  .p-top__section5:after {
    bottom: -25px;
    border-top: 25px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
  .p-top__section5 .p-top__solution {
    padding-top: 46px;
    padding-bottom: 24px;
  }
  .p-top__section5 .p-solution__title {
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
  .p-top__section5 .p-solution__title .small1 {
    font-size: 1.125rem;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 12px;
  }
  .p-top__section5 .p-solution__title .small2 {
    font-size: 1.4375rem;
    letter-spacing: 2px;
  }
  .p-top__section5 .p-solution__flex {
    display: block;
  }
  .p-top__section5 .p-solution__image {
    width: 100%;
  }
  .p-top__section5 .p-solution__text-box {
    width: 100%;
    padding-left: unset;
    padding-top: 16px;
  }
  .p-top__section5 .p-solution__text {
    font-size: 1rem;
    letter-spacing: 1.6px;
    line-height: 2;
  }
  .p-top__section6:after {
    bottom: -25px;
    border-top: 25px solid #FCFAE9;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
  .p-top__section6 .p-top__greeting {
    display: block;
    padding-bottom: 48px;
  }
  .p-top__section6 .p-greeting__text-box {
    width: 100%;
    padding-right: unset;
    padding-bottom: 24px;
  }
  .p-top__section6 .p-greeting__title {
    font-size: 3.5625rem;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-top__section6 .p-greeting__title span {
    font-size: 1.75rem;
    letter-spacing: 2px;
  }
  .p-top__section6 .p-greeting__image {
    width: 100%;
  }
  .p-top__section6 .p-greeting__image figcaption {
    font-size: 0.875rem;
    margin-top: 24px;
  }
  .p-top__section7 .p-top__mouthpiece {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .p-top__section7 .p-mouthpiece__title .text1 {
    font-size: 1.125rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
  .p-top__section7 .p-mouthpiece__title .text2 {
    font-size: 1rem;
    letter-spacing: 1.6px;
  }
  .p-top__section7 .p-mouthpiece__title .text3 {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
  .p-top__section7 .p-mouthpiece__list {
    row-gap: 40px;
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .p-top__section7 .p-list__head {
    margin-bottom: 12px;
  }
  .p-top__section7 .p-list__head .number {
    font-size: 5rem;
  }
  .p-top__section7 .p-list__head .title {
    font-size: 1.4375rem;
    letter-spacing: 2px;
  }
  .p-top__section7 .p-list__head .small {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .p-top__section7 .p-list__text {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 16px;
  }
  .p-top__section8 {
    margin-bottom: 48px;
  }
  .p-top__section8 .p-top__case {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .p-top__section8 .p-case__title {
    font-size: 3.5625rem;
    letter-spacing: 5px;
    margin-bottom: 24px;
  }
  .p-top__section8 .p-case__title span {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .p-top__section8 .p-case__list {
    -webkit-column-gap: 14px;
    column-gap: 14px;
    row-gap: 17px;
  }
  .p-top__section8 .p-case__item {
    background: #fff;
    padding: 16px 10px;
  }
  .p-top__section8 .p-case__item span {
    font-size: 0.75rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

    .p-top__section8 .p-case__item a {
  padding: 0px;

}
    
  .p-top__section9 .p-top__intro {
    padding-bottom: 48px;
  }
  .p-top__section9 .p-head__left, .p-top__section9 .p-head__right {
    height: 180px;
  }
  .p-top__section9 .p-head__left {
    background: url(../img/top/intro1-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-top__section9 .p-head__left .p-intro__link {
    bottom: 16px;
  }
  .p-top__section9 .p-head__right {
    background: url(../img/top/intro2-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-top__section9 .p-head__right .p-intro__link {
    bottom: 16px;
  }
  .p-top__section9 .p-intro__link {
    font-size: 0.875rem;
    letter-spacing: 1px;
    padding-right: 48px;
    min-width: unset;
    width: 100%;
    display: block;
    max-width: 280px;
  }
  .p-top__section9 .p-intro__link:after {
    width: 24px;
    height: 24px;
    right: 20px;
  }
  .p-top__section9 .p-intro__body {
    padding: 48px 0 120px;
  }
  .p-top__section9 .p-intro__link2 {
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .p-top__section9 .p-intro__link2.-icon1:before {
    width: 25px;
    height: 24px;
  }
  .p-top__section9 .p-intro__link2.-icon2:before {
    width: 24px;
    height: 24px;
  }
  .p-top__section9 .p-intro__foot-wrap {
    width: 100%;
    max-width: 100%;
  }
  .p-top__section9 .p-intro__foot {
    padding: 32px 5%;
    margin-top: 24px;
  }
  .p-top__section9 .p-foot__title {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
  .p-top__section9 .p-foot__text {
    font-size: 0.875rem;
    letter-spacing: 1.4px;
  }
  .p-top__section9 .p-foot__image {
    width: 100%;
    margin-inline: auto;
  }
    
    
    .p-top__section10 {
    margin-bottom: 48px;
  }
  .p-top__section10 .p-top__cate {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .p-top__section10 .p-cate__title {
    font-size: 3.5625rem;
    letter-spacing: 5px;
    margin-bottom: 24px;
  }
  .p-top__section10 .p-cate__title span {
    font-size: 1.5rem;
    letter-spacing: 0;
      line-height: 1.2;
  }
  .p-top__section10 .p-cate__list {
    -webkit-column-gap: 14px;
    column-gap: 14px;
    row-gap: 17px;
  }
  .p-top__section10 .p-cate__item {
    background: #fff;
    padding: 16px 0px;
  }
  .p-top__section10 .p-cate__item span {
    font-size: 0.75rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

    .p-top__section10 .p-cate__item a {
  padding: 0px;

}
    
    .p-top__section10 .p-cate__item .p-item__text {
        line-height: 1.2;
    }
    
}
/*
  page
————————————————————————————————————————— */
.p-mainvisual {
  padding-top: 220px;
  padding-bottom: 160px;
}
.p-mainvisual.-mainvisual1 {
  background: url(../img/common/mainvisual1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mainvisual.-mainvisual_chilled_ortho {
  background: url(../img/common/mainvisual_chilled_ortho.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mainvisual.-mainvisual_adult_ortho {
  background: url(../img/common/mainvisual_adult_ortho.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mainvisual.-mainvisual_flow_ortho {
  background: url(../img/common/mainvisual_flow_ortho.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mainvisual.-mainvisual_price_ortho {
  background: url(../img/common/mainvisual_price_ortho.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mainvisual.-mainvisual_doctor {
  background: url(../img/common/mainvisual_doctor.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mainvisual.-mainvisual_acc {
  background: url(../img/common/mainvisual_acc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mainvisual.-mainvisual_clinicinfo {
  background: url(../img/common/mainvisual_clinicinfo.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-mainvisual .p-mainvisual__title {
  font-weight: 700;
  font-family: serif;
  font-size: 2.875rem;
  line-height: 1.3;
  display: inline-block;
}
.p-breadCrumb {
  width: 100%;
  max-width: 1190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
  margin-top: 16px;
}
.p-breadCrumb li {
  font-size: 0.875rem;
  margin: 0 30px 0 0;
  position: relative;
}
.p-breadCrumb li a {
  color: #000;
}
.p-breadCrumb li:before {
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-breadCrumb li:last-child {
  margin: 0;
}
.p-breadCrumb li:last-child:before {
  display: none;
}
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}
.p-page-main h2 {
  font-size: 2.6rem;
  color: #FFAA3B;
  line-height: 1.4;
}
.p-page-main h2.title2 {
  font-family: serif;
  font-weight: 500;
  font-size: 2rem;
  color: #212121;
}
.p-page-main h2.title2b {
  font-family: serif;
  font-weight: 500;
  font-size: 2.6rem;
  color: #212121;
}
.p-page-main h2.title2g {
  font-weight: 500;
  font-size: 2rem;
  color: #212121;
}
.p-page-main h2.title2 span ,.p-page-main h2.title2b span {
  font-size: 1.125rem;
  color: #FFAA3B;
  display: block;
}
.p-page-main h3.title3 {
  font-weight: 500;
  font-size: 1.75rem;
  color: #212121;
  line-height: 160%;
}
.p-page-main h3.title3s {
  font-weight: 500;
  font-size: 1.25rem;
  color: #212121;
  line-height: 160%;
}
.p-page-main h3 {
  font-weight: 500;
  font-size: 1.75rem;
}
.p-page-main h4 {
  font-weight: 500;
  font-size: 1.2rem;
}
.p-page-main p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.p-page-main .pcolor {
color: #FFAA3B;
}
.p-page-main .p-list li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-page-main .p-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-page-main .p-list2 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-page-main .p-list2 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-page-main .p-list3 li {
  font-size: 1.3rem;
  margin-bottom: 16px;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
  display: block;
}
.p-page-main .p-list3 li:before {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url('../img/common/icon_ch.svg');
  background-repeat: no-repeat;
  background-size: contain;
	margin-top: 3px;
  left: 0px;
}
.p-page-main section.bg-color1 {
  background: #FCFAE9;
}
.p-page-main section.bg-color2 {
  background: #F1EEED;
}
.p-page-main .p-text-center {
  text-align: center;
}
.p-page-main .mb8 {
  margin-bottom: 8px;
}
.p-page-main .mb16 {
  margin-bottom: 16px;
}
.p-page-main .mb24 {
  margin-bottom: 24px;
}
.p-page-main .mb30 {
  margin-bottom: 30px;
}
.p-page-main .mb48 {
  margin-bottom: 48px;
}
.p-page-main .mb50 {
  margin-bottom: 50px;
}
.p-page-main .mb100 {
  margin-bottom: 100px;
}
.p-page-main .mb150 {
  margin-bottom: 150px;
}
.p-page-main .mb250 {
  margin-bottom: 250px;
}
.p-page-main .mt16 {
  margin-top: 16px;
}
.p-page-main .mt24 {
  margin-top: 24px;
}
.p-page-main .mt48 {
  margin-top: 48px;
}
.p-page-main .mt50 {
  margin-top: 50px;
}
.p-page-main .mt100 {
  margin-top: 100px;
}
.p-page-main .mt128 {
  margin-top: 128px;
}
.p-page-main .mt150 {
  margin-top: 150px;
}
.p-page-main .mt250 {
  margin-top: 250px;
}
.p-page-main .pt0 {
  padding-top: 0px;
}
.p-page-main .pt64 {
  padding-top: 64px;
}
.p-page-main .pt128 {
  padding-top: 128px;
}
.p-page-main .fs18 {
  font-size: 1.8rem;
}
.p-page-main .fs11 {
  font-size: 1.1rem;
}
.p-page-main .fs09 {
  font-size: 0.9rem;
}
.center {
  text-align: center;
}
.p-page-main .sec1 .p-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-page-main .sec1 .p-link__list .p-link__item {
  margin-right: 25px;
  margin-bottom: 24px;
}
.p-page-main .sec1 .p-link__list .p-link__item:last-child {
  margin-right: unset;
}
.p-page-main .sec2 .p-top__wrap {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(75%, #fff), color-stop(75%, #F7D819), to(#F7D819));
  background: linear-gradient(90deg, #fff 0%, #fff 75%, #F7D819 75%, #F7D819 100%);
}
.p-page-main .sec2 .p-top__wrap.-rev {
  background: -webkit-gradient(linear, left top, right top, from(#F7D819), color-stop(25%, #F7D819), color-stop(25%, #fff), to(#fff));
  background: linear-gradient(90deg, #F7D819 0%, #F7D819 25%, #fff 25%, #fff 100%);
}
.p-page-main .sec2 .p-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-page-main .sec2 .p-top__flex.-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-page-main .sec2 .p-flex__text-box {
  width: 60%;
}
.p-page-main .sec2 .p-flex__text-box.-rev {
  padding-left: 30px;
}
.p-page-main .sec2 .p-flex__text-box h2, .p-page-main .sec2 .p-flex__text-box h3 {
  /* padding-bottom: 24px;*/
}
.p-page-main .sec2 .p-flex__image-box {
  width: 40%;
  padding: 50px 24px;
}
.p-page-main .sec3 .p-top__wrap {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(75%, #fff), color-stop(75%, #F7D819), to(#F7D819));
  background: linear-gradient(180deg, #fff 0%, #fff 75%, #F7D819 75%, #F7D819 100%);
}
.p-page-main .sec3 .p-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-page-main .sec3 .p-top__flex.-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-page-main .sec3 .p-flex__text-box {
  width: 60%;
  padding-left: 30px;
  padding-right: 30px;
}
.p-page-main .sec3 .p-flex__text-box h2, .p-page-main .sec3 .p-flex__text-box h3 {
  margin-bottom: 24px;
}
.p-page-main .sec3 .p-flex__image-box {
  width: 40%;
}
.p-page-main .sec4 .p-top__head {
  text-align: center;
  margin-bottom: 72px;
}
.p-page-main .sec4 .p-body__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.p-page-main .sec4 .p-body__box:last-child {
  margin-bottom: 0;
}
.p-page-main .sec4 .p-body__image-box {
  width: 30%;
}
.p-page-main .sec4 .p-body__text-box {
  width: calc(70% + 56px);
  margin-left: -56px;
  background: #fff;
  padding: 22px 40px;
  position: relative;
  z-index: 5;
}
.p-page-main .sec4 .p-body__text-box h2 {
  margin-bottom: 16px;
}
.p-page-main .sec5 .p-top__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 65px;
  margin-bottom: 65px;
}
.p-page-main .sec5 .p-top__list:last-child {
  margin-bottom: 0;
}
.p-page-main .sec5 .p-item__text-box {
  background: #fff;
  padding: 24px 20px;
}
.p-page-main .sec6 .gcol8 .p-cate__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 48px;
}

.p-page-main .sec6 .p-cate__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 48px;
}

.p-page-main .sec6 .p-item__text-box {
  margin-top: 16px;
}
.p-page-main .sec6 .p-item__text {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.p-page-main .sec6 span {
  font-size: 1rem;
  display: inline-block;
  /*margin-right: 40px;*/
}
.p-page-main .sec6 span:last-child {
  margin-right: 0;
}
.p-page-main .sec7 .p-datail__head {
  text-align: center;
  margin-bottom: 72px;
}
.p-page-main .sec7 .p-datail__head h2 {
  margin-bottom: 16px;
}
.p-page-main .sec7 .p-datail__head span {
  font-weight: 500;
  font-size: 1.125rem;
  color: #FFAA3B;
  margin-right: 40px;
}
.p-page-main .sec7 .p-datail__head span:last-child {
  margin-right: 0;
}
.p-page-main .sec7 .p-datail__list {
  display: grid;
  grid-template-rows: auto;
  row-gap: 48px;
}
.p-page-main .sec7 .p-datail__list.-list1 {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 48px;
}
.p-page-main .sec7 .p-datail__list.-list2 {
  grid-template-columns: repeat(3, 1fr);
}
.p-page-main .sec7 .p-datail__item {
  font-weight: 500;
  font-size: 1.5rem;
}
.p-page-main .sec7 .p-datail__item span {
  font-size: 1rem;
  display: block;
  margin-top: 8px;
}
.p-page-main .sec7 .p-datail__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  margin-top: 72px;
}
.p-page-main .sec7 .p-flex__image:first-child {
  position: relative;
}
.p-page-main .sec7 .p-flex__image:first-child:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 20px solid black;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: calc(50% + 28px);
  right: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-page-main .sec7 .p-flex__image figcaption {
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: 16px;
  text-align: center;
}
.p-page-main .sec7 .p-datail__message {
  background: #FCFAE9;
  padding: 48px 50px;
  margin-top: 72px;
}
.p-page-main .sec7 .p-datail__message h3 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 24px;
}
.p-page-main .sec7 .p-datail__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}
.p-page-main .sec7 .p-nav__item {
  font-size: 1rem;
  color: #FFAA3B;
}
.p-page-main .sec8 .p-top__table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 24px;
}
.p-page-main .sec8 .p-top__table tr {
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .sec8 .p-top__table tr th, .p-page-main .sec8 .p-top__table tr td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
}
.p-page-main .sec8 .p-top__table tr th {
  width: 30%;
  text-align: left;
}
.p-page-main .sec8 .p-top__table tr td {
  width: 70%;
}
.p-page-main .sec8 .p-top__table2 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 24px;
}
.p-page-main .sec8 .p-top__table2 tr {
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .sec8 .p-top__table2 tr th, .p-page-main .sec8 .p-top__table2 tr td {
  padding: 32px 0 32px 10px;
  font-size: 0.875rem;
}
.p-page-main .sec8 .p-top__table2 tr th {
  width: 30%;
  text-align: left;
}
.p-page-main .sec8 .p-top__table2 tr td {
  width: 70%;
  line-height: 1.6;
}
.p-page-main .sec9 .grid-full {
  margin: 0 0 26px;
}
.p-page-main .sec9 .grid-full p {
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 0;
}
.p-page-main .sec9 .grid-full .h-type1 {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
}
.p-page-main .sec9 .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-page-main .sec9 .grid p {
  font-size: 1rem;
  /* text-align: center;*/
  margin: 5px 0 0;
	margin-bottom: 16px;
}
.p-page-main .sec9 .grid > div {
  margin: 0 0 26px;
}
.p-page-main .sec9 .grid .gcol12 {
  width: 100%;
}
.p-page-main .sec9 .grid .gcol6 {
  width: 49%;
}
.p-page-main .sec9 .grid .gcol4 {
  width: 32%;
}
.p-page-main .sec9 .grid .gcol8 {
  width: 66%;
}
.p-page-main .sec9 .grid .gcol10 {
	width: 80%;
}
.p-page-main .sec9 .grid .gcol3 {
  width: 23.5%;
}
.p-page-main .sec9 .grid .h-type1 {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
}
.p-page-main .sec9 .grid .h-type2 {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100px;
}
.p-page-main .sec9 .grid.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-page-main .sec9 .grid.center > div {
  margin: 0 2% 26px 0;
}
.p-page-main .sec9 .grid.center > div:last-child {
  margin: 0 0 26px;
}

.p-cate__item span.term-name {
    margin-bottom: 8px;
}

.p-cate__item span.term-name .mouthpiece {
    background-color: #FFBF35;
}

.p-cate__item span.term-name .orthodontics {
    background-color: #2FCE03;
}

.p-cate__item span.term-name .others {
    background-color: #FF3D84;
}

.p-cate__item span.term-name a {
    font-size: 0.9rem;
    color: #ffffff;
    padding:6px 8px;
    
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-breadCrumb {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-page-main .sec4 .p-body__image-box {
    width: 40%;
  }
  .p-page-main .sec4 .p-body__text-box {
    width: calc(60% + 56px);
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(768)
  =========================*/
  .p-mainvisual {
    padding-top: 160px;
  }
  .p-mainvisual.-mainvisual1 {
    background: url(../img/common/mainvisual1-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-mainvisual .p-mainvisual__title {
    font-size: 2rem;
    text-align: center;
  }

  .p-breadCrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-breadCrumb li {
    font-size: 0.75rem;
  }
  .p-page-main h2 {
    font-size: 1.8rem;
  }
  .p-page-main h2.title2 {
    font-size: 1.75rem;
  }
  .p-page-main h2.title2b {
    font-size: 1.75rem;
  }
  .p-page-main h2.title2 span {
    font-size: 1.125rem;
  }
  .p-page-main h3 {
    font-size: 1.25rem;
  }

  .p-page-main h3.title3 {
    font-size: 1.25rem;
  }
  .p-page-main p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }

	
  .p-page-main .p-list li {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .p-page-main .p-list2 li {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
.p-page-main .p-list3 li{
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
	
  .p-page-main .mb250 {
    margin: 0 0 80px;
  }
  .p-page-main .sec1 .p-link__list {
    display: block;
    text-align: center;
  }
  .p-page-main .sec1 .p-link__list .p-link__item {
    margin-right: unset;
  }
  .p-page-main .sec2 .p-top__wrap {
    background: unset;
  }
  .p-page-main .sec2 .p-top__wrap.-rev {
    background: unset;
  }
  .p-page-main .sec2 .p-top__flex {
    display: block;
  }
  .p-page-main .sec2 .p-flex__text-box {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 24px;
  }
  .p-page-main .sec2 .p-flex__text-box.-rev {
    padding-left: unset;
  }
  .p-page-main .sec2 .p-flex__image-box {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(75%, #fff), color-stop(75%, #F7D819), to(#F7D819));
    background: linear-gradient(90deg, #fff 0%, #fff 75%, #F7D819 75%, #F7D819 100%);
    width: 95%;
    padding-right: 5%;
    margin-left: 5%;
  }
  .p-page-main .sec2 .p-flex__image-box.-rev {
    background: -webkit-gradient(linear, left top, right top, from(#F7D819), color-stop(25%, #F7D819), color-stop(25%, #fff), to(#fff));
    background: linear-gradient(90deg, #F7D819 0%, #F7D819 25%, #fff 25%, #fff 100%);
    padding-right: unset;
    margin-left: unset;
    padding-left: 5%;
    margin-right: 5%;
  }
  .p-page-main .sec3 .p-top__wrap {
    padding: 24px 0;
  }
  .p-page-main .sec3 .p-top__flex {
    display: block;
  }
  .p-page-main .sec3 .p-flex__text-box {
    width: 100%;
    padding-left: unset;
    padding-right: unset;
    margin-bottom: 24px;
  }
  .p-page-main .sec3 .p-flex__image-box {
    width: 100%;
  }
  .p-page-main .sec4 .p-top__head {
    margin-bottom: 48px;
  }
  .p-page-main .sec4 .p-body__box {
    display: block;
    margin-bottom: 64px;
  }
  .p-page-main .sec4 .p-body__image-box {
    width: 100%;
  }
  .p-page-main .sec4 .p-body__text-box {
    width: calc(100% - 20px);
    margin-top: -48px;
    margin-left: unset;
    margin-inline: auto;
    padding: 48px 20px;
    position: relative;
    z-index: 1;
  }
  .p-page-main .sec4 .p-body__text-box h2 {
    text-align: center;
  }
  .p-page-main .sec5 .p-top__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-page-main .sec6 .p-cate__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-page-main .sec6 .p-item__text-box {
    text-align: center;
  }
  .p-page-main .sec7 .p-datail__head {
    margin-bottom: 48px;
  }
  .p-page-main .sec7 .p-datail__list {
    row-gap: 32px;
  }
  .p-page-main .sec7 .p-datail__list.-list1 {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 32px;
  }
  .p-page-main .sec7 .p-datail__list.-list2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-page-main .sec7 .p-datail__item {
    font-size: 1.25rem;
  }
  .p-page-main .sec7 .p-datail__item span {
    font-size: 1rem;
  }
  .p-page-main .sec7 .p-datail__flex {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 80px;
    margin-top: 32px;
  }
  .p-page-main .sec7 .p-flex__image:first-child:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid black;
    top: unset;
    right: unset;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  .p-page-main .sec7 .p-flex__image figcaption {
    font-size: 1.25rem;
  }
  .p-page-main .sec7 .p-datail__message {
    padding: 48px 20px;
  }
  .p-page-main .sec7 .p-datail__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-page-main .sec7 .p-nav__item {
    margin-right: 60px;
  }
  .p-page-main .sec7 .p-nav__item:last-child {
    margin-right: 0;
  }
  .p-page-main .sec8 .p-top__table tr th, .p-page-main .sec8 .p-top__table tr td {
    padding: 20px 0 20px 10px;
    display: block;
  }
  .p-page-main .sec8 .p-top__table tr th {
    width: 100%;
    font-weight: bold;
  }
  .p-page-main .sec8 .p-top__table tr td {
    width: 100%;
    padding: 0 0 20px 10px;
  }
  .p-page-main .sec8 .p-top__table2 {
    margin: 0;
  }
  .p-page-main .sec8 .p-top__table2 tr th, .p-page-main .sec8 .p-top__table2 tr td {
    padding: 21px 0 21px 10px;
    display: block;
  }
  .p-page-main .sec8 .p-top__table2 tr th {
    width: 100%;
    font-weight: bold;
  }
  .p-page-main .sec8 .p-top__table2 tr td {
    width: 100%;
    padding: 0 0 21px 10px;
  }
  .p-page-main .sec9 .grid-full .h-type1 {
    height: 220px;
  }
  .p-page-main .sec9 .grid .gcol6 {
    width: 100%;
  }
  .p-page-main .sec9 .grid .gcol4 {
    width: 100%;
  }
  .p-page-main .sec9 .grid .gcol8 {
    width: 100%;
  }
  .p-page-main .sec9 .grid .gcol10 {
    width: 100%;
  }
  .p-page-main .sec9 .grid .gcol3 {
    width: 49%;
  }
  .p-page-main .sec9 .grid .h-type1 {
    height: 220px;
  }
  .p-page-main .sec9 .grid .h-type2 {
    height: 120px;
  }
}
/*
  utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
.u-sp-none992 {
  display: none;
}
.u-sp-none768 {
  display: none;
}
.u-sp-none576 {
  display: none;
}
.u-link-none {
  pointer-events: none;
}
.u-m-auto {
  margin: 0 auto;
}
.u-display-center {
  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;
  width: 100%;
}
.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.u-fade {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.u-fade.is-active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.u-fade-up.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-fade-up:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.u-fade-up:nth-child(2) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.u-fade-up:nth-child(3) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.u-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.u-fade-down.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-fade-lr {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.u-fade-rl {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.u-mask-bg h3 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #F7D819;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
  -webkit-animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
  opacity: 1;
}
.u-mask-bg.is-animated h3 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.u-mask-bg.is-active:after {
  -webkit-animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active h3 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}
@keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}
/*========= ボックススライド テキスト===============*/
.u-text-bg {
  color: transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.u-text-bg p {
  color: transparent;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.u-text-bg:after {
  background: #F7D819;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.u-text-bg.is-active {
  color: #212121;
}
.u-text-bg.is-active .p-mainvisual__text1 {
  -webkit-animation: text-bg2 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: text-bg2 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  background: rgba(247, 216, 25, 0.6);
}
.u-text-bg.is-active p {
  color: #212121;
}
.u-text-bg.is-active:after {
  -webkit-animation: text-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: text-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
@-webkit-keyframes text-bg {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40%, 60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes text-bg {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40%, 60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes text-bg2 {
  0% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-bg2 {
  0% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.u-fade-blur {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= ローディング画面のためのCSS ===============*/
/*========= 画面遷移のためのCSS ===============*/
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block;
  }
  .u-pc-none992 {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block;
  }
  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block;
  }
  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
  }
  .u-fade-up-delay1 {
    -webkit-transition-delay: unset;
    transition-delay: unset;
  }
  .u-fade-up-delay2 {
    -webkit-transition-delay: unset;
    transition-delay: unset;
  }
  .u-fade-up-delay3 {
    -webkit-transition-delay: unset;
    transition-delay: unset;
  }
}
/*アニメーション前*/
.marker {
  padding: 0 5px;
  background-image: linear-gradient(#fff799, #fff799);
  background-size: 0 50%; /*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: .8s;
  font-weight: bold;
}
/*アニメーション後*/
.marker.active {
  background-size: 100% 50%; /*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}
/* gmap */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* input */
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #222;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ADABAB;
  width: 100%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  padding-left: 5px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
  color: #222;
  border-color: red;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(../img/common/ask/ask_error.png);
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
  color: #222;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(../img/common/ask/ask_ok.png);
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
  background-color: #d5edf8;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea {
  line-height: 1.5;
}
@media screen and (min-width: 768px) { /* pc */
}
@media screen and (max-width: 767px) { /* sp */
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    width: 100%;
  }
}
/* btn1 */
.btn1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px;
  background: #f39801;
  box-shadow: 0 0 0 #666;
  color: #fff;
  text-decoration: none;
}
.btn1.arrow a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_arror_s_r_wh.png) center center / contain no-repeat;
}
@media screen and (min-width: 768px) { /* pc */
  .btn1 a {
    width: 335px;
    height: 54px;
    border-radius: 27px;
    font-size: 1.3rem;
    transition: all 100ms ease;
  }
  .btn1.arrow a::after {
    width: 26px;
    height: 26px;
    margin-left: 0.5em;
  }
  .btn1 a:hover {
    box-shadow: 2px 2px 0 #666;
  }
}
@media screen and (max-width: 767px) { /* sp */
  .btn1 a {
    width: 200px;
    max-width: 100%;
    height: 30px;
    border-radius: 27px;
    font-size: 1.3rem;
    transition: all 100ms ease;
  }
  .btn1.arrow a::after {
    width: 15px;
    height: 15px;
    margin-left: 0.5em;
  }
  .btn1 a:hover {
    box-shadow: 2px 2px 0 #666;
  }
}
/* btn2 */
.btn2 a {
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px;
  background: #888;
  box-shadow: 0 0 0 #666;
  color: #fff;
  text-decoration: none;
}
.btn2.arrow a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_arror_s_r_wh.png) center center / contain no-repeat;
}
@media screen and (min-width: 768px) { /* pc */
  .btn2 a {
    width: 335px;
    height: 54px;
    border-radius: 27px;
    font-size: 0.8rem;
    transition: all 100ms ease;
    margin: 10px;
    padding: 10px;
  }
  .btn2.arrow a::after {
    width: 26px;
    height: 26px;
    margin-left: 0.5em;
  }
  .btn2 a:hover {
    box-shadow: 2px 2px 0 #666;
  }
}
@media screen and (max-width: 767px) { /* sp */
  .btn2 a {
    width: 200px;
    max-width: 100%;
    height: 30px;
    border-radius: 27px;
    font-size: 1.3rem;
    transition: all 100ms ease;
  }
  .btn2.arrow a::after {
    width: 15px;
    height: 15px;
    margin-left: 0.5em;
  }
  .btn2 a:hover {
    box-shadow: 2px 2px 0 #666;
  }
}
/* contact, reserve */
main#reserve #contact_form input[type="checkbox"], main#reserve #contact_form input[type="radio"] {
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) { /* pc */
  main#reserve #contact_form label {
    display: inline-block;
    margin: 0.2em;
  }
  main#reserve #contact_form .grid, main#reserve #contact_form .grid > div {
    margin-bottom: 0;
  }
  main#reserve #contact_form .p-top__table th {
    width: 25%;
  }
  main#reserve #contact_form .p-top__table td {
    width: 75%;
  }
  main#reserve .p-top__table dl dt {
    float: left;
  }
}
@media screen and (max-width: 767px) { /* sp */
  main#contact #contact_form, main#reserve #contact_form {}
  main#reserve #contact_form label ~ label {
    display: inline-block;
    margin-top: 1em;
  }
}
/*  */
@media screen and (min-width: 768px) { /* pc */
  /* .sitemap */
  .smap {
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .smap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .smap li {
    margin: 0;
    padding-bottom: 5px;
  }
  .smap a {
    display: block;
    color: #000000;
    width: 60%;
    padding: 2px 10px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    background-image: none;
  }
  .smap .nolink {
    display: block;
    color: #000000;
    width: 500px;
    padding: 2px 10px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    background-image: none;
  }
  .smap a:hover {
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
  }
  .smap ul ul {
    margin-left: 20px;
    padding: 0;
    list-style-type: none;
  }
  .smap li li a {
    display: block;
    color: #333;
    width: 280px;
    padding: 5px 10px;
    margin: 0;
    text-decoration: none;
    border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
  }
  /* 第一階層 */
  .smap > li > a {
    font-size: 110%;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) { /* sp */
  /* .sitemap */
  .smap {
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .smap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .smap li {
    margin: 0;
    padding-bottom: 5px;
  }
  .smap a {
    display: block;
    color: #000000;
    width: 100%;
    padding: 2px 10px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    background-image: none;
  }
  .smap .nolink {
    display: block;
    color: #000000;
    width: 500px;
    padding: 2px 10px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    background-image: none;
  }
  .smap a:hover {
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
  }
  .smap ul ul {
    margin-left: 20px;
    padding: 0;
    list-style-type: none;
  }
  .smap li li a {
    display: block;
    color: #333;
    width: 280px;
    padding: 5px 10px;
    margin: 0;
    text-decoration: none;
    border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
  }
  /* 第一階層 */
  .smap > li > a {
    font-size: 110%;
    font-weight: bold;
  }
}

.p-page-main .sec4 .p-top__faq h4 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}
.p-page-main .sec4 .p-top__faq h4:nth-child(n + 1) {
  margin-top: 48px;
}
.p-page-main .sec4 .p-top__faq h4 span {
  font-size: 1.5rem;
  color: #ff0000;
  margin: 0 10px 0 0;
}
.p-page-main .sec4 .p-top__faq p {
  font-size: 0.875rem;
  border-left: 1px solid #ff0000;
  margin: 0 0 0 20px;
  padding: 10px 0 10px 10px;
}
/*# sourceMappingURL=style.css.map */
