@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;
}

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

/*===============================
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: "source-han-sans-japanese", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 2 !important;
  letter-spacing: 0.05;
  font-feature-settings: "palt";
  min-width: 1200px;
  color: #121212 !important;
  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: hidden;
}

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

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: #121212;
}

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

/*===============================
style
===============================*/
.l-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.l-header_wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header_inner {
    margin-right: 0;
  }
}
.l-header_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.l-header_logo {
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 60%;
  }
}

.l-footer {
  background-color: #2b2b2b;
  padding: 30px 0;
}
.l-footer_button {
  position: fixed;
  padding: 0 40px;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  width: 100%;
}
.l-footer_button img {
  width: 100%;
}
.l-footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer_copyright {
    font-size: 1.2rem;
  }
}

/*
c-text--indent
===============================*/
.c-text--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c-list > li, .c-list_attention > li, .c-list_number > li {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-list > li, .c-list_attention > li, .c-list_number > li {
    gap: 5px;
  }
}
.c-list_number {
  counter-reset: number 0;
}
.c-list_number > li::before {
  counter-increment: number 1;
  content: counter(number) ")";
}
.c-list_attention > li::before {
  content: "※";
}

.c-tel {
  font-weight: 400;
  color: #fff;
  font-size: 7.3rem;
  letter-spacing: 0.05em;
}
.c-tel::before {
  content: url(../images/i_tel.png);
}

.c-form, .c-form_textarea, .c-form_input {
  background: #fff;
  width: var(--formWidth);
  padding: 6px 10px;
}
.c-form, .c-form_textarea, .c-form_input {
  --formWidth: 100%;
}
.c-form_input {
  display: block;
  border: 2px solid #121212;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .c-form_input {
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-form_input.dateTime {
    width: 130px;
  }
}
.c-form_textarea {
  border: 2px solid #121212;
  height: 10em;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.c-form_submit {
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  width: 435px;
  height: 133px;
  margin-inline: auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .c-form_submit {
    width: 70%;
    height: 90px;
  }
}
.c-form_submit .submit-btn {
  background: url(../images/btn_submit.png) no-repeat;
  background-size: cover;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  width: 435px;
  height: 133px;
  border: none;
  color: transparent;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-form_submit .submit-btn {
    background: url(../images/sp/btn_submit.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
}
.c-form_submit .submit-btn:hover {
  opacity: 0.8;
}

.c-humburger {
  width: var(--size);
  height: var(--size);
  display: grid;
  place-content: center;
  place-items: center;
  background: var(--humburger_bg);
  font-size: 2rem;
  color: var(--humburger_text);
  transition: 0.2s;
}
.c-humburger {
  --size: 122px;
  --humburger_text: #fff;
  --humburger_line: #fff;
  --humburger_bg: #a48345;
}
@media screen and (max-width: 768px) {
  .c-humburger {
    --size: 15vw;
  }
}
@media screen and (max-width: 600px) {
  .c-humburger {
    font-size: 1.1rem;
  }
}
.c-humburger_line {
  position: relative;
  display: block;
  width: 85%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-humburger_line {
    margin-bottom: 20px;
  }
}
.c-humburger .line {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--humburger_line);
  position: absolute;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-humburger .line {
    height: 1px;
  }
}
.c-humburger .line:nth-child(1) {
  top: 0px;
}
@media screen and (max-width: 768px) {
  .c-humburger .line:nth-child(1) {
    top: 5px;
  }
}
@media screen and (max-width: 600px) {
  .c-humburger .line:nth-child(1) {
    top: 9px;
  }
}
.c-humburger .line:nth-child(2) {
  top: 17px;
}
.c-humburger .text {
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-humburger .text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .c-humburger .text {
    margin-bottom: 0;
  }
}
.c-humburger .text::before {
  content: "MENU";
  font-family: meno-banner-condensed, serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.4rem;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  .c-humburger .text::before {
    font-size: 1.3rem;
  }
}
.c-humburger.is-active .line:nth-child(1) {
  top: 10px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-humburger.is-active .line:nth-child(1) {
    transform: rotate(-20deg);
  }
}
@media screen and (max-width: 600px) {
  .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) {
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 600px) {
  .c-humburger.is-active .line:nth-child(2) {
    top: 15px;
    transform: rotate(20deg);
  }
}

.p-header {
  display: flex;
  align-items: center;
}
.p-header_inner {
  height: 122px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 160px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-header_inner {
    height: 15vw;
    margin: 0 15vw 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-header_logo {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-header_logo img {
    height: 100% !important;
  }
}
@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: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    width: 14vw;
    height: 14vw;
  }
}
@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: 2rem;
    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_tel {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-header_contact_tel {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header_contact_tel > .link-item::before {
    content: "\e900";
  }
}
.p-header_contact_tel .c-tel {
  font-size: 3.4rem;
}
.p-header_contact_tel .c-tel::before {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-header_contact_mail {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.p-header_contact_mail .c-button.is-mail {
  padding: 1em;
  width: 250px;
}
.p-header_contact_mail > .link-item::before {
  font-size: 2rem;
}

.p-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.86);
  z-index: 99;
  padding: 120px 70px 100px;
  width: 630px;
  height: 100svh;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .p-menu {
    width: 100%;
    padding: 60px 40px 50px;
  }
}
.p-menu_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-menu_list {
    gap: 20px;
  }
}
.p-menu_item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-menu_item {
    gap: 10px;
  }
}
.p-menu_item a {
  color: #121212;
  font-size: 1.9rem;
}
@media screen and (max-width: 600px) {
  .p-menu_item a {
    font-size: 1.6rem;
  }
}
.p-menu_item a:hover {
  text-decoration: none;
}
.p-menu_item::before {
  content: "";
  display: block;
  min-width: 15px;
  height: 25px;
  background: #121212;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  .p-menu_item::before {
    min-width: 10px;
    height: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-firstView {
    background-color: #f0f0f0;
    padding-bottom: 25px;
  }
}
.p-firstView_wrap {
  background-image: url(../images/bg_mainVisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  aspect-ratio: 1280/550;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-firstView_wrap {
    background-image: url(../images/sp/bg_mainVisual.png);
    aspect-ratio: 750/1097;
  }
}
.p-firstView_title {
  content: "";
  background-image: url(../images/h_mainVisual.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 31%;
  aspect-ratio: 411/479;
}
@media screen and (max-width: 768px) {
  .p-firstView_title {
    display: none;
  }
}
.p-firstView_button {
  position: fixed;
  bottom: 40px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-firstView_button {
    position: absolute;
    transform: translate(-50%, 0);
    right: auto;
    left: 50%;
    width: 100%;
    padding: 0 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-firstView_button {
    padding: 0 40px;
    bottom: 15px;
  }
}
.p-firstView_button img {
  width: 100%;
}

.p-about {
  background-color: #f0f0f0;
  padding: 140px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 40px 0;
    text-align: center;
  }
}
.p-about_title {
  max-width: 675px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .p-about_title {
    margin: 0 auto 30px;
  }
}
.p-about_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 140px;
}
@media screen and (max-width: 768px) {
  .p-about_wrap {
    gap: 40px;
  }
}

.p-achievement_title {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  background-color: #2b2b2b;
  text-align: center;
  padding: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-achievement_title {
    font-size: 2rem;
    padding: 15px 0 20px;
  }
}
.p-achievement_wrap {
  padding: 60px 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-achievement_wrap {
    padding: 0 0 40px;
  }
}
.p-achievement_wrap::before {
  content: "";
  background-image: url(../images/bg_achievement.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-achievement_wrap {
    background-image: url(../images/sp/bg_achievement.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-achievement_image {
  max-width: 1200px;
  margin: 0 auto;
}
.p-achievement_text {
  font-size: 2.8rem;
  text-align: center;
}

.p-feature {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature_title {
    width: 70%;
    margin: 0 auto;
  }
}
.p-feature_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 50px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-feature_wrap {
    padding: 30px 20px 0;
    gap: 50px;
  }
}

.p-recommend {
  background-image: url(../images/bg_recommend.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recommend {
    background-image: url(../images/sp/bg_recommend.jpg);
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend_title {
    width: 85%;
    margin: 0 auto;
  }
}
.p-recommend_wrap {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 50px 0;
}
@media screen and (max-width: 768px) {
  .p-recommend_wrap {
    padding: 40px 40px 0;
  }
}

.p-point {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-point {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-point_title {
    width: 90%;
    margin: 0 auto;
  }
}
.p-point_wrap {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-point_wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-point_table {
    width: 100vw;
    overflow-x: scroll;
    margin-bottom: 20px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-point_table img {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .p-point_table img {
    width: 550px !important;
    max-width: none;
  }
}

.p-reason {
  padding: 130px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_title {
    width: 70%;
    margin: 0 auto;
  }
}
.p-reason_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 50px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-reason_wrap {
    padding: 40px 20px 0;
    gap: 50px;
  }
}

.p-doctor {
  background-image: url(../images/bg_doctor.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-doctor {
    background-image: url(../images/sp/bg_doctor.jpg);
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-doctor_title {
    width: 50%;
    margin: 0 auto;
  }
}
.p-doctor_wrap {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-doctor_wrap {
    padding-top: 40px;
  }
}
.p-doctor_detail {
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .p-doctor_detail {
    margin-top: -30px;
    padding: 0 20px;
  }
}

.p-slider {
  max-width: 760px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-slider {
    padding: 0 40px;
  }
}
.p-slider .slick-list {
  aspect-ratio: 760/420;
}
.p-slider .slick-dots {
  bottom: -65px;
}
@media screen and (max-width: 768px) {
  .p-slider .slick-dots {
    bottom: -50px;
    width: calc(100% - 80px);
  }
}
.p-slider .slick-dots li {
  width: 30px;
  height: 36px;
  margin: 0 2px;
}
@media screen and (max-width: 768px) {
  .p-slider .slick-dots li {
    margin: 0;
  }
}
.p-slider .slick-dots li button {
  width: 30px;
  height: 36px;
}
.p-slider .slick-dots li button::before {
  font-size: 2.2rem;
  width: 30px;
  height: 36px;
  opacity: 1;
  color: #989898;
}
@media screen and (max-width: 768px) {
  .p-slider .slick-dots li button::before {
    font-size: 1.6rem;
  }
}
.p-slider .slick-dots li.slick-active button::before {
  color: #a48345;
}
.p-slider_arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
}
.p-slider_arrow::before {
  content: "";
  background-image: url(../images/slider_arrow.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 33px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .p-slider_arrow::before {
    width: 10px;
    height: 26px;
  }
}
.p-slider_arrow.is-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .p-slider_arrow.is-prev {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-slider_arrow.is-prev {
    left: 18px;
  }
}
.p-slider_arrow.is-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .p-slider_arrow.is-next {
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-slider_arrow.is-next {
    right: 18px;
  }
}
.p-slider_arrow.is-next::before {
  transform: scale(-1, 1);
}

.p-flow {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_title {
    width: 55%;
    margin: 0 auto;
  }
}
.p-flow_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 50px 0;
}
@media screen and (max-width: 768px) {
  .p-flow_wrap {
    padding: 50px 20px 0;
  }
}

.p-price {
  padding: 110px 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-price_title {
    width: 80%;
    margin: 0 auto;
  }
}
.p-price_wrap {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-price_wrap {
    padding-top: 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-price_image:first-child {
    margin: 0 -20px;
  }
}

.p-faq {
  padding: 90px 0 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq_title {
    width: 55%;
    margin: 0 auto;
  }
}
.p-faq_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap {
    padding: 40px 20px 0;
  }
}

.p-faqBlock_toggleButton {
  line-height: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  background: #40727c;
}
@media screen and (max-width: 600px) {
  .p-faqBlock_toggleButton {
    width: 42.5px;
  }
}
.p-faqBlock_toggleButton::before {
  content: "＋";
  font-size: 3.8rem;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  .p-faqBlock_toggleButton::before {
    font-size: 2.2rem;
  }
}
.p-faqBlock_toggleButton.is-active::before {
  transform: rotate(45deg);
}
.p-faqBlock_question {
  display: flex;
  color: #fff;
}
.p-faqBlock_question_title {
  color: #fff;
  width: 100%;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.5;
  display: flex;
  gap: 15px;
  align-items: center;
  background: #5fa5b3;
  padding: 12px 30px 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .p-faqBlock_question_title {
    font-size: 1.4rem;
    gap: 10px;
    padding: 10px 15px 12px;
  }
}
.p-faqBlock_question_title::before {
  content: "Q";
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .p-faqBlock_question_title::before {
    content: none;
  }
}
.p-faqBlock_answer {
  padding: 30px 30px 40px;
  background: #f0f0f0;
  font-size: 2.2rem;
}
@media screen and (max-width: 600px) {
  .p-faqBlock_answer {
    font-size: 1.3rem;
    padding: 15px 20px 20px;
  }
}
.p-faqBlock_answer_wrap {
  display: flex;
  gap: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-faqBlock_answer_wrap {
    gap: 10px;
  }
}
.p-faqBlock_answer_wrap::before {
  content: "A";
  color: #a48345;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .p-faqBlock_answer_wrap::before {
    content: none;
  }
}
.p-faqBlock_answer:not(.is-active) {
  display: none;
}

.p-info {
  background-image: url(../images/bg_info.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-info {
    background-image: url(../images/sp/bg_info.jpg);
    padding: 40px 0 50px;
  }
}
.p-info_title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info_title {
    width: 45%;
    margin: 0 auto;
  }
}
.p-info_wrap {
  display: flex;
  gap: 80px;
  color: #121212;
  padding: 80px 50px 80px;
}
@media screen and (max-width: 768px) {
  .p-info_wrap {
    flex-direction: column-reverse;
    padding: 40px 20px 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-info_wrap {
    font-size: 1.4rem;
    gap: 30px;
  }
}
.p-info_wrap .left-block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-info_wrap .left-block {
    width: 100%;
  }
}
.p-info_wrap .right-block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-info_wrap .right-block {
    width: 100%;
  }
}
.p-info_wrap a {
  color: #121212;
}
.p-info_map {
  width: 100%;
  aspect-ratio: 552/335;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-info_map {
    margin-bottom: 20px;
  }
}
.p-info_logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-info_logo {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.p-info_address {
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .p-info_address {
    font-size: 1.4rem;
  }
}
.p-info_address .number {
  min-width: 90px;
}
@media screen and (max-width: 768px) {
  .p-info_address .number {
    min-width: 80px;
  }
}
.p-info_officeHours {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .p-info_officeHours {
    margin-top: 25px;
  }
}
.p-info_officeHours img {
  width: 100%;
}
.p-info_tel {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info_tel {
    padding: 0 30px;
  }
}
.p-info_tel > img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-info_tel > img {
    width: 60% !important;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-info_tel > img {
    width: 80% !important;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-info .p-section_title img {
    width: 33% !important;
    margin: 0 auto;
  }
}

.p-contactArea {
  padding: 90px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contactArea {
    padding: 40px 50px 50px;
  }
}
.p-contactArea_title {
  font-size: 3rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contactArea_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-contactArea_button {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contactArea_button {
    flex-direction: column;
    gap: 20px;
  }
}

.p-contact {
  padding: 100px 0 140px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 40px 0 140px;
  }
}
@media screen and (max-width: 600px) {
  .p-contact {
    padding: 40px 0 50px;
  }
}
.p-contact_title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact_title {
    width: 55%;
    margin: 0 auto;
  }
}
.p-contact_wrap {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact_wrap {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .p-section_title img {
    width: 45% !important;
    margin: 0 auto;
  }
}

.p-form_block {
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-form_block {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.p-form_title {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-form_title {
    padding: 0;
    font-size: 1.4rem;
    align-items: center;
    width: 100%;
  }
}
.p-form_title.is-require::before {
  content: "必須";
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  background: #ee4266;
  padding: 5px 5px 8px;
  flex-shrink: 0;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-form_title.is-require::before {
    font-size: 1.4rem;
    top: 0;
    width: 60px;
    height: 30px;
  }
}
.p-form_content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-form_content {
    padding: 0;
  }
}
.p-form_content label {
  cursor: pointer;
}
.p-form_content input {
  cursor: pointer;
}
.p-form_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-form_wrap {
    gap: 10px;
  }
}
.p-form_wrap > .adjust1 {
  flex-shrink: 0;
}
.p-form_text {
  color: #121212;
}
.p-form_note {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-form_note {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.p-form_date {
  display: flex;
  gap: 10px;
}
.p-form_date:not(:last-child) {
  margin-bottom: 20px;
}
.p-form_date > .title {
  flex-shrink: 0;
}
.p-form_date > .detail {
  display: flex;
  gap: 10px;
}
.p-form_submit {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form_submit {
    margin-top: 50px;
  }
}
.p-form_policy {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form_policy {
    margin-top: 10px;
  }
}
.p-form_policy a {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: #121212;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .p-form_policy a {
    font-size: 1.4rem;
  }
}

.p-thanks {
  margin-top: 200px;
  text-align: center;
  margin-bottom: 200px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    margin: 70px 0 100px;
  }
}
.p-thanks_title {
  font-size: 4.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-thanks_title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.p-thanks_text {
  font-size: 2.5rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-thanks_text {
    font-size: 1.8rem;
  }
}
.p-thanks_button {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-thanks_button {
    margin-bottom: 30px;
  }
}
.p-thanks_button > a {
  background-image: linear-gradient(103deg, rgb(247, 182, 65) 30%, rgb(249, 195, 219) 58%);
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  padding: 30px 60px;
  border-radius: 50px;
  box-shadow: 0 5px 0 0 #40727c;
}
@media screen and (max-width: 768px) {
  .p-thanks_button > a {
    font-size: 1.8rem;
    padding: 25px 60px;
  }
}
.p-thanks_privacypolicy a {
  font-size: 1.6rem;
  border-bottom: 1px solid #121212;
}
@media screen and (max-width: 768px) {
  .p-thanks_privacypolicy a {
    font-size: 1.4rem;
  }
}
.p-thanks_copyright {
  text-align: center;
  color: #fff;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-thanks_copyright {
    font-size: 1.2rem;
  }
}

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

/*====================================
Swiper
====================================*/
.swiper-container {
  width: 100%;
  margin: 40px 0;
  padding: 45px 0;
  overflow: visible;
}

.swiper-slide {
  transition: 0.7s;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide-active {
  z-index: 1;
  transform: scale(1.5); /* スライドの大きさ調整 */
}