@charset "UTF-8";
/*! destyle.css v3.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;
  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 {
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

[type=date] {
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: field;
  margin: 0em;
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?4ioltn");
  src: url("fonts/icomoon.eot?4ioltn#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4ioltn") format("truetype"), url("fonts/icomoon.woff?4ioltn") format("woff"), url("fonts/icomoon.svg?4ioltn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fa-],
[class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-tel:before {
  content: "\e900";
}

.fa-phone:before {
  content: "\e901";
}

.fa-mail:before {
  content: "\e902";
}

.fa-line:before {
  content: "\e903";
}

.fa-line02:before {
  content: "\e904";
}

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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "heisei-maru-gothic-std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.8em;
  line-height: 1.7;
  letter-spacing: 0.05;
  font-feature-settings: "palt";
  min-width: 1140px;
  color: #1b1917;
  background: none;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.8rem;
  }
}

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

#wrapper {
  overflow: clip;
}

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

p {
  line-height: 1.8;
}

a {
  color: var(--link-text);
  transition: 0.2s;
}
a img {
  transition: 0.2s;
}
a:hover img {
  opacity: 0.8;
}
a {
  --link-text: inherit;
}
a:hover {
  --link-text: inherit;
}

/*===============================
style
===============================*/
.l-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.l-header_wrap {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .l-header_inner {
    margin-right: 180px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_inner {
    margin-right: 0;
  }
}
.l-header_nav {
  margin-left: -140px;
}
@media screen and (max-width: 768px) {
  .l-header_nav {
    margin-left: 0;
  }
}
.l-header_menu {
  position: absolute;
  top: 100%;
  right: 0;
}

.l-contents {
  overflow-x: hidden;
}

.l-footer {
  text-align: center;
  font-size: 2rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  padding: 60px 0;
  background: #f9f8f0;
  color: #0d795e;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 20px;
    font-size: 1.4rem;
  }
}

.c-button {
  display: block;
  line-height: 1;
  color: var(--button_text);
  border: 2px solid var(--button_line);
  border-radius: 100px;
  background: var(--button_bg);
  box-shadow: 0px 10px 0px 0px var(--button_shadow);
  white-space: nowrap;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 1.2em 1em 1em;
  transition: 0.2s;
}
.c-button {
  --button_text: #fff;
  --button_bg: #df003a;
  --button_line: #df003a;
  --button_shadow: #73001e;
}
.c-button:hover {
  --button_text: #df003a;
  --button_bg: #fff;
  --button_line: #df003a;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 2rem;
  }
}
.c-button.is-small {
  box-shadow: 0px 7px 0px 0px var(--button_shadow);
  padding: 25px 1em 20px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .c-button.is-small {
    font-size: 1.6rem;
  }
}
.c-button.is-mail::before {
  content: "\e902";
  font-family: "icomoon";
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-button.is-mail::before {
    font-size: 1.7rem;
  }
}
.c-button.is-line {
  background-color: #06c755;
  border: 2px solid #06c755;
  box-shadow: 0px 10px 0px 0px #077936;
}
.c-button.is-line::before {
  content: "\e904";
  font-family: "icomoon";
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .c-button.is-line::before {
    font-size: 2.1rem;
  }
}
.c-button.is-line:hover {
  color: #06c755;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-button--tel {
    color: var(--button_text);
    border: 2px solid var(--button_line);
    border-radius: 100px;
    background: var(--button_bg);
    box-shadow: 0px 10px 0px 0px var(--button_shadow);
  }
  .c-button--tel {
    --button_text: #fff;
    --button_bg: #1696b1;
    --button_line: #1696b1;
    --button_shadow: #0d5a6a;
  }
  .c-button--tel:hover {
    --button_text: #fff;
    --button_bg: #1696b1;
    --button_line: #1696b1;
    --button_shadow: #0d5a6a;
  }
}
.c-tel {
  color: #1b1917;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-tel {
    font-size: 2.2rem;
  }
}
.c-tel::before {
  content: "\e901";
  font-family: "icomoon";
  margin-right: 0.3em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-tel::before {
    content: "\e900";
  }
}

.c-humburger {
  width: var(--size);
  height: var(--size);
  display: grid;
  place-content: center;
  place-items: center;
  border: 2px solid #df003a;
  background: var(--humburger_bg);
  font-size: 1.9rem;
  font-weight: bold;
  color: var(--humburger_text);
  transition: 0.2s;
}
.c-humburger {
  --size: 140px;
  --humburger_text: #df003a;
  --humburger_line: #df003a;
  --humburger_bg: #fff;
}
@media screen and (max-width: 768px) {
  .c-humburger {
    --size: 20vw;
  }
}
.c-humburger.is-active {
  --humburger_text: #fff;
  --humburger_line: #fff;
  --humburger_bg: #df003a;
}
@media screen and (max-width: 768px) {
  .c-humburger {
    font-size: 1.4rem;
    font-weight: normal;
  }
}
.c-humburger_line {
  position: relative;
  display: block;
  width: 60%;
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .c-humburger_line {
    margin-bottom: 20px;
  }
}
.c-humburger .line {
  display: block;
  width: 100%;
  height: 4px;
  background: var(--humburger_line);
  position: absolute;
  transition: 0.2s;
}
.c-humburger .line:nth-child(1) {
  top: 0px;
}
@media screen and (max-width: 768px) {
  .c-humburger .line:nth-child(1) {
    top: 5px;
  }
}
.c-humburger .line:nth-child(2) {
  top: 25px;
}
@media screen and (max-width: 768px) {
  .c-humburger .line:nth-child(2) {
    top: 20px;
  }
}
.c-humburger .text {
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-humburger .text {
    margin-top: 15px;
  }
}
.c-humburger .text::before {
  content: "メニュー";
  font-size: 2.4rem;
  font-weight: bold;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-humburger .text::before {
    font-size: 1.5rem;
    text-align: center;
  }
}
.c-humburger.is-active .line {
  height: 8px;
  border-radius: 4px;
}
.c-humburger.is-active .line:nth-child(1) {
  top: 10px;
  transform: rotate(-45deg);
  height: 8px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-humburger.is-active .line:nth-child(1) {
    top: 15px;
  }
}
.c-humburger.is-active .line:nth-child(2) {
  top: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-humburger.is-active .line:nth-child(2) {
    top: 15px;
  }
}
.c-humburger.is-active .text {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-humburger.is-active .text {
    margin-top: 22px;
  }
}
.c-humburger.is-active .text::before {
  content: "閉じる";
}
.c-humburger.is-active .c-humburger_line {
  width: 80%;
}

.c-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, var(--marker_clr), var(--marker_clr));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 60%;
}
.c-marker.is-yellow {
  --marker_clr: #f3ff68;
}

.c-text_gold {
  color: #d09507;
}
.c-text_orange {
  color: #fc6e08;
}

.p-header {
  background: #f9f8f0;
}
.p-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-header_inner {
    padding: 0 20px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-header_logo {
    width: 25vw;
  }
}
.p-header_contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 320px) {
  .p-header_contact {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-header_contact .link-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .p-header_contact .link-item::before {
    font-family: "icomoon";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {
  .p-header_contact .link-item::before {
    font-size: 2.4rem;
    width: 20px;
    height: 20px;
  }
}
.p-header_contact_line {
  margin-top: -7px;
}
.p-header_contact_line .c-button {
  background-color: #06c755;
  border: 2px solid #06c755;
  box-shadow: 0px 7px 0px 0px #077936;
}
.p-header_contact_line .c-button:hover {
  color: #06c755;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-header_contact_line {
    order: 1;
    color: #107c34;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-header_contact_line > .link-item::before {
    content: "\e903";
  }
}
.p-header_contact_tel {
  color: #df003a;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-header_contact_tel {
    order: 2;
    color: #1696b1;
    font-size: 1.6rem;
  }
}
.p-header_contact_tel > .link-item .c-tel {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-header_contact_tel > .link-item .c-tel {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header_contact_tel > .link-item::before {
    content: "\e900";
  }
}
.p-header_contact_mail {
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .p-header_contact_mail {
    order: 3;
    color: #df003a;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-header_contact_mail > .link-item::before {
    content: "\e902";
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 320px) {
  .p-header_contact_mail > .link-item::before {
    font-size: 1.8rem;
  }
}

.p-menu {
  background: #fff;
  border: 4px solid #df003a;
  padding: 40px;
  height: calc(100vh - 140px);
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .p-menu {
    height: auto;
    padding: 25px;
  }
}
.p-menu::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
.p-menu::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px;
}
.p-menu::-webkit-scrollbar-thumb {
  background: rgba(27, 25, 23, 0.2);
  border-radius: 100px;
  width: 130px;
}
.p-menu_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-menu_list {
    gap: 15px;
  }
}
.p-menu_list .list-item {
  color: #1b1917;
  font-size: 2.2rem;
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b4b4b4;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-menu_list .list-item {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
.p-menu_list .list-item::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #df003a;
  border-radius: 100%;
  position: absolute;
  top: 0.4em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-menu_list .list-item::before {
    width: 12px;
    height: 12px;
    top: 0.3em;
  }
}

.p-firstView {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-firstView.inner {
    padding: 0 0 70px;
  }
}
.p-firstView_mainVisual {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-firstView_mainVisual {
    margin-bottom: 0;
  }
}
.p-firstView .p-buttonArea {
  background: transparent;
}
.p-firstView .slick-next:before,
.p-firstView .slick-prev:before {
  color: #666 !important;
  font-size: 30px;
}
.p-firstView .slick-prev,
.p-firstView .slick-next {
  z-index: 50;
  width: 30px;
  height: 30px;
}
.p-firstView .slick-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .p-firstView .slick-next {
    right: 10px;
  }
}
.p-firstView .slick-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .p-firstView .slick-prev {
    left: 10px;
    z-index: 50;
  }
}
.p-firstView_banner {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-firstView_banner {
    padding: 50px 25px 0;
    margin-bottom: 30px;
  }
}

.p-buttonArea {
  padding: 80px 0 90px;
  background: #f9f8f0;
}
@media screen and (max-width: 768px) {
  .p-buttonArea {
    background: transparent;
    padding: 0;
  }
}
.p-buttonArea_text {
  text-align: center;
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-buttonArea_text {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-buttonArea_button {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-buttonArea_button {
    gap: 30px;
    flex-direction: column;
    padding: 0 25px;
  }
}
.p-buttonArea_button .list-item {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 768px) {
  .p-buttonArea_button .list-item {
    width: 100%;
    padding: 1em;
    height: 68px;
  }
}
.p-buttonArea_button .c-tel {
  color: var(--button_text);
}

.p-trouble {
  background: #bcdee4;
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-trouble {
    padding: 40px 0 30px;
    margin-bottom: 50px;
  }
}
.p-trouble::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #bcdee4;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-trouble::after {
    height: 50px;
  }
}
.p-trouble_title {
  color: #1f2d42;
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-trouble_title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.p-trouble_box {
  background: #fff;
  padding: 100px;
  position: relative;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .p-trouble_box {
    padding: 40px;
  }
}
.p-trouble_box::before, .p-trouble_box::after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  border: 4px solid #6f8bb4;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-trouble_box::before, .p-trouble_box::after {
    width: 15vw;
    height: 15vw;
  }
}
.p-trouble_box::before {
  top: 50px;
  left: 50px;
  border-bottom: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-trouble_box::before {
    top: 15px;
    left: 15px;
  }
}
.p-trouble_box::after {
  bottom: 50px;
  right: 50px;
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .p-trouble_box::after {
    bottom: 15px;
    right: 15px;
  }
}
.p-trouble_list {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-trouble_list {
    font-size: 1.6rem;
  }
}
.p-trouble_list .list-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-trouble_list .list-item {
    padding-left: 25px;
    text-align: justify;
  }
}
.p-trouble_list .list-item::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #6f8bb4;
  border-radius: 100%;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-trouble_list .list-item::before {
    width: 15px;
    height: 15px;
  }
}

.p-solve {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-solve {
    padding: 50px 0 70px;
  }
}
.p-solve_wrap {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-solve_wrap {
    padding-bottom: 50px;
  }
}
.p-solve_title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-solve_title {
    margin-bottom: 40px;
  }
}
.p-solve_case {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-solve_case {
    margin-bottom: 50px;
  }
}
.p-solve_case_head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-solve_case_head {
    margin-bottom: 20px;
  }
}
.p-solve_case_head .title {
  color: #f1154e;
  font-size: 3.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-solve_case_head .title {
    font-size: 2.2rem;
  }
}
.p-solve_case_head .description {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-solve_case_head .description {
    font-size: 1.8rem;
  }
}
.p-solve_case_note {
  color: #848484;
  font-size: 2rem;
  margin-top: 40px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .p-solve_case_note {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 1.2rem;
  }
}
.p-solve_case_note .title {
  min-width: 180px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-solve_case_note .title {
    min-width: 105px;
  }
}
.p-solve_case_note .title::after {
  content: "│";
  position: absolute;
  right: 0;
}
.p-solve_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-solve_list {
    gap: 40px 0;
  }
}
.p-solve_item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-solve_item {
    width: 100%;
  }
}
.p-solve_item .block-image {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-solve_item .block-image {
    margin-bottom: 10px;
    max-width: 200px;
    margin: 0 auto;
  }
}
.p-solve_item .block-detail {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-solve_item .block-detail {
    margin-top: 15px;
  }
}
.p-solve_item .block-detail .title {
  font-size: 3.7rem;
  color: #f1154e;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-solve_item .block-detail .title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.p-solve_item .block-detail .text {
  padding: 0 50px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-solve_item .block-detail .text {
    padding: 0;
    font-size: 1.8rem;
  }
}
.p-solve_item:nth-child(-n+2) .block-detail .text {
  padding: 0;
}

.p-point {
  background: #fdf8d3;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .p-point {
    padding: 40px 0 50px;
  }
}
.p-point_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-point_title {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.p-point_title::before {
  content: "";
  width: 193px;
  height: 185px;
  display: block;
  background-image: url("https://kyushu-ireba.com/wp/wp-content/themes/hpd002/fixpage/lp04/images/img_denture.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-point_title::before {
    width: 12vw;
    height: 12vw;
  }
}
.p-point_title_main {
  font-size: 6.9rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-point_title_main {
    font-size: 3rem;
    text-align: center;
  }
}
.p-point_title_main > .small-title {
  font-size: 4.9rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-point_title_main > .small-title {
    font-size: 2rem;
  }
}
.p-point_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 58px;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .p-point_wrap {
    gap: 30px;
  }
}
.p-point_block > .block-contents {
  background: #ffdfc5;
  padding: 160px 150px 185px;
}
@media screen and (max-width: 768px) {
  .p-point_block > .block-contents {
    padding: 60px 15px 40px;
  }
}
.p-point_denture > *:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-point_denture > *:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-dentureCard {
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  position: relative;
  box-shadow: 5px 6px 5px 0px rgba(27, 25, 23, 0.15);
}
@media screen and (max-width: 768px) {
  .p-dentureCard {
    padding: 40px 15px 25px;
  }
}
.p-dentureCard_subTitle {
  background: #fff;
  position: absolute;
  left: 50%;
  top: -70px;
  border-radius: 100%;
  transform: translate(-50%, 0);
  padding: 40px;
  text-align: center;
  width: 483px;
  height: 271px;
}
@media screen and (max-width: 768px) {
  .p-dentureCard_subTitle {
    width: 100%;
    height: auto;
    background: none;
    border-radius: 0;
  }
}
.p-dentureCard_title {
  font-weight: bold;
  text-align: center;
  font-size: 6rem;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-dentureCard_title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.p-dentureCard_content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-dentureCard_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
.p-dentureCard_image {
  flex-shrink: 0;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-dentureCard_image {
    width: 60%;
  }
}
.p-dentureCard_detail {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-dentureCard_detail {
    width: 100%;
  }
}
.p-dentureCard_detail .detail-text {
  font-size: 3rem;
  line-height: 1.8;
  margin-bottom: 50px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-dentureCard_detail .detail-text {
    padding: 0 15px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.p-dentureCard_detail .detail-point {
  text-align: center;
}

.p-kodawari {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-kodawari {
    padding: 50px 0 70px;
  }
}
.p-kodawari_intro {
  color: #fff;
  background: #f1154e;
  border-radius: 30px;
  width: 792px;
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 100px;
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .p-kodawari_intro {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 60px;
  }
}
.p-kodawari_intro_title {
  font-size: 5.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-kodawari_intro_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.p-kodawari_intro_title > .sub-title {
  font-size: 3.3rem;
}
@media screen and (max-width: 768px) {
  .p-kodawari_intro_title > .sub-title {
    font-size: 1.8rem;
  }
}
.p-kodawari_intro_text {
  font-size: 3rem;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-kodawari_intro_text {
    font-size: 1.6rem;
  }
}
.p-kodawari_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 140px;
  padding: 0 50px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-kodawari_wrap {
    padding: 0;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.p-kodawari_wrap > *:nth-child(-n+2) {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .p-kodawari_wrap > *:nth-child(-n+2) {
    width: 100%;
  }
}
.p-kodawari_block .block-tag {
  display: inline-block;
  background: #0d795e;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  padding: 12px 12px 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-kodawari_block .block-tag {
    font-size: 1.6rem;
  }
}
.p-kodawari_block .block-title {
  color: #f1154e;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-kodawari_block .block-title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.p-kodawari_block .block-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-kodawari_block .block-image {
    margin-bottom: 20px;
  }
}
.p-kodawari_block .block-text {
  font-size: 3rem;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-kodawari_block .block-text {
    font-size: 1.8rem;
  }
}

.p-flow {
  background: #fdf8d3;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 50px 0 70px;
  }
}
.p-flow_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-flow_title {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.p-flow_title::before {
  content: "";
  width: 193px;
  height: 185px;
  display: block;
  background-image: url("https://kyushu-ireba.com/wp/wp-content/themes/hpd002/fixpage/lp04/images/img_denture.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-flow_title::before {
    width: 12vw;
    height: 12vw;
  }
}
.p-flow_title_main {
  font-weight: bold;
  font-size: 6.9rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-flow_title_main {
    font-size: 3rem;
    text-align: center;
  }
}
.p-flow_title_main > .small-title {
  font-size: 4.9rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-flow_title_main > .small-title {
    font-size: 2rem;
  }
}
.p-flow_item:not(:last-child) {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-flow_item:not(:last-child) {
    margin-bottom: 13vw;
  }
}

.p-plan {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-plan {
    padding: 50px 0 70px;
  }
}
.p-plan_wrap {
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-plan_wrap {
    margin-bottom: 50px;
  }
}

.p-faq {
  background: #fdf8d3;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 50px 0;
  }
}
.p-faq_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-faq_title {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-faq_title::before {
  content: "";
  width: 193px;
  height: 185px;
  display: block;
  background-image: url("https://kyushu-ireba.com/wp/wp-content/themes/hpd002/fixpage/lp04/images/img_denture.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-faq_title::before {
    width: 20vw;
    height: 20vw;
  }
}
.p-faq_title_main {
  font-weight: bold;
  font-size: 6.9rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-faq_title_main {
    font-size: 2.4rem;
  }
}
.p-faq_title_main > .small-title {
  font-size: 4.9rem;
}
@media screen and (max-width: 768px) {
  .p-faq_title_main > .small-title {
    font-size: 2rem;
  }
}
.p-faq_block {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 6px 5px 0px rgba(27, 25, 23, 0.15);
}
.p-faq_block:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-faq_block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-faq_question {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #ffdfc5;
  padding: 20px 50px 20px 80px;
  font-weight: bold;
  font-size: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-faq_question {
    font-size: 1.8rem;
    padding: 20px;
    gap: 20px;
  }
}
.p-faq_question h3 {
  font-weight: normal;
}
.p-faq_question::before {
  content: "Q";
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-style: normal;
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99.5px;
  height: 99.5px;
  background: #fc6e08;
  padding-bottom: 10px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .p-faq_question::before {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    padding: 18px 20px 22px;
  }
}
.p-faq_question::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background-image: url(../images/btn_close.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-faq_question::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }
}
.p-faq_question.is-active::after {
  transform: rotate(45deg);
}
.p-faq_answer {
  padding: 60px 80px 80px;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-faq_answer {
    padding: 40px 20px;
  }
}

.p-contact {
  padding: 140px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 50px 0 70px;
  }
}
.p-contact_title {
  font-size: 5.2rem;
  color: #0d795e;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact_title {
    font-size: 2.8rem;
  }
}
.p-contact_title::before {
  content: "\e902";
  font-family: "icomoon";
  background: #0d795e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 162px;
  height: 162px;
}
@media screen and (max-width: 768px) {
  .p-contact_title::before {
    width: 80px;
    height: 80px;
  }
}

.p-form_block {
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dotted #a3a3a3;
}
@media screen and (max-width: 768px) {
  .p-form_block {
    padding: 20px 0;
    flex-direction: column;
    gap: 10px;
  }
}
.p-form_block input[type=submit],
.p-form_block input[type=button],
.p-form_block input[type=checkbox],
.p-form_block input[type=radio],
.p-form_block label,
.p-form_block button,
.p-form_block select {
  cursor: pointer;
}
.p-form_title {
  flex-shrink: 0;
  width: 35%;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-form_title {
    width: 100%;
    padding: 0;
  }
}
.p-form_title .is-required {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #fc6e08;
  padding: 5px 15px 8px;
  margin-top: -8px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-form_title .is-required {
    font-size: 1.8rem;
    padding: 3px 10px;
  }
}
.p-form_content {
  width: 100%;
}
.p-form_content .postal-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-form_content .your-address01-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.p-form_content .adjust {
  flex-shrink: 0;
}
.p-form_button {
  text-align: center;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-form_button {
    margin-top: 50px;
  }
}
.p-form_button .c-button {
  font-size: 4.2rem;
  background: #fff;
  color: #0d795e;
  border: 2px solid #0d795e;
  box-shadow: 0px 10px 0px 0px #045944;
  width: 45%;
  margin-inline: auto;
  margin-bottom: 50px;
  padding: 1.3em 1em 1.1em;
}
.p-form_button .c-button:hover {
  background: #0d795e;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-form_button .c-button {
    font-size: 2rem;
    margin-bottom: 20px;
    width: 60%;
  }
}
.p-form_button_link {
  color: #0d795e;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-form_button_link {
    font-size: 1.4rem;
  }
}
.p-form_box {
  border: 2px solid #0d795e;
  padding: 5px 10px;
  width: 100%;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-form_box {
    font-size: 1.6rem;
  }
}
.p-form_box.is-short#datetime-001, .p-form_box.is-short#datetime-002 {
  height: 56px;
}
@media screen and (max-width: 768px) {
  .p-form_box.is-short#datetime-001, .p-form_box.is-short#datetime-002 {
    width: 160px;
    height: 40px;
    align-items: center;
  }
}
.p-form_box.is-short#time-001, .p-form_box.is-short#time-002 {
  height: 56px;
}
@media screen and (max-width: 768px) {
  .p-form_box.is-short#time-001, .p-form_box.is-short#time-002 {
    width: 75px;
    height: 40px;
  }
}
.p-form_select {
  position: relative;
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-form_select {
    width: 40%;
  }
}
.p-form_select::after {
  content: "^";
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  display: inline-block;
  font-size: 4.8rem;
  color: #0d795e;
  transform: translate(0, -50%) rotate(180deg);
  position: absolute;
  right: 10px;
  top: 80%;
  height: 24px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-form_select::after {
    top: 90%;
  }
}
.p-form_date {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-form_date {
    font-size: 1.4rem;
  }
}
.p-form_date:not(:last-child) {
  margin-bottom: 20px;
}
.p-form_date > .detail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-about {
  background: #fdf8d3;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 60px 0;
  }
}
.p-about_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-about_title {
    display: none;
  }
}
.p-about_title::before {
  content: "";
  width: 193px;
  height: 185px;
  display: block;
  background-image: url(../images/img_denture.png);
}
.p-about_title_main {
  font-weight: bold;
  font-size: 8rem;
  line-height: 1.4;
}
.p-about_title_main > .small-title {
  font-size: 4.9rem;
}
.p-about_profile {
  display: flex;
  align-items: flex-end;
  gap: 60px;
  padding: 0 50px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-about_profile {
    align-items: center;
    flex-direction: column;
    padding: 0;
    gap: 20px;
    margin-bottom: 80px;
  }
}
.p-about_profile_detail .detail-title {
  font-size: 3rem;
  padding-bottom: 10px;
  border-bottom: 4px solid #fc6e08;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about_profile_detail .detail-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-about_profile_detail .detail-title > .kana {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-about_profile_detail .detail-title > .kana {
    font-size: 1.6rem;
  }
}
.p-about_profile_detail .detail-text {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about_profile_detail .detail-text {
    font-size: 1.6rem;
  }
}
.p-about_profile_rightContents {
  flex-shrink: 0;
  text-align: center;
}
.p-about_profile_image {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about_profile_image {
    margin-bottom: 0;
    width: 50vw;
  }
}
.p-about_clinic {
  display: flex;
  gap: 65px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about_clinic {
    gap: 20px;
    flex-direction: column;
    font-size: 1.6rem;
  }
}
.p-about_clinic_detail {
  width: 100%;
}
.p-about_clinic_logo {
  margin-bottom: 20px;
}
.p-about_clinic_tel {
  font-size: 4.2rem;
  color: #fc6e08;
}
@media screen and (max-width: 768px) {
  .p-about_clinic_tel {
    font-size: 2.4rem;
  }
}
.p-about_clinic_tel .c-tel {
  color: #fc6e08;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}
.p-about_clinic_time {
  letter-spacing: 0.075em;
}
.p-about_clinic_table {
  flex-shrink: 0;
}

.p-map {
  position: relative;
}
.p-map_canvas {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .p-map_canvas {
    height: 240px;
  }
}
.p-map_detail {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 30px;
  background: #fff;
  border: 2px solid #a3a3a3;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-map_detail {
    position: static;
    padding: 30px 20px;
  }
}
.p-map_title {
  font-weight: bold;
}
.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: 10px;
  font-weight: bold;
  font-size: 2rem;
}
.p-map_tel {
  font-size: 2.4rem;
  color: #fc6e08;
}
.p-map_tel .c-tel {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  color: #fc6e08;
}
.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-menu {
  display: none;
}

.js-faq_answer {
  display: none;
}

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

@media screen and (min-width: 769px) {
  .js-toggleNav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .js-toggleNav {
    right: -100%;
  }
}

.js-marker {
  background-size: 0 30%;
  transition: all 2s ease-in-out;
}
.js-marker.is-active {
  background-size: 100% 60%;
}