@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: content-box;
  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;
}

/* base css
----------------------------------------------------------------- */
:root {
  --gra: linear-gradient(180deg, #e89925 0%, #da2b1d 100%);
  --green: #006921;
  --red: #db341e;
  --color-bl: #1a1311;
  --color-wt: #fff;
  --color-bg: #edeedf;
  --color01: #006921;
  --color02: #e7290f;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans";
  -webkit-text-size-adjust: 100%;
  color: #3c3c3c;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (any-hover: hover) and (max-width: 768px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}
address {
  font-style: normal;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* l-contents
----------------------------------------------------------------- */
.l-contents {
  background-color: #fff;
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* l-inner
----------------------------------------------------------------- */
.l-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 25px;
}

.l-inner.l-inner--voice {
  max-width: 1310px;
}


.l-inner.l-inner--trouble {
  max-width: 981px;
}

.l-inner.l-inner--footer {
  width: 50%;
  max-width: 100%;
}

@media (max-width: 980px) {
  .l-inner.l-inner--footer {
    width: 100%;
  }
}
.l-inner.l-inner--cta {
  max-width: 1253px;
}

.l-inner.l-inner--contact {
  max-width: 830px;
}

.l-inner.l-inner--thanks {
  max-width: 814px;
}

/* l-header
----------------------------------------------------------------- */
.l-header--thanks {
  background-color: #fff4e5;
}

.l-header__logo {
  max-width: 285px;
  margin-inline: auto;
  padding: 24px;
}
@media (max-width: 768px) {
  .l-header__logo {
    max-width: 200px;
    padding: 22px;
  }
}

/* l-footer
----------------------------------------------------------------- */
.l-footer {
  background-color: #595a5e;
}

.l-footer__content {
  padding-block: 35px 53px;
  color: #fff;
}
@media (max-width: 768px) {
  .l-footer__content {
    padding-block: 35px;
  }
}

.l-footer__logo {
  max-width: 160px;
}

.l-footer__links {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media (max-width: 768px) {
  .l-footer__links {
    margin-top: 26px;
  }
}

.l-footer__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.l-footer__copyright {
  margin-top: 70px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 60px;
  }
}

/* c-btn 
-----------------------------------------------
------------------ */
.c-btn {
  width: 100%;
  font-size: clamp(16px, 1.88vw, 1.88vw);
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6%;
  padding: 4.6%;
  background: var(--gra);
  color: #fff;
  border-radius: 80px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: clamp(18px, 4.4270833333vw, 34px);
    padding: 7.6% 11px 6.5% 11px;
  }
}

.c-btn.c-btn--cta {
  font-size: clamp(18px, 1.8518518519vw, 20px);
}
@media (max-width: 768px) {
  .c-btn.c-btn--cta {
    font-size: clamp(18px, 4.4270833333vw, 34px);
  }
}

.c-btn__icon {
  aspect-ratio: 1/1;
  width: 1em;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transform: translateX(-6px);
}
@media (max-width: 768px) {
  .c-btn__icon {
    transform: initial;
  }
}

/* c-head 
-----------------------------------------------
------------------ */
.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-head__title {
  font-size: clamp(20px, 3.2407407407vw, 35px);
  font-weight: 700;
  text-align: center;
  line-height: 150%;
}
@media (max-width: 768px) {
  .c-head__title {
    white-space: nowrap;
  }
}

.c-head__titleIcon {
  aspect-ratio: 1/1;
}

/* p-mv
-----------------------------------------------
------------------ */
.p-mv {
  background-color: #fff4e5;
}

.p-mv__inner {
  padding-left: 9.5%;
}
@media (max-width: 768px) {
  .p-mv__inner {
    padding-inline: 0;
  }
}

.p-mv__contents {
  padding-block: 80px 64px;
  position: relative;
}
@media (max-width: 768px) {
  .p-mv__contents {
    padding-block: 0 40px;
  }
}

@media (max-width: 768px) {
  .p-mv__image {
    margin-right: -25px;
  }
}

.p-mv__btn {
  width: 30vw;
  position: absolute;
  top: 76.6%;
  left: 0;
}
@media (max-width: 768px) {
  .p-mv__btn {
    margin-top: 6px;
    width: 100%;
    position: static;
    padding-inline: 25px;
  }
}

/* p-trouble
-----------------------------------------------
------------------ */
.p-trouble {
  background-color: #edeedf;
  position: relative;
}

.p-trouble::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 80px;
  background-color: #edeedf;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}
@media (max-width: 960px) {
  .p-trouble::after {
    height: 45px;
  }
}

.p-trouble__contents {
  padding-block: 80px 0;
}
@media (max-width: 960px) {
  .p-trouble__contents {
    padding-block: 40px 25px;
  }
}

.p-trouble__content {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 68.2062298604% 31.7937701396%;
  grid-template-columns: 68.2062298604% 31.7937701396%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .p-trouble__content {
    margin-top: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 960px) {
  .p-trouble__items {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 572px;
  }
}

.p-trouble__item {
  margin-top: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: clamp(18px, 1.8518518519vw, 20px);
  line-height: 150%;
  font-weight: 700;
}
@media (max-width: 960px) {
  .p-trouble__item {
    margin-top: 17px;
    line-height: 200%;
    gap: 12px;
  }
}

.p-trouble__item + .p-trouble__item {
  margin-top: 32px;
}
@media (max-width: 960px) {
  .p-trouble__item + .p-trouble__item {
    margin-top: 16px;
  }
}

.p-trouble__item::before {
  display: inline-block;
  content: "";
  background-image: url(../images/trouble-icon.svg);
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .p-trouble__item::before {
    width: 20px;
  }
}

@media (max-width: 960px) {
  .p-trouble__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    margin-inline: auto;
  }
}

/* okihaitdata
-----------------------------------------------
------------------ */
.okihaidata__titleIcon {
  max-width: 31px;
  margin-left: -2px;
  margin-top: -2px;
}

.okihaidata {
  margin-bottom: 40px;
  background-color: #edeedf;
  padding-top: 25px;
  padding-bottom: 40px;
}

.okihaidata h2 {
  padding: 16px 0 25px;
}

.okihaidata h2 img {
  width: 50%;
  max-width: 320px;
  margin: 32px auto 16px;
}

.okihaidata h2 span.box {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  padding: 0 0 0 57.6px;
  margin: 0 auto;
  background: url(../images/package-drop-service/resident/icon03.svg) no-repeat left center;
  background-size: contain;
}

.okihaidata h2 span.mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff100));
  background: linear-gradient(transparent 40%, #fff100 40%);
  padding-bottom: 3.2px;
}

.okihaidata_list {
  background: #fff;
  border-radius: 26px;
  width: 85%;
  margin-inline: auto;
}

.okihaidata_list h3 {
  background: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 26px 26px 0 0;
  padding: 14px 16px;
  padding: 14px 16px 10px 16px;
}

.okihaidata_list_imageset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto 20px;
}

.okihaidata_list_imageset p {
  font-size: clamp(16px, 2.3148148148vw, 25px);
  font-weight: 700;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
  padding: 43px 0 41px;
}

.okihaidata_list_imageset p span {
  font-size: clamp(22px, 2.962962963vw, 32px);
  color: var(--color02);
  line-height: 1;
}

.okihaidata_list_imageset p span strong {
  font-size: 60.8px;
  font-size: clamp(40px, 5.3703703704vw, 58px);
}

.okihaidata_list_imageset div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.okihaidata_list_imageset div img {
  margin: 0;
  padding: 0;
  -o-object-fit: contain;
  object-fit: contain;
  padding-right: 8px;
}

.okihaidata_list_imageonly img {
  margin: 0 auto;
  padding: 18px 20px;
}

.sptabonly {
  display: block;
}

.fs10 {
  font-size: clamp(10px, 1.1111111111vw, 12px);
  font-weight: 700;
  width: 85%;
  margin-inline: auto;
}

.fs16-okihaidata {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
}

.okihaidata_note {
  margin-top: 20px;
  width: 100%;
  line-height: 1.5;
}

.okihaidata_movie {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0 0 26px 26px;
}

.okihaidata_movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 0 26px 26px;
}

.okihaidata_list--movie {
  margin-top: 20px;
}

.okihaidata_flex {
  margin-inline: -25px;
}

.okihaidata_listWrapper {
  margin-inline: -25px;
}

@media screen and (min-width: 1024px) {
  .okihaidata h2 span.box {
    background: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .okihaidata h2 span.box::after {
    content: "";
    display: block;
    width: 95%;
    height: 56px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff100));
    background: linear-gradient(transparent 40%, #fff100 40%);
    position: absolute;
    bottom: 16px;
    right: 0;
    z-index: -1;
  }
  .okihaidata h2 span.mark {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.5;
    padding: 19.2px 0 19.2px 35.2px;
    margin: 0 auto;
    background: url(../images/package-drop-service/resident/icon03.svg) no-repeat left center;
    background-size: contain;
  }
  .okihaidata h2 img {
    width: 448px;
    max-width: unset;
    margin: 32px auto 16px;
  }
  .okihaidata {
    text-align: center;
  }
  .okihaidata_list_imageset p {
    text-align: left;
    padding: 48px 0 32px;
  }
  .sptabonly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .okihaidata_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    width: 85%;
    margin: 0 auto;
  }
  .okihaidata {
    padding-bottom: 68px;
    padding-top: 89px;
    margin-bottom: 63px;
  }
  .okihaidata_list {
    width: 85%;
    margin: 0 auto 36px;
    background: #fff;
    border-radius: 26px;
  }
  .okihaidata_list_imageset {
    padding: 0;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .okihaidata_list_imageset p {
    padding: 64px 0 48px;
  }
  .okihaidata_list_imageset div {
    width: 46%;
    height: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
  }
  .okihaidata_list_imageonly img {
    margin: 0 auto;
    padding: 34px 46px;
  }
  .okihaidata__titleIcon {
    max-width: 48px;
    margin-left: 2px;
    margin-top: -25px;
  }
  .okihaidata h2 {
    padding: 16px 0 48px;
  }
  .okihaidata_list h3 {
    padding: 14px 16px;
  }
  .okihaidata_list_imageset div img {
    padding-right: 0;
  }
  .okihaidata_note {
    margin-top: -16px;
    width: 85%;
  }
  .okihaidata_movieTitle {
    background: var(--green);
    color: #fff;
    text-align: center;
    border-radius: 26px 26px 0 0;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 700;
    padding: 14px 16px;
  }
  .okihaidata_list--movie {
    margin-top: 35px;
  }
  .okihaidata_listWrapper {
    margin-inline: 0;
  }
}
/* p-topNews
-----------------------------------------------
------------------ */
.case-h2 {
  font-size: clamp(20px, 3.2407407407vw, 35px);
  font-weight: 700;
}

.case-h3 {
  font-size: clamp(18px, 2.4074074074vw, 26px);
  font-weight: 700;
}

.casestudy {
  background: var(--color-wt);
  padding-block: 86px 9px;
}

.casestudy h2 {
  text-align: center;
  line-height: 1.5;
}

.sub_balloon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 80px;
  font-size: clamp(18px, 2.3148148148vw, 25px);
  color: #fff;
  background: #db341e;
  margin: 0 auto 31px;
  position: relative;
  padding: 8px 57px;
}

.sub_balloon::after {
  content: "";
  display: block;
  background: #db341e;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 20.8px;
  height: 24px;
  position: absolute;
  bottom: -22.4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.caselist {
  width: 85%;
  margin: 0 auto;
  background: var(--color-bg);
  text-align: center;
  padding-bottom: 5.5%;
}

.caselist h3 {
  background: var(--green);
  color: #fff;
  padding: 28px 10px 20px 10px;
  margin-top: 61px;
  position: relative;
}

.caselist.caseB h3 {
  margin-top: 49px;
}

.caselist h3::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -35px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.caselist.caseA h3::before {
  background: url(../images/icon01.svg) no-repeat center center;
  background-size: contain;
}

.caselist.caseB h3::before {
  background: url(../images/icon02.svg) no-repeat center center;
  background-size: contain;
}

.caselist h4 {
  line-height: 1.5;
  width: 90%;
  margin: 24px auto 8px;
  font-size: clamp(16px, 1.8518518519vw, 20px);
  font-weight: 700;
}

.caselist h4 span {
  display: block;
  color: var(--green);
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
}

.caselist h4 span::before,
.caselist h4 span::after {
  content: "";
  display: block;
  background: var(--green);
  width: calc(50% - 2.8em);
  height: 1px;
  position: absolute;
}

.caselist h4 span::before {
  top: 50%;
  left: 0;
}

.caselist h4 span::after {
  top: 50%;
  right: 0;
}

.caselist-block {
  background: var(--color-wt);
  border-radius: 26px;
  width: 90%;
  margin: 0 auto;
  padding: 17px 8px;
}

.caselist-block img {
  width: 62%;
  max-width: 300px;
  margin: 0 auto 8px;
}

.caselist-block p {
  line-height: 1.5;
}

.caselist-block p strong {
  font-size: clamp(20px, 2.7777777778vw, 30px);
}

.case-summary {
  background: var(--color-bg);
  text-align: center;
  line-height: 1.5;
  width: 85%;
  margin: 32px auto;
  border-radius: 26px;
  position: relative;
}

.case-summary::before {
  content: "＋";
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  color: var(--green);
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 160px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.case-summaryA {
  color: var(--color02);
  border-radius: 26px 26px 0 0;
  padding: 24px 3.2px 27px;
}

.case-summaryB {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#e7290f), to(#f5a500));
  background: linear-gradient(90deg, #e7290f, #f5a500);
  border-radius: 0 0 26px 26px;
  padding: 28px 3.2px 20px;
}

.case-summaryA p,
.case-summaryB p {
  width: 100%;
  font-weight: bold;
  font-size: clamp(18px, 2.2222222222vw, 24px);
}

strong {
  color: var(--color02);
}

.sponly {
  display: block;
}

.pconly {
  display: none;
}

.fs16 {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .casestudy {
    padding-block: 120px 40px;
  }
  .casestudy_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    width: 85%;
    min-width: 1000px;
    max-width: 1045px;
    margin: 80px auto 0;
  }
  .caselist {
    padding-bottom: 2.5%;
  }
  .caselist h3 {
    margin-top: 0;
    padding: 51px 10px 27px 10px;
  }
  .caselist.caseB h3 {
    margin-top: 0;
  }
  .caselist-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .caselist-block img {
    width: 35%;
    max-width: unset;
    margin: 20px 10px 20px 20px;
  }
  .caselist-block p {
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .case-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    min-width: 1000px;
    max-width: 1045px;
  }
  .case-summaryA,
  .case-summaryB {
    width: 50%;
    font-weight: 700;
  }
  .case-summaryA {
    border-radius: 26px 0 0 26px;
    padding: 15px;
  }
  .case-summaryB {
    border-radius: 0 26px 26px 0;
    padding: 15px;
  }
  .sub_balloon {
    padding: 8px 46px;
    margin: 0 auto 30px;
  }
  .caselist h4 {
    width: 90%;
    margin: 21px auto 8px;
  }
  .case-summary::before {
    font-size: 53px;
    width: 61px;
    height: 61px;
  }
}
@media screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
  .pconly {
    display: block;
  }
  .fs16 {
    font-size: 20px;
  }
}
/* p-client
-----------------------------------------------
------------------ */
.p-client__contents {
  padding-block: 47px 40px;
  width: calc(100% - 180px);
  margin-inline: auto;
}
@media (max-width: 960px) {
  .p-client__contents {
    width: 100%;
    width: calc(100% - 53px);
  }
}

.p-client__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
}
@media (max-width: 768px) {
  .p-client__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-client__title {
  font-size: clamp(22px, 2.5925925926vw, 28px);
  font-weight: 700;
}

.p-client__titleLarge {
  font-size: clamp(32px, 4.2592592593vw, 46px);
  font-weight: 700;
  color: var(--red);
}

.p-client__tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 12px;
  background-color: #595a5e;
  color: #fff;
  border-radius: 6px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.p-client__lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.5%;
}
@media (max-width: 960px) {
  .p-client__lists {
    /* margin-inline: -25px; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 11%;
    row-gap: 15px;
  }
}

.p-client__list img {
  width: 100%;
  height: 100%;
  aspect-ratio: 141/60;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-client__list--lg {
  padding-inline: 2%;
}

.p-client__list--lg img {
  aspect-ratio: 263/60;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 960px) {
  /* 1つめ～5つめの.p-client__listを個別指定 */
  .p-client__list:nth-of-type(1) {
    max-width: 141px;
    width: 31%;
  }
  .p-client__list:nth-of-type(2) {
    max-width: 141px;
    width: 50%;
  }
  .p-client__list--lg,
  .p-client__list:nth-of-type(3) {
    padding-inline: 0;
    max-width: 263px;
    width: 53%;
  }
  .p-client__list:nth-of-type(4) {
    max-width: 141px;
    width: 35%;
  }
  .p-client__list:nth-of-type(5) {
    max-width: 141px;
    width: 33%;
  }
  .p-client__list:nth-of-type(6) {
    max-width: 141px;
    width: 35%;
  }
}

/* p-cta
-----------------------------------------------
------------------ */
.p-cta {
  background-color: var(--green);
}

.p-cta--sm {
  border-radius: 24px;
}

.p-cta__contents {
  padding-block: 48px 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-cta__contents {
    overflow-x: hidden;
  }
}

.p-cta__contents.p-cta__contents--form {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-cta__contents.p-cta__contents--form {
    margin-top: 26px;
  }
}

.p-cta--sm .p-cta__contents {
  padding-block: 25px 11px;
}
@media (max-width: 768px) {
  .p-cta--sm .p-cta__contents {
    padding-block: 30px 21px;
  }
}

.p-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-cta__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-cta__titleIcon {
  max-width: 44px;
}
@media (max-width: 768px) {
  .p-cta__titleIcon {
    display: none;
  }
}

.p-cta__title {
  font-size: clamp(20px, 3.2407407407vw, 35px);
  font-weight: 700;
  position: relative;
}
@media (max-width: 768px) {
  .p-cta__title {
    text-align: center;
  }
}

.p-cta__title--sm {
  margin-top: -7px;
  font-size: clamp(16px, 2.037037037vw, 22px);
  font-weight: 700;
  position: relative;
}
@media (max-width: 768px) {
  .p-cta__title--sm {
    text-align: center;
  }
}

.p-cta__title::after {
  display: inline-block;
  content: "";
  background-image: url(../images/cta-title-icon.svg);
  aspect-ratio: 21/23;
  width: 21px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(20%, -13%);
  transform: translate(20%, -13%);
}
@media (max-width: 768px) {
  .p-cta__title::after {
    top: 30%;
    right: -3%;
  }
}

@media (max-width: 768px) {
  .p-cta__title::before {
    display: inline-block;
    content: "";
    background-image: url(../images/cta-icon.png);
    aspect-ratio: 1;
    width: 1.2em;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -4px;
    left: 32px;
  }
}

.p-cta__title--yellow {
  color: #ffee00;
}

.p-cta__title--lg {
  font-size: clamp(32px, 4.4444444444vw, 48px);
  margin-left: -4px;
}

.p-cta__title--sm .p-cta__title--lg {
  font-size: clamp(24px, 2.5925925926vw, 28px);
  margin-left: 2px;
}

.p-cta__titlesp {
  position: relative;
}
@media (max-width: 768px) {
  .p-cta__titlesp {
    margin-left: 20px;
  }
}

.p-cta__title--sm .p-cta__titlesp::after {
  display: inline-block;
  content: "";
  background-image: url(../images/cta-title-icon.svg);
  aspect-ratio: 21/23;
  width: 16px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-10%, -28%);
  transform: translate(-10%, -28%);
  -webkit-transform: translate(38%, -66%);
  transform: translate(38%, -66%);
}

.p-cta__box {
  max-width: 810px;
  margin-inline: auto;
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49.3827160494% 50.3703703704%;
  grid-template-columns: 49.3827160494% 50.3703703704%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-cta__box {
    margin-top: -8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-cta__box.p-cta__box--sm {
  margin-top: 0;
  width: 90%;
  -ms-grid-columns: 1fr 43.5897435897%;
  grid-template-columns: 1fr 43.5897435897%;
}
@media (max-width: 768px) {
  .p-cta__box.p-cta__box--sm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-cta__boxItems {
  padding-top: 40px;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .p-cta__boxItems {
    padding-top: 11px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .p-cta__box--sm .p-cta__boxItems {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }
}

.p-cta__box--sm .p-cta__boxItems {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .p-cta__box--sm .p-cta__boxItems {
    padding-top: 0;
    margin-top: -10px;
  }
}

@media (max-width: 768px) {
  .p-cta__boxTitleBox {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .p-cta__box--sm .p-cta__boxTitleBox {
    text-align: start;
  }
}

.p-cta__boxTitle {
  margin-left: 4%;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-size: clamp(20px, 2.3148148148vw, 25px);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.p-cta__box--sm .p-cta__boxTitle {
  margin-left: 3%;
  font-size: clamp(15px, 1.8518518519vw, 20px);
  margin-top: 8px;
  padding-bottom: 7px;
}
@media (max-width: 768px) {
  .p-cta__box--sm .p-cta__boxTitle {
    margin-left: 5%;
    margin-top: 0;
  }
}

.p-cta__boxTitle::after {
  display: inline-block;
  content: "";
  background-image: url(../images/cta-lead-line.svg);
  aspect-ratio: 1;
  width: 22px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -55%;
  left: 26%;
}
@media (max-width: 768px) {
  .p-cta__boxTitle::after {
    width: 25px;
    bottom: -60%;
    left: 19%;
  }
}

.p-cta__box--sm .p-cta__boxTitle::after {
  left: 7%;
}
@media (max-width: 768px) {
  .p-cta__box--sm .p-cta__boxTitle::after {
    left: 14%;
  }
}

.p-cta__lists {
  margin-top: 27px;
}
@media (max-width: 768px) {
  .p-cta__lists {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }
}

.p-cta__box--sm .p-cta__lists {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .p-cta__box--sm .p-cta__lists {
    margin-top: 7px;
  }
}

.p-cta__list {
  font-size: clamp(15px, 1.4814814815vw, 16px);
  line-height: 170%;
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .p-cta__list {
    white-space: nowrap;
  }
}

.p-cta__box--sm .p-cta__list {
  font-size: clamp(13px, 1.2962962963vw, 14px);
  line-height: 197%;
}

.p-cta__btn {
  margin-top: 40px;
  max-width: 362px;
}
@media (max-width: 768px) {
  .p-cta__btn {
    max-width: 100%;
    margin-top: 26px;
  }
}

.p-cta__image {
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
}
@media (max-width: 768px) {
  .p-cta__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -39px;
    margin-right: -9px;
  }
}

.p-cta__box--sm .p-cta__image {
  -webkit-transform: initial;
  transform: initial;
}
@media (max-width: 768px) {
  .p-cta__box--sm .p-cta__image {
    margin: -12px -11px 0 5px;
  }
}

/* p-topNews
-----------------------------------------------
------------------ */
.p-voice {
  overflow-x: hidden;
}

.p-voice__contents {
  padding-block: 110px;
}
@media (max-width: 768px) {
  .p-voice__contents {
    padding-block: 40px;
  }
}

.p-voice__titleIcon {
  max-width: 60px;
  margin-top: -5px;
  margin-right: 9px;
}
@media (max-width: 768px) {
  .p-voice__titleIcon {
    max-width: 32px;
  }
}

.p-voice__content {
  margin-top: 46px;
}
@media (max-width: 768px) {
  .p-voice__content {
    margin-top: 25px;
  }
}

.p-voice__cardBox {
  position: relative;
  width: 80%;
  border: 3px solid var(--red);
  border-radius: 24px;
}
@media (max-width: 768px) {
  .p-voice__cardBox {
    width: 100%;
    margin-top: 32px;
  }
}

.p-voice__cardWrapper + .p-voice__cardWrapper {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .p-voice__cardWrapper + .p-voice__cardWrapper {
    margin-top: 40px;
  }
}

.p-voiceCard__number {
  max-width: 78px;
  position: absolute;
  top: 0;
  left: 8px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 768px) {
  .p-voiceCard__number {
    max-width: 60px;
    left: -7px;
  }
}

.p-voice__card {
  margin-right: -25.5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 59.5% 1fr;
  grid-template-columns: 59.5% 1fr;
}
@media (max-width: 768px) {
  .p-voice__card {
    display: block;
    margin-right: 0;
  }
}

.p-voiceCard__items {
  max-width: 643px;
  width: 86%;
  margin-inline: auto;
  padding-block: 54px 50px;
}
@media (max-width: 768px) {
  .p-voiceCard__items {
    width: 100%;
    padding: 24px 20px 18px;
  }
}

.p-voiceCard__title {
  font-size: clamp(20px, 2.2vw, 25px);
  font-weight: 700;
  line-height: 1.5;
}

.p-voiceCard__tag {
  margin-top: 20px;
  display: inline-block;
  padding: 4px 16px;
  font-size: clamp(14px, 1.4814814815vw, 16px);
  font-weight: 700;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .p-voiceCard__tag {
    padding: 7px 9px;
  }
}

.p-voiceCard__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}

.p-voiceCard__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-voiceCard__image {
    display: none;
  }
}

.p-voiceCard__imageSp {
  display: none;
}
@media (max-width: 768px) {
  .p-voiceCard__imageSp {
    display: block;
  }
}

.p-voiceCard__imageSp img {
  border-radius: 24px;
}

.p-voiceCard__image img {
  aspect-ratio: 507/337;
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  -o-object-position: left;
  object-position: left;
}

.p-voiceCard__image.p-voiceCard__image--02 img {
  -o-object-position: right;
  object-position: right;
}

/* contact
-----------------------------------------------
------------------ */
.p-contact {
  padding-top: 43px;
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  .p-contact {
    padding-top: 0;
    padding-bottom: 43px;
  }
}

.p-contact__title {
  padding-block: 40px;
}

/* form
-----------------------------------------------
------------------ */
.p-form__contents {
  margin-top: 56px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-form__contents {
    margin-top: 32px;
    gap: 20px;
  }
}

.p-form__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 34.1025641026% 1em 1fr;
  grid-template-columns: 34.1025641026% 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
@media (max-width: 768px) {
  .p-form__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-form__item.p-form__item--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.p-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-form__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.p-form__required {
  color: red;
  font-size: clamp(14px, 1.4814814815vw, 16px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-form__required {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-form__labelText {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}
@media (max-width: 768px) {
  .p-form__labelText {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-form__labelText--sm {
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
}

.p-form__input input,
.p-form__input textarea,
.p-form__input select {
  width: 100%;
  padding: 6px;
  border: 1px solid #595a5e;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.p-form__input input:focus,
.p-form__input textarea:focus,
.p-form__input select:focus {
  border-color: var(--green);
  outline: none;
}

.p-form__input label {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

@media (max-width: 768px) {
  .p-form__inputItem {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
  }
  .p-form__privacy {
    margin-top: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .p-form__privacy input {
    margin-top: 5px;
  }
}

.p-form__link {
  display: inline-block;
  font-size: clamp(14px, 1.4814814815vw, 16px);
  font-weight: 700;
  line-height: 170%;
  text-decoration: underline;
  margin-top: 8px;
}

.p-form__btn {
  margin-top: 48px;
  max-width: 364px;
  margin-inline: auto;
}

.p-form__submit {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 16px 18px;
  background: var(--gra);
  color: #fff;
  font-size: clamp(18px, 1.8518518519vw, 20px);
  font-weight: 700;
  cursor: pointer;
  border-radius: 40px;
}

.p-form__input--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

.p-form__input--name label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -ms-grid;
  display: grid;
  gap: 4px;
}

.p-form__checkboxGroup {
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
}

.p-form__radioGroup.p-form__radioGroup--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}

.p-form__radioGroup label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  width: 15px;
  height: 15px;
  margin-right: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  input[type="radio"] {
    margin-bottom: 0;
  }
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  width: 15px;
  height: 15px;
  margin-right: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* p_thanks
-----------------------------------------------
------------------ */
.p-thanks__contents {
  padding-block: 87px;
}
@media (max-width: 768px) {
  .p-thanks__contents {
    padding-block: 44px;
  }
}

.p-thanks__title {
  font-size: clamp(20px, 3.2407407407vw, 35px);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanks__title {
    margin-inline: -25px;
  }
}

.p-thanks__items {
  margin-top: 46px;
}
@media (max-width: 768px) {
  .p-thanks__items {
    margin-top: 22px;
  }
}

.p-thanks__note {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .p-thanks__note {
    margin-top: 25px;
  }
}

.p-thanks__text {
  font-size: clamp(14px, 1.4814814815vw, 16px);
  font-weight: 500;
  line-height: 170%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanks__text {
    text-align: start;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }
}

.p-thanks__text.p-thanks__text--bold {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanks__text.p-thanks__text--bold {
    text-align: start;
  }
}

.p-thanksBox {
  margin-top: 40px;
  padding: 47px 40px 40px;
  background-color: #fff4e5;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .p-thanksBox {
    margin-top: 22px;
    padding: 28px 20px;
  }
}

.p-thanksBox__title {
  font-size: clamp(20px, 2.3148148148vw, 25px);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanksBox__title {
    line-height: 1.5;
  }
}

.p-thanksBox__image {
  margin: 32px auto 14px;
  max-width: 550px;
}
@media (max-width: 768px) {
  .p-thanksBox__image {
    margin: 18px auto 7px;
  }
}

.p-thanksBox__btnWrapper {
  max-width: 350px;
  margin-inline: auto;
  margin-top: 24px;
}

.p-thanksBox__btn {
  width: 100%;
  padding: 20px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-size: clamp(16px, 1.8518518519vw, 20px);
  color: #fff;
  font-weight: 700;
  background-color: var(--red);
  border-radius: 40px;
}

.p-thanksBox__btn::before {
  display: inline-block;
  content: "";
  background-image: url(../images/thanks-btn.svg);
  aspect-ratio: 18/19;
  width: 18px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-thanks__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

.p-thanks__contact {
  margin-top: 29px;
}
@media (max-width: 768px) {
  .p-thanks__contact {
    margin-top: 24px;
  }
}

.p-thanks__contactItem {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 72px;
  -moz-column-gap: 72px;
  column-gap: 72px;
}
@media (max-width: 768px) {
  .p-thanks__contactItem {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 35px;
  }
}

.p-thanks__tel,
.p-thanks__mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: clamp(18px, 1.8518518519vw, 20px);
  font-weight: 500;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  cursor: pointer;
}

.p-thanks__tel img {
  max-width: 17px;
}

.p-thanks__mail img {
  max-width: 20px;
}

.p-thanks__tel24 {
  font-size: 16px;
}

/* u-display
----------------------------------------------------------------- */
.u-displayPC {
  display: block;
}
@media (max-width: 768px) {
  .u-displayPC {
    display: none;
  }
}

.u-displayLpc {
  display: block;
}
@media (max-width: 960px) {
  .u-displayLpc {
    display: none;
  }
}

.u-displayLsp {
  display: none;
}
@media (max-width: 960px) {
  .u-displayLsp {
    display: block;
  }
}

.u-displaySP {
  display: none;
}
@media (max-width: 768px) {
  .u-displaySP {
    display: block;
  }
}

.u-inlineBlock {
  display: inline-block;
}

.u-red {
  color: var(--red);
}
