@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address, em {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.is-fadeIn {
  transform: translateY(30px);
  opacity: 0;
  filter: blur(6px);
  animation: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}

.js-fadeIn {
  opacity: 0;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(30px);
  }
}
.is-fadeOut {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
  animation: fadeOut;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}

.js-fadOut {
  opacity: 1;
}

.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  z-index: 100;
}

.js-sticky {
  position: sticky;
}

/*===============================
base
===============================*/
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .sp {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: dnp-shuei-mgothic-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", "sans-serif";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  min-width: 1240px;
  color: #444;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

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

h2 {
  line-height: 1.5;
}

p {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  p {
    line-height: 2;
  }
}

#wrapper {
  position: relative;
  min-height: 100vh;
}

.inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}

a {
  transition: 0.2s;
}
a img {
  transition: 0.2s;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a[href^="tel:"]:hover {
  opacity: 1;
}
a[href^="tel:"]:hover:after {
  display: none;
}

/*===============================
style
===============================*/
.l-header_button {
  position: fixed;
  z-index: 1000;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .l-header_button {
    top: 10px;
    left: 10px;
  }
}
.l-header_menu {
  position: fixed;
  z-index: 999;
  top: clamp(100px, -110px + 35vh, 170px);
  left: 40px;
  font-family: elza, sans-serif;
  color: #297ea1;
  letter-spacing: 0.1em;
  font-size: clamp(2rem, -1rem + 5vh, 3rem);
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-header_menu {
    top: 0;
    left: 0;
    background: #297ea1;
    color: #FFF;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
  }
}
.l-header_menu > .menu-item:not(:last-child) {
  margin-bottom: clamp(20px, -40px + 10vh, 40px);
}
.l-header_btnMenu {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .l-header_btnMenu {
    flex-direction: row;
    gap: 10px;
    left: 10px;
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btnMenu .c-button_header {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}

.l-footer {
  background: #50b7db;
  color: #FFF;
  text-align: center;
  padding: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 90px;
  }
}
.l-footer_copyright {
  font-size: 1.5rem;
}

.c-text_blue {
  color: #50b7db;
}
.c-text_yellow {
  color: #df9b3a;
}
.c-text_red {
  color: #d55938;
}
.c-text_note {
  color: #8b8b8b;
}

.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  background: #297ea1;
  padding: 20px 100px;
  border-radius: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: clamp(12px, -11px + 7.27vw, 16px);
    padding: 10px 50px;
    border-radius: 15px;
    gap: 5px;
    white-space: nowrap;
  }
}
.c-button_header {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  background: #297ea1;
  padding: 15px 20px;
  border-radius: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-button_header {
    font-size: clamp(12px, -11px + 7.27vw, 13px);
    padding: 10px 10px 12px;
    border-radius: 10px;
    gap: 5px;
    white-space: nowrap;
  }
}
.c-button_header i {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .c-button_header i {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-button_header i.fa-mail {
    font-size: 1.7rem;
  }
}
.c-button_header--line {
  background: #06c755;
  padding: 0;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .c-button_header--line {
    min-height: auto;
    gap: 0;
  }
}
.c-button_header--line::before {
  content: "";
  background-image: url("https://esaki-dental.com/sinbi/wp-content/themes/sinbi003/fixpage/lp4/images/logo_line.png");
  background-size: cover;
  width: 54px;
  height: 54px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-button_header--line::before {
    width: 30px;
    height: 30px;
  }
}
.c-button_submit {
  width: 347px;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: #50b7db;
  padding: 30px;
  border-top: none;
  border-bottom: 10px solid #117ca1;
}
@media screen and (max-width: 768px) {
  .c-button_submit {
    width: 80%;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-button_submit:hover {
    border-top: 10px solid #FFF;
    border-bottom: none;
  }
}

.c-menuButton {
  --button_bg:#297ea1;
  --button_text:#FFF;
  background: var(--button_bg);
  color: var(--button_text);
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(50px, -40px + 15vh, 80px);
  height: clamp(50px, -40px + 15vh, 80px);
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.3s;
  border: none;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-menuButton {
    width: 60px;
    height: 60px;
  }
}
.c-menuButton > .menu-line {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
  background: var(--button_text);
  transition: 0.3s;
}
.c-menuButton > .menu-line::before, .c-menuButton > .menu-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 3px;
  background: var(--button_text);
  transition: 0.3s;
}
.c-menuButton > .menu-line::before {
  top: -10px;
}
.c-menuButton > .menu-line::after {
  top: 10px;
}
.c-menuButton.is-active > .menu-line {
  background: none;
}
.c-menuButton.is-active > .menu-line::before {
  transform: rotate(45deg);
  top: 0;
}
.c-menuButton.is-active > .menu-line::after {
  transform: rotate(-45deg);
  top: 0;
}

.c-slideText {
  position: absolute;
  left: 0;
  font-size: 14.6rem;
  line-height: 1;
  font-family: elza, sans-serif;
  color: #eeeeeb;
  letter-spacing: 0.26em;
  mix-blend-mode: multiply;
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-slideText {
    font-size: 7.6rem;
    top: -30px;
  }
}
@keyframes textscroll {
  0% {
    transform: translateX(65px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes textscroll_sp {
  0% {
    transform: translateX(13px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-slideText .text {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-slideText .text {
    animation: textscroll 15s linear infinite;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-slideText .text {
    animation: textscroll_sp 30s linear infinite;
    padding: 0 25px;
  }
}

.c-list_diamond .list-item {
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-list_diamond .list-item {
    font-size: 2rem;
    line-height: 2;
  }
}
.c-list_diamond .list-item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-list_diamond .list-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.c-list_diamond .list-item::before {
  content: "◆";
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-right: 5px;
  color: #50b7db;
}
@media screen and (max-width: 768px) {
  .c-list_diamond .list-item::before {
    line-height: 4rem;
  }
}

.c-input_text {
  width: 100%;
  border: 2px solid #c5c5c2;
  background: #e0f7ff;
  padding: 5px 15px;
}
.c-input_textarea {
  width: 100%;
  border: 2px solid #c5c5c2;
  background: #e0f7ff;
  padding: 10px 15px;
  line-height: 1.5;
}
.c-input_date {
  border: 2px solid #c5c5c2;
  background: #e0f7ff;
  padding: 13px 15px;
}
@media screen and (max-width: 768px) {
  .c-input_date {
    height: 50px;
  }
}
.c-input_select {
  border: 2px solid #c5c5c2;
  background: #e0f7ff;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .c-input_select {
    height: 50px;
  }
}

.p-mainView {
  background: #9acee2;
  background: linear-gradient(0deg, #d9eef7 0%, #9acee2 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-mainView {
    height: 100svh;
  }
}
.p-mainView_title {
  font-size: 9rem;
  color: #FFF;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mainView_title {
    font-size: 4.5rem;
    margin-bottom: 30px;
  }
}
.p-mainView_image {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-mainView_image {
    width: 50%;
    margin: 0 auto 25px;
  }
}
.p-mainView_image.is-fadeIn {
  animation-delay: 0.3s;
}
.p-mainView_price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #df9b3a;
  font-size: 4rem;
  font-weight: bold;
  gap: 20px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-mainView_price {
    font-size: 2.4rem;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.p-mainView_price span {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-mainView_price span {
    font-size: 5rem;
  }
}
.p-mainView_price .price-detail {
  margin-bottom: -5px;
}
.p-mainView_price.is-fadeIn {
  animation-delay: 1.2s;
}
.p-mainView_text {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mainView_text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-mainView_text.is-fadeIn {
  animation-delay: 1.2s;
}

.p-intro {
  overflow: hidden;
  position: relative;
  padding: 320px 0 200px;
}
@media screen and (max-width: 768px) {
  .p-intro {
    padding: 150px 0 100px;
  }
}
.p-intro_slideText {
  top: 100px;
}
@media screen and (max-width: 768px) {
  .p-intro_slideText {
    top: 50px;
  }
}
.p-intro_img {
  position: relative;
  margin-bottom: 80px;
}
.p-intro_img .img-item:nth-child(1) {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-intro_img .img-item:nth-child(1) {
    margin-bottom: 20px;
  }
}
.p-intro_img .img-item:nth-child(2) {
  padding: 0 100px 100px;
}
@media screen and (max-width: 768px) {
  .p-intro_img .img-item:nth-child(2) {
    padding: 0;
    width: calc(50% - 10px);
  }
}
.p-intro_img .img-item:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-intro_img .img-item:nth-child(3) {
    width: calc(50% - 10px);
    bottom: -20px;
  }
}
.p-intro_title {
  color: #50b7db;
  font-size: 5.5rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-intro_title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.p-intro_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-intro_wrap {
    flex-direction: column;
  }
}
.p-intro_wrap .img {
  padding: 0 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-intro_wrap .img {
    padding: 0;
    margin-bottom: 20px;
  }
}
.p-intro_detail {
  text-align: justify;
}

.p-trouble {
  background: #a6dcef;
}
.p-trouble_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-trouble_inner {
    gap: 20px;
    flex-direction: column;
  }
}
.p-trouble_contents {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .p-trouble_contents {
    padding: 80px 10px;
  }
}
.p-trouble_title {
  color: #FFF;
  font-size: 5.7rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-trouble_title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.p-trouble_img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-trouble_img {
    display: none;
  }
}

.p-point {
  padding: 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-point {
    padding: 100px 0;
  }
}
.p-point_title {
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-point_title {
    margin-bottom: 50px;
  }
}
.p-point_title .main-title {
  font-family: elza, sans-serif;
  font-size: 12.7rem;
  letter-spacing: 0.26em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-point_title .main-title {
    font-size: 4rem;
  }
}
.p-point_title .sub-title {
  font-size: 4.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-point_title .sub-title {
    font-size: 3rem;
  }
}
.p-point_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-point_wrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.p-point_block {
  width: 339px;
}
@media screen and (max-width: 768px) {
  .p-point_block {
    width: 100%;
    max-width: 339px;
  }
  .p-point_block:not(:last-child) {
    margin: 0 auto 40px;
  }
  .p-point_block:last-child {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-point_block.is-fadeIn:nth-child(2) {
    animation-delay: 0.3s;
  }
}
@media screen and (min-width: 769px) {
  .p-point_block.is-fadeIn:nth-child(3) {
    animation-delay: 0.6s;
  }
}
.p-point_block .block-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-point_block .block-img {
    margin-bottom: 20px;
  }
}
.p-point_detail .title {
  font-size: 3.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-point_detail .title {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-point_detail .text {
  text-align: justify;
}
.p-point_bigBlock {
  position: relative;
  width: 100%;
  padding-top: 280px;
}
@media screen and (max-width: 768px) {
  .p-point_bigBlock {
    max-width: 339px;
    padding-top: 0;
    margin: 0 auto;
  }
}
.p-point_bigBlock .block-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-point_bigBlock .block-img {
    position: static;
    margin-bottom: 20px;
  }
}
.p-point_bigBlock .block-detail {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-point_bigBlock .block-detail {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-point_bigBlock .block-detail.is-fadeIn {
    animation-delay: 0.2s;
  }
}
.p-point_bigBlock .block-detail .title {
  font-size: 4.5rem;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-point_bigBlock .block-detail .title {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-point_section:not(:last-child) {
  margin-bottom: 100px;
}
.p-point_section_title {
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-point_section_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-point_section_nowrap {
    white-space: nowrap;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-point_section_nowrap .wrap {
    width: 600px;
  }
}

.p-interlude {
  overflow: hidden;
  background: #a6dcef;
  color: #FFF;
  padding-top: 120px;
}
.p-interlude_inner {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .p-interlude_inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-interlude_img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-interlude_img {
    width: 50vw;
    margin: 0 auto;
  }
}
.p-interlude_contents {
  width: 100%;
}
.p-interlude_contents::before {
  content: "";
  display: block;
  width: 108px;
  height: 111px;
  background-image: url("https://esaki-dental.com/sinbi/wp-content/themes/sinbi003/fixpage/lp4/images/img_tooth.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .p-interlude_contents::before {
    width: 13vw;
    height: 13vw;
    background-size: contain;
    margin-bottom: 20px;
  }
}
.p-interlude_text {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .p-interlude_text {
    font-size: 2rem;
  }
}
.p-interlude_text .strong-text {
  font-size: 5.7rem;
}
@media screen and (max-width: 768px) {
  .p-interlude_text .strong-text {
    font-size: 2.8rem;
  }
}

.p-flow {
  width: 100%;
  min-height: 100vh;
}
.p-flow_inner {
  position: sticky;
  top: 0;
  background-image: url("https://esaki-dental.com/sinbi/wp-content/themes/sinbi003/fixpage/lp4/images/bg_flow.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-flow_inner {
    min-height: auto;
  }
}
.p-flow_inner::after {
  content: "";
  display: block;
  height: 30%;
}
.p-flow_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 30%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 7rem;
  letter-spacing: 0.18em;
  color: #50b7db;
}
@media screen and (max-width: 768px) {
  .p-flow_title {
    font-size: 4rem;
  }
}
.p-flow_title::before, .p-flow_title::after {
  content: "";
}
.p-flow_wrap {
  flex-shrink: 0;
  counter-reset: number 0;
  position: relative;
}
.p-flow_block {
  height: 100%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(30px, -210px + 30vh, 60px);
  box-shadow: 5px 5px 0px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-flow_block {
    padding: clamp(30px, -210px + 30vh, 60px);
  }
}
.p-flow_block:nth-child(n+2) {
  position: absolute;
  top: 0;
}
.p-flow_block_inner {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .p-flow_block_inner {
    width: 100%;
  }
}
.p-flow_block .block-img {
  margin-bottom: clamp(20px, -300px + 40vh, 60px);
}
.p-flow_block .block-detail {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-flow_block .block-detail {
    flex-direction: column;
    position: relative;
  }
}
.p-flow_block .block-detail::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 11rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-flow_block .block-detail::before {
    top: -20px;
    left: -20px;
    position: absolute;
    font-weight: bold;
    font-size: 15rem;
    color: rgba(0, 0, 0, 0.05);
  }
}
.p-flow_block .block-detail .text {
  line-height: 2.1;
  text-align: justify;
}

.p-case {
  background: #e0dccd;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-case {
    padding: 50px 0;
  }
}
.p-case_title {
  text-align: center;
  margin-bottom: 50px;
}
.p-case_title .main-title {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 7rem;
  letter-spacing: 0.18em;
  color: #50b7db;
}
@media screen and (max-width: 768px) {
  .p-case_title .main-title {
    font-size: 4rem;
  }
}
.p-case_title .sub-title {
  letter-spacing: 0.18em;
  font-size: 3.4rem;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-case_title .sub-title {
    font-size: 2.4rem;
  }
}
.p-case_inner {
  padding: 0 120px;
}
@media screen and (max-width: 768px) {
  .p-case_inner {
    padding: 0;
  }
}
.p-case_block {
  background: #FFF;
  padding: 110px;
  box-shadow: 5px 5px 0px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-case_block {
    padding: clamp(30px, -210px + 30vh, 60px);
  }
}
.p-case_block_images {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-case_block_images {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.p-case_block_text {
  text-align: justify;
}
.p-case_block_text p {
  line-height: 2.1;
}
.p-case_note {
  margin-top: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-case_note {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}
.p-case_note p {
  line-height: 2.1;
}

.p-price_wrap {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 768px) {
  .p-price_wrap {
    display: flex;
    flex-direction: column;
  }
}
.p-price_titleArea {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 780px;
  background: #a6dcef;
}
@media screen and (max-width: 768px) {
  .p-price_titleArea {
    position: relative;
    overflow: hidden;
    height: 30vh;
    min-height: auto;
    z-index: 10;
  }
}
.p-price_title {
  font-family: elza, sans-serif;
  color: #e0f7ff;
  font-size: 12.8rem;
  letter-spacing: 0.26em;
  position: absolute;
  top: 120px;
  right: clamp(20px, -20px + 3.33vw, 40px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-price_title {
    top: 40%;
    right: auto;
    left: calc(50% + 0.26em);
    transform: translate(-50%, -50%);
    font-size: 6rem;
  }
}
.p-price_title_img {
  position: absolute;
  bottom: 0%;
  right: 120px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-price_title_img {
    width: 29vw;
    top: 40%;
    right: 50%;
    transform: translate(50%, 0);
  }
}
.p-price_contents {
  background: #eeeeeb;
  padding: clamp(50px, -110px + 13.33vw, 130px);
}
@media screen and (max-width: 768px) {
  .p-price_contents {
    padding: 40px 10px;
  }
}
.p-price_section:not(:last-child) {
  margin-bottom: 100px;
}
.p-price_card {
  background: #FFF;
  color: #8b8b8b;
  padding: clamp(20px, -180px + 16.67vw, 120px);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-price_card {
    padding: 40px 20px;
  }
}
.p-price_card .card-title {
  background: #df9b3a;
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-price_card .card-title {
    font-size: 2rem;
  }
}
.p-price_card .card-price {
  color: #df9b3a;
  font-size: 4.7rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price_card .card-price {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.p-price_card .card-price .price {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 5.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-price_card .card-price .price {
    font-size: 4rem;
  }
}
.p-price_card .card-price .tax {
  font-size: 1.6rem;
  white-space: nowrap;
}
.p-price_card .card-note {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-price_card .card-note {
    font-size: 1.2rem;
  }
}

.p-reason {
  overflow: hidden;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding-bottom: 80px;
  }
}
.p-reason_title {
  margin-bottom: 40px;
  text-align: center;
}
.p-reason_title .main-title {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-reason_title .main-title {
    font-size: 2.4rem;
  }
}
.p-reason_title .main-title.is-fadeIn {
  animation-delay: 0.3s;
}
.p-reason_title .sub-title {
  color: #eeeeeb;
  font-family: elza, sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0.26em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-reason_title .sub-title {
    font-size: clamp(18px, -1px + 5.8vw, 44px);
  }
}
.p-reason_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-reason_wrap {
    flex-direction: column;
  }
}
.p-reason_images {
  flex-shrink: 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-reason_images {
    padding-bottom: 30px;
  }
}
.p-reason_images.is-fadeIn {
  animation-delay: 0.5s;
}
.p-reason_detail {
  width: 50%;
  margin-left: -40px;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .p-reason_detail {
    width: 100%;
    margin-left: 0;
  }
}
.p-reason_detail.is-fadeIn {
  animation-delay: 0.7s;
}
.p-reason_detail .title {
  font-size: 3.6rem;
  margin-bottom: 30px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-reason_detail .title {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.6;
  }
}
.p-reason_detail .text {
  line-height: 2.5;
}

.p-dentalLoan_title {
  font-family: elza, sans-serif;
  font-size: 5.5rem;
  letter-spacing: 0.16em;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_title {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
}
.p-dentalLoan_price {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_price {
    margin-bottom: 40px;
  }
}
.p-dentalLoan_text {
  font-size: clamp(2.6rem, 5px + 1.75vw, 4rem);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_text {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .p-dentalLoan_text br {
    display: none;
  }
}
.p-dentalLoan_cardList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_cardList {
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.p-dentalLoan_cardList .list-item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_cardList .list-item {
    width: 100%;
  }
}
.p-dentalLoan_cardList .list-item:nth-child(1) .card-text::after {
  content: "※2";
  display: block;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: right;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_cardList .list-item:nth-child(1) .card-text::after {
    font-size: 1.4rem;
    display: inline-block;
  }
}
.p-dentalLoan_cardList .list-item:last-child .card-title {
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_cardList .list-item:last-child .card-title {
    font-size: 3rem;
  }
}
.p-dentalLoan_card {
  width: 100%;
  height: 100%;
  background: #FFF;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}
.p-dentalLoan_card .card-title {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.6;
  color: #9bc7d7;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_card .card-title {
    font-size: 2.4rem;
  }
}
.p-dentalLoan_card .card-text {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_card .card-text {
    font-size: 2.4rem;
  }
}
.p-dentalLoan_card .card-text .strong {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 6.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_card .card-text .strong {
    font-size: 4.5rem;
  }
}
.p-dentalLoan_note {
  color: #8b8b8b;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-dentalLoan_note {
    font-size: 1.2rem;
  }
}
.p-dentalLoan_note .note-item {
  display: flex;
}
.p-dentalLoan_note .note-item::before {
  content: "※";
  margin-right: 5px;
}
.p-dentalLoan_note .note-item:nth-child(1)::before {
  content: "※1";
  margin-right: 10px;
}
.p-dentalLoan_note .note-item:nth-child(2)::before {
  content: "※2";
  margin-right: 10px;
}

.p-faq {
  background: #a6dcef;
}
.p-faq_inner {
  position: relative;
  padding: 100px 0 220px 200px;
}
@media screen and (max-width: 768px) {
  .p-faq_inner {
    padding: 40px 10px;
  }
}
.p-faq_inner::before {
  content: "FAQ";
  display: inline-block;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 20.8rem;
  letter-spacing: 0.26em;
  color: #bde7f5;
  width: 100%;
  transform-origin: bottom left;
  transform: rotate(90deg);
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
}
.p-faq_inner > * {
  position: relative;
  z-index: 2;
}
.p-faq_title {
  font-size: 5.5rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: #FFF;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-faq_title {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
.p-faq_wrap {
  padding-left: 30px;
}
.p-faq_block {
  background: #FFF;
  position: relative;
}
.p-faq_block:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-faq_block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-faq_question {
  padding: 40px 80px 40px 40px;
  line-height: 2.5;
  display: flex;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq_question {
    padding: 20px 40px 20px 15px;
  }
}
.p-faq_question::before {
  content: "Q";
  font-size: 2.6rem;
  margin-right: 10px;
  color: #50b7db;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-faq_question::before {
    font-size: 2rem;
  }
}
.p-faq_question::after {
  content: "+";
  font-size: 2.9rem;
  font-weight: bold;
  margin-right: 10px;
  color: #50b7db;
  line-height: 1.9;
  position: absolute;
  right: 40px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .p-faq_question::after {
    font-size: 2.2rem;
    top: 20px;
    right: 15px;
    margin-right: 0;
  }
}
.p-faq_question.is-active::after {
  content: "－";
}
.p-faq_answer {
  padding: 20px 80px 40px 40px;
  text-align: justify;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-faq_answer {
    padding: 20px 40px 20px 15px;
  }
}
.p-faq_answer p {
  line-height: 2.5;
}
.p-faq_answer::before {
  content: "A";
  font-size: 2.6rem;
  margin-right: 10px;
  color: #50b7db;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-faq_answer::before {
    font-size: 2rem;
  }
}

.p-contact {
  padding: 180px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 100px 0;
  }
}
.p-contact_title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-contact_title {
    margin-bottom: 40px;
  }
}
.p-contact_title .main-title {
  font-family: elza, sans-serif;
  font-weight: bold;
  font-size: 11.5rem;
  letter-spacing: 0.26em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact_title .main-title {
    font-size: 3.4rem;
  }
}
.p-contact_title .sub-title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-contact_title .sub-title {
    font-size: 2rem;
  }
}
.p-contact_text {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-contact_text {
    margin-bottom: 40px;
  }
}
.p-contact_form {
  padding: 0 150px;
}
@media screen and (max-width: 768px) {
  .p-contact_form {
    padding: 0;
  }
}

.p-contactForm {
  font-size: 1.8rem;
}
.p-contactForm_block {
  margin-bottom: 40px;
}
.p-contactForm_title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.p-contactForm_title.is-require::before {
  content: "※";
  color: #d55938;
}
.p-contactForm_content .postal-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contactForm_content .postal-wrap .adjust {
  flex-shrink: 0;
}
.p-contactForm_content .your-address01-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contactForm_content .your-address01-wrap .adjust {
  flex-shrink: 0;
}
.p-contactForm_content.postal, .p-contactForm_content.your-address01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-contactForm_dateAndTime {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-contactForm_dateAndTime {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-contactForm_dateAndTime:not(:last-child) {
  margin-bottom: 20px;
}
.p-contactForm_dateAndTime .title {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-contactForm_dateAndTime .title {
    margin-bottom: 10px;
  }
}
.p-contactForm_dateAndTime .title::after {
  content: ":";
  margin: 0 5px;
}
.p-contactForm_dateAndTime .detail {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-contactForm_dateAndTime .detail {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-contactForm_dateAndTime .detail .time {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-contactForm_dateAndTime .detail .time .c-input_select {
    width: 120px;
  }
}
.p-contactForm_dateAndTime .detail .c-input_date {
  width: 257px;
}
@media screen and (max-width: 768px) {
  .p-contactForm_dateAndTime .detail .c-input_date {
    width: 150px;
  }
}
.p-contactForm_dateAndTime .detail .c-input_select {
  width: 184px;
}
@media screen and (max-width: 768px) {
  .p-contactForm_dateAndTime .detail .c-input_select {
    width: 80%;
  }
}
.p-contactForm_submit {
  margin-top: 80px;
}
.p-contactForm_submit .c-button_submit {
  margin: 0 auto;
}
.p-contactForm_submit_privacy {
  margin-top: 20px;
  text-align: center;
  color: #50b7db;
}
.p-contactForm_submit_privacy a {
  text-decoration: underline;
}
.p-contactForm .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-contactForm .wpcf7-checkbox [type=checkbox] {
  flex-shrink: 0;
}
.p-contactForm .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-contactForm .wpcf7-list-item {
    width: calc(50% - 20px - 1em);
  }
}

.p-access {
  background: #a6dcef;
  padding: 140px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-access {
    padding: 70px 0 0;
  }
}
.p-access_title {
  font-family: elza, sans-serif;
  font-size: 8rem;
  line-height: 1.1;
  letter-spacing: 0.26em;
  color: #e0f7ff;
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-access_title {
    font-size: 2.8rem;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-access_title .left {
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-access_title .right {
    margin-left: auto;
  }
}
.p-access_contents {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-access_contents {
    flex-direction: column-reverse;
    margin-bottom: 70px;
  }
}
.p-access_detail_logo {
  text-align: center;
  margin-bottom: 40px;
}
.p-access_detail_block {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-access_detail_block {
    margin-bottom: 20px;
  }
}
.p-access_image {
  flex-shrink: 0;
}
.p-map {
  position: relative;
}
.p-map_canvas {
  width: 100%;
  height: 466px;
}
@media screen and (max-width: 768px) {
  .p-map_canvas {
    height: 260px;
  }
}
.p-map_detail {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 40px 30px;
  background: #FFF;
  border: 2px solid #c5c5c2;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-map_detail {
    position: static;
    padding: 30px 20px;
  }
}
.p-map_title {
  font-weight: bold;
  margin-bottom: 20px;
}
.p-map_title_sub {
  font-size: 1.6rem;
}
.p-map_title_main {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-map_title {
    font-size: 1.8rem;
  }
}
.p-map_address {
  margin-bottom: 20px;
  font-weight: bold;
}
.p-map_address p {
  line-height: 1.6;
}
.p-map_tel {
  font-size: 2.4rem;
  font-weight: bold;
}
.p-map_tel a {
  color: #d55938;
}
.p-map_button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-map_button {
    position: static;
    padding: 20px;
  }
}
.p-map_button .c-button_more {
  padding: 0.7em 1.5em;
}

/*====================================
Layout Adjust
====================================*/
/* Text Style
----------------------------*/
.u-indentFull {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indentHalf {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.u-tCenter {
  text-align: center !important;
}

.u-tLeft {
  text-align: left !important;
}

.u-tRight {
  text-align: right !important;
}

.u-underline {
  text-decoration: underline;
}

.u-overline {
  text-decoration: overline;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-sticky {
  position: sticky;
}

.u-left0 {
  left: 0;
}

.u-right0 {
  right: 0;
}

.u-top0 {
  top: 0;
}

.u-bottom0 {
  bottom: 0;
}

.u-vTop {
  vertical-align: top !important;
}

.u-vMiddle {
  vertical-align: middle !important;
}

.u-vBottom {
  vertical-align: bottom !important;
}

.u-fLeft {
  float: left !important;
}

.u-fRight {
  float: right !important;
}

.u-fNone {
  float: none !important;
}

.u-color01 {
  color: #ff0000;
}

.u-color02 {
  color: #807f7f;
}

.u-color03 {
  color: #054872;
}

.u-colorWhite {
  color: #fff;
}

.u-colorBlack {
  color: #000;
}

.u-colorRed {
  color: #FF0;
}

.u-colorBlue {
  color: #0FF;
}

.u-bold {
  font-weight: bold;
}

.u-fontNormal {
  font-weight: normal !important;
}

.u-largeText {
  font-size: 117% !important;
}

.u-xlargeText {
  font-size: 125% !important;
}

.u-smallText {
  font-size: 92% !important;
}

.u-xsmallText {
  font-size: 84% !important;
}

.u-defaultText {
  font-size: 100% !important;
}

.u-focusOff {
  color: #aaa;
}

.u-focusOn {
  color: #262626;
}

.u-inline {
  display: inline !important;
}

.u-block {
  display: block !important;
}

.u-none {
  display: none !important;
}

.u-sectionLine {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c8c8c8;
}

/* fontsize
----------------------------*/
.u-fontSize10 {
  font-size: 10px !important;
}

.u-fontSize11 {
  font-size: 11px !important;
}

.u-fontSize12 {
  font-size: 12px !important;
}

.u-fontSize13 {
  font-size: 13px !important;
}

.u-fontSize14 {
  font-size: 14px !important;
}

.u-fontSize15 {
  font-size: 15px !important;
}

.u-fontSize16 {
  font-size: 16px !important;
}

.u-fontSize17 {
  font-size: 17px !important;
}

.u-fontSize18 {
  font-size: 18px !important;
}

.u-fontSize19 {
  font-size: 19px !important;
}

.u-fontSize20 {
  font-size: 20px !important;
}

.u-fontSize21 {
  font-size: 21px !important;
}

.u-fontSize22 {
  font-size: 22px !important;
}

.u-fontSize23 {
  font-size: 23px !important;
}

.u-fontSize24 {
  font-size: 24px !important;
}

.u-fontSize25 {
  font-size: 25px !important;
}

.u-fontSize26 {
  font-size: 26px !important;
}

.u-fontSize27 {
  font-size: 27px !important;
}

.u-fontSize28 {
  font-size: 28px !important;
}

.u-fontSize29 {
  font-size: 29px !important;
}

.u-fontSize30 {
  font-size: 30px !important;
}

.u-fontSize31 {
  font-size: 31px !important;
}

.u-fontSize32 {
  font-size: 32px !important;
}

.u-fontSize33 {
  font-size: 33px !important;
}

.u-fontSize34 {
  font-size: 34px !important;
}

.u-fontSize35 {
  font-size: 35px !important;
}

.u-fontSize36 {
  font-size: 36px !important;
}

.u-fontSize37 {
  font-size: 37px !important;
}

.u-fontSize38 {
  font-size: 38px !important;
}

.u-fontSize39 {
  font-size: 39px !important;
}

.u-fontSize40 {
  font-size: 40px !important;
}

/* margin
----------------------------*/
.u-m00 {
  margin: 0 !important;
}

.u-m01 {
  margin: 1px !important;
}

.u-m02 {
  margin: 2px !important;
}

.u-m03 {
  margin: 3px !important;
}

.u-m04 {
  margin: 4px !important;
}

.u-m05 {
  margin: 5px !important;
}

.u-m06 {
  margin: 6px !important;
}

.u-m07 {
  margin: 7px !important;
}

.u-m08 {
  margin: 8px !important;
}

.u-m09 {
  margin: 9px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt00 {
  margin-top: 0 !important;
}

.u-mt01 {
  margin-top: 1px !important;
}

.u-mt02 {
  margin-top: 2px !important;
}

.u-mt03 {
  margin-top: 3px !important;
}

.u-mt04 {
  margin-top: 4px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt06 {
  margin-top: 6px !important;
}

.u-mt07 {
  margin-top: 7px !important;
}

.u-mt08 {
  margin-top: 8px !important;
}

.u-mt09 {
  margin-top: 9px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb01 {
  margin-bottom: 1px !important;
}

.u-mb02 {
  margin-bottom: 2px !important;
}

.u-mb03 {
  margin-bottom: 3px !important;
}

.u-mb04 {
  margin-bottom: 4px !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb06 {
  margin-bottom: 6px !important;
}

.u-mb07 {
  margin-bottom: 7px !important;
}

.u-mb08 {
  margin-bottom: 8px !important;
}

.u-mb09 {
  margin-bottom: 9px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr01 {
  margin-right: 1px !important;
}

.u-mr02 {
  margin-right: 2px !important;
}

.u-mr03 {
  margin-right: 3px !important;
}

.u-mr04 {
  margin-right: 4px !important;
}

.u-mr05 {
  margin-right: 5px !important;
}

.u-mr06 {
  margin-right: 6px !important;
}

.u-mr07 {
  margin-right: 7px !important;
}

.u-mr08 {
  margin-right: 8px !important;
}

.u-mr09 {
  margin-right: 9px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml01 {
  margin-left: 1px !important;
}

.u-ml02 {
  margin-left: 2px !important;
}

.u-ml03 {
  margin-left: 3px !important;
}

.u-ml04 {
  margin-left: 4px !important;
}

.u-ml05 {
  margin-left: 5px !important;
}

.u-ml06 {
  margin-left: 6px !important;
}

.u-ml07 {
  margin-left: 7px !important;
}

.u-ml08 {
  margin-left: 8px !important;
}

.u-ml09 {
  margin-left: 9px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/* padding
----------------------------*/
.u-p00 {
  padding: 0 !important;
}

.u-p01 {
  padding: 1px !important;
}

.u-p02 {
  padding: 2px !important;
}

.u-p03 {
  padding: 3px !important;
}

.u-p04 {
  padding: 4px !important;
}

.u-p05 {
  padding: 5px !important;
}

.u-p06 {
  padding: 6px !important;
}

.u-p07 {
  padding: 7px !important;
}

.u-p08 {
  padding: 8px !important;
}

.u-p09 {
  padding: 9px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt00 {
  padding-top: 0 !important;
}

.u-pt01 {
  padding-top: 1px !important;
}

.u-pt02 {
  padding-top: 2px !important;
}

.u-pt03 {
  padding-top: 3px !important;
}

.u-pt04 {
  padding-top: 4px !important;
}

.u-pt05 {
  padding-top: 5px !important;
}

.u-pt06 {
  padding-top: 6px !important;
}

.u-pt07 {
  padding-top: 7px !important;
}

.u-pt08 {
  padding-top: 8px !important;
}

.u-pt09 {
  padding-top: 9px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb01 {
  padding-bottom: 1px !important;
}

.u-pb02 {
  padding-bottom: 2px !important;
}

.u-pb03 {
  padding-bottom: 3px !important;
}

.u-pb04 {
  padding-bottom: 4px !important;
}

.u-pb05 {
  padding-bottom: 5px !important;
}

.u-pb06 {
  padding-bottom: 6px !important;
}

.u-pb07 {
  padding-bottom: 7px !important;
}

.u-pb08 {
  padding-bottom: 8px !important;
}

.u-pb09 {
  padding-bottom: 9px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr01 {
  padding-right: 1px !important;
}

.u-pr02 {
  padding-right: 2px !important;
}

.u-pr03 {
  padding-right: 3px !important;
}

.u-pr04 {
  padding-right: 4px !important;
}

.u-pr05 {
  padding-right: 5px !important;
}

.u-pr06 {
  padding-right: 6px !important;
}

.u-pr07 {
  padding-right: 7px !important;
}

.u-pr08 {
  padding-right: 8px !important;
}

.u-pr09 {
  padding-right: 9px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl01 {
  padding-left: 1px !important;
}

.u-pl02 {
  padding-left: 2px !important;
}

.u-pl03 {
  padding-left: 3px !important;
}

.u-pl04 {
  padding-left: 4px !important;
}

.u-pl05 {
  padding-left: 5px !important;
}

.u-pl06 {
  padding-left: 6px !important;
}

.u-pl07 {
  padding-left: 7px !important;
}

.u-pl08 {
  padding-left: 8px !important;
}

.u-pl09 {
  padding-left: 9px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/* clearfix ------- */
.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*====================================
Every Parts
====================================*/
/* Pc Top
----------------------------*/
.header .boxLevel1 {
  height: 60px;
}

.boxLevel2 {
  margin: 10px 0;
}

.header .headerSerch {
  width: 730px;
  height: 60px;
}

.header .headerSerch .text {
  width: 600px;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
}

.header .headerSerch input.btn {
  width: 60px;
  height: 40px;
  margin-left: 5px;
}

.header .headerMenu {
  margin: 15px auto;
}

.header .lText {
  width: 65%;
}

.header .rMenu {
  text-align: right;
}

.header .rMenu li {
  margin: 0 10px;
}

/*
.contents {
width: 1200px;
margin: 0 auto 20px auto;
} */
.contentsLeft {
  width: 230px;
  margin-right: 50px;
  float: left;
}

.contentsLeft .lSearchArea {
  padding: 20px 20px;
  background: #ccc;
  margin-bottom: 20px;
}

.contentsLeft .lSearchArea dd {
  text-align: center;
}

.contentsLeft .lSearchArea select {
  width: 190px;
  height: 25px;
}

.contentsLeft .lSearchArea input {
  width: 190px;
  height: 20px;
}

.contentsLeft .lSearchArea .searchBtn {
  text-align: center;
}

.contentsLeft .lSearchArea .btn {
  height: 40px;
  text-align: center;
  padding: 5px 80px;
}

.contentsLeft .sideMenu {
  padding: 10px;
}

.contentsLeft .sideMenu li {
  list-style-type: disc !important;
  list-style-position: inside;
  line-height: 1.5;
}

.contentsRight {
  width: 920px;
  float: left;
}

.footer .fTop {
  background: #ccc;
}

.footer .boxLevel4 {
  width: 1200px;
  margin: 0 auto;
}

.footer .fTitle {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.footer .fBottom {
  width: 1200px;
  margin: 30px auto 0 auto;
}

.footer .fMenu {
  text-align: center;
  margin-bottom: 0;
  background: #ccc;
  padding: 10px 0;
}

.footer .fMenu li {
  display: inline;
  padding: 0 15px;
}

.footer .fCopy {
  background: #000;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

.coverToTop {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 130px;
  background: #aaa;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.toTop {
  position: relative;
}

.toTop a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-backTop {
  position: fixed;
  z-index: 998;
  right: 2vw;
  bottom: 2vw;
}

#tester_link {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100;
}

#tester_link_sp {
  width: 70%;
  position: fixed;
  bottom: 65px;
  left: 20px;
  margin: auto;
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.5s;
}

#tester_link_sp.active {
  opacity: 1;
  transform: translateX(0);
}

#tester_link_sp.activesp {
  bottom: 65px;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
}

#tester_link_sp .tester_link_inner {
  position: relative;
}

#tester_link_sp .tester_link_inner .close_btn {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  color: #000;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#important_notice .closed_area .title_area .notice_title {
  color: #50b7db;
}

#important_notice .closed_area .linkBlock01 a {
  display: inline-flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #297ea1;
  padding: 20px 100px;
  border-radius: 50px;
  border: none;
}

@media screen and (max-width: 768px) {
  #important_notice .closed_area .linkBlock01 a {
    height: 40px;
    font-size: clamp(12px, -11px + 7.27vw, 16px);
    padding: 10px 50px;
    border-radius: 15px;
  }
}