@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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) */
/* ============================================ */
dt {
  font-weight: bold;
}

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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

html {
  font-size: 62.5%;
}

@media screen and (min-width: 1920px), print {
  html {
    font-size: 0.5205622072vw;
  }
}
@media screen and ((min-width: 768px) and (max-width: 1200px)), print {
  html {
    font-size: 0.834028357vw;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6595744681vw;
  }
}
body {
  overflow-x: hidden;
  height: 100%;
  font-family: "Noto Sans JP", Helvetica, YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #333;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px), print {
  .u-only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 9rem;
  padding-left: 2rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: -webkit-backdrop-filter 0.4s ease-in-out;
  transition: backdrop-filter 0.4s ease-in-out;
  transition: backdrop-filter 0.4s ease-in-out, -webkit-backdrop-filter 0.4s ease-in-out;
  /* スクロール時のスタイル変更 */
}
@media screen and (max-width: 1366px), print {
  .l-header {
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    justify-content: space-between;
    height: auto;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
.l-header-logo {
  max-width: 391px;
  width: 21svw;
  height: auto;
}
.l-header-logo img {
  width: 100%;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 1440px), print {
  .l-header-logo svg {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    position: relative;
    z-index: 130;
    width: 195.5px;
    margin-top: 3.4rem;
  }
  .l-header-logo svg {
    width: 195px;
  }
}
.l-header-nav {
  margin-left: clamp(40px, 4svw, 80px);
}
@media screen and (max-width: 1366px), print {
  .l-header-nav {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 1024px), print {
  .l-header-nav {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 940px) {
  .l-header-nav {
    margin-left: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    position: relative;
    top: 2rem;
    right: 2rem;
    z-index: 120;
  }
}
.l-header-nav__inner-list {
  display: flex;
  align-items: center;
  gap: 2svw;
}
@media screen and (max-width: 1366px), print {
  .l-header-nav__inner-list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px), print {
  .l-header-nav__inner-list {
    gap: 1rem;
  }
}
.l-header-nav__inner-item {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 9rem;
  color: #fff;
  font-size: 1.8rem;
  padding: 0;
  transition: color 0.4s ease-in-out;
}
@media screen and (max-width: 1366px), print {
  .l-header-nav__inner-item {
    height: 8rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__inner-item {
    height: auto;
  }
}
.l-header-nav__inner-anchor {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.l-header-nav__inner-anchor img {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 1366px), print {
  .l-header-nav__inner-anchor img {
    max-width: 16px;
    width: 1.3svw;
    height: 1.3svw;
  }
}
.l-header .l-header-nav__inner-item #l-header-svg {
  transition: filter 0.4s ease-in-out;
}
.l-header .l-header-menu__tel {
  transition: 0.4s ease-in-out;
}
.l-header .l-header-menu__tel img {
  transition: filter 0.4s ease-in-out;
}
.l-header.scrolled .l-header-nav__inner-item {
  color: #333;
}
.l-header.scrolled .l-header-nav__inner-item #l-header-svg {
  filter: invert(0.75);
  transition: filter 0.4s ease-in-out;
}
.l-header.scrolled .l-header-menu__tel {
  color: #333;
}
.l-header.scrolled .l-header-menu__tel img {
  filter: invert(0.75);
  transition: filter 0.4s ease-in-out;
}
.l-header__dropnav {
  display: block;
  display: none;
  position: absolute;
  top: 9rem;
  left: 0;
  width: 100svw;
  padding: 4.6rem 6% 4rem;
  background: linear-gradient(90deg, rgba(255, 190, 126, 0.9) 0%, rgba(255, 152, 51, 0.9) 100%);
}
@media screen and (max-width: 1366px), print {
  .l-header__dropnav {
    top: 8rem;
  }
}
.l-header__dropnav-wrap {
  max-width: 852px;
  margin: 0 auto;
}
.l-header__dropnav-title {
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1450980392);
}
.l-header__dropnav-list {
  display: flex;
  justify-content: space-between;
}
.l-header__dropnav-item {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.6rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.l-header__dropnav-item a {
  display: flex;
  flex-direction: column;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1450980392);
}
.l-header__dropnav-item a img {
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1254901961);
}
.l-header__dropnav-item a span {
  margin-top: 4px;
}
.l-header-menu {
  display: flex;
  align-items: center;
  gap: 1.5svw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-header-menu {
    display: none;
  }
}
.l-header-menu__tel {
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1366px), print {
  .l-header-menu__tel {
    font-size: 2.3rem;
  }
}
.l-header-menu__tel img {
  position: absolute;
  top: 0.5rem;
  left: 0;
  transform: translateX(calc(-100% - 2px));
}
@media screen and (max-width: 1024px), print {
  .l-header-menu__tel img {
    transform: translateX(calc(-100% + 2px));
  }
}
.l-header-menu__tel span {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1366px), print {
  .l-header-menu__tel span {
    font-size: 1.4rem;
  }
}
.l-header-menu-button {
  display: flex;
  align-items: center;
}
.l-header-menu-button__login {
  background-color: #2EB8D3;
  margin-right: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.l-header-menu-button__login a {
  display: block;
  width: 20rem;
  padding: 1.5rem 2.2rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.l-header-menu-button__login img {
  margin-left: 8px;
}
.l-header-menu-button__form {
  background-color: #FF9833;
}
.l-header-menu-button__form a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  max-width: 14rem;
  width: 8.5svw;
  height: 9rem;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 1366px), print {
  .l-header-menu-button__form a {
    max-width: 10rem;
    height: 8rem;
    font-size: 1.5rem;
  }
  .l-header-menu-button__form a img {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
}
@media screen and (max-width: 1200px), print {
  .l-header-menu-button__form a {
    gap: 3px;
    height: 6.5rem;
  }
}
.l-header-menu-button__form:nth-of-type(1) {
  background-color: #37414F;
}
.l-header-menu-button__form:nth-of-type(3) {
  background-color: #4BBD8F;
}
.l-header-menu-button__form:nth-of-type(3) img {
  height: 3.5rem;
  -o-object-fit: none;
     object-fit: none;
}
.l-header-menu-button__form img {
  display: block;
}

.home .l-header-nav__inner-item {
  color: #333;
}
.home .l-header-menu__tel {
  color: #333;
}

.l-footer {
  width: 100%;
  margin-top: 0;
  padding: 18.5rem 0;
  background-color: #37414F;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2) inset;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4rem 6% 11rem;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 144rem;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px), print {
  .l-footer__wrap {
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
}
.l-footer__left {
  width: 33.9%;
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    width: 100%;
  }
}
.l-footer-info {
  margin-top: 4rem;
  line-height: 1.8;
}
.l-footer-logo {
  max-width: 411px;
}
.l-footer-logo img {
  width: 100%;
}
.l-footer__right {
  max-width: 75rem;
  width: 55%;
}
@media screen and (max-width: 1200px), print {
  .l-footer__right {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    width: 100%;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    flex-wrap: wrap;
  }
}
.l-footer__navwrap {
  width: 33%;
  margin-top: 0.5rem;
}
.l-footer__navwrap:nth-of-type(3) {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navwrap {
    width: 50%;
    border-bottom: 1px solid #D9D9D9;
  }
  .l-footer__navwrap:nth-of-type(3) {
    width: 100%;
    margin-top: 3.3rem;
    margin-left: 0;
    border-bottom: unset;
  }
}
.l-footer__navwrap .l-footer__item {
  position: relative;
  margin-bottom: 3em;
  padding-left: 1em;
  text-indent: -1em;
}
.l-footer__navwrap .l-footer__item:before {
  content: url("../../assets/images/arrow-footer.svg");
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  transform: translateX(-50%);
}
.l-footer__navwrap .l-footer__item.u-identity {
  margin-left: 10px;
  padding-left: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .l-footer__navwrap .l-footer__item.u-identity {
    margin-left: 0;
  }
}
.l-footer__navwrap .l-footer__item.u-identity:before {
  display: none;
}
.l-footer__navwrap .l-footer__item.u-identity .u-identity-mtext {
  display: block;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2px;
}
.l-footer__navwrap .l-footer__item.u-identity .u-identity-stext {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.l-footer__navwrap .l-footer__item.u-identity a {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #f7f7f7;
  color: #37414F;
  border: 2px solid #fff;
}
.l-footer__navwrap .l-footer__item.u-identity a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #37414f;
  transform: rotate(0deg) translateY(-50%);
}
.l-footer__navwrap .l-footer__item.u-identity a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 2px solid #37414f;
}
@media screen and (max-width: 767px) {
  .l-footer__navwrap .l-footer__item {
    margin-bottom: 2em;
  }
}
.l-footer__popup {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6rem;
}
.l-footer__popup-list {
  display: flex;
  justify-content: center;
  height: 100%;
}
.l-footer__popup-item {
  width: 33.3333333333%;
}
.l-footer__popup-item:nth-of-type(1) {
  background-color: #FF7167;
}
.l-footer__popup-item:nth-of-type(2) {
  background-color: #FF9833;
}
.l-footer__popup-item:nth-of-type(3) {
  background-color: #37414F;
}
.l-footer__popup-item:nth-of-type(4) {
  background-color: #4CBD8F;
}
.l-footer__popup-item span, .l-footer__popup-item a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  padding: 0.2rem 0;
  font-size: 1.5rem;
}
.l-footer__copy {
  display: block;
  max-width: 144rem;
  width: 96%;
  margin: 0 auto;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px), print {
  .l-footer__copy {
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 7rem;
  }
}

.p-material + .l-footer,
.p-contact + .l-footer {
  padding: 6.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-material + .l-footer,
  .p-contact + .l-footer {
    padding: 4rem 6% 11rem;
  }
}
.p-material + .l-footer .l-footer-logo,
.p-contact + .l-footer .l-footer-logo {
  margin: 0 auto;
  text-align: center;
}
.p-material + .l-footer .l-footer__left,
.p-contact + .l-footer .l-footer__left {
  margin: 0 auto;
  text-align: center;
}
.p-material + .l-footer .l-footer__copy,
.p-contact + .l-footer .l-footer__copy {
  text-align: center;
}

.l-section {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-top: 6rem;
  }
}

.p-fv {
  margin-top: 0;
  background-image: url("../images/fv-bg.webp");
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background-image: url("../images/fv-bg_sp.webp");
  }
}
.p-fv__wrap {
  max-width: 953px;
  width: 100%;
  padding-top: 9.8svw;
  padding-bottom: 4.1svw;
  padding-left: 11.9svw;
}
@media screen and (max-width: 767px) {
  .p-fv__wrap {
    padding: 98svw 8svw 10.6svw;
  }
}
.p-fv__copy {
  width: 49.6svw;
  padding-left: 1svw;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    width: 84svw;
    padding-left: 0;
  }
}
.p-fv__copy img {
  width: 100%;
}
.p-fv__text {
  width: 31.5svw;
  padding-top: 3.8svw;
  padding-left: 1svw;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    width: 84svw;
    padding-left: 0;
  }
}
.p-fv__text img {
  width: 100%;
}
.p-fv__contact {
  display: flex;
  gap: 18px;
  width: 35.7svw;
  padding-top: 5svw;
}
@media screen and (max-width: 767px) {
  .p-fv__contact {
    flex-wrap: wrap;
    width: 61.3svw;
    margin: 0 auto;
    padding-top: 8svw;
    gap: 1.5rem;
  }
}
.p-fv__btn {
  display: block;
  width: calc(50% - 9px);
  border-radius: 5rem;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.062745098);
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    width: 100%;
  }
}
.p-fv__btn-material {
  background-color: #37414F;
}
.p-fv__btn-web {
  background-color: #FF9833;
}
.p-fv__btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1366px), print {
  .p-fv__btn a {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__btn a {
    padding: 1.5rem;
  }
}
.p-fv__btn a img {
  max-width: 2.5rem;
  max-height: 2.5rem;
}
@media screen and (max-width: 1366px), print {
  .p-fv__btn a img {
    max-width: 2rem;
    max-height: 2rem;
  }
}
.p-fv__btn-icon {
  position: absolute;
  top: 50%;
  left: 15.1%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1366px), print {
  .p-fv__btn-icon {
    left: 10%;
  }
}
.p-fv__btn-arrow {
  position: absolute;
  top: 50%;
  right: calc(9.2% - 0.5rem);
  transform: translateY(-50%);
}
.p-page-fv {
  padding: 168px 3% 77px;
  background-image: url(../images/bg-header.webp);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.p-page-fv__wrap {
  margin-top: 0;
}
.p-page-fv__title {
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
}
.p-page-fv__text {
  margin-top: 3rem;
  font-size: 1.8rem;
  text-align: center;
}
.p-page-fv__material {
  display: block;
  width: 345px;
  margin: 3.5rem auto 0;
  text-align: center;
}
.p-page-fv__material svg {
  width: 322px;
  height: auto;
}
.p-contact .p-page-fv,
.p-thanks .p-page-fv,
.p-material .p-page-fv,
.p-antisocial .p-page-fv,
.p-policy .p-page-fv,
.p-faq .p-page-fv {
  padding: 168px 3% 100px;
}
.p-contact .p-page-fv__material,
.p-thanks .p-page-fv__material,
.p-material .p-page-fv__material,
.p-antisocial .p-page-fv__material,
.p-policy .p-page-fv__material,
.p-faq .p-page-fv__material {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-page-fv__title {
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
  }
}
.p-concept-wrap {
  position: relative;
  max-width: 120rem;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-concept-wrap {
    width: 89.3svw;
  }
}
.p-conceptBox {
  display: flex;
  gap: 4.75%;
}
@media screen and (max-width: 767px) {
  .p-conceptBox {
    flex-wrap: wrap;
    gap: 6.6svw;
  }
}
.p-conceptBox__img {
  width: 45%;
}
.p-conceptBox__img img {
  width: 100%;
}
.p-conceptBox__wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-conceptBox__img, .p-conceptBox__wrap {
    width: 100%;
  }
}
.p-conceptBox__title {
  font-size: 2.5rem;
  border-bottom: 2px solid #FF9833;
  font-weight: 600;
}
.p-conceptBox__title span:nth-of-type(1) {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-conceptBox__title span:nth-of-type(2) {
  display: block;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-conceptBox__title span:nth-of-type(2) {
    text-align: justify;
  }
}
.p-conceptBox__text {
  margin-top: 1.7rem;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.p-conceptBox__text:nth-of-type(2) {
  margin-top: 2.2rem;
}

.p-reason {
  padding: 7rem 0;
  background: rgb(255, 195, 136);
  background: linear-gradient(50deg, rgb(255, 195, 136) 0%, rgb(255, 152, 51) 100%);
}
.p-reason-wrap {
  position: relative;
  max-width: 120rem;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-reason-wrap {
    width: 89.3svw;
  }
}
.p-reasonBox__list {
  display: flex;
  max-width: 102rem;
  margin: 0 auto;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reasonBox__list {
    flex-wrap: wrap;
  }
}
.p-reasonBox__item {
  max-width: 32rem;
  width: 33%;
  padding: 4rem 3rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1176470588);
}
@media screen and (max-width: 767px) {
  .p-reasonBox__item {
    max-width: 72rem;
    width: 100%;
    padding: 3rem;
  }
}
.p-reasonBox__item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.6rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.3rem;
  letter-spacing: 2%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reasonBox__item h3 br {
    display: none;
  }
}
.p-reasonBox__item figure {
  margin-top: 6px;
}
.p-reasonBox__item figure img {
  width: 100%;
}
.p-reasonBox__text {
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 2%;
}
@media screen and (max-width: 767px) {
  .p-reasonBox__text {
    padding: 0 6%;
  }
}

.p-serviceBox {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-serviceBox {
    padding: 0 6%;
  }
}
.p-serviceBox__flex {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-serviceBox__flex {
    flex-direction: column;
  }
}
.p-serviceBox__list {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-serviceBox__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5%;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 4rem;
  background-color: #FFFBF1;
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1176470588);
  border-radius: 0.5rem;
  height: 27rem;
}
@media screen and (max-width: 767px) {
  .p-serviceBox__item {
    height: auto;
  }
}
.p-serviceBox__img {
  max-width: 15rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-serviceBox__img {
    display: block;
    margin: 2.5rem auto 0;
  }
}
.p-serviceBox__img img {
  width: 100%;
}
.p-serviceBox__wrap {
  max-width: 52rem;
  width: 100%;
}
.p-serviceBox__title {
  display: inline-block;
  padding: 1rem 2.4rem;
  color: #FF9833;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  border: 0.15rem solid #FF9833;
  background-color: #fff;
}
.p-serviceBox__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-serviceBox__text {
    margin-top: 2.5rem;
  }
}

.p-cases {
  display: none;
}

.p-cases-wrap {
  padding: 0 6%;
}

.p-casesBox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.p-casesBox__list {
  display: flex;
  align-items: center;
  gap: 3.1%;
}
@media screen and (max-width: 767px) {
  .p-casesBox__list {
    flex-wrap: wrap;
  }
}
.p-casesBox__item {
  display: block;
  max-width: 375px;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-casesBox__item {
    display: inline-block;
    margin-top: 2.5rem;
    max-width: 768px;
    width: 100%;
  }
}
.p-casesBox__img {
  width: 100%;
  border-radius: 5px;
}
.p-casesBox__img img {
  width: 100%;
}
.p-casesBox__category {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 24px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 4%;
  background-color: #FF9833;
  border-radius: 1.25rem;
}
.p-casesBox__title {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2%;
}
.p-casesBox__text {
  margin-top: 30px;
  font-size: 1.6rem;
  letter-spacing: 2%;
}

.p-breadcrumb {
  background: #F7F7F7;
}
.p-breadcrumb ol {
  display: flex;
  max-width: 120rem;
  width: 96%;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 1.5rem;
}
.p-breadcrumb ol li {
  display: flex;
  align-items: center;
}
.p-breadcrumb ol li:nth-child(n+2):before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 1em;
  transform: rotate(45deg);
  scale: 1 0.8;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.p-beginner .c-section__title {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-beginner .c-section__title {
    font-size: 2.6rem;
  }
}
.p-beginner .c-section__title .en {
  gap: 0.6em;
}
.p-beginner .c-section__title .en::after {
  height: 0.2rem;
}
.p-beginner .p-introduction .c-section__title {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-introduction .c-section__title {
    font-size: 2rem;
    padding: 0 6%;
  }
}
.p-beginner .p-introduction .p-introduction__wrap {
  display: flex;
  justify-content: flex-end;
  gap: 5rem;
  align-items: center;
  background: #FF9833;
  margin-top: 10rem;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-introduction .p-introduction__wrap {
    flex-direction: column-reverse;
    gap: 1rem;
    margin-top: 8rem;
    padding: 0 0 4rem;
  }
}
.p-beginner .p-introduction .p-introduction__textbox {
  font-size: 1.7rem;
  width: calc(45% - 5rem);
  color: #fff;
  margin: 0 0 0 auto;
  max-width: 513px;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-introduction .p-introduction__textbox {
    width: 100%;
    padding: 0 6%;
    font-size: 1.6rem;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.p-beginner .p-introduction .p-introduction__text {
  margin-bottom: 2rem;
  font-weight: 500;
}
.p-beginner .p-introduction .p-introduction__img {
  position: relative;
  top: calc(-4rem - 1.3svw);
  padding-bottom: 2rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-introduction .p-introduction__img {
    width: 85%;
    margin: 0 0 0 auto;
    top: calc(-2rem - 1.3svw);
    padding: 0;
  }
}
.p-beginner .p-introduction .p-introduction__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-introduction .p-introduction__img img {
    width: 100%;
    height: auto;
  }
}
.p-beginner .p-solve {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-solve {
    padding: 0 6% 6rem;
  }
}
.p-beginner .p-solveBox {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.p-beginner .p-solveBox__list {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-solveBox__list {
    flex-direction: column;
    gap: 5rem;
  }
}
.p-beginner .p-solveBox__item {
  width: 24.5%;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-solveBox__item {
    width: 100%;
  }
}
.p-beginner .p-solveBox__item-negative figure {
  text-align: center;
  width: 82%;
  margin: auto;
}
.p-beginner .p-solveBox__item-negative figure img {
  width: 100%;
}
.p-beginner .p-solveBox__item-arrow {
  text-align: center;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-solveBox__item-arrow {
    margin: 1.5rem 0;
  }
}
.p-beginner .p-solveBox__text-negative {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
  text-align: center;
}
.p-beginner .p-solveBox__text-merit {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  border: 2px solid #FF9833;
  padding: 3rem 2rem;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-solveBox__text-merit {
    width: 80%;
    padding: 2rem 1.5rem;
    font-size: 1.8rem;
    margin: auto;
  }
}
.p-beginner .p-point {
  background: #fffbf1;
  padding: 7rem 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-point {
    padding: 7rem 6%;
  }
}
.p-beginner .p-pointBox {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.p-beginner .p-pointBox__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 5.9rem 5rem;
  gap: 30px;
}
.p-beginner .p-pointBox__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-beginner .p-pointBox__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-pointBox__item {
    flex-direction: column-reverse;
    margin: 0 0 7rem;
    gap: 3rem;
  }
  .p-beginner .p-pointBox__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.p-beginner .p-pointBox__item-negative {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF9833;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-pointBox__item-negative {
    font-size: 2.1rem;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.p-beginner .p-pointBox__main {
  background: #fff;
  border-radius: 0.6rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1607843137);
  padding: 4.5rem 4rem;
  width: 45.4%;
  min-height: 410px;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-pointBox__main {
    width: 100%;
    padding: 2.5rem 2rem;
  }
}
.p-beginner .p-pointBox__no {
  background: #FF9833;
  border-radius: 10rem;
  width: 6rem;
  height: 6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-pointBox__no {
    width: 8rem;
    height: 8rem;
  }
  .p-beginner .p-pointBox__no img {
    width: 30%;
  }
}
.p-beginner .p-pointBox__text {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.p-beginner .p-pointBox__text.p-pointBox__available {
  font-size: 1.4rem;
}
.p-beginner .p-pointBox__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-pointBox__img {
    width: 80%;
  }
}
.p-beginner .p-voice {
  display: none;
  background-image: url(../../images/voice-back.webp);
  margin: 0;
  padding: 7rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-voice {
    padding: 6rem 0;
  }
}
.p-beginner .p-voiceBox {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-voiceBox {
    padding: 0 6%;
  }
}
.p-beginner .p-voiceBox__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 0 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-voiceBox__list {
    margin: 0;
  }
}
.p-beginner .p-voiceBox__item {
  width: 48%;
  background: #fff;
  padding: 4rem 4rem 4rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-voiceBox__item {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}
.p-beginner .p-voiceBox__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 3.7rem;
  background: #FF9833;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.p-beginner .p-voiceBox__img {
  float: left;
  margin-top: 1rem;
  width: 19.5%;
}
.p-beginner .p-voiceBox__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-voiceBox__img {
    float: none;
    margin: 2rem auto;
    text-align: center;
    width: 40%;
  }
}
.p-beginner .p-voiceBox__main {
  font-size: 1.6rem;
  float: right;
  width: 74%;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-voiceBox__main {
    float: none;
    width: 100%;
  }
}
.p-beginner .p-voiceBox__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-faq {
    padding: 0 6%;
  }
}
.p-beginner .p-faqBox {
  max-width: 855px;
  margin: auto;
}
.p-beginner .p-faqBox dl {
  margin-bottom: 5.5rem;
}
.p-beginner .p-faqBox dl dt {
  font-size: 2rem;
  color: #FF9833;
  margin-bottom: 1rem;
}
.p-beginner .p-faqBox dl dt span {
  font-size: 2.2rem;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-faqBox dl dt {
    font-size: 1.8rem;
  }
  .p-beginner .p-faqBox dl dt span {
    margin-right: 0.3rem;
  }
}
.p-beginner .p-faqBox dl dd {
  font-size: 1.6rem;
  display: flex;
  line-height: 1.8;
  align-items: baseline;
}
.p-beginner .p-faqBox dl dd span {
  color: #37414F;
  font-size: 2.2rem;
  font-weight: 700;
  margin-right: 1.5rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-beginner .p-faqBox dl dd span {
    margin: 0;
    display: block;
    margin-right: 1.9rem;
  }
}

.p-takecare {
  max-width: 1200px;
  width: 88%;
  margin: 7rem auto 0;
}
.p-takecare__wrap {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .p-takecare__wrap {
    flex-direction: column-reverse;
  }
}
.p-takecare__textbox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-takecare__textbox {
    width: 100%;
  }
}
.p-takecare__title {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-takecare__title {
    margin-top: 2rem;
  }
}
.p-takecare__text {
  font-size: 1.6rem;
  margin-top: 3rem;
}
.p-takecare__text:nth-of-type(1) {
  margin-top: 4rem;
}
.p-takecare__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-takecare__img {
    width: 100%;
  }
}
.p-takecare__img img {
  width: 100%;
}

.p-serviceBox .u-page-service {
  padding: 0;
}
.p-serviceBox__list {
  margin-top: 4rem;
}

/* box01
-----------------------------------------------*/
.p-standardplan .p-plan {
  background-color: #FFFBF1;
  margin: auto;
  padding: 8rem 0;
}
.p-standardplan h2.c-section__title.c-section__title-mono {
  padding: 0 6%;
  text-align: center;
}

.p-planBox ul.p-planBox__list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px), print {
  .p-planBox ul.p-planBox__list {
    padding: 0 2%;
  }
}
.p-planBox ul.p-planBox__list li.p-planBox__item {
  text-align: center;
  margin: auto;
  width: 33.33333%;
}
.p-planBox ul.p-planBox__list li.p-planBox__item figure.p-planBox__img {
  margin-bottom: 2rem;
}
.p-planBox ul.p-planBox__list li.p-planBox__item p.p-planBox__text-merit {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid #FF9833;
  padding: 30px 20px;
  border-radius: 6px;
  background: #fff;
}

.p-explanation-wrap {
  text-align: center;
}
.p-explanation-wrap picture.p-explanation__img img {
  margin: 4rem 0;
}
@media screen and (max-width: 1024px), print {
  .p-explanation-wrap picture.p-explanation__img img {
    width: 95%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-explanation-wrap picture.p-explanation__img img {
    max-width: 200px;
    width: 65%;
  }
}

.p-plan__point {
  margin: 10rem auto;
}
.p-plan__point .p-plan__point-wrap {
  background-image: url(../images/three-point-bk.jpg);
  background-repeat: no-repeat;
  padding-top: 7.7rem;
}
.p-plan__point ul.p-plan__pointBox {
  display: flex;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  margin: 10rem auto;
  gap: 3rem;
}
@media screen and (max-width: 1250px) {
  .p-plan__point ul.p-plan__pointBox {
    padding: 0 6%;
  }
}
.p-plan__point ul.p-plan__pointBox li.p-plan__point-item {
  background: linear-gradient(179deg, #FF9833, #ffb56c);
  padding: 3rem;
  border-radius: 7px;
  color: #fff;
  width: 33.3333333333%;
  min-height: 500px;
}
@media screen and (max-width: 1250px) {
  .p-plan__point ul.p-plan__pointBox li.p-plan__point-item {
    background: #FF9833;
  }
}
.p-plan__point ul.p-plan__pointBox li.p-plan__point-item .p-plan__point-title {
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
  font-weight: 600;
}
.p-plan__point ul.p-plan__pointBox li.p-plan__point-item .p-plan__point-text {
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
.p-plan__point ul.p-plan__pointBox li.p-plan__point-item .p-plan__point-textlist {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-plan__flow-wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px), print {
  .p-plan__flow-wrap {
    width: 96%;
  }
}

.p-plan__flow {
  background-color: #fffbf1;
  padding: 7rem 0;
}
.p-plan__flow p.p-plan__flow-period {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1024px), print {
  .p-plan__flow p.p-plan__flow-period {
    top: 14%;
  }
}
@media screen and (max-width: 1024px), print {
  .p-plan__flow p.p-plan__flow-period img {
    max-width: 70px;
  }
}
@media screen and (max-width: 940px) {
  .p-plan__flow p.p-plan__flow-period img {
    max-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__flow p.p-plan__flow-period {
    position: absolute;
    right: 3%;
    left: unset;
    z-index: 1;
    display: none;
  }
}
.p-plan__flow-period {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-plan__flow-period {
    position: absolute;
    right: 3%;
    left: unset;
    z-index: 1;
    display: none;
  }
}
.p-plan__flow-period-sp {
  display: none;
  background: linear-gradient(360deg, #FF9833, #ffba76);
  color: #fff;
  font-size: 2rem;
  width: 90%;
  margin: 0 auto 3rem;
  position: relative;
  padding: 7vw 10px 12vw;
}
@media screen and (max-width: 767px) {
  .p-plan__flow-period-sp {
    display: block;
  }
}
.p-plan__flow-period-sp-text {
  text-align: center;
}
.p-plan__flow-period-sp:after {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  border-style: solid;
  bottom: 0px;
  border-color: rgba(0, 0, 0, 0) #fffbf1 rgba(0, 0, 0, 0);
  border-width: 8vw 43.5vw 0;
}
.p-plan__flow ul.p-plan__flowBox {
  position: relative;
  max-width: 920px;
  margin: auto;
}
@media screen and (max-width: 1024px), print {
  .p-plan__flow ul.p-plan__flowBox {
    padding: 0 0 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__flow ul.p-plan__flowBox {
    padding: 0 3%;
  }
}
.p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item {
  display: flex;
  position: relative;
  align-items: center;
  gap: 7rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px), print {
  .p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item {
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item .p-plan__step {
    width: calc(100% - 10rem);
    position: relative;
    z-index: 10;
  }
}
.p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 5rem;
  left: 5.5rem;
  width: 0.7rem;
  height: 100%;
  background: #ff9833;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item::before {
    left: 3.5rem;
    transform: translateX(-50%);
  }
}
.p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item:last-child::before {
  content: none;
}
.p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item img.p-plan__step-no {
  position: relative;
  z-index: 10;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item img.p-plan__step-no {
    position: relative;
    z-index: 10;
    width: 7rem;
  }
}
.p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item .p-plan__step {
  width: calc(100% - 10rem);
  position: relative;
  z-index: 10;
}
.p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item h3.p-plan__step-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.p-plan__flow ul.p-plan__flowBox li.p-plan__flow-item p.p-plan__step-text {
  font-size: 1.6rem;
}

.p-plan__price-wrap {
  max-width: 950px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-plan__price-wrap {
    margin: auto 5%;
  }
}
.p-plan__price-wrap p.p-plan__price-period {
  text-align: center;
  font-size: 2rem;
  width: 100%;
  background-color: #ff9833;
  color: #fff;
  padding: 1rem;
  margin-bottom: 3rem;
}
.p-plan__price-wrap table.p-plan__price-table {
  margin: auto;
}
.p-plan__price-wrap table.p-plan__price-table tr {
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: solid 1px #FF9833;
  background-image: unset;
}
.p-plan__price-wrap table.p-plan__price-table tr th {
  font-size: 1.6rem;
  padding: 1.8rem;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap table.p-plan__price-table tr th {
    padding: 2rem 0;
  }
}
.p-plan__price-wrap table.p-plan__price-table tr th:nth-of-type(2), .p-plan__price-wrap table.p-plan__price-table tr th:nth-of-type(3) {
  border: solid 1px #FF9833;
}
.p-plan__price-wrap table.p-plan__price-table tr th:first-child {
  border-left: unset;
}
.p-plan__price-wrap table.p-plan__price-table tr th:last-child {
  border-right: unset;
}
.p-plan__price-wrap table.p-plan__price-table tr td {
  border-right: solid 1px #FF9833;
  border-left: solid 1px #FF9833;
  color: #707070;
  font-size: 1.6rem;
  padding: 2.2rem;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
.p-plan__price-wrap table.p-plan__price-table tr td span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap table.p-plan__price-table tr td {
    padding: 2rem 0;
  }
}
.p-plan__price-wrap table.p-plan__price-table tr td:first-child {
  border-left: unset;
}
.p-plan__price-wrap table.p-plan__price-table tr td:last-child {
  border-right: unset;
}
.p-plan__price-wrap table.p-plan__price-table tr:nth-child(n+1):nth-child(-n+2) {
  border-bottom: dotted 2px #FF9833;
}
.p-plan__price-wrap table.p-plan__price-table thead tr:nth-of-type(1) {
  border-top: solid 1px #FF9833;
  border-bottom: solid 1px #FF9833 !important;
}
.p-plan__price-wrap .p-plan__simulation {
  max-width: 950px;
  border: 2px solid #FF9833;
  border-radius: 7px;
  padding: 40px;
  margin: 7rem auto 14rem;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation {
    padding: 2rem;
  }
}
.p-plan__price-wrap .p-plan__simulation h3.p-plan__simulation-title {
  font-size: 2.2rem;
  color: #FF9833;
  text-align: center;
  font-weight: bold;
  margin: 2rem auto;
}
.p-plan__price-wrap .p-plan__simulation p.p-plan__simulation-text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-plan__price-wrap .p-plan__simulation table.simulation {
  max-width: 570px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table.simulation tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.p-plan__price-wrap .p-plan__simulation table.simulation tbody tr th {
  font-size: 1.6rem;
  vertical-align: middle;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table.simulation tbody tr th {
    padding-bottom: 0.5rem;
  }
}
.p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td {
    padding-bottom: 0;
  }
}
.p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td input {
  width: 100%;
  padding: 10px;
  margin-left: 10px;
  font-weight: 500;
  color: #37414F;
  border: solid 1px #969696;
  background: #ffffff;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td input {
    width: 95%;
    font-size: 1rem;
    margin-left: 0;
  }
}
.p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td select#select-plan {
  width: 100%;
  padding: 5px;
  margin-left: 10px;
  font-weight: 500;
  color: #37414F;
  border: solid 1px #969696;
  background: #ffffff;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td select#select-plan {
    width: 95%;
    font-size: 1rem;
    margin-left: 0;
  }
}
.p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td.btnArea {
  margin: auto;
  text-align: center;
}
.p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td.btnArea .c-btn-wrap {
  position: relative;
  margin: 2rem auto 0;
  max-width: 30rem;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td.btnArea .c-btn-wrap {
    width: 200px;
  }
}
.p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td.btnArea .c-btn-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td.btnArea input#btn-submit {
  position: relative;
  padding: 2.2rem;
  background-color: #FF9833;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: unset;
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table.simulation tbody tr td.btnArea input#btn-submit {
    font-size: 1.4rem;
    padding: 10px;
    width: 200px;
  }
}
.p-plan__price-wrap .p-plan__simulation table#results-table {
  display: none;
  max-width: 570px;
  margin: auto;
}
.p-plan__price-wrap .p-plan__simulation table#results-table tbody {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table#results-table tbody {
    max-width: 500px;
  }
}
.p-plan__price-wrap .p-plan__simulation table#results-table tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.p-plan__price-wrap .p-plan__simulation table#results-table tbody tr td {
  display: flex;
  min-width: 150px;
  width: 55%;
  align-items: center;
  font-size: 1.8rem;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table#results-table tbody tr td {
    width: 59%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.p-plan__price-wrap .p-plan__simulation table#results-table tbody tr td .results-price {
  display: inline-block;
  min-width: 11rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table#results-table tbody tr td .results-price {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
}
.p-plan__price-wrap .p-plan__simulation table#results-table tbody tr th {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  padding: 0.3rem 0.6rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: #ff9833;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__price-wrap .p-plan__simulation table#results-table tbody tr th {
    font-size: 1.4rem;
    margin: 10px auto 0;
  }
}

.p-plan__access .p-plan__access-wrap {
  max-width: 1114px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .p-plan__access .p-plan__access-wrap {
    margin: auto 5%;
  }
}
.p-plan__access .p-plan__access-wrap .p-plan__access-data {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-plan__access .p-plan__access-wrap .p-plan__access-data {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.p-plan__access .p-plan__access-wrap .p-plan__access-data dl {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-plan__access .p-plan__access-wrap .p-plan__access-data dl {
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
.p-plan__access .p-plan__access-wrap .p-plan__access-data dl dd {
  width: 65%;
  padding: 2rem 0;
  line-height: 1.4;
  border-bottom: 2px solid #e9e9e9;
}
.p-plan__access .p-plan__access-wrap .p-plan__access-data dl dt {
  width: 25%;
  padding: 2rem 0;
  line-height: 1.4;
  border-bottom: 2px solid #FF9833;
}
.p-plan__access .p-plan__access-wrap iframe {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-plan__access .p-plan__access-wrap iframe {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-standardplan .p-plan {
    background-color: #FFFBF1;
    margin: auto;
    padding: 8rem 0 1rem;
  }
  .p-standardplan .p-plan .p-planBox ul.p-planBox__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .p-standardplan .p-plan .p-planBox ul.p-planBox__list li.p-planBox__item {
    width: 91%;
    margin-bottom: 3rem;
  }
  .p-explanation-wrap {
    text-align: center;
  }
  .p-explanation-wrap p.p-explanation__img img {
    width: 95%;
  }
  .p-plan__point {
    margin: 5rem auto;
  }
  .p-plan__point .p-plan__point-wrap {
    background-image: url(../images/three-point-bk.jpg);
    background-repeat: no-repeat;
    padding-top: 7.7rem;
  }
  .p-plan__point ul.p-plan__pointBox {
    width: 91%;
    flex-direction: column;
    margin: 3rem auto;
    padding: 0;
  }
  .p-plan__point ul.p-plan__pointBox li.p-plan__point-item {
    width: 100%;
    min-height: auto;
    height: auto;
    margin-bottom: 2rem;
    padding: 3rem;
  }
  .p-plan__point ul.p-plan__pointBox li.p-plan__point-item h3.p-plan__point-title {
    font-size: 2rem;
  }
  .p-plan__point ul.p-plan__pointBox li.p-plan__point-item p.p-plan__point-text {
    font-size: 1.6rem;
  }
  .p-plan__simulation {
    border: 2px solid #FF9833;
    border-radius: 7px;
    margin-top: 7rem;
    padding: 40px;
  }
  .p-plan__price-wrap {
    width: 95%;
    margin: auto;
  }
  .p-plan__price-wrap table.p-plan__price-table thead th {
    font-size: 1rem;
  }
}
.p-company .p-company__box {
  max-width: 1000px;
  margin: 10rem auto 0;
}
.p-company .p-company__box:last-of-type {
  margin: 10rem auto;
}
.p-company .p-company__box h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  font-weight: 600;
}
.p-company .p-company__box table {
  margin: 1rem auto;
  width: 1000px;
}
.p-company .p-company__box table tbody tr {
  font-size: 2rem;
  border-bottom: 1px solid #e9e9e9;
}
.p-company .p-company__box table tbody tr th {
  font-weight: 700;
  width: 30%;
  vertical-align: middle;
}
.p-company .p-company__box table tbody tr td {
  padding: 3rem 0;
  width: 100%;
}
.p-company .p-company__box table tbody tr td span {
  font-size: 1.6rem;
}
.p-company .p-company__box table tbody tr td span a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: #FF9833;
}
.p-company .p-company__box table tbody tr td span a:hover {
  opacity: 0.7;
}
.p-company .p-company__box table tbody tr td span img {
  width: 20px;
  margin-left: 5px;
}
.p-company .p-company__box p {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 3.3rem;
}

@media screen and (max-width: 640px) {
  .p-company .p-company__box {
    width: 95%;
  }
  .p-company .p-company__box table {
    margin: 1rem auto;
    width: 100%;
  }
  .p-company .p-company__box table tbody tr {
    font-size: 1.5rem;
  }
  .p-company .p-company__box table tbody td span {
    font-size: 1.5rem;
  }
  .p-company .p-company__box p {
    font-size: 1.7rem;
  }
  .p-company .p-company__box p span {
    font-size: 1.9rem;
  }
}
.p-privacypolicy {
  max-width: calc(980px + 12%);
  margin: 80px auto;
  padding: 0 6%;
  font-size: 16px;
}
.p-privacypolicyBox__title {
  font-size: 2.5rem;
  border-bottom: 2px solid #e9e9e9;
  margin: 1.5em auto;
}
.p-privacypolicyBox__numberBox {
  margin-bottom: 3em;
  margin-left: 2em;
}
.p-privacypolicyBox__numbertext {
  margin: 0.7em 0;
}
.p-privacypolicyBox__text {
  margin: 0.7em 0;
  margin-top: 1.7em;
}
.p-privacypolicyBox__privacyunorderedlist {
  margin: 0.5em 0;
  margin-left: 2em;
}
.p-privacypolicyBox__privacylistBox {
  margin-bottom: 2.5em;
}
.p-privacypolicyBox__privacylist p {
  margin: 0.5em 0;
}
.p-privacypolicyBox__table.other-margin {
  margin-top: 1.7em;
  width: 100%;
}
.p-privacypolicyBox__table__head {
  background-color: #e9e9e9;
}
.p-privacypolicyBox__table__head th, .p-privacypolicyBox__table__head td {
  text-align: center;
}
.p-privacypolicyBox__table tr {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 7.5rem;
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 767px) {
  .p-privacypolicyBox__table tr {
    height: auto;
  }
}
.p-privacypolicyBox__table tr th {
  width: 30%;
  height: 100%;
  padding: 0 15px;
  align-content: center;
}
.p-privacypolicyBox__table tr td {
  width: 70%;
  height: 100%;
  padding: 0 15px;
  border-left: 1px solid #e9e9e9;
  align-content: center;
}
.p-privacypolicyBox__tabletext {
  margin: 1.7em 0;
}
.p-privacypolicyBox__cookielist {
  margin: 1.5em 0;
}

/* box01
-----------------------------------------------*/
.p-faq__page {
  margin: 80px auto 96px;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .p-faq__page {
    width: 95%;
  }
}
.p-faq__page dl {
  margin-bottom: 50px;
}
.p-faq__page dl dt {
  font-size: 2rem;
  font-weight: bold;
  color: #FF9833;
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-faq__page dl dt span {
  margin-right: 10px;
}
.p-faq__page dl dd {
  display: flex;
  align-items: baseline;
}
.p-faq__page dl dd p {
  display: flex;
  line-height: 1.6;
  font-size: 1.6rem;
}
.p-faq__page dl dd span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #37414F;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .p-faq {
    margin-bottom: 48px;
  }
  .p-faq dl {
    font-size: 1.8rem;
  }
  .p-faq dl dt {
    text-indent: -3.2rem;
    padding-left: 3.2rem;
  }
  .p-faq dl dd span {
    margin-right: 20px;
  }
}
.p-contact__form {
  max-width: 900px;
  margin: 80px auto;
}
.p-contact__form h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 3rem;
}
.p-contact__form h2 + p {
  line-height: 1.6;
}
.p-contact__form p {
  font-size: 1.6rem;
  margin: 0 0 3rem;
}
.p-contact__form p.p-contact__text-title {
  text-align: center;
  font-size: 2rem;
}
.p-contact__form .p-contact__flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
.p-contact__form .p-contact__flex .p-contact__tel {
  font-size: 1.9rem;
  text-align: center;
  font-weight: 400;
}
.p-contact__form .p-contact__flex .p-contact__tel h3 {
  margin-bottom: 1rem;
}
.p-contact__form .p-contact__flex .p-contact__tel a {
  color: #ff9833;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 2rem 0;
}
.p-contact__form .p-contact__flex .p-contact__tel p {
  margin: 1rem 0 3rem;
}
.p-contact__form #contact_form tr {
  display: flex;
  flex-direction: column;
}
.p-contact__form #contact_form tr th p {
  margin: 2rem 0 1rem;
}
.p-contact__form #contact_form tr th p span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ef6833;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
}
.p-contact__form #contact_form input[type=radio] {
  -webkit-appearance: auto;
}
.p-contact__form #contact_form input[type=checkbox] {
  -webkit-appearance: auto;
}
.p-contact__form #contact_form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.p-contact__form #contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 900px;
  padding: 20px 15px;
  margin: 5px 0;
  font-weight: 500;
  color: #3a3a3a;
  border: solid 1px #d5d5d5;
  background: #ffffff;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}
.p-contact__form #contact_form textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 20px 15px;
  margin: 5px 0;
  font-weight: 500;
  color: #3a3a3a;
  border: solid 1px #d5d5d5;
  background: #ffffff;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 640px) {
  .p-contact__form {
    width: 95%;
    margin: 5rem auto;
  }
  .p-contact__form h2 {
    font-size: 2rem;
    text-align: center;
  }
  .p-contact__form p.p-contact__text-title {
    font-size: 1.7rem;
  }
  .p-contact__form .p-contact__flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 5rem auto;
  }
  .p-contact__form #contact_form {
    margin-top: 7rem;
  }
  .p-contact__form #contact_form tr th p {
    margin: 1rem 0 1rem;
  }
  .p-contact__form #contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
  }
}
/* box01
-----------------------------------------------*/
.p-material__area {
  max-width: 1000px;
  margin: 7rem auto 5rem;
}
.p-material__area .p-material__form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-material__area .p-material__form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.p-material__area .p-material__form.p-material__gap {
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-material__area .p-material__form.p-material__gap {
    gap: 0rem;
  }
}
.p-material__area .p-material__form .p-material__text {
  text-align: center;
  font-size: 1.8rem;
}
.p-material__area .p-material__form .p-material__text p {
  margin-bottom: 4rem;
}
.p-material__area .p-material__form .p-material__flex {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-material__area .p-material__form .p-material__flex {
    width: 100%;
  }
}
.p-material__area .p-material__form .p-material__flex h2 {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 1rem;
}
.p-material__area .p-material__form .p-material__flex p {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 1rem;
}
.p-material__area .p-material__form img {
  width: 240px;
}

.p-material__right {
  font-size: 1.6rem;
  text-align: left;
  width: 45%;
  background: #fff;
  padding: 3rem 4rem;
  border-radius: 1rem;
  box-shadow: 1rem 1rem 2rem 0px rgba(0, 0, 0, 0.1176470588);
}
@media screen and (max-width: 767px) {
  .p-material__right {
    width: 90%;
    padding: 3rem 2rem;
  }
}
.p-material__right p.p-material___center {
  margin-bottom: 4rem;
}
.p-material__right input[type=radio] {
  -webkit-appearance: auto;
}
.p-material__right span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-material__right label {
  text-align: left;
}
.p-material__right label input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  padding: 1rem;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  margin: auto;
  width: 100%;
}
.p-material__right input[type=checkbox] {
  -webkit-appearance: auto;
}
.p-material__right .wpcf7-form p {
  margin-bottom: 2rem;
}

.p-contact__tel {
  font-size: 1.9rem;
  text-align: center;
  font-weight: 400;
}
.p-contact__tel h3 {
  margin-bottom: 1rem;
}
.p-contact__tel a {
  color: #ff9833;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 2rem 0;
}
.p-contact__tel p {
  margin: 1rem 0 3rem;
}

/* box01
-----------------------------------------------*/
.p-thanks {
  margin: 80px auto 96px;
  max-width: 900px;
}
.p-thanksBox__wrap {
  margin: 0 auto;
}
.p-thanksBox__title span {
  font-size: 30px;
  font-weight: 700;
}
.p-thanksBox__text {
  font-size: 16px;
  margin: 30px auto;
  line-height: 2;
}

.l-main.p-thanks {
  max-width: 100%;
  margin: auto;
}

/* box01
-----------------------------------------------*/
.p-materialthanks {
  margin: 80px auto 96px;
  max-width: 900px;
}
.p-materialthanksBox {
  background-color: #f3f3f3;
  padding: 25px;
  margin: auto;
  text-align: center;
}
.p-materialthanksBox__wrap {
  margin: 0 auto;
}
.p-materialthanksBox__title {
  margin: 5px 0 20px;
}
.p-materialthanksBox__title span {
  font-size: 24px;
  font-weight: 500;
}
.p-materialthanksBox__text {
  font-size: 16px;
  margin: 0 auto;
  line-height: 2;
}
.p-materialthanksBox__download .p-materialthanksBox__text {
  margin: 25px auto;
}
.p-materialthanksBox__download .p-materialthanksBox__anchor {
  margin: 0 auto;
  font-weight: 500;
}

/* box01
-----------------------------------------------*/
.p-antisocial__page {
  max-width: 1200px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .p-antisocial__page {
    margin: 50px auto;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .p-antisocial__page {
    margin: 40px auto;
  }
}
.p-antisocial__page dl {
  margin-bottom: 30px;
}
.p-antisocial__page dl dt {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 2rem;
}
.p-antisocial__page dl dt.p-antisocial__title {
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-antisocial__page dl dt.p-antisocial__title {
    font-size: 2rem;
  }
}
.p-antisocial__page dl dd {
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-antisocial__page dl dd .p-antisocial__list {
  margin-top: 10px;
}
.p-antisocial__page dl dd .p-antisocial__list li {
  font-size: 1.6rem;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}
.p-antisocial__page dl dd .p-antisocial__list li span {
  padding-right: 1.5rem;
}
.p-antisocial__page dl dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .p-antisocial__page {
    margin: 50px auto;
    width: 95%;
  }
  .p-antisocial__page dl dd .p-antisocial__list li {
    font-size: 1.5rem;
  }
}
.p-health__page {
  margin-top: 70px;
}
.p-health__page .p-health__box {
  max-width: 1000px;
  margin: 0 auto;
}
.p-health__page .p-health__box-certification {
  font-size: 2.2rem;
}
.p-health__page .p-health__box .p-health__greeting {
  font-size: 1.7rem;
  margin: 30px auto 40px;
  background-color: #fffbf1;
  padding: 40px 40px 10px;
}
.p-health__page .p-health__box .p-health__greeting p span {
  color: #37414F;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-health__page .p-health__box .p-health__heading {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #FF9833;
  font-weight: 600;
}
.p-health__page p {
  margin-bottom: 30px;
  line-height: 3rem;
  font-size: 1.6rem;
}
.p-health__page p span {
  font-size: 1.8rem;
}
.p-health__page img {
  width: 100%;
  margin-bottom: 30px;
}
.p-health__page h2 {
  background-image: url(../img/title_bg.png);
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  margin-bottom: 76px;
}
.p-health__page h2 .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.p-health__page h2 .inner span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-left: -0.1em;
}
.p-health__page h2 .inner p {
  font-weight: 500;
  font-size: 4rem;
  margin: 10px 0 15px 0;
  letter-spacing: 0.2em;
  margin-left: -0.2em;
}
.p-health__page ol.p-health__list {
  margin-top: 10px;
  margin-bottom: 60px;
  list-style: decimal;
}
.p-health__page ol.p-health__list li {
  font-size: 1.6rem;
  margin-left: 2rem;
  margin-bottom: 10px;
  line-height: 3rem;
}
.p-health__page ol.p-health__list li b {
  font-size: 1.8rem;
}
.p-health__page ol.p-health__list li::marker {
  font-weight: bolder;
}

@media screen and (max-width: 640px) {
  .p-health .p-health__box {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .p-health .p-health__box .p-health__greeting {
    font-size: 1.7rem;
    margin: 30px auto 40px;
    background-color: #fffbf1;
    padding: 0px 20px 1px;
  }
  .p-health .p-health__box .p-health__greeting p span {
    line-height: 9rem;
  }
  .p-health h2 {
    height: 180px;
    margin-bottom: 38px;
  }
  .p-health .inner p {
    font-size: 2.8rem;
  }
  .p-health p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.p-details-case {
  max-width: 1000px;
  margin: 80px auto;
}
.p-details-case h2 {
  margin-bottom: 2rem;
}
.p-details-case .p-details__flex {
  display: flex;
  gap: 20px;
}
.p-details-case .p-details__flex img {
  width: 50%;
}
.p-details-case .p-details__flex h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.p-details-case .p-details__flex p {
  font-size: 1.6rem;
}

.p-sitemap__page {
  max-width: 1000px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}
.p-sitemap-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 24rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap-list {
    flex-direction: column;
    height: auto;
  }
}
.p-sitemap-list + .p-sitemap-list {
  margin-top: 15rem;
}
.p-sitemap-list:nth-of-type(6) {
  margin-top: 0;
}
.p-sitemap-item {
  width: 50%;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap-item {
    width: 100%;
  }
}
.p-sitemap-item + .p-sitemap-item {
  margin-top: 2rem;
}
.p-sitemap-item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.l-main.p-thanks {
  max-width: 100%;
  margin: auto;
}

/* box01
-----------------------------------------------*/
.p-payment .p-plan {
  background-color: #FFFBF1;
  margin: auto;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-payment .p-planBox ul.p-planBox__list {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-payment .p-planBox ul.p-planBox__list li.p-planBox__item {
    width: 90%;
  }
}
.p-payment .p-planBox ul.p-planBox__list li.p-planBox__item p.p-planBox__text-merit {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-payment .p-explanation-wrap picture.p-explanation__img img {
    max-width: 100%;
    width: 95%;
  }
}
.p-payment .p-plan__point .p-plan__point-wrap {
  background-image: url(../images/three-point2-bk.jpg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-payment .p-plan__point .p-plan__point-wrap {
    background-size: auto 510px;
    background-position: top;
  }
}
.p-payment .p-plan__price-wrap table.p-plan__price-table {
  margin: auto;
  width: 100%;
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr {
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: solid 1px #FF9833;
  background-image: unset;
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr th {
  font-size: 1.6rem;
  padding: 1.8rem;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-payment .p-plan__price-wrap table.p-plan__price-table tr th {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr th:nth-of-type(2), .p-payment .p-plan__price-wrap table.p-plan__price-table tr th:nth-of-type(3), .p-payment .p-plan__price-wrap table.p-plan__price-table tr th:nth-of-type(4) {
  border: solid 1px #FF9833;
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr th:first-child {
  border-left: unset;
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr th:last-child {
  border-right: unset;
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr td {
  border-right: solid 1px #FF9833;
  border-left: solid 1px #FF9833;
  color: #707070;
  font-size: 1.6rem;
  padding: 2.2rem;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr td span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-payment .p-plan__price-wrap table.p-plan__price-table tr td {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr td:first-child {
  border-left: unset;
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr td:last-child {
  border-right: unset;
}
.p-payment .p-plan__price-wrap table.p-plan__price-table tr:nth-child(n+1):nth-child(-n+2) {
  border-bottom: dotted 2px #FF9833;
}
.p-payment .p-plan__price-wrap table.p-plan__price-table thead tr:nth-of-type(1) {
  border-top: solid 1px #FF9833;
  border-bottom: solid 1px #FF9833 !important;
}
.p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr th {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr th {
    width: 35%;
    padding: 2rem 0;
  }
}
.p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr th:nth-of-type(2), .p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr th:nth-of-type(3), .p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr th:nth-of-type(4) {
  border: solid 1px #FF9833;
}
.p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr td {
  width: 60%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr td {
    padding: 2rem 0;
  }
}
.p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr td:first-child {
  border-left: unset;
}
.p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr td:last-child {
  border-right: unset;
}
.p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr:nth-child(n+1) {
  border-bottom: dotted 2px #FF9833;
}
.p-payment .loan .p-plan__price-wrap table.p-plan__price-table tr:last-child {
  border-bottom: solid 1px #FF9833;
}
.p-payment .loan .p-plan__price-wrap table.p-plan__price-table thead tr:nth-of-type(1) {
  border-top: solid 1px #FF9833;
  border-bottom: solid 1px #FF9833 !important;
}
.p-payment-address_box {
  margin: auto;
  padding: 3rem;
  max-width: 600px;
  border: solid 1px #FF9833;
}
@media screen and (max-width: 767px) {
  .p-payment-address_box {
    width: 95%;
    padding: 3rem 2rem;
  }
}
.p-payment-address_box_list {
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 350px;
  margin: auto;
}
.p-payment .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-payment .sp {
    display: block;
  }
}
.p-payment .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-payment .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-payment .c-section__title {
    padding: 0 6%;
  }
}

@media screen and (max-width: 767px) {
  .l-header__hamburgermenu {
    position: relative;
    z-index: 100;
    display: block;
    width: 6.2rem;
    height: 6.2rem;
    background-color: #FF9833;
    border-radius: 50%;
    outline: unset;
  }
  .js-active .l-header__hamburgermenu {
    background-color: #fff;
  }
  .l-header__hamburgermenu span::before, .l-header__hamburgermenu span::after {
    content: "";
    position: relative;
    top: 0;
    left: 50%;
    z-index: 120;
    display: block;
    width: 2rem;
    height: 0.2rem;
    background-color: #ffffff;
    transition: 0.3s;
    transform: translateX(-50%);
  }
  .l-header__hamburgermenu span::before {
    top: -3px;
    margin: 0;
  }
  .l-header__hamburgermenu span::after {
    top: 2px;
    margin: 0;
  }
  .js-active .l-header__hamburgermenu span {
    background-color: unset;
  }
  .js-active .l-header__hamburgermenu span::before {
    top: 0;
    transform: translateX(-50%) rotate(-45deg);
  }
  .js-active .l-header__hamburgermenu span::after {
    top: -2px;
    transform: translateX(-50%) rotate(45deg);
  }
  .js-active .l-header__hamburgermenu span::before, .js-active .l-header__hamburgermenu span::after {
    height: 2px;
    background-color: #FF9833;
  }
  .l-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: block;
    width: 100svw;
    height: 100dvh;
    padding: 11rem 6% 6rem;
    background: linear-gradient(90deg, #FFBE7E 0%, #FF9833 100%);
  }
  .l-header-nav__inner-list {
    flex-wrap: wrap;
    gap: 0;
    padding: 1% 5%;
    background-color: #fff;
    border-radius: 0.5rem;
  }
  .l-header-nav__inner-list:nth-of-type(3) {
    margin-top: 6%;
  }
  .l-header-nav__inner-item {
    width: 100%;
    height: auto;
    color: #37414F;
    border-bottom: 2px solid #eee;
  }
  .l-header-nav__inner-item:last-child {
    border-bottom: unset;
  }
  .l-header-nav__inner-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1.7rem 1.1rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
  .l-header-nav__inner-item a:after {
    content: url("../../assets/images/arrow-sp-nav.svg");
  }
  .l-header-sp-contact__material, .l-header-sp-contact__web {
    display: block;
    margin: 4rem auto 0;
  }
  .l-header-sp-contact__web {
    margin: 2rem auto 0;
  }
  .l-header__inner.js-drawer-menu {
    top: 0;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
  }
  .js-active .l-header__inner.js-drawer-menu {
    top: 0;
    overflow-y: scroll;
    opacity: 1;
    pointer-events: all;
  }
}
.c-section__header {
  margin-bottom: 4rem;
}
.c-section__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #37414F;
  font-size: 4rem;
  font-weight: 600;
}
.c-section__title .en {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
  width: calc(100% - 6px);
  margin: 0 auto;
  color: #FF9833;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c-section__title .en {
    gap: 0.3em;
  }
}
.c-section__title .en:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF9833;
}
.c-section__title-plan {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 2.6rem;
    text-align: center;
  }
}
.c-section__header.c-color-f .c-section__title {
  color: #fff;
}
.c-section__header.c-color-f .c-section__title .en {
  color: #fff;
}
.c-section__header.c-color-f .c-section__title .en:after {
  background-color: #fff;
}
.c-section__text {
  margin-top: 4rem;
  padding: 0 6%;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}

.c-page-fv {
  margin-top: 0;
}
.c-page-fv__title {
  padding: 10rem 0;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
.c-page-fv__title .en {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.1px;
}
.c-page-fv__text {
  margin-top: 6rem;
  padding: 0 6%;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-fv__text {
    text-align: left;
  }
  .c-page-fv__text br {
    display: none;
  }
}
.c-page-fv__text + .c-page-fv__text {
  margin-top: 2em;
}

.c-title-normal {
  position: relative;
  padding-bottom: 1.8rem;
  font-size: 3rem;
  line-height: 1;
  border-bottom: 2px solid #e9e9e9;
}
.c-title-normal.w500 {
  font-weight: 500;
}
.c-title-normal:after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  display: block;
  width: 5rem;
  height: 2px;
  background-color: #FF9833;
}

.c-heading-2 {
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  font-weight: normal;
}

.c-btn {
  position: relative;
  display: block;
  max-width: 30rem;
  width: 75%;
  margin: 4rem auto 0;
  padding: 2.2rem;
  background-color: #fff;
  color: #FF9833;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: 2px solid #FF9833;
  border-radius: 35px;
  box-sizing: content-box;
}
.c-btn:after {
  content: url("../images/arrow-btn.svg");
  position: absolute;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%) scale(0.8);
}
@media screen and (max-width: 1200px), print {
  .c-btn:after {
    transform: translateY(-50%) scale(0.6);
  }
}
.c-btn.c-btn-white {
  border: unset;
}
.c-btn.c-btn-white--shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.c-btn-form {
  color: #fff;
  background: #FF9833;
}
.c-btn-form:after {
  content: url("../images/arrow-cta.svg");
}
.c-btn-form .wpcf7-spinner {
  display: none;
}

.c-accent {
  color: #FF9833;
}

.c-contact {
  padding: 6rem 6%;
  background-color: #FFFBF1;
  background-image: url(../images/contact-bg.webp);
  background-size: cover;
  background-position: center;
}
.c-contact__bottom {
  max-width: 120rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-contact__bottom {
    margin-top: 4rem;
  }
}
.c-contact__btnbox {
  display: flex;
  justify-content: center;
  gap: 5.4%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-contact__btnbox {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.c-contact__btn {
  display: block;
  max-width: 53.5rem;
  width: calc(50% - 9px);
  border-radius: 5rem;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.062745098);
}
@media screen and (max-width: 767px) {
  .c-contact__btn {
    width: 32rem;
    height: 6rem;
  }
}
.c-contact__btn-material {
  background-color: #37414F;
}
.c-contact__btn-web {
  background-color: #FF9833;
}
.c-contact__btn-tel {
  background-color: #fff;
}
.c-contact__btn-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 3rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-contact__btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__btn > span {
    color: #37414F;
  }
  .c-contact__btn-text {
    display: block;
    text-align: center;
  }
  .c-contact__btn-text--title {
    font-weight: 600;
  }
  .c-contact__btn-text--title span {
    font-size: 0.7em;
  }
  .c-contact__btn-text--time {
    font-size: 0.7em;
    font-weight: 400;
    letter-spacing: 0.05rem;
  }
}
.c-contact__btn-icon {
  position: absolute;
  top: 50%;
  left: 15.1%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-contact__btn-icon {
    left: 10%;
  }
}
.c-contact__btn-arrow {
  position: absolute;
  top: 50%;
  right: calc(9.2% - 0.5rem);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px), print {
  .c-contact__btn-arrow {
    right: calc(5.2% - 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .c-contact__btn-arrow {
    right: calc(7.2% - 0.5rem);
  }
}
.c-contact__telbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 7rem;
}
.c-contact__tel {
  width: 50%;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.c-contact__title {
  color: #37414F;
  font-size: 2rem;
}
.c-contact__number {
  display: block;
  color: #37414F;
  font-size: 4.5rem;
  margin-top: 2.2rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.062745098);
}
.c-contact__number img {
  max-width: 5rem;
  margin-right: 0.5rem;
  margin-bottom: -0.5rem;
}
.c-contact__time {
  display: block;
  color: #37414F;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.1rem;
}

@media screen and (max-width: 767px) {
  .c-contact__standardplan .c-contact__btn {
    height: 6.5rem;
  }
}
.c-contact__standardplan .c-section__text-shopname {
  font-size: 3rem;
  font-weight: 600;
}
.c-contact__standardplan .c-section__text-shopname + p {
  margin-top: 3rem;
}
.c-contact__standardplan .c-contact__btnbox {
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contact__standardplan .c-contact__btnbox {
    gap: 1.5rem;
  }
}
.c-contact__standardplan .c-contact__btn-icon {
  left: 10%;
  transform: scale(0.8) translate(-50%, -60%);
}
@media screen and (min-width: 768px), print {
  .c-contact__standardplan .c-contact__btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 1.5rem 1rem;
  }
}
.c-contact__standardplan .c-color-orange .c-contact__btn-inner {
  color: #FF9833;
  font-size: 3rem;
  border: solid 2px #FF9833;
  border-radius: 5rem;
}
.c-contact__standardplan .c-color-orange .c-contact__btn-text {
  display: block;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-contact__standardplan .c-color-orange .c-contact__btn-text {
    font-size: 2rem;
  }
}
.c-contact__standardplan .c-color-orange .c-contact__btn-textmini {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-contact__standardplan .c-color-orange .c-contact__btn-textmini {
    font-size: 1.3rem;
  }
}

.c-telpopup {
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100svw;
  height: 100svh;
  transition: opacity ease-in-out;
}
.c-telpopup-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  width: 100svw;
  height: 100svh;
  background-color: rgba(100, 100, 100, 0.8);
}
.c-telpopup__wrap {
  position: relative;
  z-index: 250;
  max-width: 400px;
  width: 88%;
  margin: 0 auto;
  padding: 2rem;
  border: 0.3rem solid #FF9833;
  border-radius: 0.7rem;
  background-color: #fff;
}
.c-telpopup__title {
  color: #FF9833;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.c-telpopup__title img {
  position: relative;
  top: -0.2rem;
}
.c-telpopup__text {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.c-telpopup__telbox {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.c-telpopup__telbox-collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 15rem;
  width: calc(50% - 0.5rem);
  padding: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: linear-gradient(90deg, #FFBE7E 0%, #FF9833 100%);
  color: #fff;
}
.c-telpopup__telbox-collection a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.c-telpopup-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 0.2rem solid #FF9833;
  border-radius: 50%;
}
.c-telpopup-close:before, .c-telpopup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 120;
  display: block;
  width: 1rem;
  height: 0.2rem;
  background-color: #FF9833;
  transition: 0.3s;
  transform: translateX(-50%);
}
.c-telpopup-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-telpopup-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-list-order__item, .c-list-order__text,
.c-list-order dt,
.c-list-order dd,
.c-list-order li {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 2;
}

.is-inner-dl,
.is-inner-ul {
  font-size: 14px;
  margin-top: 1rem;
  line-height: 2;
}

.c-text {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 2;
}

table {
  margin-top: 1rem;
  border-collapse: collapse;
}

.c-login {
  display: none !important;
}

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

.c-contacttelBox {
  margin: 8rem auto 96px;
  max-width: 90rem;
}
.c-contacttelBox__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2em;
  text-align: center;
}
.c-contacttelBox__flex {
  display: flex;
  justify-content: center;
  gap: 0 15%;
}
.c-contacttelBox__flexleft, .c-contacttelBox__flexright {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.c-contacttelBox__flexleft p, .c-contacttelBox__flexright p {
  font-size: 18px;
}
.c-contacttelBox__flexleft span.c-contacttelBox__bigtext, .c-contacttelBox__flexright span.c-contacttelBox__bigtext {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FF9833;
  margin: 18px auto 1rem;
}
.c-contacttelBox__flexleft span.c-contacttelBox__minitext, .c-contacttelBox__flexright span.c-contacttelBox__minitext {
  font-size: 14px;
  font-weight: 400;
}

.c-no__cta {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px), print {
  .c-no__cta {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-no__cta {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=style.css.map */