@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: 769px) 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: 769px), print {
  .u-only-sp {
    display: none !important;
  }
}

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

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

.u-link__hidden * a {
  pointer-events: 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: 768px) {
  .l-header {
    justify-content: space-between;
    height: auto;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
}
.l-header.scrolled {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .l-header.scrolled {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
}
.l-header-logo {
  max-width: 370px;
  width: 21svw;
  height: auto;
}
.l-header-logo img {
  width: 100%;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .l-header-logo {
    position: relative;
    z-index: 130;
    width: 20rem;
    margin-top: 1rem;
  }
}
.l-header-nav {
  margin-left: clamp(40px, 4svw, 80px);
}
@media screen and (max-width: 1555px) {
  .l-header-nav {
    margin-left: 1vw;
  }
}
@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: 768px) {
  .l-header-nav {
    position: relative;
    top: 0.5rem;
    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: 1420px) {
  .l-header-nav__inner-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1366px), print {
  .l-header-nav__inner-item {
    height: 8rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .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.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;
  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(0, 103, 184, 0.9) 0%, rgba(0, 61, 109, 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: 768px) {
  .l-header-menu {
    display: none;
  }
}
.l-header-menu__tel {
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1420px) {
  .l-header-menu__tel {
    font-size: 2rem;
  }
}
.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: #F2A900;
}
.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: #5BBC5B;
}
.l-header-menu-button__form:nth-of-type(3) {
  background-color: #003D6D;
}
.l-header-menu-button__form:nth-of-type(3) img {
  -o-object-fit: none;
     object-fit: none;
}
@media screen and (max-width: 1420px) {
  .l-header-menu-button__form:nth-of-type(3) img {
    max-width: 28px;
  }
}
.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: 11.5rem 0;
  background-color: #fff;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .l-footer__wrap {
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
}
.l-footer__left {
  width: 33.9%;
}
@media screen and (max-width: 768px) {
  .l-footer__left {
    width: 100%;
  }
}
.l-footer-info {
  margin-top: 4rem;
  line-height: 1.8;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer-info {
    text-align: left;
    margin: 3rem auto;
  }
}
.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: 768px) {
  .l-footer__right {
    width: 100%;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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;
  position: absolute;
  top: 47%;
  transform: translateX(-50%) translateY(-50%);
}
.l-footer__navwrap .l-footer__item.u-identity {
  margin-left: 10px;
  padding-left: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 768px) {
  .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: #F2A900;
  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: 768px) {
  .l-footer__navwrap .l-footer__item {
    margin-bottom: 2em;
  }
}
.l-footer__popup {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6rem;
}
.l-footer__popup-list {
  display: flex;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.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: #003D6D;
}
.l-footer__popup-item:nth-of-type(3) {
  background-color: #F2A900;
}
.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: 768px) {
  .l-footer__copy {
    margin-top: 0;
    text-align: left;
  }
}

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

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

.p-fv {
  margin-top: 0;
  background-image: url("../images/fv-bg.webp");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-fv {
    background-image: url("../images/fv-bg_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-fv__wrap {
  max-width: 953px;
  width: 100%;
  padding-top: 11.8svw;
  padding-bottom: 7.6svw;
  padding-left: 12.8svw;
}
@media screen and (max-width: 1440px) {
  .p-fv__wrap {
    max-width: 55%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 820px) {
  .p-fv__wrap {
    padding-top: 7svw;
    padding-bottom: 5.5svw;
    padding-left: 3svw;
  }
}
@media screen and (max-width: 1440px) and (max-width: 768px) {
  .p-fv__wrap {
    max-width: 100%;
  }
}
.p-fv__wrap picture img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fv__wrap {
    padding-top: 84svw;
    padding-right: 10svw;
    padding-bottom: 9.3svw;
    padding-left: 10svw;
  }
}
.p-fv-btn__box {
  display: flex;
  gap: 3rem;
  margin-top: 8rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-fv-btn__box {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
    margin-left: 0;
    align-items: center;
  }
}
.p-fv-btn__box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 35rem;
  width: 100%;
  padding: 2rem 4.7rem;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 10px;
  font-weight: 500;
}
.p-fv-btn__box a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-fv-btn__box a {
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
  }
  .p-fv-btn__box a img {
    width: 4.2svw;
  }
}
.p-fv-btn__request {
  background: #F2A900;
}
.p-fv-btn__contact {
  background: #003D6D;
}
.p-fv__text {
  width: 31.5svw;
  padding-top: 3.8svw;
  padding-left: 1svw;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .p-fv__btn {
    width: 100%;
  }
}
.p-fv__btn-request {
  background-color: #F2A900;
}
.p-fv__btn-web {
  background-color: #003D6D;
}
.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: 768px) {
  .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-fvnews {
  margin-top: 0;
  padding: 3rem;
  background: #F8F8F8;
}
.p-fvnews-wrap {
  max-width: 1100px;
  font-size: 1.6rem;
  margin: auto;
  display: flex;
  justify-content: space-around;
  gap: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-fvnews-wrap {
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding-left: 20px;
    gap: 0.5rem 2rem;
  }
  .p-fvnews-wrap::after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-fvnews__category {
  color: #003D6D;
}
.p-fvnews__title {
  padding-left: 15rem;
  padding-right: 17rem;
}
@media screen and (max-width: 768px) {
  .p-fvnews__title {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-fvnews__btn {
    display: none;
  }
}
.p-fvnews__btn a {
  position: relative;
  display: inline-block;
}
.p-fvnews__btn a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
}
.p-fvnews__btn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 15px;
  height: 1px;
  background: #707070;
}

.p-page-fv {
  padding: 168px 3% 77px;
  background-image: url(../images/bg-header.webp);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-page-fv {
    padding: 8rem 3% 6rem;
    background-image: url(../images/bg-header-sp.webp);
  }
}
.p-page-fv__wrap {
  margin-top: 0;
}
.p-page-fv__title {
  font-size: 5rem;
  font-weight: 600;
  max-width: 1100px;
  margin: auto;
}
.p-page-fv__text {
  margin-top: 3rem;
  font-size: 1.8rem;
  text-align: center;
}
.p-page-fv__request {
  display: block;
  width: 35rem;
  margin: 3.5rem auto 0;
}
.p-page-fv__request img {
  width: 100%;
}
.p-contact .p-page-fv__request,
.p-thanks .p-page-fv__request,
.p-request .p-page-fv__request,
.p-antisocial .p-page-fv__request,
.p-policy .p-page-fv__request,
.p-faq .p-page-fv__request {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-page-fv__title {
    font-size: 2.6rem;
    font-weight: 600;
    max-width: 26rem;
    margin: 0 0 0 1rem;
  }
}
.page-id-10 .p-page-fv {
  background-image: url(../images/bg-header-about.jpg);
}

.page-id-12 .p-page-fv {
  background-image: url(../images/bg-header-support.jpg);
}

.page-id-70 .p-page-fv {
  background-image: url(../images/bg-header-receipt.jpg);
}

.page-id-30 .p-page-fv {
  background-image: url(../images/bg-header-faq.jpg);
}

.page-id-22 .p-page-fv,
.p-thanks .p-page-fv,
.p-contact-confirm .p-page-fv {
  background-image: url(../images/bg-header-contact.jpg);
}

.page-id-24 .p-page-fv,
.p-request-confirm .p-page-fv,
.page-id-28 .p-page-fv {
  background-image: url(../images/bg-header-request.jpg);
}

.post-type-archive-news .p-page-fv,
.single-news .p-page-fv {
  background-image: url(../images/bg-header-notice.webp);
}

.p-service-wrap {
  display: flex;
  gap: 8rem;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .p-service-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-wrap {
    gap: 3.5rem;
    padding: 0 5svw;
    flex-direction: column;
  }
}
.p-service-header {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-header {
    max-width: 100%;
  }
}
.p-service-title {
  display: flex;
  align-items: baseline;
  gap: 3rem;
  color: #003D6D;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-service-title {
    gap: 2.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.p-service-title .en {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 6.6rem;
}
@media screen and (max-width: 768px) {
  .p-service-title .en {
    font-size: 3.6rem;
    line-height: 5.2rem;
  }
}
.p-service-text {
  margin-top: 4rem;
  font-size: 2.6rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-text {
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.p-service-img {
  margin-top: 5.5rem;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-service-img {
    margin-top: 3.5rem;
  }
}
.p-service-img img {
  width: 100%;
}
.p-service-list {
  max-width: 540px;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-service-list {
    max-width: 100%;
  }
}
.p-service-list-item {
  border-bottom: 1px solid #d6d6d6;
}
.p-service-list-item:nth-of-type(1) {
  border-top: 1px solid #d6d6d6;
}
.p-service-list__wrap {
  padding: 4.5rem 2rem 7rem;
}
@media screen and (max-width: 768px) {
  .p-service-list__wrap {
    padding: 3rem 0 8rem;
  }
  .p-service-list__wrap.c-arrow:before, .p-service-list__wrap.c-arrow:after {
    top: unset;
    right: unset;
    bottom: 3rem;
    left: 50%;
  }
  .p-service-list__wrap.c-arrow:before {
    transform: translateX(-50%);
  }
  .p-service-list__wrap.c-arrow:after {
    transform: translate(-50%, -1.4rem) rotate(45deg);
  }
}
.p-service-list-title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #003D6D;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-service-list-title {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.p-service-list-text {
  margin-top: 3.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .p-service-list-text {
    margin-top: 1rem;
    text-align: center;
  }
}
.p-service-list-category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service-list-category {
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.p-service-list-category__item {
  padding: 0.3rem 2.9rem;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  background-color: #F2A900;
}

.p-about {
  background-size: 100%;
  background-position: top -50px center;
  padding: 0 0 8rem;
}
.p-about-wrap {
  display: flex;
  gap: 6rem;
  max-width: 1200px;
  width: 100%;
  margin: 16rem auto 0;
}
@media screen and (max-width: 820px) {
  .p-about-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-wrap {
    flex-direction: column-reverse;
    gap: 2.5rem;
    padding: 0 5svw;
  }
}
.p-aboutBox {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-aboutBox {
    max-width: 100%;
  }
}
.p-aboutBox-header-title {
  max-width: 43.1rem;
}
@media screen and (max-width: 768px) {
  .p-aboutBox-header-title {
    width: 66svw;
  }
}
.p-aboutBox-header-title img {
  width: 100%;
}
.p-aboutBox-title {
  color: #003D6D;
  font-size: 3.6rem;
  font-weight: 600;
  margin-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  .p-aboutBox-title {
    font-size: 3rem;
    margin-top: 2.7rem;
  }
}
.p-aboutBox-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .p-aboutBox-text {
    margin-top: 2.7rem;
  }
}
.p-aboutBox-img {
  display: flex;
  gap: 1.5rem;
  max-width: 700px;
}
.p-aboutBox-img__1 {
  margin-top: 7rem;
}
.p-aboutBox-img__1 img, .p-aboutBox-img__2 img {
  max-width: 33.9rem;
  width: 100%;
}
.p-about-btn {
  margin-top: 5rem;
}

.home .p-about {
  background-image: url(../images/about-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-reason {
  margin-top: 0;
  background-color: #F6F6F6;
}
.p-reason-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 8rem;
}
.p-reason-wrap h2 {
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-reason-wrap h2 {
    font-size: 2.6rem;
  }
}
.p-reasonBox {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.p-reasonBox::before {
  content: "";
  position: absolute;
  background-image: url(../images/p-reason-img01.png);
  bottom: 0;
  left: -14rem;
  z-index: 1;
  width: 200px;
  height: 210px;
}
@media screen and (max-width: 1200px), print {
  .p-reasonBox::before {
    display: none;
  }
}
.p-reasonBox::after {
  content: "";
  position: absolute;
  background-image: url(../images/p-reason-img02.png);
  bottom: 0;
  right: -10rem;
  z-index: 1;
  width: 200px;
  height: 210px;
}
@media screen and (max-width: 1200px), print {
  .p-reasonBox::after {
    display: none;
  }
}
.p-reasonBox-list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-reasonBox-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 2.6%;
  }
}
.p-reasonBox-item {
  display: block;
  width: 47%;
  border-radius: 1rem;
  border: 1.5px solid #E3E3E3;
  background: #fff;
  position: relative;
}
.p-reasonBox-item::before {
  content: "“";
  font-size: 7rem;
  position: absolute;
  color: #F2BC00;
  top: -3.5rem;
  left: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-reasonBox-item::before {
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .p-reasonBox-item {
    display: block;
    width: 100%;
    border-radius: 1rem;
    border: 1.5px solid #E3E3E3;
    background: #fff;
    position: relative;
  }
}
.p-reasonBox-text {
  font-size: 1.8rem;
  padding: 4rem 5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-reasonBox-text {
    padding: 2.5rem 2rem 2rem;
  }
}
.p-reasonBox-title {
  max-width: 20rem;
  margin: 4.5rem auto 0;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reasonBox-title {
    max-width: 15rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.p-reasonBox-img {
  max-width: 4.2rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-reasonBox-img {
    max-width: 3.2rem;
    margin: 1rem auto 0;
  }
}
.p-reasonBox-img img {
  width: 100%;
}
.p-reason-footer {
  position: relative;
  z-index: 1;
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .p-reason-footer {
    padding: 0 5svw;
  }
}
.p-reason-footer__wrap {
  position: relative;
  background: #FFFFFF 0% 0%;
  border: 4px solid #E9E9E9;
  border-radius: 15px;
}
@media (min-width: 769px) and (max-width: 820px) {
  .p-reason-footer__wrap {
    max-width: 75%;
    margin: auto;
  }
}
.p-reason-footer__wrap:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-left: 4px solid #E9E9E9;
  border-bottom: 4px solid #E9E9E9;
  transform: translate(-50%, -42%) rotate(-45deg);
}
.p-reason-footer-intro {
  position: absolute;
  left: 50%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2rem 7.25rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  border-radius: 60px;
  background-color: #F2A900;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-reason-footer-intro {
    width: 82%;
    padding: 2rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-reason-footer-text {
  padding: 6rem 0 4rem;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason-footer-text {
    padding: 6rem 2rem 4rem;
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.p-strength {
  background: #0E7DB8;
  margin-top: -5rem;
  padding: 14rem 2.6%;
  background-image: url(../images/p-strength-bk.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-strength {
    padding: 9rem 2.6%;
  }
}
.p-strength .c-section-title {
  font-size: 4.6rem;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .p-strength .c-section-title {
    font-size: 3.6rem;
  }
}
.p-strength-wrap {
  width: 100%;
  margin-top: 6rem;
  padding: 7.5rem 0 9rem;
  border-radius: 8rem;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .p-strength-wrap {
    border-radius: 2rem;
    padding: 7.5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-wrap {
    padding: 2.6% 2.6% 2.5rem;
    border-radius: 2rem;
    margin-top: 3rem;
  }
}
.p-strength-wrap_can__title {
  color: #003D6D;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 6rem auto 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-strength-wrap_can__title {
    font-size: 2.6rem;
    margin: 6rem auto 5rem;
  }
}
.p-strength-wrap_can__list {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-strength-wrap_can__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-wrap_can__list-item {
    width: 45%;
  }
}
.p-strength-wrap_can__list-item img {
  filter: drop-shadow(0 0 5px #c5d3db);
  width: 100%;
}
.p-strength-intro {
  display: flex;
  justify-content: center;
  gap: 5.5rem;
  width: 100%;
}
@media screen and (max-width: 1200px), print {
  .p-strength-intro {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-intro {
    flex-wrap: wrap;
    gap: 3.6rem;
    padding: 0;
  }
}
.p-strength-intro-img {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-strength-intro-img {
    overflow: hidden;
    border-radius: 15px;
  }
}
.p-strength-intro-img img {
  width: 100%;
}
.p-strength-intro-box {
  max-width: 480px;
  width: 100%;
  padding-top: 15px;
}
.p-strength-intro-box__title {
  color: #003D6D;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5.5rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-strength-intro-box__title {
    font-size: 3rem;
    line-height: 4.5rem;
    margin-bottom: 3rem;
  }
}
.p-strength-intro-box__text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
.p-strength-point {
  max-width: 1300px;
  width: 100%;
  margin: 9rem auto 0;
}
.p-strength-point__list {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1366px), print {
  .p-strength-point__list {
    gap: 3rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-point__list {
    flex-direction: column;
    padding: 0;
  }
}
.p-strength-point__item {
  position: relative;
  max-width: 400px;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .p-strength-point__item {
    max-width: 100%;
    width: 100%;
  }
}
.p-strength-point__no {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F2A900;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) and (max-width: 820px) {
  .p-strength-point__no {
    width: 7rem;
    transform: translate(-10%, -50%);
  }
  .p-strength-point__no img {
    width: 3rem;
  }
}
@media screen and (max-width: 1366px), print {
  .p-strength-point__no {
    left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-strength-point__no {
    top: 0;
    left: 2.6%;
    width: 6rem;
    transform: translate(-20%, -50%);
  }
  .p-strength-point__no img {
    width: 2rem;
  }
}
.p-strength-point__img {
  text-align: center;
}
.p-strength-point__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-strength-point__img img {
    width: 94.8%;
  }
}
.p-strength-point__title {
  margin-top: 3rem;
  color: #003D6D;
  font-size: 2.6rem;
  line-height: 4rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-strength-point__title {
    margin-top: 2rem;
  }
}
.p-strength-point__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2.7rem;
}
@media screen and (max-width: 768px) {
  .p-strength-point__text {
    margin-top: 2rem;
  }
}

.p-caseBox-list {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.p-caseBox-item__link {
  display: flex !important;
  align-items: center;
  gap: 3.8rem;
  margin-top: 2.5rem;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #C8C8C8;
}
@media screen and (max-width: 768px) {
  .p-caseBox-item__link {
    flex-wrap: wrap;
  }
}
.p-caseBox-item__img {
  max-width: 21rem;
  width: 100%;
}
.p-caseBox-item__img img {
  width: 100%;
}
.p-caseBox-item-info__title {
  margin-top: 2rem;
  color: #003D6D;
  font-size: 1.4rem;
}
.p-caseBox-item-info__text {
  margin-top: 1rem;
  font-size: 1.8rem;
}
.p-caseBox-item-info__tag {
  margin-top: 1rem;
}
.p-caseBox-item-info__tag span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-caseBox-item-info__cat {
  display: inline-block;
  margin-right: 14px;
  padding: 2px 12px;
  border-radius: 3px;
  background: #003D6D;
}
.p-caseBox-item-info:nth-of-type(2) {
  margin-top: 2.5rem;
}
.p-caseBox__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: #003D6D;
  border-radius: 1.25rem;
}
.p-caseBox__title {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2%;
}
.p-caseBox__text {
  margin-top: 30px;
  font-size: 1.6rem;
  letter-spacing: 2%;
}

.p-menu {
  background-color: #EFEFEF;
  padding: 8rem 0;
}
.p-menu-wrap {
  max-width: 1180px;
  width: 100%;
  margin: 4rem auto 0;
}

.p-menu-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-menu-list {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-menu-item {
    width: 100%;
  }
}
.p-menu-item__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38rem;
  padding: 2.4rem 1.4rem;
  border-radius: 0.8rem;
  background: #fff;
}
@media (min-width: 769px) and (max-width: 820px) {
  .p-menu-item__link {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-menu-item__link {
    width: 100%;
  }
}
.p-menu-item__en {
  color: #003D6D;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}
.p-menu-item__title {
  margin-top: 0.5rem;
  color: #003D6D;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-menu-item__img {
  display: block;
  margin-top: 2.4rem;
  text-align: center;
  margin-top: 1.5rem;
}
.p-menu-item__img img {
  max-width: 6.5rem;
  max-height: 4rem;
  width: 100%;
  height: 100%;
}

.p-breadcrumb {
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    background: #ffffff;
  }
}
.p-breadcrumb ol {
  display: flex;
  max-width: 120rem;
  width: 96%;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb ol {
    font-size: 1.4rem;
  }
}
.p-breadcrumb ol li {
  display: flex;
  align-items: center;
}
.p-breadcrumb ol li:first-child {
  color: #F2BC00;
}
.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;
}

.single-news #breadcrumb {
  background: #F7F7F7;
}
.single-news #breadcrumb ol {
  display: flex;
  max-width: 120rem;
  width: 96%;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .single-news #breadcrumb ol {
    font-size: 1.4rem;
  }
}
.single-news #breadcrumb ol li {
  display: flex;
  align-items: center;
}
.single-news #breadcrumb ol li:first-child {
  color: #F2BC00;
}
.single-news #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-about .p-concept {
  margin: 8rem auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 1440px) {
  .p-about .p-concept {
    margin: 8rem auto 10rem;
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-about .p-concept {
    margin: 6rem auto;
    flex-direction: column;
    gap: 6rem;
  }
}
.p-about .p-concept::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F6F6F6;
  z-index: -1;
  clip-path: polygon(0 0%, 45% 0%, 0% 85%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .p-about .p-concept::before {
    content: unset;
  }
}
.p-about .p-concept_text {
  max-width: 500px;
}
.p-about .p-concept_text-title {
  display: flex;
  flex-direction: column;
  font-size: 7rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-about .p-concept_text-title {
    font-size: 5rem;
    margin-bottom: 6rem;
    padding: 0 3%;
  }
}
.p-about .p-concept_text-title span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about .p-concept_text-title span {
    font-size: 1.8rem;
    padding: 0 3%;
  }
}
.p-about .p-concept_text-subtitle {
  color: #003D6D;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-about .p-concept_text-subtitle {
    font-size: 2.6rem;
    padding: 0 3%;
  }
}
.p-about .p-concept_text-description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-about .p-concept_text-description {
    padding: 0 3%;
  }
}
.p-about .p-concept_img {
  max-width: 930px;
  width: 100%;
}
.p-about_service {
  margin: 7.5rem auto;
  max-width: 1100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about_service {
    margin: 6rem auto;
    padding: 0 3%;
  }
}
.p-about_service_title {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-about_service_title {
    font-size: 2.6rem;
    margin: 0 0 0 1rem;
  }
}
.p-about_service__img {
  margin: 3.5rem auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about_service__img {
    margin: 3rem auto;
    width: 100%;
  }
}
.p-about_service_text {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
}
.p-about_5point {
  padding: 7rem 0;
  background-color: #EDF6F8;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-about_5point {
    padding: 6rem 0;
  }
}
.p-about_5point_box {
  max-width: 1130px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 1130px) {
  .p-about_5point_box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about_5point_box {
    flex-direction: column;
    gap: 0;
  }
}
.p-about_5point_box_list {
  width: 48.67%;
  background-color: #fff;
  padding: 2.5rem 6rem;
  margin-bottom: 3rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-about_5point_box_list {
    width: 95%;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}
.p-about_5point_box_list:first-child {
  max-width: 48rem;
  background-color: unset;
  padding: 0;
}
.p-about_5point_box_list-h2 {
  font-size: 3rem;
  color: #003D6D;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-about_5point_box_list-h2 {
    font-size: 2.6rem;
  }
}
.p-about_5point_box_list-ment {
  font-size: 3rem;
  color: #F2BC00;
  margin: 0;
  font-weight: bold;
}
.p-about_5point_box_list-ment span {
  font-size: 3.6rem;
}
.p-about_5point_box_list-illustration {
  display: block;
  margin-left: auto;
  width: 65%;
  height: auto;
}
.p-about_5point_box_list-number {
  font-size: 1.4rem;
  color: #F2BC00;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-about_5point_box_list-number {
    margin-bottom: 0;
  }
}
.p-about_5point_box_list-number span {
  font-size: 2.6rem;
  margin-left: 0.3rem;
}
.p-about_5point_box_list-sabtitle {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  gap: 15%;
}
@media screen and (max-width: 768px) {
  .p-about_5point_box_list-sabtitle {
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 2%;
  }
}
.p-about_5point_box_list-sabtitle-text {
  font-size: 1.8rem;
  color: #003D6D;
  font-weight: bold;
  width: 65%;
  line-height: 1.6;
}
.p-about_5point_box_list-sabtitle-img {
  width: 80px;
  height: 80px;
}
.p-about_5point_box_list-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-about .c-btn.c-btn-maincolor:after {
  top: 50%;
  right: 6.5%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.p-about__company {
  margin: 8rem auto;
}
.p-about__company-content {
  display: flex;
  max-width: 1100px;
  margin: auto;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .p-about__company-content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__company-content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2rem;
    gap: 3rem;
  }
}
.p-about__company-img {
  width: 34%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about__company-img {
    width: 50%;
  }
}
.p-about__company-textarea {
  font-size: 1.6rem;
}
.p-about__company-text {
  margin-top: 1.5rem;
  line-height: 1.6;
}
.p-about__company-text:first-child {
  margin: 0;
}
.p-about__service {
  max-width: 1100px;
  margin: 8rem auto;
}
@media screen and (max-width: 1100px) {
  .p-about__service {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__service {
    padding: 0 2rem;
  }
}
.p-about__service-title {
  font-size: 3rem;
  font-weight: 700;
  color: #003D6D;
  margin-bottom: 3rem;
}
.p-about__service-text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}
.p-about__service-text--m30 {
  font-size: 1.6rem;
  margin: 3rem 0;
}
.p-about__service-text--m30 span {
  font-weight: 600;
  color: #F2A900;
}
.p-about__service-subheading {
  margin-top: 1.5rem;
  color: #003D6D;
  font-size: 2.4rem;
  font-weight: 600;
}
.p-about__service-contentlist {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-about__service-listitem {
  font-size: 1.6rem;
  font-weight: 600;
  color: #003D6D;
  border: 2px solid #003D6D;
  border-radius: 5px;
  padding: 1rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-about__service-listitem {
    padding: 1rem 1.2rem;
  }
}

.p-support_main {
  background-image: url(../images/support-bk.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 0 9rem;
  gap: 7rem;
}
@media screen and (max-width: 820px) {
  .p-support_main {
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-support_main {
    flex-direction: column-reverse;
    padding: 6rem 3%;
  }
}
.p-support_main-text {
  width: 40%;
}
@media screen and (max-width: 1440px) {
  .p-support_main-text {
    width: 45%;
  }
}
@media screen and (max-width: 820px) {
  .p-support_main-text {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-support_main-text {
    width: 100%;
  }
}
.p-support_main-text-title {
  font-size: 3rem;
  font-weight: bold;
  color: #F2A900;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-support_main-text-title {
    font-size: 2.6rem;
  }
}
.p-support_main-text_box {
  background-color: #fff;
  padding: 3rem 3.5rem;
  border-radius: 2rem;
  box-shadow: -10px 10px #fbeaba;
}
@media screen and (max-width: 768px) {
  .p-support_main-text_box {
    width: 95%;
    margin: auto;
  }
}
.p-support_main-text_box-description {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.p-support_main-img {
  width: 23%;
}
@media screen and (max-width: 820px) {
  .p-support_main-img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-support_main-img {
    width: 80%;
  }
}
.p-support_road {
  padding: 8rem 0;
  background: linear-gradient(70deg, #FFFAE6, #FFF4CC);
}
.p-support_road-main {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-support_road-main {
    width: 95%;
    white-space: nowrap;
    overflow: scroll;
    overflow-y: hidden;
  }
}
.p-support_road-main-img {
  font-family: "Noto Sans JP";
}
.p-support_road-main-img_1200wth {
  display: none;
  margin: 1.5rem auto;
}
@media screen and (max-width: 1200px) {
  .p-support_road-main-img_1200wth {
    display: flex;
  }
}
.p-support_road-title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #003D6D;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-support_road-title {
    font-size: 2.6rem;
  }
}
.p-support_road-box {
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .p-support_road-box {
    width: 95%;
  }
}
.p-support_road-box-text {
  margin-top: 4rem;
  background-color: #fff;
  padding: 0 3rem;
  list-style-type: none;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .p-support_road-box-text {
    padding: 0 3%;
    margin-top: 2rem;
  }
  .p-support_road-box-text:first-child {
    margin-top: 4rem;
  }
}
.p-support_road-box-text_title {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  padding: 3rem 0;
  gap: 1.5rem;
  color: #003D6D;
}
@media screen and (max-width: 768px) {
  .p-support_road-box-text_title {
    font-size: 2rem;
  }
}
.p-support_road-box-text_title_img {
  width: 46px;
  height: auto;
}
.p-support_road-box-text_title:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
.p-support_road-box-text_title .icon_btn:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #003D6D;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-support_road-box-text_title .icon_btn:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #003D6D;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-support_road-box-text_title.active {
  border-bottom: 1px solid #BBBBBB;
}
.p-support_road-box-text_title.active .icon_btn:before {
  width: 16px;
  height: 2px;
}
.p-support_road-box-text_title.active .icon_btn:after {
  width: 2px;
  height: 16px;
  transform: translateY(-50%) rotate(90deg);
}
.p-support_road-box-text_text {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  display: none;
  padding: 2.5rem 0 3rem;
}
.p-support_road-box-text_text p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-support_road-box-text_text p {
    line-height: 1.7;
  }
}
.p-support_road-box-text_text p.nogap {
  margin-bottom: 0;
}
.p-support_road-box-text_text p span {
  color: #003D6D;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-support_road-box-text_text h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-support_road-box-text_text h3 {
    font-weight: 400;
  }
}
.p-support_road-box-text_text h4 {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-support_road-box-text_text-crevice {
  margin-top: 3rem;
}
.p-support_road-box-text_text-crevice.margin {
  margin-bottom: 1.5rem;
}
.p-support_road-box-text_text_reference {
  padding: 1.5rem 1.5rem 0.1rem;
  background: #F6F6F6;
  margin-bottom: 1.5rem;
}
.p-support_road-box-text_text_reference h3 {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-support_road-box-text_text-dress {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  background: #003D6D;
  padding: 0.8rem 1rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-support_road-box-text_text {
    padding: 2rem;
  }
}
.p-support_road-box-text_list {
  max-width: 600px;
  margin: 1rem 0 3rem;
}
.p-support_road-box-text_list-item {
  border: solid 1px #002B4D;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-support_road-box-text_list-item:last-child {
  border-bottom: solid 1px #002B4D;
}
.p-support_road-box-text_list-item span {
  background-color: #003D6D;
  color: #fff;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-width: 3rem;
  height: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-support_road-box-text_list-item span {
    padding: 2.3rem 1rem;
  }
}
.p-support_road-box-text-table {
  width: 100%;
  margin: 3rem auto;
}
.p-support_road-box-text-table tr {
  border: solid 1px #002B4D;
}
@media screen and (max-width: 768px) {
  .p-support_road-box-text-table tr {
    display: flex;
    flex-direction: column;
  }
}
.p-support_road-box-text-table tr th {
  background-color: #003D6D;
  color: #fff;
  font-size: 1.8rem;
  padding: 1rem;
  width: 40%;
  font-weight: 400;
}
.p-support_road-box-text-table tr th span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-support_road-box-text-table tr th {
    width: 100%;
  }
}
.p-support_road-box-text-table tr td {
  color: #333;
  font-size: 1.6rem;
  padding: 1rem;
  width: 60%;
  vertical-align: middle;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-support_road-box-text-table tr td {
    width: 100%;
  }
}
.p-support_road-box-text:last-of-type .p-support_road-box-text_title {
  color: #F2A900;
}
.p-support_point {
  background-image: url(../images/support_point-bk.jpg);
  background-size: cover;
  background-position: center;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-support_point {
    padding: 8rem 3%;
  }
}
.p-support_point-h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #003D6D;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-support_point-h2 {
    font-size: 2.6rem;
  }
}
.p-support_point-text {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.p-support_point-box {
  max-width: 1200px;
  margin: 3rem auto;
}
@media screen and (max-width: 820px) {
  .p-support_point-box {
    padding: 0 20px;
  }
}
.p-support_point-box_labels {
  display: flex;
  gap: 1%;
  width: 100%;
  max-width: 1070px;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
}
@media (min-width: 769px) and (max-width: 820px) {
  .p-support_point-box_labels {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-support_point-box_labels {
    flex-direction: column;
    align-items: center;
  }
}
.p-support_point-box_labels__item {
  padding: 1.5rem;
  background-color: #C8C8C8;
  border-radius: 5px 5px 0 0;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 33%;
  font-size: 2.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_labels__item {
    width: 85%;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
}
.p-support_point-box_labels__item:hover {
  opacity: 0.7;
}
.p-support_point-box_labels__item.active {
  padding: 2rem 0 2.5rem;
  background-color: #003D6D;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_labels__item.active {
    padding: 1.5rem;
  }
}
.p-support_point-box_contents {
  border: solid 3px #002B4D;
  border-radius: 1rem;
  background-color: #f6f6f6;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_contents {
    padding: 1.5rem;
  }
}
.p-support_point-box_contents_item {
  display: none;
}
.p-support_point-box_contents_item.active {
  display: block;
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_contents_item.active {
    padding: 1.5rem;
  }
}
.p-support_point-box_contents_item-h3 {
  margin-top: 4rem;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_contents_item-h3 {
    font-size: 2rem;
  }
}
.p-support_point-box_tabel {
  border: 1px solid #C8C8C8;
  min-width: 880px;
  width: 100%;
}
.p-support_point-box_tabel-th {
  width: 13%;
  border: 1px solid #fff;
  background-color: #003D6D;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_tabel-th {
    font-size: 1.7rem;
    padding: 2rem;
  }
}
.p-support_point-box_tabel_td {
  width: 25%;
  padding: 1.5rem 0.5rem;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  font-size: 1.6rem;
}
.p-support_point-box_tabel_td.td-first {
  border: 1px solid #fff;
  background-color: #003D6D;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_tabel_td.td-first {
    font-size: 1.6rem;
  }
}
.p-support_point-box_tabel_td.td-first span {
  font-size: 1.6rem;
}
.p-support_point-box_list-item {
  display: flex;
  gap: 6.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_list-item {
    flex-direction: column;
    gap: 0;
  }
}
.p-support_point-box_list-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.p-support_point-box_list-item_number {
  width: 10%;
  font-size: 2rem;
  font-weight: bold;
  color: #003D6D;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_list-item_number {
    width: 100%;
  }
}
.p-support_point-box_list-item_text {
  width: 100%;
}
.p-support_point-box_list-item_text-q {
  font-size: 2rem;
  font-weight: bold;
  color: #003D6D;
  margin-bottom: 0.5rem;
}
.p-support_point-box_list-item_text-a {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.p-support_point-box_list-item_text-a a {
  color: #F2A900;
  font-weight: 500;
  text-decoration: underline;
}
.p-support_point-box_list-item-h3 {
  font-size: 2.6rem;
  font-weight: bold;
}
.p-support_point-box_tabel2 {
  margin: 1.5rem auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  border-spacing: 0;
}
.p-support_point-box_tabel2-th {
  background-color: #F2A900;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #F2A900;
  color: #fff;
  width: 4.5%;
  font-size: 1.9rem;
  padding: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_tabel2-th {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
.p-support_point-box_tabel2-th:first-child {
  border-left: unset;
  border-right: 2px solid #fff;
}
.p-support_point-box_tabel2-th.th-first {
  border-radius: 1rem 0 0 0;
}
.p-support_point-box_tabel2-th.th-last {
  border-bottom: 2px solid #F2A900;
  border-radius: 0 0 0 1rem;
}
.p-support_point-box_tabel2_td {
  border-right: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  width: 47.5%;
  font-size: 1.6rem;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_tabel2_td {
    padding: 1rem;
  }
}
.p-support_point-box_tabel2_td.td-last {
  border-radius: 0 0 1rem 0;
}
.p-support_point-box_tabel2_td.td-first {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #F2A900;
  color: #fff;
  font-size: 1.9rem;
  padding: 1.5rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-support_point-box_tabel2_td.td-first {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
.p-support_point-box_tabel2_td.td-first:last-child {
  border-right: unset;
  border-left: unset;
  border-radius: 0 1rem 0 0;
}
.p-support_point-box_area {
  width: 100%;
}
@media screen and (max-width: 984px) {
  .p-support_point-box_area {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.p-support_cases {
  margin: 8rem auto;
}
.p-support_cases_title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #003D6D;
}
.p-support_cases_list {
  margin: 4rem auto;
  max-width: 1200px;
  display: flex;
  gap: 2%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-support_cases_list {
    flex-direction: column;
    gap: 3rem;
    padding: 0 3%;
  }
}
.p-support_cases_list-item {
  width: 32%;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 0 8px #c8c8c8;
}
@media screen and (max-width: 768px) {
  .p-support_cases_list-item {
    width: 100%;
  }
}
.p-support_cases_list-item_img {
  width: 100%;
}
.p-support_cases_list-item_text {
  padding: 1.6rem 2rem;
}
.p-support_cases_list-item_text h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-support_cases_list-item_text p {
  font-size: 1.6rem;
}
.p-support_cases_list-item_text_img {
  text-align: right;
}
.p-support_contact {
  padding: 8rem 0;
  background-color: #EDF6F8;
}
@media screen and (max-width: 768px) {
  .p-support_contact {
    padding: 8rem 3%;
  }
}
.p-support_contact-title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #003D6D;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-support_contact-title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.p-support_contact-text {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.p-support_contact_box {
  max-width: 1000px;
  background-color: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 1rem;
  padding: 6rem;
  margin: 3rem auto;
}
@media screen and (max-width: 820px) {
  .p-support_contact_box {
    margin: 3rem 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-support_contact_box {
    margin: 2.5rem auto;
    padding: 4rem 1rem;
  }
}
.p-support_contact_box table {
  width: 100%;
}
.p-support_contact_box table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-support_contact_box table tr :last-child {
    margin-bottom: 1rem;
  }
}
.p-support_contact_box table tr th {
  margin-bottom: 1.5rem;
}
.p-support_contact_box table tr th p {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-support_contact_box table tr th p span {
  font-size: 1.4rem;
  background-color: #F2A900;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-support_contact_box table tr th p span {
    border-radius: 0.5rem;
  }
}
.p-support_contact_box table tr td {
  font-size: 1.6rem;
}
.p-support_contact_box input[type=radio] {
  -webkit-appearance: auto;
}
.p-support_contact_box input[type=checkbox] {
  -webkit-appearance: auto;
}
.p-support_contact_box .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.p-support_contact_box 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: #fbfbfb;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .p-support_contact_box input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
  }
}
.p-support_contact_box textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 20px 15px;
  margin: 5px 0;
  font-weight: 500;
  color: #3a3a3a;
  border: solid 1px #d5d5d5;
  background: #fbfbfb;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  border-radius: 1rem;
}
.p-support_contact_box input.wpcf7-form-control.wpcf7-text {
  width: 100%;
  padding: 20px 15px;
  margin: 5px 0;
  font-weight: 500;
  color: #3a3a3a;
  border: solid 1px #d5d5d5;
  background: #fbfbfb;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  border-radius: 1rem;
}
.p-support_contact_box .c-btn-form {
  color: #fff;
  background: #F2BC00;
  border: 2px solid #F2BC00;
  font-weight: 500;
}
.p-support_contact_box .c-btn-form::after {
  top: 50%;
  right: 6.5%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
@media screen and (max-width: 768px) {
  .p-support_contact_box .c-btn-form {
    margin: auto;
  }
}
.p-support_contact_box .drpbox span.wpcf7-form-control-wrap:first-of-type {
  position: relative;
}
.p-support_contact_box .drpbox span.wpcf7-form-control-wrap:first-of-type::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
  top: 5%;
  right: 6.5%;
}
.p-support_contact_box select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 430px;
  border-radius: 0.5rem;
  padding: 20px 15px;
  color: #333;
  background: #fff;
  border: solid 1px #3a3a3a;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-support_contact_box select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
  }
}

.p-company .p-company__box {
  max-width: 1000px;
  margin: 10rem auto 0;
}
@media screen and (max-width: 1000px) {
  .p-company .p-company__box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .p-company__box {
    margin: 6rem 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;
}
@media screen and (max-width: 1000px) {
  .p-company .p-company__box table {
    width: 100%;
    padding: 0 20px;
  }
}
.p-company .p-company__box table tbody tr {
  font-size: 1.6rem;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 768px) {
  .p-company .p-company__box table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
  }
}
.p-company .p-company__box table tbody tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.p-company .p-company__box table tbody tr th {
  font-weight: 700;
  width: 30%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .p-company .p-company__box table tbody tr th {
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
.p-company .p-company__box table tbody tr td {
  padding: 3rem 0;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-company .p-company__box table tbody tr td {
    padding: 0;
  }
}
.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;
}
.p-company__access {
  max-width: 1000px;
  margin: 8rem auto 10rem;
}
@media screen and (max-width: 768px) {
  .p-company__access {
    padding: 0 20px;
    margin: 6rem auto;
  }
}
.p-company__access-title {
  font-size: 3.6rem;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin-bottom: 3rem;
}
.p-company__access-title span {
  font-size: 1.6rem;
}
.p-company__access-box {
  display: flex;
  gap: 8rem;
  padding: 3rem 0;
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (max-width: 1000px) {
  .p-company__access-box {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__access-box {
    gap: 2rem;
    flex-direction: column;
  }
}
.p-company__access-box__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-company__access-box__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-company__access-box_location {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-company__access-box_location {
    width: 100%;
  }
}
.p-company__access-box_nearest {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-company__access-box_nearest {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .p-company .p-company__box {
    width: 100%;
    padding: 0 20px;
  }
  .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: 1200px;
  margin: 80px auto;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .p-privacypolicy {
    padding: 0 6%;
  }
}
.p-privacypolicyBox__title {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 3rem auto 1em;
}
@media screen and (max-width: 768px) {
  .p-privacypolicyBox__title {
    font-size: 2.2rem;
  }
}
.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;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-privacypolicyBox__text {
    margin-top: 1em;
    line-height: 1.7;
  }
}
.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__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;
}
.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;
}

.page-id-3 .p-page-fv {
  background-image: url(../images/bg-header-anti.webp);
}

.daihyou-text {
  text-align: right;
  margin-right: 2rem;
}

/* box01
-----------------------------------------------*/
.p-faq__page {
  margin: 80px auto 96px;
}
.p-faq__page__text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq__page__text {
    padding: 0 3%;
  }
}
.p-faq__page_link {
  display: flex;
  gap: 2rem;
  max-width: 750px;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-faq__page_link {
    padding: 0 3%;
    margin: 3rem auto 0;
    flex-direction: column;
  }
}
.p-faq__page_link-list {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid #C6C6C6;
  border-radius: 1rem;
  padding: 2.2rem;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 2rem;
  align-items: center;
}
.p-faq__page_link-list::before {
  content: url("../../assets/images/qa-link-list.svg");
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
}
.p-faq__page__box {
  margin: 8rem auto;
}
@media screen and (max-width: 768px) {
  .p-faq__page__box {
    padding: 0 3%;
  }
}
.p-faq__page__box-h2 {
  color: #333333;
  font-size: 3rem;
  text-align: center;
  background: url(../../assets/images/title-logo_h2.svg) top center no-repeat;
  background-size: 30px;
  padding: 20px 0 0;
  margin: 0 auto 30px;
  font-weight: 700;
}
.p-faq__page__box.other-colors {
  background-color: #F0F9FF;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-faq__page__box.other-colors {
    padding: 8rem 3%;
  }
}
.p-faq__page__list {
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.p-faq__page__list-text {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .p-faq__page__list-text {
    padding: 0 3%;
  }
}
.p-faq__page__list-text_question {
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding: 2.5rem 5rem;
  border-top: 1px solid #BBBBBB;
  transition: 0.3s ease;
}
.p-faq__page__list-text_question:hover {
  background: #fff28e;
  transition: 0.3s ease;
}
.p-faq__page__list-text_question::before {
  content: url("../../assets/images/faq_Q.svg");
  position: absolute;
  left: 1rem;
  top: 4.2rem;
  transform: translateY(-50%);
  color: #fff;
  padding: 3px 9px;
  border-radius: 30px;
}
.p-faq__page__list-text_question .icon_btn:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #3b3b3b;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-faq__page__list-text_question .icon_btn:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #3b3b3b;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-faq__page__list-text_question.active {
  border-bottom: 1px solid #BBBBBB;
}
.p-faq__page__list-text_question.active .icon_btn:before {
  width: 16px;
  height: 2px;
}
.p-faq__page__list-text_question.active .icon_btn:after {
  width: 2px;
  height: 16px;
  transform: translateY(-50%) rotate(90deg);
}
.p-faq__page__list-text_answer {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  display: none;
  padding: 2.5rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__page__list-text_answer {
    padding: 2.5rem 3% 2.5rem 5rem;
  }
}
.p-faq__page__list-text_answer::before {
  content: url("../../assets/images/faq_A.svg");
  position: absolute;
  left: 1rem;
  top: 4.2rem;
  transform: translateY(-50%);
  font-size: 16px;
  padding: 3px 9px;
  border-radius: 30px;
}
.p-faq__page__list-text:last-of-type .p-faq__page__list-text_question {
  border-bottom: 1px solid #BBBBBB;
}
.p-faq__page__list-text:last-of-type .p-faq__page__list-text_answer {
  border-bottom: 1px solid #BBBBBB;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.p-contact__form {
  max-width: 900px;
  margin: 80px auto;
}
@media screen and (max-width: 900px) {
  .p-contact__form {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    padding: 0 20px;
    display: block;
  }
}
.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 span a {
  font-weight: 600;
  text-decoration: underline;
}
.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: 0rem 0 1rem;
}
.p-contact__form #contact_form tr th p span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #F2BC00;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__form #contact_form table {
    margin: auto;
    width: 100%;
  }
}
.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;
  border: solid 1px #C8C8C8;
  border-radius: 1rem;
  background: #fbfbfb;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 900px) {
  .p-contact__form #contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
  }
}
.p-contact__form #contact_form textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 20px 15px;
  margin: 5px 0;
  font-weight: 500;
  border: solid 1px #C8C8C8;
  border-radius: 1rem;
  background: #fbfbfb;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}
.p-contact__form .c-btn-form {
  background: #F2BC00;
  border: 2px solid #F2BC00;
  font-size: 1.8rem;
}
.p-contact__form .c-btn-form::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 1rem;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-3rem, -50%) rotate(45deg);
}

.wpcf7-list-item {
  display: inline-block;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
  .p-contact__form {
    width: 100%;
    margin: 5rem auto;
  }
  .p-contact__form h2 {
    font-size: 2.6rem;
    text-align: left;
  }
  .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%;
  }
}
.p-contact-confirm_box {
  max-width: 900px;
  padding: 2rem 6rem 5rem;
  border: solid 1px #333;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .p-contact-confirm_box {
    padding: 3rem 1rem;
  }
}
.p-contact-confirm .p-request_confirm-box {
  box-shadow: unset;
  padding: 0;
  border-radius: unset;
}
.p-contact-confirm .p-request_confirm-box__title {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-confirm .p-request_confirm-box__title {
    font-size: 2.6rem;
  }
}
.p-contact-confirm .p-request_confirm-box__text {
  font-size: 1.8rem;
}
.p-contact-confirm .p-request_confirm-box__text span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #F2BC00;
  margin-left: 0;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
.p-contact-confirm .p-request_confirm-box__label {
  font-size: 1.6rem;
}
.p-contact-confirm .p-request_confirm-box__btn {
  display: flex;
  gap: 8rem;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact-confirm .p-request_confirm-box__btn {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.p-contact-confirm .p-request_confirm-box__btn__right {
  position: relative;
}
.p-contact-confirm .p-request_confirm-box__btn__right p input {
  background: #ababab;
  border: 2px solid #ababab;
  font-size: 1.8rem;
  margin: 0;
  max-width: 35rem;
  border-radius: 7.5rem;
  padding: 2.2rem;
  width: 35rem;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contact-confirm .p-request_confirm-box__btn__right p input {
    padding: 2rem;
  }
}
.p-contact-confirm .p-request_confirm-box__btn__right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7%;
  display: block;
  width: 13px;
  height: 13px;
  transform: translateY(-50%) rotate(225deg) scale(0.8);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-contact-confirm .p-request_confirm-box__btn__left {
  position: relative;
}
.p-contact-confirm .p-request_confirm-box__btn__left p input {
  background: #F2BC00;
  border: 2px solid #F2BC00;
  font-size: 1.8rem;
  margin: 0;
  max-width: 35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.5rem;
  padding: 2.2rem;
  width: 35rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact-confirm .p-request_confirm-box__btn__left p input {
    padding: 2rem;
  }
}
.p-contact-confirm .p-request_confirm-box__btn__left:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  display: block;
  width: 13px;
  height: 13px;
  transform: translateY(-50%) rotate(45deg) scale(0.8);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-contact-confirm .p-request_confirm-box__btn span.wpcf7-spinner {
  display: none;
}
.p-contact-confirm .p-request_confirm-box__btn p {
  display: block;
  margin: auto;
}

.wpcf7-list-item {
  margin: 0 0 0.5rem 0;
}

/* box01
-----------------------------------------------*/
.p-request__area {
  max-width: 1000px;
  margin: 7rem auto 5rem;
}
@media screen and (max-width: 1000px) {
  .p-request__area {
    padding: 0 20px;
  }
}
.p-request__area .p-request__form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-request__area .p-request__form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.p-request__area .p-request__form.p-request__gap {
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .p-request__area .p-request__form.p-request__gap {
    gap: 0rem;
    margin: auto;
  }
}
.p-request__area .p-request__form .p-request__text {
  text-align: center;
  font-size: 1.8rem;
}
.p-request__area .p-request__form .p-request__text p {
  margin-bottom: 4rem;
}
.p-request__area .p-request__form .p-request__flex {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-request__area .p-request__form .p-request__flex {
    width: 100%;
    padding: 0 20px;
    margin: auto;
  }
}
.p-request__area .p-request__form .p-request__flex h2 {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 1rem;
}
.p-request__area .p-request__form .p-request__flex p {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 1rem;
}
.p-request__area .p-request__form img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-request__area .p-request__form img {
    width: 70%;
    margin: auto;
  }
}

.p-request__right {
  font-size: 1.6rem;
  text-align: left;
  width: 45%;
  background: #fff;
  padding: 3rem 4rem;
  border-radius: 1rem;
  box-shadow: 0rem 0rem 2rem 0px rgba(0, 0, 0, 0.1176470588);
}
@media screen and (max-width: 768px) {
  .p-request__right {
    width: 90%;
    padding: 3rem 2rem;
    margin: auto;
  }
}
.p-request__right p.p-request___center {
  margin-bottom: 4rem;
}
.p-request__right input[type=radio] {
  -webkit-appearance: auto;
}
.p-request__right span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-request__right label {
  text-align: left;
}
.p-request__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-request__right input[type=checkbox] {
  -webkit-appearance: auto;
}
.p-request__right .wpcf7-form p {
  margin-bottom: 2rem;
}
.p-request__right .wpcf7-form .p-request__form-head {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.p-request__right .c-btn-form {
  color: #fff;
  background: #f2bc00;
  border: 2px solid #f2bc00;
}
.p-request__right .p-request__form-flex p {
  display: flex;
  gap: 20px;
}
.p-request__right .p-request__form-flex p label {
  width: 47%;
}
.p-request__right .p-request__form-flex p .form-prefectures {
  position: relative;
}
.p-request__right .p-request__form-flex p .form-prefectures::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #757575;
  border-right: 2px solid #757575;
  transform: rotate(135deg);
  position: absolute;
  top: 1.7rem;
  right: 12%;
}
.p-request__right .p-request__form-flex p .form-prefectures select.wpcf7-form-control {
  padding: 1rem;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  margin: auto;
  width: 100%;
}
.p-request__right .p-request__form-consider .wpcf7-form-control {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-request__right .p-request__form-consider .wpcf7-form-control {
    flex-direction: column;
  }
}

.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: #f2bc00;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 2rem 0;
}
.p-contact__tel p {
  margin: 1rem 0 3rem;
}

/* box01
-----------------------------------------------*/
.p-request_confirm-box {
  max-width: 1200px;
  margin: 8rem auto;
  padding: 5rem 6rem;
  border-radius: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .p-request_confirm-box {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .p-request_confirm-box {
    margin: 6rem auto;
    padding: 5rem 2rem;
  }
}
.p-request_confirm-box__title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-request_confirm-box__title {
    font-size: 2rem;
  }
}
.p-request_confirm-box__text {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-request_confirm-box__text {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.p-request_confirm-box__text span {
  font-size: 2.2rem;
  font-weight: 600;
  color: #CE3D44;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-request_confirm-box__text span {
    font-size: 2rem;
  }
}
.p-request_confirm-box__label {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-request_confirm-box__label {
    font-size: 1.8rem;
  }
}
.p-request_confirm-box__btn {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-request_confirm-box__btn {
    gap: 2rem;
    justify-content: center;
  }
}
.p-request_confirm-box__btn__right input {
  color: #fff;
  background: #003D6D;
  font-size: 2.2rem;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-request_confirm-box__btn__right input {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}
.p-request_confirm-box__btn__left input {
  color: #fff;
  background: #F2A900;
  border: 2px solid #F2A900;
  font-size: 2.2rem;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-request_confirm-box__btn__left input {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}
.p-request_confirm .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-request_confirm .pc {
    display: none;
  }
}
.p-request_confirm .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-request_confirm .sp {
    display: block;
  }
}
.p-request_confirm span.wpcf7-spinner {
  display: none;
}
.p-request_confirm p {
  word-break: break-word;
}

.p-request .p-request__right .c-btn-form::after {
  content: "";
  width: 10px;
  height: 10px;
  right: 8%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg) scale(0.8);
}

/* box01
-----------------------------------------------*/
.p-thanks {
  margin: 80px auto 96px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .p-thanksBox {
    padding: 0 20px;
  }
}
.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-requestthanks {
  margin: 80px auto 96px;
  max-width: 900px;
}
.p-requestthanksBox {
  padding: 0 20px;
}
.p-requestthanksBox__wrap {
  margin: 0 auto;
}
.p-requestthanksBox__title {
  margin: 0.5rem 0 3rem;
}
.p-requestthanksBox__title span {
  font-size: 3rem;
  font-weight: bold;
}
.p-requestthanksBox__text {
  font-size: 16px;
  margin: 0 auto;
  line-height: 2;
}
.p-requestthanksBox__download .p-requestthanksBox__text {
  margin: 25px auto;
}
.p-requestthanksBox__download .p-requestthanksBox__anchor {
  margin: 0 auto;
  font-weight: 500;
}

/* box01
-----------------------------------------------*/
.p-antisocial__page {
  max-width: 1200px;
  margin: 80px auto;
}
@media screen and (max-width: 1200px) {
  .p-antisocial__page {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-antisocial__page {
    margin: 60px auto;
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .p-antisocial__page dl dt.p-antisocial__title {
    font-size: 2.6rem;
    line-height: 2;
  }
}
.p-antisocial__page dl dd {
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-antisocial__page dl dd .p-antisocial__list li {
  font-size: 1.6rem;
  list-style: none;
  margin-bottom: 1.5rem;
  display: flex;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-antisocial__page dl dd .p-antisocial__list li {
    font-size: 1.6rem;
  }
}
.p-antisocial__page dl dd .p-antisocial__list li span {
  padding-right: 1.5rem;
}
.p-antisocial__page dl dd:last-child {
  margin-bottom: 0;
}

.page-id-40 .p-page-fv {
  background-image: url(../images/bg-header-anti.webp);
}

@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.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: 22rem;
}
.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;
}
.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;
}

.p-news_box {
  margin: 80px auto 96px;
  max-width: 900px;
}
.p-news_box p {
  font-size: 16px;
  margin: 30px auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-news_box p {
    padding: 0 20px;
  }
}

.p-news-wrap {
  display: flex;
  gap: 8rem;
  max-width: 1180px;
  margin: 8rem auto;
}
@media (min-width: 769px) and (max-width: 820px) {
  .p-news-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-wrap {
    flex-direction: column;
    padding: 0 3%;
    gap: 3rem;
  }
}
.p-news-wrap_text {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-news-wrap_text {
    width: 100%;
  }
}
.p-news-wrap_text-title {
  font-size: 7rem;
  font-weight: bold;
  color: #003D6D;
  margin-bottom: 0.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news-wrap_text-title {
    font-size: 5rem;
  }
}
.p-news-wrap_text-title::after {
  position: absolute;
  content: "";
  background-color: #003D6D;
  width: 45px;
  height: 1px;
  bottom: 0;
  left: 0;
}
.p-news-wrap_text-sabtitle {
  font-size: 1.8rem;
  color: #003D6D;
  font-weight: 500;
}
.p-news-wrap .c-btn {
  color: #fff;
  background-color: #003D6D;
  font-size: 1.6rem;
  padding: 1.5rem;
  margin: 4rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news-wrap .c-btn {
    padding: 2rem;
    width: 65%;
    margin: auto;
  }
}
.p-news-wrap .c-btn::after {
  content: "";
  background-image: url(../images/p-news-wrap_arrow-w.svg);
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 7px;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-news-wrap .c-btn::after {
    content: "";
    background-image: url(../images/p-news-wrap_arrow-w.svg);
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 7px;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-news-wrap_box {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-news-wrap_box {
    width: 100%;
  }
}
.p-news-wrap_box_link {
  padding: 2rem;
}
.p-news-wrap_box-list {
  border-bottom: 1px solid #C8C8C8;
}
.p-news-wrap_box-list_item {
  padding: 2rem 0;
  position: relative;
}
.p-news-wrap_box-list_item__date {
  color: #003D6D;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.p-news-wrap_box-list_item__title {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-news-wrap_box-list_item::after {
  content: "";
  background-image: url(../images/p-news-wrap_arrow.svg);
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* area01 */
#receipt .area01 {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #receipt .area01 {
    padding-bottom: 8rem;
    padding-top: 0;
  }
}
#receipt .area01 .area01-in {
  width: 100%;
  height: 640px;
  margin: 0 auto 33px;
  padding: 0;
  background-image: url(/wp-content/themes/higoone/assets/images/receipt_computer/resecon_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #receipt .area01 .area01-in {
    flex-direction: column;
  }
}
#receipt .area01 .area01-in ul {
  width: 100%;
  margin: 0 auto;
  padding: 125px 0px 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #receipt .area01 .area01-in ul {
    padding: 125px 20px 65px;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  #receipt .area01 .area01-in ul {
    padding: 9rem 20px 6rem;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area01 .area01-in ul {
    padding: 8.5rem 0 6rem;
    flex-direction: column;
  }
}
#receipt .area01 .area01-in ul li.left {
  width: 35%;
  margin-right: -30px;
}
@media screen and (max-width: 1440px) {
  #receipt .area01 .area01-in ul li.left {
    width: 50%;
    margin-right: 3rem;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  #receipt .area01 .area01-in ul li.left {
    width: 85%;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area01 .area01-in ul li.left {
    width: 95%;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area01 .area01-in ul li.right {
    width: 100%;
    position: relative;
  }
  #receipt .area01 .area01-in ul li.right img {
    width: 100%;
    position: absolute;
  }
}
#receipt .area01 .area01-in ul li.right img {
  width: 100%;
}
#receipt .area01 .area01-in ul li span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-bottom: 36px;
  padding: 0;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-bottom: solid 2px #fff;
}
@media screen and (max-width: 768px) {
  #receipt .area01 .area01-in ul li span {
    font-size: 2.6rem;
  }
}
#receipt .area01 .area01-in ul li .bg {
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 15px;
}
#receipt .area01 .area01-in ul li .bg p {
  margin-bottom: 25px;
  font-size: 16px;
}
#receipt .area01 .area01-in ul li .bg p:last-child {
  margin-bottom: 0;
}
#receipt .area02,
#receipt .area03,
#receipt .area05 {
  width: 100%;
  margin: 6rem auto 12rem;
  padding: 0;
}
#receipt .area02 .area02-in {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #receipt .area02 .area02-in {
    padding-bottom: 0px;
  }
}
#receipt .area02 .area02-in .title {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#receipt .area02 .area02-in .title h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #receipt .area02 .area02-in .title h3 {
    font-size: 2.8rem;
  }
}
#receipt .area02 .area02-in .title h3 strong {
  font-size: 65px;
  color: #003d6d;
}
#receipt .area02 .area02-in .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#receipt .area02 .area02-in .list ul:after {
  content: "";
  position: absolute;
  display: block;
  width: 350px;
  height: 90px;
  margin: 0 auto;
  background: linear-gradient(to bottom left, #f2bc00 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #f2bc00 50%, transparent 50%) top right/50% 100% no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
}
@media screen and (max-width: 768px) {
  #receipt .area02 .area02-in .list ul:after {
    width: 200px;
    height: 70px;
    bottom: -30px;
    background: linear-gradient(to bottom left, #f2bc00 50%, transparent 50%) top left/51% 100% no-repeat, linear-gradient(to bottom right, #f2bc00 51%, transparent 50%) top right/51% 100% no-repeat;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area02 .area02-in .list ul {
    flex-direction: column;
  }
}
#receipt .area02 .area02-in .list ul li {
  width: 33.333%;
  padding: 0 17px;
  border-right: solid 2px #bbb;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #receipt .area02 .area02-in .list ul li {
    width: 95%;
    padding: 0;
    margin: auto;
    border-right: 0;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #bbb;
  }
}
#receipt .area02 .area02-in .list ul li:last-child {
  margin-bottom: 0;
  border: none;
}
#receipt .area02 .area02-in .list ul li .box title {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 13px 0px 15px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #003d6d;
  border-radius: 10px;
}
#receipt .area02 .area02-in .list ul li .box .point3-title {
  background-color: #003d6d;
  color: #fff;
  padding: 1.5rem;
  width: 100%;
  font-size: 2.8rem;
  margin-bottom: 4rem;
  border-radius: 0.5rem;
  font-weight: 700;
}
#receipt .area02 .area02-in .list ul li .box span {
  display: block;
  width: 80%;
  margin: auto auto 20px;
  padding: 20px 0px;
  font-size: 16px;
  background-color: #f3f6fa;
  border-radius: 150px;
  position: relative;
}
#receipt .area02 .area02-in .list ul li .box span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 10px;
  margin: 0 auto;
  background: linear-gradient(to bottom left, #f3f6fa 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #f3f6fa 50%, transparent 50%) top right/50% 100% no-repeat;
  left: 45%;
  bottom: -10px;
}
#receipt .area02 .area02-in .list ul li .box img {
  width: 220px;
  height: 220px;
  margin-bottom: 22px;
}
#receipt .area02 .area02-in .list ul li .box p {
  margin-bottom: 45px;
  font-size: 16px;
}
#receipt .area03 .point01 {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  #receipt .area03 .point01.last-point::after {
    width: 80%;
    height: 700px;
  }
}
#receipt .area03 .point01:after {
  content: "";
  position: absolute;
  display: block;
  width: 1420px;
  height: 650px;
  background-color: #f0f9ff;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  #receipt .area03 .point01:after {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #receipt .area03 .point01:after {
    height: 470px;
  }
}
@media screen and (max-width: 820px) {
  #receipt .area03 .point01:after {
    width: 80%;
    height: 950px;
  }
}
#receipt .area03 .point01 .point01-in {
  width: 100%;
  padding: 80px 3% 118px;
  margin: 8rem auto;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point01 .point01-in {
    width: 100%;
    margin: auto;
    padding: 80px 20px 40px;
  }
}
#receipt .area03 .point01 .point01-in ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  #receipt .area03 .point01 .point01-in ul {
    flex-direction: column;
  }
  #receipt .area03 .point01 .point01-in ul li.right {
    display: none;
    width: 100%;
  }
  #receipt .area03 .point01 .point01-in ul li.right img {
    width: 100%;
  }
}
#receipt .area03 .point01 .point01-in ul li.right img {
  width: 100%;
}
#receipt .area03 .point01 .point01-in ul li.left {
  max-width: 490px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 820px) {
  #receipt .area03 .point01 .point01-in ul li.left img.sp {
    width: 100%;
    margin-bottom: 4rem;
    display: block !important;
  }
}
#receipt .area03 .point01 .point01-in ul li.left .number {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#receipt .area03 .point01 .point01-in ul li.left .number img {
  max-width: 80px;
  width: 100%;
  margin-right: 24px;
}
#receipt .area03 .point01 .point01-in ul li.left .number span {
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 24px;
  font-size: 35px;
  color: #fff;
  background-color: #003d6d;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point01 .point01-in ul li.left .number span {
    width: 49px;
    height: 48px;
    margin-right: 24px;
    font-size: 2.4rem;
  }
}
#receipt .area03 .point01 .point01-in ul li.left .number p {
  padding-bottom: 14px;
  font-size: 35px;
  font-weight: 600;
  color: #003d6d;
  border-bottom: solid 2px #003d6d;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point01 .point01-in ul li.left .number p {
    font-size: 2.6rem;
  }
}
#receipt .area03 .point01 .point01-in ul li.left .text ul {
  margin-bottom: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #receipt .area03 .point01 .point01-in ul li.left .text ul {
    flex-direction: row;
  }
}
#receipt .area03 .point01 .point01-in ul li.left .text ul li p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #003d6d;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point01 .point01-in ul li.left .text ul li p {
    font-size: 1.6rem;
    color: #003d6d;
    font-weight: 600;
  }
}
#receipt .area03 .point01 .point01-in ul li.left .text ul li strong {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point01 .point01-in ul li.left .text ul li strong {
    font-size: 2.6rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point01 .point01-in ul li.left .text ul li img {
    width: 5.1rem;
    height: auto;
  }
}
#receipt .area03 .point01 .point01-in ul li.left .text p {
  margin-bottom: 34px;
  font-size: 16px;
}
#receipt .area03 .point01 .point01-in ul li.left .point span {
  font-size: 18px;
  font-weight: 500;
  color: #003d6d;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#receipt .area03 .point01 .point01-in ul li.left .point p {
  font-size: 16px;
}
#receipt .area03 .point02 {
  position: relative;
  margin-bottom: 0;
}
#receipt .area03 .point02:after {
  content: "";
  position: absolute;
  display: block;
  width: 1420px;
  height: 600px;
  background-color: #f0f9ff;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  #receipt .area03 .point02:after {
    width: 80%;
    height: 770px;
  }
}
#receipt .area03 .point02 .point02-in {
  width: 100%;
  padding: 80px 0px 118px;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point02 .point02-in {
    width: 95%;
    margin: auto;
  }
}
#receipt .area03 .point02 .point02-in ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  #receipt .area03 .point02 .point02-in ul li.left {
    max-width: 490px;
  }
}
#receipt .area03 .point02 .point02-in ul li.left img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  #receipt .area03 .point02 .point02-in ul {
    flex-direction: column-reverse;
    display: flex;
    gap: 2rem;
  }
}
#receipt .area03 .point02 .point02-in ul li.right {
  max-width: 490px;
  width: 100%;
  margin: 0;
  padding: 0;
}
#receipt .area03 .point02 .point02-in ul li.right .number {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#receipt .area03 .point02 .point02-in ul li.right .number img {
  max-width: 80px;
  width: 100%;
  margin-right: 24px;
}
#receipt .area03 .point02 .point02-in ul li.right .number span {
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 24px;
  font-size: 35px;
  color: #fff;
  background-color: #003d6d;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point02 .point02-in ul li.right .number span {
    width: 49px;
    height: 48px;
    margin-right: 24px;
    font-size: 2.4rem;
  }
}
#receipt .area03 .point02 .point02-in ul li.right .number p {
  padding-bottom: 14px;
  font-size: 35px;
  font-weight: 600;
  color: #003d6d;
  border-bottom: solid 2px #003d6d;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point02 .point02-in ul li.right .number p {
    font-size: 2.6rem;
  }
}
#receipt .area03 .point02 .point02-in ul li.right .text ul {
  margin-bottom: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #receipt .area03 .point02 .point02-in ul li.right .text ul {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point02 .point02-in ul li.right .text ul {
    flex-direction: row;
  }
}
#receipt .area03 .point02 .point02-in ul li.right .text ul li p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #003d6d;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point02 .point02-in ul li.right .text ul li p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #003d6d;
  }
}
#receipt .area03 .point02 .point02-in ul li.right .text ul li strong {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #receipt .area03 .point02 .point02-in ul li.right .text ul li strong {
    font-size: 2.6rem;
    font-weight: 600;
  }
}
#receipt .area03 .point02 .point02-in ul li.right .text p {
  margin-bottom: 34px;
  font-size: 16px;
}
#receipt .area03 .point02 .point02-in ul li.right .system {
  font-size: 16px;
}
#receipt .area04 {
  width: 100%;
  position: relative;
}
#receipt .area04 .area04-in {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #receipt .area04 .area04-in {
    width: 95%;
    border: solid 6px #eee;
    margin-bottom: 60px;
    margin-top: 0;
    padding: 0 0 6rem;
  }
}
#receipt .area04 .area04-in:after {
  content: "";
  position: absolute;
  display: block;
  max-width: 990px;
  width: 100%;
  height: calc(100% + 80px);
  border: solid 10px #f5f6f7;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  #receipt .area04 .area04-in:after {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area04 .area04-in:after {
    content: "";
    display: none;
  }
}
#receipt .area04 .area04-in h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 56px;
  padding-top: 6rem;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  color: #003d6d;
  border-bottom: solid 2px #003d6d;
}
@media screen and (max-width: 768px) {
  #receipt .area04 .area04-in h3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  #receipt .area04 .area04-in .flow {
    width: 95%;
    margin: auto;
  }
}
#receipt .area04 .area04-in .flow ul {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #receipt .area04 .area04-in .flow ul {
    flex-direction: column;
    align-items: center;
  }
}
#receipt .area04 .area04-in .flow ul:last-child {
  margin-bottom: 0;
}
#receipt .area04 .area04-in .flow ul li.left {
  margin-top: 20px;
}
#receipt .area04 .area04-in .flow ul li.left img {
  box-shadow: -6px 6px 20px #bbbbbb;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #receipt .area04 .area04-in .flow ul li.left {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area04 .area04-in .flow ul li.left {
    width: 95%;
  }
}
#receipt .area04 .area04-in .flow ul li.right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #receipt .area04 .area04-in .flow ul li.right {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area04 .area04-in .flow ul li.left {
    margin: 0 auto 2rem;
  }
}
#receipt .area04 .area04-in .flow ul li.left img {
  width: 100%;
  box-shadow: 0px 1px 5px #bbbbbb;
}
@media screen and (max-width: 768px) {
  #receipt .area04 .area04-in .flow ul li.left img {
    width: 100%;
    height: auto;
  }
}
#receipt .area04 .area04-in .flow ul li.right .flow01,
#receipt .area04 .area04-in .flow ul li.right .flow02,
#receipt .area04 .area04-in .flow ul li.right .flow03,
#receipt .area04 .area04-in .flow ul li.right .flow04,
#receipt .area04 .area04-in .flow ul li.right .flow05,
#receipt .area04 .area04-in .flow ul li.right .flow06 {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#receipt .area04 .area04-in .flow ul li.right .flow01:before {
  content: "1";
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 17px;
  color: #fff;
  background-color: #f2bc00;
  justify-content: center;
  align-items: center;
}
#receipt .area04 .area04-in .flow ul li.right .flow02:before {
  content: "2";
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 17px;
  color: #fff;
  background-color: #f2bc00;
  justify-content: center;
  align-items: center;
}
#receipt .area04 .area04-in .flow ul li.right .flow03:before {
  content: "3";
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 17px;
  color: #fff;
  background-color: #f2bc00;
  justify-content: center;
  align-items: center;
}
#receipt .area04 .area04-in .flow ul li.right .flow04:before {
  content: "4";
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 17px;
  color: #fff;
  background-color: #f2bc00;
  justify-content: center;
  align-items: center;
}
#receipt .area04 .area04-in .flow ul li.right .flow05:before {
  content: "5";
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 17px;
  color: #fff;
  background-color: #f2bc00;
  justify-content: center;
  align-items: center;
}
#receipt .area04 .area04-in .flow ul li.right .flow06:before {
  content: "6";
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 17px;
  color: #fff;
  background-color: #f2bc00;
  justify-content: center;
  align-items: center;
}
#receipt .area04 .area04-in .flow ul li.right p {
  margin-bottom: 26px;
  font-size: 16px;
}
#receipt .area04 .area04-in .flow ul li.right p:last-child {
  margin-bottom: 0;
}
#receipt .area04 .area04-in .flow ul li.right span {
  display: block;
  width: 100%;
  padding: 19px 20px;
  font-size: 16px;
  border: solid 2px #f2bc00;
}
#receipt .area05 .area05-in {
  width: 100%;
  margin: 0 auto;
  padding-top: 37px;
}
@media screen and (max-width: 768px) {
  #receipt .area05 .area05-in {
    padding-top: 0;
  }
}
#receipt .area05 .area05-in h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 41px;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  color: #003d6d;
  border-bottom: solid 2px #003d6d;
}
#receipt .area05 .area05-in .support-box {
  padding: 2rem;
  max-width: 70rem;
}
@media screen and (max-width: 1765px) {
  #receipt .area05 .area05-in .support-box {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 820px) {
  #receipt .area05 .area05-in .support-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area05 .area05-in .support-box {
    padding: 0;
  }
}
#receipt .area05 .area05-in .support01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 820px) {
  #receipt .area05 .area05-in .support01 {
    width: 95%;
    margin: 8rem auto;
  }
}
@media screen and (max-width: 768px) {
  #receipt .area05 .area05-in .support01 {
    padding: 0 3%;
    margin-bottom: 6rem;
  }
}
#receipt .area05 .area05-in .support01 p {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #receipt .area05 .area05-in .support01 p {
    text-align: center;
  }
}
#receipt .area05 .area05-in .support01 p:last-child {
  margin-bottom: 0;
}
#receipt .area05 .area05-in .support02,
#receipt .area05 .area05-in .support04,
#receipt .area05 .area05-in .support06 {
  display: flex;
  width: 1300px;
  height: 360px;
  margin-bottom: 100px;
  padding-left: 490px;
  background-color: #f5f6f7;
  border-radius: 0px 15px 15px 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1765px) {
  #receipt .area05 .area05-in .support02,
  #receipt .area05 .area05-in .support04,
  #receipt .area05 .area05-in .support06 {
    width: 70%;
    height: auto;
    margin-bottom: 100px;
    padding: 0;
    margin-right: auto;
    background-color: #f5f6f7;
    border-radius: 0px 15px 15px 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 1440px) {
  #receipt .area05 .area05-in .support02,
  #receipt .area05 .area05-in .support04,
  #receipt .area05 .area05-in .support06 {
    width: 70%;
    margin-right: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 820px) {
  #receipt .area05 .area05-in .support02,
  #receipt .area05 .area05-in .support04,
  #receipt .area05 .area05-in .support06 {
    width: 95%;
    height: auto;
    margin-bottom: 60px;
    padding: 5rem 20px;
    position: unset;
  }
}
@media screen and (max-width: 820px) {
  #receipt .area05 .area05-in .support02,
  #receipt .area05 .area05-in .support04,
  #receipt .area05 .area05-in .support06 {
    width: 95%;
    height: auto;
    margin-bottom: 60px;
    padding: 5rem 20px;
    position: unset;
  }
}
#receipt .area05 .area05-in .support02 .support-box {
  max-width: 80rem;
}
@media screen and (max-width: 1440px) {
  #receipt .area05 .area05-in .support02 .support-box {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 820px) {
  #receipt .area05 .area05-in .support02 .support-box {
    max-width: 100%;
  }
}
#receipt .area05 .area05-in .support02 .title,
#receipt .area05 .area05-in .support03 .title,
#receipt .area05 .area05-in .support04 .title,
#receipt .area05 .area05-in .support05 .title,
#receipt .area05 .area05-in .support06 .title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #003d6d;
}
@media screen and (max-width: 768px) {
  #receipt .area05 .area05-in .support02 .title,
  #receipt .area05 .area05-in .support03 .title,
  #receipt .area05 .area05-in .support04 .title,
  #receipt .area05 .area05-in .support05 .title,
  #receipt .area05 .area05-in .support06 .title {
    font-size: 2.6rem;
    font-weight: bold;
  }
}
#receipt .area05 .area05-in .support02 p,
#receipt .area05 .area05-in .support03 p,
#receipt .area05 .area05-in .support04 p,
#receipt .area05 .area05-in .support05 p,
#receipt .area05 .area05-in .support06 p {
  margin-bottom: 26px;
  font-size: 16px;
  max-width: 700px;
}
#receipt .area05 .area05-in .support03,
#receipt .area05 .area05-in .support05 {
  display: flex;
  width: 1300px;
  height: 360px;
  margin-bottom: 100px;
  padding-left: 150px;
  float: right;
  background-color: #f5f6f7;
  border-radius: 15px 0px 0px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1765px) {
  #receipt .area05 .area05-in .support03,
  #receipt .area05 .area05-in .support05 {
    width: 70%;
    height: auto;
    margin-bottom: 100px;
    padding-left: 0;
    margin-left: auto;
    float: unset;
  }
}
@media screen and (max-width: 1440px) {
  #receipt .area05 .area05-in .support03,
  #receipt .area05 .area05-in .support05 {
    width: 70%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1440px) and (max-width: 820px) {
  #receipt .area05 .area05-in .support03,
  #receipt .area05 .area05-in .support05 {
    width: 95%;
    height: auto;
    margin-bottom: 60px;
    padding: 5rem 20px;
    position: unset;
  }
}
#receipt .area05 .area05-in .support03 .support-box,
#receipt .area05 .area05-in .support05 .support-box {
  padding: 2rem;
  max-width: 70rem;
}
@media screen and (max-width: 1765px) {
  #receipt .area05 .area05-in .support03 .support-box,
  #receipt .area05 .area05-in .support05 .support-box {
    margin-left: 25%;
    margin-right: auto;
  }
}
@media screen and (max-width: 820px) {
  #receipt .area05 .area05-in .support03 .support-box,
  #receipt .area05 .area05-in .support05 .support-box {
    padding: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
#receipt .area05 .area05-in .support02:after {
  content: "";
  position: absolute;
  display: flex;
  width: 393px;
  height: 393px;
  background-image: url(/wp-content/themes/higoone/assets/images/receipt_computer/support_img01.png);
  background-repeat: no-repeat;
  right: 234px;
}
@media screen and (max-width: 1440px) {
  #receipt .area05 .area05-in .support02:after {
    right: 3%;
    width: 300px;
    height: 300px;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  #receipt .area05 .area05-in .support02:after {
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 820px) {
  #receipt .area05 .area05-in .support02:after {
    width: 100%;
    height: 350px;
    background-size: contain;
    background-position: center;
    position: unset;
  }
}
#receipt .area05 .area05-in .support03:after {
  content: "";
  position: absolute;
  display: flex;
  width: 500px;
  height: 450px;
  background-image: url(/wp-content/themes/higoone/assets/images/receipt_computer/support_img02.png);
  background-repeat: no-repeat;
  left: 170px;
}
@media screen and (max-width: 1440px) {
  #receipt .area05 .area05-in .support03:after {
    left: 10%;
    width: 350px;
    height: 315px;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  #receipt .area05 .area05-in .support03:after {
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 820px) {
  #receipt .area05 .area05-in .support03:after {
    width: 100%;
    height: 30rem;
    background-size: contain;
    background-position: center;
    display: block;
    position: unset;
  }
}
#receipt .area05 .area05-in .support04:after {
  content: "";
  position: absolute;
  display: flex;
  width: 402px;
  height: 402px;
  background-image: url(/wp-content/themes/higoone/assets/images/receipt_computer/support_img03.png);
  background-repeat: no-repeat;
  right: 191px;
}
@media screen and (max-width: 1440px) {
  #receipt .area05 .area05-in .support04:after {
    right: 0;
    transform: translateX(-17%);
    width: 300px;
    height: 300px;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  #receipt .area05 .area05-in .support04:after {
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 820px) {
  #receipt .area05 .area05-in .support04:after {
    width: 100%;
    height: 30rem;
    background-size: contain;
    background-position: center;
    position: unset;
    transform: unset;
  }
}
#receipt .area05 .area05-in .support05:after {
  content: "";
  position: absolute;
  display: flex;
  width: 547px;
  height: 354px;
  background-image: url(/wp-content/themes/higoone/assets/images/receipt_computer/support_img04.png);
  background-repeat: no-repeat;
  left: 153px;
}
@media screen and (max-width: 1440px) {
  #receipt .area05 .area05-in .support05:after {
    left: 10%;
    transform: translateX(10%);
    width: 350px;
    height: 226.5px;
    background-size: contain;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  #receipt .area05 .area05-in .support05:after {
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 820px) {
  #receipt .area05 .area05-in .support05:after {
    width: 100%;
    height: 28rem;
    background-size: contain;
    background-position: center;
    display: block;
    position: unset;
    transform: unset;
  }
}
#receipt .area05 .area05-in .support06:after {
  content: "";
  position: absolute;
  display: flex;
  width: 455px;
  height: 454px;
  background-image: url(/wp-content/themes/higoone/assets/images/receipt_computer/support_img05.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 215px;
}
@media screen and (max-width: 1550px) {
  #receipt .area05 .area05-in .support06:after {
    right: 140px;
  }
}
@media screen and (max-width: 1440px) {
  #receipt .area05 .area05-in .support06:after {
    right: 0;
    transform: translateX(-15%);
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  #receipt .area05 .area05-in .support06:after {
    background-size: contain;
  }
}
@media screen and (max-width: 1440px) and (max-width: 820px) {
  #receipt .area05 .area05-in .support06:after {
    width: 100%;
    height: 35rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: unset;
    transform: unset;
  }
}

.p-receipt_computer_area {
  margin: 8rem auto;
}
.p-receipt_computer_title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #003d6d;
}
@media screen and (max-width: 768px) {
  .p-receipt_computer_title {
    font-size: 2.6rem;
  }
}
.p-receipt_computer_text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-receipt_computer-box {
  margin: 3rem auto;
  display: flex;
  max-width: 1100px;
  gap: 5.5rem;
}
@media screen and (max-width: 1100px) {
  .p-receipt_computer-box {
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .p-receipt_computer-box {
    flex-direction: column;
  }
}
.p-receipt_computer-box-list {
  border: 10px solid #efefef;
  border-radius: 10px;
  width: 33%;
  padding: 6rem 3rem 5.6rem;
  position: relative;
  margin-top: 9rem;
}
@media screen and (max-width: 1200px) {
  .p-receipt_computer-box-list {
    padding: 5rem 4rem;
  }
}
@media screen and (max-width: 950px) {
  .p-receipt_computer-box-list {
    padding: 7rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-receipt_computer-box-list {
    width: 100%;
    margin-top: 10rem;
    padding: 7rem 2rem 4rem;
  }
}
.p-receipt_computer-box-list-img {
  position: absolute;
  top: -34%;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 1200px) {
  .p-receipt_computer-box-list-img {
    top: -34%;
    width: 120px;
  }
}
@media screen and (max-width: 820px) {
  .p-receipt_computer-box-list-img {
    top: -30%;
    width: 100px;
  }
}
.p-receipt_computer-box-list-title {
  font-size: 2.6rem;
  font-weight: 600;
  color: #003d6d;
  text-align: center;
  margin-bottom: 1rem;
}
.p-receipt_computer-box-list-text {
  font-size: 1.6rem;
  font-weight: 500;
}

.karute-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 430px;
  border-radius: 0.5rem;
  padding: 20px 15px;
  color: #333;
  background: #fff;
  border: solid 1px #3a3a3a;
  margin-bottom: 1.5rem;
  position: relative;
  padding-right: 6.5%;
}
@media screen and (max-width: 768px) {
  .karute-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    padding-right: 8%;
  }
}
.karute-formtable {
  margin: auto;
}
.karute-form .drpbox span.wpcf7-form-control-wrap:first-of-type:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
  top: 5%;
  right: 6.5%;
}
.karute-form .drpbox-long select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
}
.karute-form .drpbox-long span.wpcf7-form-control-wrap:first-of-type:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
  top: 5%;
  right: 3.5%;
}
.karute-form #contact_form .contact-forte input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 430px;
}
@media screen and (max-width: 768px) {
  .karute-form #contact_form .contact-forte input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
  }
}

.p-demobox {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-demobox {
    margin: 1rem auto 0;
  }
}
.p-demobox_title {
  display: flex;
  gap: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #F2A900;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.p-demobox-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.p-demobox-text-img {
  width: 28px;
  height: auto;
}
.p-demobox-text span {
  font-weight: bold;
}
.p-demoboxp-request__right {
  width: 41%;
}
.p-demobox_advice {
  margin: 4rem auto;
}
.p-demobox_advice-list {
  border: 1px solid #F2A900;
  border-radius: 1rem;
  padding: 2.5rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-demobox_advice-list {
    padding: 2.5rem 2rem;
  }
}
.p-demobox_advice-list-item {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-demobox_advice-list-item:last-child {
  margin-bottom: 0;
}
.p-demobox_advice-list-item::before {
  content: "";
  background-image: url("../images/demo-check.svg");
  display: block;
  height: 13px;
  max-width: 19px;
  width: 100%;
}
.p-demobox_contact-text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.p-demo_area {
  max-width: 110rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-demo_area {
    padding: 0 2rem;
  }
  .p-demo_area .p-request__right {
    width: 100%;
  }
}
.p-demo_area .p-request__form.p-request__gap.p-demo_flex {
  gap: 6.5rem;
}
.p-demo .p-request__right .c-btn-form::after {
  content: "";
  width: 10px;
  height: 10px;
  right: 5.5%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg) scale(0.8);
}

.p-request__area .p-request__form {
  align-items: flex-start;
}
.p-request__area .p-request__form .p-demobox_text-img {
  width: 28px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-request__area .p-request__form .p-demobox_text-img {
    margin: 0;
  }
}

.p-member {
  max-width: 1200px;
  margin: 8rem auto;
  display: flex;
  gap: 9%;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .p-member {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-member {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-member_text {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .p-member_text {
    width: 100%;
  }
}
.p-member_text-title {
  color: #003D6D;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.p-member_text-title span {
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-member_text-contents {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.p-member_text-contents span {
  font-size: 1.5rem;
}
.p-member_text-contents:last-of-type {
  margin-bottom: 0;
}
.p-member-list {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .p-member-list {
    width: 100%;
  }
}
.p-member-list td {
  background-color: #F6F6F6;
  color: #333;
  font-size: 1.6rem;
  padding: 1.5rem 2.5rem;
  text-align: center;
}
.p-member-list td.td-first {
  background: #f2a900;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-member-list td.td-first {
    padding: 1rem;
    font-size: 1.3rem;
    vertical-align: middle;
  }
}
.p-member-list-th {
  background-color: #F6F6F6;
  font-size: 1.6rem;
  padding: 1.5rem 2.5rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-member-list-th {
    padding: 1rem;
    font-size: 1.3rem;
    vertical-align: middle;
  }
}
.p-member-list-th.th-first {
  background: #f2a900;
  color: #fff;
  width: 25%;
  font-weight: 500;
}
.p-member-list-tr:first-of-type {
  background: #f2a900;
  color: #fff;
}
.p-member-list_box {
  margin: 0 auto;
  padding: 2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.p-member-list_box-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-member-list-text {
  font-size: 1.4rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .l-header__hamburgermenu {
    position: relative;
    z-index: 100;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    background-color: #003D6D;
    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: #003D6D;
  }
  .l-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: block;
    width: 100svw;
    height: 100dvh;
    padding: 11rem 6%;
    background: linear-gradient(90deg, #0066b7 0%, #003d6d 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");
    filter: brightness(0) saturate(100%) invert(12%) sepia(65%) saturate(3512%) hue-rotate(190deg) brightness(100%) contrast(101%);
  }
  .l-header-sp-contact__request, .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: #003D6D;
  font-size: 3.6rem;
  font-weight: 600;
}
.c-section-title span {
  font-size: 4rem;
  color: #F2A900;
}
@media screen and (max-width: 768px) {
  .c-section-title span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 3rem;
  }
}
.c-section-title .en {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
  width: calc(100% - 6px);
  margin: 0 auto;
  color: #003D6D;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .c-section-title .en {
    gap: 0.3em;
  }
}
.c-section-title .en:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #003D6D;
}
.c-section-title-plan {
  font-size: 3rem;
}
.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;
}

.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: 768px) {
  .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: #003D6D;
}

.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: #003D6D;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: 2px solid #003D6D;
  border-radius: 35px;
  box-sizing: content-box;
}
.c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5%;
  display: block;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg) scale(0.8);
}
@media screen and (max-width: 1200px), print {
  .c-btn:after {
    transform: translateY(-50%) rotate(45deg) 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.c-btn-maincolor {
  color: #fff;
  background-color: #003D6D;
}
.c-btn-form {
  color: #fff;
  background: #003D6D;
}
.c-btn-form .wpcf7-spinner {
  display: none;
}

.p-about-wrap .c-btn {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-about-wrap .c-btn {
    margin-left: auto;
  }
}

.c-arrow {
  position: relative;
  display: block;
}
.c-arrow:before {
  content: "";
  position: absolute;
  top: 5rem;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #003D6D;
  border-radius: 50%;
}
.c-arrow:after {
  content: "";
  position: absolute;
  top: 5rem;
  right: 2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #003D6D;
  border-right: 1px solid #003D6D;
  transform: translate(-1.4rem, 1.4rem) rotate(45deg);
}

.p-service-list__wrap.c-arrow :before {
  top: 5rem;
  right: 2rem;
}
.p-service-list__wrap.c-arrow :after {
  top: 5rem;
  right: 2rem;
  transform: translate(-1.4rem) rotate(135deg);
}

.c-accent {
  color: #F2A900;
}

.c-contact {
  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: 768px) {
  .c-contact__bottom {
    margin-top: 4rem;
  }
}
.c-contact__btnbox {
  display: flex;
  justify-content: center;
  gap: 5.4%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .c-contact__btn {
    width: 32rem;
    height: 6rem;
  }
}
.c-contact__btn-demo {
  background-color: #5BBC5B;
}
.c-contact__btn-request {
  background-color: #F2A900;
}
.c-contact__btn-web {
  background-color: #003D6D;
}
.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: 768px) {
  .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: 768px) {
  .c-contact__btn > span {
    color: #F2A900;
  }
  .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: 768px) {
  .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: 768px) {
  .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: #F2A900;
  font-size: 2rem;
}
.c-contact__number {
  display: block;
  color: #F2A900;
  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: #F2A900;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.1rem;
}
.c-contact__area__btnbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-contact__area__btnbox {
    flex-direction: column;
  }
}
.c-contact__area__btn {
  padding: 7.7rem 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-contact__area__btn {
    width: 100%;
  }
}
.c-contact__area__btn .br-pc {
  display: block;
}
@media screen and (max-width: 1465px) {
  .c-contact__area__btn .br-pc {
    display: none;
  }
}
.c-contact__area__btn-title {
  margin: 2rem 0;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-contact__area__btn-title {
    font-size: 2.6rem;
  }
}
.c-contact__area__btn-text {
  font-size: 1.6rem;
  margin-bottom: 4rem;
  font-weight: 500;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .c-contact__area__btn-text {
    margin-bottom: 3rem;
  }
}
.c-contact__area__btn-link {
  display: block;
  padding: 2.5rem 0;
  width: 36.5rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 1rem;
  background-color: #fff;
  font-weight: 700;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .c-contact__area__btn-link {
    padding: 2rem;
    width: 32rem;
  }
}
.c-contact__btn-demo-img {
  height: 56px;
  width: -moz-fit-content;
  width: fit-content;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(158%) hue-rotate(347deg) brightness(116%) contrast(100%);
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-contact__btn-demo-img {
    width: 56px;
  }
}
.c-contact__btn-demo-link {
  color: #5BBC5B;
  position: relative;
}
.c-contact__btn-demo-link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #5BBC5B;
  border-radius: 50%;
}
.c-contact__btn-demo-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #5BBC5B;
  border-right: 1px solid #5BBC5B;
  transform: translate(-3rem, -50%) rotate(45deg);
}
.c-contact__btn-request-img {
  height: 56px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-contact__btn-request-link {
  color: #F2A900;
  position: relative;
}
.c-contact__btn-request-link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #F2A900;
  border-radius: 50%;
}
.c-contact__btn-request-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #F2A900;
  border-right: 1px solid #F2A900;
  transform: translate(-3rem, -50%) rotate(45deg);
}
.c-contact__btn-web-img {
  height: 56px;
  width: 61.39px;
}
.c-contact__btn-web-link {
  color: #003D6D;
  position: relative;
}
.c-contact__btn-web-link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #003D6D;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-contact__btn-web-link:before {
    right: 0rem;
  }
}
.c-contact__btn-web-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #003D6D;
  border-right: 1px solid #003D6D;
  transform: translate(-3rem, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-contact__btn-web-link:after {
    transform: translate(-1rem, -50%) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 769px), 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: #003D6D;
  font-size: 3rem;
  border: solid 2px #003D6D;
  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: 768px) {
  .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: 768px) {
  .c-contact__standardplan .c-color-orange .c-contact__btn-textmini {
    font-size: 1.3rem;
  }
}

.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: #003D6D;
  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: 768px) {
  .c-no__cta {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=style.css.map */