@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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.05;
  font-feature-settings: "palt";
  min-width: 1140px;
  color: #2c2c2c;
  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 {
  width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}

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

a[href^="tel:"]:hover {
  opacity: 1;
}
a[href^="tel:"]:hover:after {
  display: none;
}

/*===============================
style
===============================*/
.l-header {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.l-header_inner {
  display: flex;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-header_inner {
    min-width: 1140px;
    height: 140px;
  }
}
.l-header_logo {
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 50%;
  }
}
.l-header_contact {
  margin-left: auto;
  margin-right: 140px;
  background: #ce9305;
  color: #fff;
  padding: 5px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-header_contact {
    display: none;
  }
}
.l-header_contact_tel {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
  margin-bottom: 7px;
}
.l-header_contact_tel > img {
  height: 40px;
  display: block;
  margin-top: 8px;
}
.l-header_contact_tel_number {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 48px;
  font-weight: bold;
}
.l-header_contact_tel:hover {
  color: #fff;
}
.l-header_contact_tel:hover > img {
  opacity: 1;
}
.l-header_contact_time {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-family: a-otf-ryumin-pr6n, serif;
  line-height: 1.4;
}
p .l-header_contact_time > .title {
  font-size: 2.3rem;
}
.l-header_contact_time > .detail {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.l-header_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

.l-footer {
  padding: 100px 0;
  background: #1b1259;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 80px;
  }
}
.l-footer_copyright {
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer_copyright {
    font-size: 1.6rem;
  }
}
.l-footer_contact {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
  z-index: 49;
}
@media screen and (max-width: 768px) {
  .l-footer_contact {
    bottom: 0;
    right: 0;
    flex-direction: row;
    padding: 5px 10px;
    background-color: rgba(45, 43, 43, 0.8);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_button {
    width: calc(33.3333333333% - 3.3333333333px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer_button img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_button_tel {
    display: flex;
    align-items: center;
    position: relative;
    width: 183px;
    height: 62px;
    background: url("/wp-content/themes/template/fixpage/lp7-l/images/tel_btn_small.png") no-repeat center/contain;
    padding: 12px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_button_tel::before {
    content: "";
    background: url("/wp-content/themes/template/fixpage/lp7/images/i_tel.png") no-repeat center/contain;
    width: 27px;
    height: 19px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_button_tel_text {
    color: #fff;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
}

.c-whiteCard {
  padding: 90px 100px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #2f509b;
}
@media screen and (max-width: 768px) {
  .c-whiteCard {
    padding: 40px;
  }
}
.c-whiteCard_title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-whiteCard_title {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.c-whiteCard_text, .c-whiteCard > p {
  text-align: justify;
}

.c-sectionTitle {
  --background-color: #dbe4f2;
  --background-image: url('/wp-content/themes/template/fixpage/lp7/images/bg_sectionTitle_left.png'),
    url('/wp-content/themes/template/fixpage/lp7/images/bg_sectionTitle_right.png');
}
@media screen and (max-width: 768px) {
  .c-sectionTitle {
    --background-image: url('/wp-content/themes/template/fixpage/lp7/images/sp/bg_sectionTitle.png');
    --background-color: none;
  }
}
.c-sectionTitle.is-blue {
  --background-color: #182772;
  --background-image: url('/wp-content/themes/template/fixpage/lp7/images/bg_sectionTitle02_left.png'),
    url('/wp-content/themes/template/fixpage/lp7/images/bg_sectionTitle02_right.png');
}
@media screen and (max-width: 768px) {
  .c-sectionTitle.is-blue {
    --background-image: url('/wp-content/themes/template/fixpage/lp7/images/sp/bg_sectionTitle02.png');
    --background-color: none;
  }
}
.c-sectionTitle.is-lightBlue {
  --background-color: #edf5fa;
  --background-image: url('/wp-content/themes/template/fixpage/lp7/images/bg_sectionTitle03_left.png'),
    url('/wp-content/themes/template/fixpage/lp7/images/bg_sectionTitle03_right.png');
}
@media screen and (max-width: 768px) {
  .c-sectionTitle.is-lightBlue {
    --background-image: url('/wp-content/themes/template/fixpage/lp7/images/sp/bg_sectionTitle03.png');
    --background-color: none;
  }
}
.c-sectionTitle {
  background-color: var(--background-color);
  background-image: var(--background-image);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center, right center;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sectionTitle {
    background-size: cover;
    background-position: center;
    padding: 20px 0;
  }
  .c-sectionTitle img {
    width: 60%;
  }
}

.c-text_red {
  color: #a31414;
}
.c-text_gold {
  color: #ce9305;
}

.c-list > li, .c-list_attention > li, .c-list_number > li {
  display: flex;
  gap: 10px;
}
.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-family: a-otf-ryumin-pr6n, serif;
  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 {
  --formWidth: 100%;
}
.c-form, .c-form_textarea, .c-form_input {
  border: 2px solid #2c2c2c;
  width: var(--formWidth);
  padding: 0 10px;
}
.c-form_input {
  display: block;
}
.c-form_input.dateTime {
  min-width: 100px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .c-form_input.dateTime {
    min-height: 35px;
  }
}
.c-form_textarea {
  height: 10em;
}
.c-form_submit {
  display: block;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  background: #182772;
  width: 50%;
  margin-inline: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-form_submit {
    font-size: 2.4rem;
    width: 80%;
  }
}
.c-form_submit::before {
  content: "";
  display: block;
  width: 342px;
  height: 166px;
  background: #21338b;
  position: absolute;
  right: -60px;
  bottom: -70px;
  transform: rotate(-31.41deg);
}
.c-form_submit::after {
  content: "";
  width: 15px;
  height: 25px;
  display: block;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-form_submit::after {
    width: 10px;
    height: 18px;
  }
}
.c-form_submit .submit-btn {
  padding: 40px 0;
  display: block;
  width: 100%;
  position: inherit;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-form_submit .submit-btn {
    padding: 30px 0;
  }
}

.c-humburger {
  --size: 140px;
  --humburger_text: #fff;
  --humburger_line: #fff;
  --humburger_bg: #00818a;
}
@media screen and (max-width: 768px) {
  .c-humburger {
    --size: 20vw;
  }
}
.c-humburger {
  width: var(--size);
  height: var(--size);
  display: grid;
  place-content: center;
  place-items: center;
  background: var(--humburger_bg);
  font-size: 1.9rem;
  color: var(--humburger_text);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-humburger {
    font-size: 1.4rem;
    font-weight: normal;
  }
}
.c-humburger_line {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .c-humburger_line {
    margin-bottom: 20px;
  }
}
.c-humburger .line {
  display: block;
  width: 100%;
  height: 2px;
  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-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-humburger .text {
    margin-bottom: 5px;
  }
}
.c-humburger .text::before {
  content: "MENU";
  font-family: a-otf-ryumin-pr6n, serif;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-humburger .text::before {
    text-align: center;
  }
}
.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) {
    top: 15px;
    transform: rotate(-20deg);
  }
}
.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;
    transform: rotate(20deg);
  }
}

.p-floatBnr {
  position: fixed;
  right: 2vw;
  bottom: 50px;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .p-floatBnr {
    width: 90vw;
    max-width: 668px;
    bottom: 20px;
    right: 50%;
    transform: translate(50%, 0);
  }
}
.p-floatBnr_closed {
  line-height: 1;
  background: #fff;
  color: #2c2c2c;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: 95%;
  left: 97%;
  cursor: pointer;
}
.p-floatBnr_closed::before {
  content: "×";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-floatBnr_closed {
    font-size: 2rem;
    width: 25px;
    height: 25px;
    bottom: calc(100% - 15px);
    left: calc(100% - 18px);
  }
}

.p-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.86);
  min-width: 714px;
  height: 100svh;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .p-menu {
    min-width: 100%;
  }
}
.p-menu_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 80px 70px 100px;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-menu_list {
    padding: 40px 40px 50px;
    margin-top: 20vw;
  }
}
.p-menu_item {
  font-weight: bold;
  color: #1b1259;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-menu_item {
    font-size: 2.4rem;
    gap: 20px;
  }
}
.p-menu_item::before {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  margin-top: 15px;
  background: #1b1259;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  .p-menu_item::before {
    height: 20px;
    width: 15px;
  }
}
.p-menu_contact {
  position: absolute;
  top: 0;
  right: 140px;
  display: flex;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .p-menu_contact {
    right: 20vw;
  }
}
.p-menu_mail {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-menu_mail {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-menu_mail img {
    min-height: 20vw;
    object-fit: cover;
  }
}
.p-menu_line {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-menu_line {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-menu_line img {
    min-height: 20vw;
    object-fit: cover;
  }
}

.p-mainVisual {
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/main_visual02.png"), url("/wp-content/themes/template/fixpage/lp7/images/bg_mainVisual.jpg");
  background-size: clamp(500px, -163px + 53.462vw, 639px), cover;
  background-repeat: no-repeat;
  background-position: right bottom, left;
  padding: 155px 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-mainVisual {
    background-image: url("/wp-content/themes/template/fixpage/lp7/images/sp/bg_mainVisual.jpg");
    padding: 100px 0 0;
  }
}
.p-mainVisual_image {
  max-width: 1500px;
  width: 100%;
  margin-inline: auto;
}
.p-mainVisual_image img {
  width: clamp(650px, -158px + 73.5vw, 944px);
}
.p-mainVisual_note {
  color: #dbe4f2;
  width: clamp(650px, -158px + 73.5vw, 944px);
  text-align: center;
  font-size: 1.4rem;
  opacity: 0.5;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-mainVisual_note {
    width: 100%;
    font-size: 1.2rem;
    padding: 0 20px;
  }
}

.p-intro {
  background: #ee4266;
}
.p-intro_inner {
  padding: 60px 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-intro_inner {
    flex-direction: column;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-intro_img {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-intro_img img {
    width: 40vw;
  }
}

.p-recommend {
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/bg_recommend.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-recommend {
    background-image: url("/wp-content/themes/template/fixpage/lp7/images/sp/bg_recommend.jpg");
  }
}
.p-recommend_title {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 70px 20px 20px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-recommend_title {
    padding: 30px 20px 20px;
    margin-bottom: 100px;
  }
}
.p-recommend_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-recommend_title::after {
    height: 50px;
    top: calc(100% - 1px);
  }
}
.p-recommend_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-recommend_list {
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 40px;
    margin-bottom: 70px;
  }
  .p-recommend_list .list-item {
    width: calc(50% - 20px);
  }
  .p-recommend_list .list-item:first-child {
    width: 100%;
    text-align: center;
  }
  .p-recommend_list .list-item:first-child img {
    width: calc(50% - 20px);
  }
}
.p-recommend_imgBlock {
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/img_recommend.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 260px;
  padding-left: 30%;
}
@media screen and (max-width: 768px) {
  .p-recommend_imgBlock {
    background-size: 80%;
    padding-top: 100px;
    padding-left: 40px;
  }
}

.p-contactArea {
  background: rgb(28, 18, 89);
  background: linear-gradient(128deg, rgb(28, 18, 89) 60%, rgb(89, 84, 136) 100%);
  padding: 40px 0 80px;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-contactArea {
    padding: 40px 0 60px;
  }
}
.p-contactArea_title {
  position: relative;
  padding-top: 30px;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .p-contactArea_title {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.p-contactArea_title_badge {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contactArea_title_badge {
    display: none;
  }
}
.p-contactArea_title_badge img {
  position: absolute;
  top: -30px;
  left: 0;
}
.p-contactArea_title_line {
  background: #ffea86;
  padding: 20px 40px 20px 0;
  text-align: right;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contactArea_title_line {
    text-align: center;
    padding: 5px 20px;
  }
}
.p-contactArea_title .main-title {
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-contactArea_title .main-title {
    text-align: center;
    width: 80%;
  }
}
.p-contactArea_wrap {
  display: flex;
  padding: 0 20px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-contactArea_wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.p-contactArea_tel {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 768px) {
  .p-contactArea_tel {
    width: 100%;
  }
}
.p-contactArea_tel_bnr {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-contactArea_tel_bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    width: 345px;
    height: 150px;
    background: url("/wp-content/themes/template/fixpage/lp7-l/images/img_telCard.png") no-repeat center/contain;
    padding-top: 35px;
  }
}
.p-contactArea_tel_bnr img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-contactArea_tel_bnr::after {
    content: "";
    background: url("/wp-content/themes/template/fixpage/lp7/images/i_tel.png") no-repeat center/contain;
    width: 49px;
    height: 32px;
    margin-top: 6px;
    margin-right: 10px;
    display: block !important;
  }
}
.p-contactArea_tel_bnr_text {
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.p-contactArea_tel_time {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contactArea_tel_time {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}
.p-contactArea_tel_time .title {
  font-size: 2rem;
  margin-bottom: 5px;
}
.p-contactArea_tel_time .detail {
  font-size: 1.6rem;
}
.p-contactArea_mail {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 768px) {
  .p-contactArea_mail {
    width: 100%;
  }
}
.p-contactArea_mail_bnr {
  display: block;
  margin-bottom: 15px;
}
.p-contactArea_mail_bnr img {
  width: 100%;
}
.p-contactArea_mail_time {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05;
}
@media screen and (max-width: 768px) {
  .p-contactArea_mail_time {
    font-size: 2.8rem;
  }
}
.p-contactArea_mail_time > .text-small {
  font-size: 2.3rem;
}
.p-contactArea_mail_time > .clr-yellow {
  color: #ffea86;
}
.p-contactArea_line {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 768px) {
  .p-contactArea_line {
    width: 100%;
  }
}
.p-contactArea_line img {
  width: 100%;
}
.p-contactArea_shine {
  position: relative;
  overflow: hidden;
}
.p-contactArea_shine::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  animation-name: shine-run;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }
  40% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}

.p-feature {
  margin-top: 30px;
  margin-bottom: 100px;
}
.p-feature .c-sectionTitle {
  margin-bottom: 30px;
}
.p-feature section:not(:last-child) {
  margin-bottom: 100px;
}
.p-feature_box {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-feature_box {
    width: 85%;
  }
}
.p-feature_section {
  background-image: var(--sectionBg);
  background-repeat: no-repeat;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .p-feature_section {
    background-image: var(--sectionBg-sp);
    background-size: 90%;
    padding-top: 20px;
  }
}
.p-feature_section_title {
  width: 50%;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-feature_section_title {
    width: 70%;
    margin-bottom: 40px;
  }
}
.p-feature_section_title .main-title {
  background: #1b1259;
  padding: 20px 0;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-feature_section_title .main-title {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}
.p-feature_section_title .main-title > img {
  display: block;
}
.p-feature_section_title .main-title::before, .p-feature_section_title .main-title::after {
  content: "";
  display: block;
  height: 100%;
  background: #1b1259;
  position: absolute;
  top: 0;
}
.p-feature_section_title .main-title::before {
  width: 100vw;
}
.p-feature_section_title .main-title::after {
  width: 50%;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-feature_section_title .main-title::after {
    width: 30%;
  }
}
.p-feature_section_title .title-text {
  font-size: 4rem;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #1b1259;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-feature_section_title .title-text {
    font-size: 2rem;
  }
}
.p-feature_section_contents {
  position: relative;
}
.p-feature_section_contents::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #2f509b;
}
.p-feature_section:nth-of-type(odd) {
  background-position: right top;
}
.p-feature_section:nth-of-type(odd) .p-feature_section_title .main-title::before {
  right: 100%;
}
.p-feature_section:nth-of-type(odd) .p-feature_section_title .main-title::after {
  left: 100%;
}
.p-feature_section:nth-of-type(odd) .p-feature_section_contents::after {
  border-left: none;
  left: 100%;
}
.p-feature_section:nth-of-type(odd) .p-feature_section_contents .p-feature_box {
  padding-right: 40px;
  border-right: none;
  margin-left: auto;
}
.p-feature_section:nth-of-type(even) {
  background-position: left top;
}
.p-feature_section:nth-of-type(even) .p-feature_section_title {
  margin-left: auto;
}
.p-feature_section:nth-of-type(even) .p-feature_section_title .main-title::before {
  left: 100%;
}
.p-feature_section:nth-of-type(even) .p-feature_section_title .main-title::after {
  right: 100%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-feature_section:nth-of-type(even) .p-feature_section_title .main-title::after {
    right: 99%;
  }
}
.p-feature_section:nth-of-type(even) .p-feature_section_title .title-text {
  margin-left: auto;
  max-inline-size: max-content;
}
.p-feature_section:nth-of-type(even) .p-feature_section_contents::after {
  border-right: none;
  right: 100%;
}
.p-feature_section:nth-of-type(even) .p-feature_section_contents .p-feature_box {
  padding-left: 40px;
  border-left: none;
}
.p-feature_section_banner {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-feature_section_banner {
    margin-top: 40px;
  }
}

.p-reason {
  margin-top: 30px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-reason {
    margin-bottom: 30px;
  }
}
.p-reason .c-sectionTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-reason .c-sectionTitle {
    margin-bottom: 0;
  }
}
.p-reason section:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-reason section:not(:last-child) {
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
.p-reason_sec01 {
  padding: 100px 0;
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/bg_reason01-1.jpg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-reason_sec01 {
    padding: 0;
    background-image: url("/wp-content/themes/template/fixpage/lp7/images/sp/bg_reason01-1.jpg");
    background-size: cover;
  }
}
.p-reason_sec01_title {
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/bg_reason01-2.png");
  background-size: cover;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-reason_sec01_title {
    background: none;
    padding: 0 0 20px;
  }
}
.p-reason_sec01_title .title-wrap {
  max-width: 1500px;
  margin-inline: auto;
  padding: 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason_sec01_title .title-wrap {
    padding: 0;
  }
}
.p-reason_sec01_title .main-title img {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .p-reason_sec01_title .main-title img {
    margin-top: 0;
  }
}
.p-reason_sec01_title .title-badge {
  display: flex;
  gap: 40px;
  position: absolute;
  top: calc(100% + 70px);
}
@media screen and (max-width: 768px) {
  .p-reason_sec01_title .title-badge {
    display: none;
  }
}
.p-reason_sec01_contents {
  max-width: 1500px;
  margin-inline: auto;
  padding: 85px 100px 0;
  position: relative;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-reason_sec01_contents {
    padding: 0 20px 40px;
    flex-direction: column;
  }
}
.p-reason_sec01_contents p {
  margin-left: 640px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-reason_sec01_contents p {
    margin-left: 0;
  }
}
.p-reason_sec01_contents .contents-title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-reason_sec01_contents .contents-title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-reason_sec01_contents .contents-image {
  flex-shrink: 0;
}
.p-reason_sec02 {
  padding: 100px 0;
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/bg_reason02.jpg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-reason_sec02 {
    padding: 50px 0;
  }
}
.p-reason_sec02_title {
  padding: 50px 0 150px;
  background: rgba(15, 163, 173, 0.68);
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-reason_sec02_title {
    padding: 20px 0 50px;
    margin-bottom: 90px;
  }
}
.p-reason_sec02_title .title-wrap {
  max-width: 1500px;
  margin-inline: auto;
  padding: 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason_sec02_title .title-wrap {
    padding: 0 40px;
  }
}
.p-reason_sec02_title .main-title {
  text-align: center;
}
.p-reason_sec02_title .title-badge {
  position: absolute;
  top: calc(100% + 60px);
  left: 20px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason_sec02_title .title-badge {
    top: calc(100% + 20px);
    left: 0;
  }
  .p-reason_sec02_title .title-badge img {
    width: 80%;
  }
}
.p-reason_sec02_contents {
  padding: 0 45px;
  position: relative;
}
.p-reason_sec02_contents p {
  text-align: justify;
}
.p-reason_sec03 {
  padding: 100px 0;
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/bg_reason03-2.png"), url("/wp-content/themes/template/fixpage/lp7/images/bg_reason03-1.jpg");
  background-size: auto 100%, cover;
  background-repeat: no-repeat;
  background-position: right 50px, left 100px;
}
@media screen and (max-width: 768px) {
  .p-reason_sec03 {
    background-image: url("/wp-content/themes/template/fixpage/lp7/images/sp/bg_reason03-1.jpg");
    background-size: cover;
    background-position: center 40px;
    padding: 100px 0 0;
  }
}
.p-reason_sec03_title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-reason_sec03_title {
    margin-bottom: 40px;
  }
}
.p-reason_sec03_title .main-title {
  margin-top: -100px;
  margin-left: -50px;
  width: clamp(550px, -254px + 70.56vw, 804px);
}
@media screen and (max-width: 768px) {
  .p-reason_sec03_title .main-title {
    width: 100%;
    margin-left: 0;
  }
  .p-reason_sec03_title .main-title img {
    width: 85%;
  }
}
.p-reason_sec03_contents {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason_sec03_contents {
    margin-bottom: 50px;
  }
}
.p-reason_sec03_contents p {
  text-align: justify;
  width: clamp(450px, -183px + 55.56vw, 650px);
}
@media screen and (max-width: 768px) {
  .p-reason_sec03_contents p {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-reason_sec03_image {
    display: none;
  }
}
.p-flow {
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 80px 0;
  }
}
.p-flow_title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-flow_title img {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_wrap {
    padding: 0 15px;
  }
}
.p-flow_wrap .list-item:not(:last-child)::after {
  content: "";
  display: block;
  max-width: 283px;
  width: 30%;
  height: 50px;
  background: #182772;
  margin: 30px auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .p-flow_wrap .list-item:not(:last-child)::after {
    height: 25px;
    margin: 20px auto;
  }
}
.p-flow_block {
  text-align: center;
}
.p-flow_block img {
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .p-flow_block img {
    margin-left: -10px;
  }
}

.p-case {
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/bg_case.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-case .c-sectionTitle img {
    width: 25%;
  }
}
.p-case_wrap {
  padding: 150px 20px;
  max-width: 1500px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .p-case_wrap {
    padding: 30px 0 50px;
    gap: 30px;
  }
}
.p-case_block {
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/bg_caseBlock.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1380px;
  padding: 50px 130px;
}
@media screen and (max-width: 768px) {
  .p-case_block {
    padding: 40px 20px;
  }
}
.p-case_block_img {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-case_block_img {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.p-case_block_note {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #1b1259;
}
@media screen and (max-width: 768px) {
  .p-case_block_note {
    font-size: 1rem;
  }
}
.p-case_block_note dl {
  display: flex;
}
.p-case_block_note dl dt {
  display: inline-block;
  min-width: 170px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-case_block_note dl dt {
    min-width: 90px;
  }
}
.p-case_block_note dl dt::after {
  content: "│";
  position: absolute;
  right: 0;
}

.p-price {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-price {
    margin-top: 30px;
  }
}
.p-price_title {
  background: #ecf0f5;
  padding: 70px 0 85px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price_title {
    padding: 30px 20px;
  }
}
.p-price_intro {
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/bg_price.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 240px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-price_intro {
    padding-bottom: 100px;
  }
}
.p-price_intro_img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price_intro_img {
    padding-top: 50px;
  }
}
.p-price_intro_img .images {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .p-price_intro_img .images {
    margin-top: 0;
    width: 80%;
  }
}
.p-price_intro_badge {
  position: absolute;
  top: calc(100% - 240px);
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-price_intro_badge {
    top: calc(100% - 100px);
  }
}
.p-price_wrap {
  display: flex;
  gap: 35px;
  padding: 100px 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-price_wrap {
    padding: 150px 10px 80px;
    flex-direction: column;
  }
}
.p-price_block {
  width: calc(50% - 17.5px);
  max-width: 635px;
}
@media screen and (max-width: 768px) {
  .p-price_block {
    width: 100%;
  }
}

.p-faq {
  max-width: 1420px;
  margin-inline: auto;
  background: #ecf0f5;
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 80px 10px;
  }
}
.p-faq_title {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-faq_title img {
    width: 50%;
  }
}
.p-faq_wrap {
  max-width: 1230px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap {
    gap: 40px;
  }
}

.p-faqBlock_toggleButton {
  font-size: 6.4rem;
  line-height: 1;
  width: 112px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #182772;
}
@media screen and (max-width: 768px) {
  .p-faqBlock_toggleButton {
    width: 15vw;
    height: 15vw;
    font-size: 4rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
}
.p-faqBlock_toggleButton::before {
  content: "+";
  transition: 0.2s;
}
.p-faqBlock_toggleButton.is-active::before {
  transform: rotate(45deg);
}
.p-faqBlock_question {
  display: flex;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-faqBlock_question {
    position: relative;
  }
}
.p-faqBlock_question_title {
  background: rgb(24, 39, 114);
  background: linear-gradient(90deg, rgb(24, 39, 114) 0%, rgb(73, 63, 159) 100%);
  color: #fff;
  width: 100%;
  padding: 21px 70px;
  font-size: 3.4rem;
  line-height: 1.5;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-faqBlock_question_title {
    padding: 20px 20vw 20px 20px;
    font-size: 2rem;
  }
}
.p-faqBlock_question_title::before {
  content: "Q";
  font-size: 4.7rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-faqBlock_question_title::before {
    display: none;
  }
}
.p-faqBlock_answer {
  border: 4px solid #182772;
  border-top: none;
}
.p-faqBlock_answer:not(.is-active) {
  display: none;
}

.p-about {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-about {
    margin-top: 30px;
  }
}
.p-about .c-sectionTitle {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-about .c-sectionTitle {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about .c-sectionTitle img {
    width: 25%;
  }
}
.p-about_contents {
  background: #7bcad0;
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  .p-about_contents {
    padding: 80px 0;
  }
}
.p-about_wrap {
  display: flex;
  gap: 50px;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-about_wrap {
    flex-direction: column-reverse;
    font-size: 1.6rem;
    margin-bottom: 80px;
  }
}
.p-about_map {
  width: 536px;
  height: 325px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about_map {
    width: calc(100% + 20px);
    height: 250px;
    margin: 0 -10px 20px;
  }
}
.p-about_tel {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about_tel {
    margin: 50px auto;
  }
}
.p-about_tel_number {
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about_tel_number {
    font-size: 46px;
  }
}
.p-about_tel_number > img {
  margin-top: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-about_tel_number > img {
    width: 60px;
    margin-top: 6px;
    margin-right: 12px;
  }
}
.p-about_tel_number:hover > img {
  opacity: 1;
}
.p-about_tel_note {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-about_tel_note {
    font-size: 1.2rem;
    text-align: center;
  }
}
.p-about_logo {
  margin-bottom: 40px;
}
.p-about_address {
  display: flex;
  gap: 20px;
}
.p-about_address:not(:last-child) {
  margin-bottom: 10px;
}
.p-about_officeHours {
  margin-top: 30px;
}
.p-about_officeHours_note {
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-about_officeHours_note {
    max-inline-size: max-content;
    margin-left: auto;
  }
}

.p-docter {
  background-image: url("/wp-content/themes/template/fixpage/lp7/images/bg_about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 150px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-docter {
    background-image: url("/wp-content/themes/template/fixpage/lp7/images/sp/bg_about.jpg");
    padding: 40px 0;
  }
}
.p-docter_profile {
  display: flex;
  gap: 50px;
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-docter_profile {
    gap: 20px;
    align-items: center;
  }
}
.p-docter_profile_img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-docter_profile_img {
    width: 70%;
  }
}
.p-docter_profile_detail .name {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-docter_profile_detail .name {
    display: none;
  }
}
.p-docter_profile_detail .text {
  text-align: justify;
}
.p-docter_table {
  width: calc(100% - 100px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-docter_table {
    width: 100%;
  }
}
.p-docter_table .table-title {
  background: #515c94;
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-docter_table .table-title {
    font-size: 2.4rem;
  }
}
.p-docter_table .table-detail {
  padding: 60px 80px;
}
@media screen and (max-width: 768px) {
  .p-docter_table .table-detail {
    padding: 20px;
  }
}
.p-docter_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 60px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-docter_list {
    font-size: 1.6rem;
    gap: 10px 20px;
  }
  .p-docter_list li:first-child {
    grid-area: 1/1/2/3;
  }
  .p-docter_list li:first-child span {
    display: block;
  }
}

.p-slider {
  max-width: 760px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-slider {
    padding: 0 20px;
  }
}
.p-slider .slick-dots {
  bottom: -65px;
}
@media screen and (max-width: 768px) {
  .p-slider .slick-dots {
    bottom: -50px;
    width: calc(100% - 40px);
  }
}
.p-slider .slick-dots li {
  width: 30px;
  height: 36px;
}
.p-slider .slick-dots li button {
  width: 30px;
  height: 36px;
}
.p-slider .slick-dots li button::before {
  font-family: "a-otf-ryumin-pr6n";
  font-size: 3rem;
  width: 30px;
  height: 36px;
  opacity: 1;
  color: #fff;
}
.p-slider .slick-dots li.slick-active button::before {
  color: #182772;
}
.p-slider_arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
}
.p-slider_arrow::before {
  content: "";
  display: block;
  width: 30px;
  height: 21px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.p-slider_arrow.is-prev {
  left: -76px;
}
.p-slider_arrow.is-prev::before {
  transform: rotate(-90deg);
}
.p-slider_arrow.is-next {
  right: -76px;
}
.p-slider_arrow.is-next::before {
  transform: rotate(90deg);
}

.p-contact {
  padding: 80px 0;
}
.p-contact_title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact_title {
    margin-bottom: 40px;
  }
  .p-contact_title img {
    width: 50%;
  }
}

.p-form_block {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .p-form_block {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-form_title {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: bold;
  padding: 50px 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-form_title {
    padding: 0;
    font-size: 1.8rem;
    align-items: center;
    background: #ecf0f5;
    width: 100%;
    padding: 10px;
  }
}
.p-form_title.is-require::before {
  content: "必須";
  font-size: 2.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 35px;
  background: #ee4266;
  color: #fff;
  position: relative;
  top: 11px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-form_title.is-require::before {
    font-size: 1.8rem;
    top: 0;
  }
}
.p-form_content {
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-form_content {
    padding: 0;
  }
}
.p-form_wrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-form_wrap {
    gap: 10px;
  }
}
.p-form_wrap > .title {
  font-weight: bold;
}
.p-form_wrap > .adjust1 {
  flex-shrink: 0;
}
.p-form_note {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-form_note {
    font-size: 1.4rem;
  }
}
.p-form_date {
  display: flex;
  gap: 10px;
}
.p-form_date:not(:last-child) {
  margin-bottom: 20px;
}
.p-form_date > .title {
  flex-shrink: 0;
  font-weight: bold;
}
.p-form_date > .detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-form_submit {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-form_submit {
    margin-top: 60px;
  }
}
.p-form_policy {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #21338b;
}
.p-form .ajax-loader {
  position: absolute;
}

.p-thanks {
  margin-top: 200px;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    margin-top: 110px;
    padding: 0 10px;
  }
}
.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 {
  margin-bottom: 50px;
}
.p-thanks_button {
  margin-bottom: 30px;
}
.p-thanks_button > a {
  background: #1b1259;
  color: #fff;
  padding: 20px 60px;
  border-radius: 50px;
}
.p-thanks_privacypolicy {
  font-size: 2rem;
}
.p-thanks_privacypolicy a {
  border-bottom: 1px solid #2c2c2c;
}

.p-media {
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-media {
    padding: 50px 0 60px;
  }
}
.p-media_wrap {
  width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-media_wrap {
    width: 100%;
    padding: 0;
  }
}
.p-media_title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-media_title {
    width: 50%;
    margin: 0 auto 20px;
  }
}
.p-media_list.slick-dotted.slick-slider {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .p-media_list.slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
}
.p-media_list .slick-dots {
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .p-media_list .slick-dots {
    bottom: -35px;
  }
}
.p-media_list .slick-dots li {
  margin: 0 2px;
}
.p-media_list .slick-dots li button:before {
  font-size: 14px;
  color: #000;
  opacity: 0.15;
  transition: 0.3s;
}
.p-media_list .slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.p-media_item {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-media_item {
    margin: 0 5px;
  }
}
.p-media_image img {
  width: 100%;
  height: auto;
}
.p-media_text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-media_text {
    padding: 0 10px;
  }
}

/*====================================
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-openCategory::after {
  content: "＋";
  margin-left: 5px;
}
.js-openCategory.is-active::after {
  content: "－";
  margin-left: 5px;
}

.js-spNav {
  transition: 0.3s;
}
.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-headerSearch {
  display: none;
}

@media screen and (max-width: 768px) {
  .js-spCategory {
    display: none;
  }
}