@charset "utf-8";

* {
  color: #532C17;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  touch-action: pan-x pan-y;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-size: 2.66667vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

body {
  width: 100%;
  max-width: 1088px;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #F7F5F3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  line-height: 1.48;
}


ol,
ul {
  list-style-type: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

p {
  font-size: 3.73vw;
}

img {
  width: 100%;
  height: auto;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.inner {
  padding: 0 4vw;
}

.text_red {
  color: #EC3911;
  font-weight: inherit;
}

/* 上付き */
.sup_text {
  font-size: 0.6em;
  vertical-align: top;
}

/* ul.dot */
ul.dot>li {
  font-size: 3.73vw;
  padding-left: 1em;
  text-indent: -1em;
}

ul.dot>li::before {
  content: '・';
  font-size: inherit;
}

/* ※ */
ul.notes>li {
  font-size: 3.2vw;
  text-align: left;
  text-indent: -1.1em;
  padding-left: 1em;
  color: #532C17;
}

ul.notes>li+li {
  margin-top: 1.07vw;
}

ul.notes>li::before {
  content: '※';
  font-size: inherit;
  margin-right: 0.1em;
}

/* ol.footnote */
ol.notes {
  counter-reset: number 0;
}

ol.notes>li {
  font-size: 3.2vw;
  margin-left: 2.5em;
  position: relative;
}

ol.notes>li+li {
  margin-top: 1.07vw;
}

ol.notes+ul.notes {
  margin-top: 1.07vw;
}

ol.notes>li::before {
  counter-increment: number 1;
  content: '※' counter(number);
  font-size: inherit;
  position: absolute;
  left: -2.5em;
}

ol.num li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}


/* btn */
.btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 81.33vw;
  height: 16.53vw;
  border-radius: 100px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 1px 4.8px 0px #00000036;
}

.btn::before {
  content: '';
  background-image: url(../images/ico_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3.73vw;
  height: 3.73vw;
  position: absolute;
  bottom: calc(50% + -0.9em);
  right: 3.2vw;
  margin: auto 0;
}

.btn_text {
  color: #fff;
  line-height: 1.32;
  font-weight: 600;
  text-align: center;
  font-size: 4.27vw;
}

/* btn_type1 */
.btn_type1 {
  background-image: url(../images/bg_btn1.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background: linear-gradient(to bottom right, #EC3911 29%, #DA100E 71%); */
}

/* btn_type2 */
.btn_type2 {
  background-image: url(../images/bg_btn2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* btn_type3 */
.btn_type3 {
  background-color: #FFF;
  border: solid 0.53vw #EC3911;
}

.btn_type3 .btn_text {
  color: #EC3911;
}

.btn_type3.btn::before {
  content: '';
  background-image: url(../images/ico_arrow2.png);
}

/* .checkbox_wrap */
.checkbox_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin-top: 3.2vw;
}

.checkbox_wrap input {
  width: 5.066666vw;
  height: 5.066666vw;
  accent-color: #532C17;
  cursor: pointer;
}

.checkbox_wrap label {
  font-size: 3.2vw;
  line-height: 1.32;
  margin-left: 0.25em;
  color: #532C17;
  cursor: pointer;
}

.checkbox_wrap input:hover,
.checkbox_wrap label:hover {
  opacity: 0.8;
}

.unchecked {
  background: #A3A3A3 !important;
  pointer-events: none;
  border: none;
}

.unchecked.btn_type2 .btn_text {
  color: #FFFFFF;
}

.unchecked.icon_type2::before {
  background-image: url(../images/arrow_1.png);
}

/* accordion */
.accordion_title {
  position: relative;
  padding-right: 6vw;
}

.detail-box .accordion_title {
  padding-right: 0;
}

.accordion_title::before,
.accordion_title::after {
  content: '';
  position: absolute;
  border-radius: 9999px;
  background-color: #532C17;
  width: 3.2vw;
  height: 0.533333vw;
  top: 0;
  bottom: 0;
  right: 1.2vw;
  margin: auto 0;
  transition: 0.25s;
}

.detail-box .accordion_title::before,
.detail-box .accordion_title::after {
  background-color: #EC3911;
  right: 4.27vw;
}

.accordion_title::after {
  transform: rotate(90deg);
}

.accordion_title.open::after {
  transform: none;
}

.accordion_inner {
  display: none;
}
/* slash */
.slash {
  position: relative;
  display: inline-block;
}

.slash::before,
.slash::after {
  content: '';
  background-color: #532C17;
  width: 0.4vw;
  height: 2.5em;
  border-radius: 9999px;
  position: absolute;
  bottom: -0.25em;
}

.slash::before {
  transform: rotate(-20deg);
  left: -1.5em;
}

.slash::after {
  transform: rotate(20deg);
  right: -1.5em;
}

.slash p {
  font-size: 4.8vw;
  font-weight: 700;
}

/* btn_area */
.btn_area .step_box>li {
  position: relative;
  background-color: #FFF;
  padding: 10.67vw 5.33vw 8.53vw;
  border-radius: 2.13vw;
}

.btn_area .step_box>li+li {
  margin-top: 6.4vw;
}

.btn_area .step_box>li .btn_title {
  position: absolute;
  width: 18.4vw;
  top: -1.07vw;
  left: 4vw;
}

.btn_area .step_box>li .notes {
  margin-top: 2.13vw;
}

.btn_area .step_box>li.box_step2 p {
  text-align: center;
  font-weight: 700;
}

.btn_area .step_box>li.box_step2 p+.btn {
  margin-top: 2.13vw;
}

.btn_area .step_box>li.box_step2 ul._flex li+li {
  position: relative;
  margin-top: 6.4vw;
  padding-top: 6.93vw;
}

.btn_area .step_box>li.box_step2 ul._flex li+li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: linear-gradient(to left, #532C17, #532C17 2px, transparent 0);
  background-size: 5px 2px;
}

/* fv */
.fv {
  background-color: #FFF7C8;
  padding-bottom: 10.67vw;
}

.fv h1+* {
  margin-top: 3.2vw
}

.fv .btn_area {
  margin-top: 8.53vw;
}

/* campaign */
.campaign {
  background-color: #FFF7C8;
}

.campaign>.bg {
  padding: 18.67vw 0 21.87vw;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.campaign>.bg * {
  color: #FFF;
  text-align: center;
}

.campaign>.bg .inner {
  background-color: #EC3911;
}

.campaign>.bg::before,
.campaign>.bg::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #EC3911;
  width: 134.93vw;
  height: 72vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  border-radius: 100%;
  z-index: -1;
}

.campaign>.bg::before {
  top: 0;
}

.campaign>.bg::after {
  bottom: 0;
}


.campaign .title-area {
  position: relative;
  padding-bottom: 11.47vw;
}

.campaign .title-area::before,
.campaign .title-area::after {
  content: '';
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
}

.campaign .title-area::before {
  background-image: url(../images/bg-deco.png);
  background-position: top;
  width: 89.07vw;
  height: 61.07vw;
  top: -6.4vw;
}

.campaign .title-area::after {
  background-image: url(../images/bg-line.png);
  background-position: bottom;
  width: 92.53vw;
  height: 0.8vw;
  bottom: 0;
}

.campaign .title-area .sub-title {
  width: 24.93vw;
  margin: auto;
}

.campaign .title-area h2 {
  width: 90.4vw;
  margin: 1.6vw auto 0;
}

.campaign .title-area h2+p {
  font-size: 5.33vw;
  font-weight: 700;
  margin-top: 3.2vw;
}

.campaign h3 {
  font-size: 7.47vw;
  font-weight: 700;
  margin-top: 8.53vw;
}

.campaign h3+p {
  font-size: 4.8vw;
  font-weight: 700;
  margin-top: 4.27vw;
}

.campaign .merit-box {
  margin-top: 6.4vw;
}

.campaign .merit-box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
  border-radius: 2.13vw;
  padding: 5.33vw;
}

.campaign .merit-box li+li {
  position: relative;
  margin-top: 9.6vw;
}

.campaign .merit-box li+li::before {
  content: '';
  position: absolute;
  background-image: url(../images/bg-triangle.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 6.93vw;
  height: 3.2vw;
  top: -6.4vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
}

.campaign .merit-box li p {
  color: #532C17;
  text-align: left;
  font-size: 4.8vw;
  font-weight: 600;
}

.campaign .merit-box li img {
  width: 32vw;
  margin-right: -5.33vw;
  margin-bottom: -5.33vw;
}

.campaign .merit-box li+li img {
  width: 26.67vw;
  margin: 0;
}

.campaign-work {
  background-image: url(../images/bg_work.png);
  background-position: 50% 40%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.campaign-work>p {
  position: relative;
  background-image: url(../images/text_work.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 41.27vw;
}

.campaign-work>p span {
  content: '';
  position: absolute;
  width: max-content;
  top: calc(50% + 4vw);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  font-weight: 700;
  font-size: 4.8vw;
}

.campaign-work .work-box {
  margin-top: 4.27vw;
}

.campaign-work .work-box li {
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
  border-radius: 2.13vw;
  padding: 4.27vw 5.33vw; */
}

.campaign-work .work-box li+li {
  margin-top: 3.2vw;
}

.campaign-work .work-box+.notes {
  margin-top: 4.27vw;
}

.campaign-pickup {
  position: relative;
  text-align: center;
  margin-top: 10.67vw;
  padding-bottom: 49.33vw;
}

.campaign-pickup::before {
  content: '';
  position: absolute;
  background-image: url(../images/bg-pickup.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 49.33vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
}

.campaign-pickup>p {
  margin-top: 3.2vw;
  font-size: 5.33vw;
  font-weight: 700;
}

.campaign-pickup>p span {
  display: block;
  color: #EC3911;
  font-size: 7.2vw;
  font-weight: 800;
  margin-top: 1.6vw;
}

/* step */
.step {
  background-color: #FFCBA7;
  padding: 10.67vw 0 8.53vw;
}

.step p.sub-title {
  text-align: center;
  font-weight: 700;
  font-size: 4.8vw;
}

.step h2 {
  text-align: center;
  font-weight: 700;
  font-size: 7.47vw;
}

.step-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 8vw;
  margin-top: 6.4vw;
}

.step-box .step-boxnum {
  width: 10.13vw;
  margin-top: 6.13vw;
}

.step-box .step-img {
  width: 69.07vw;
  padding-bottom: 10.67vw;
}

.step-box .step-boxnum p {
  font-size: 4vw;
  font-weight: bold;
}

.step-box .step-boxnum ul {
  margin-top: 1.6vw;

}

.step-box .step-boxnum ul li+li {
  position: relative;
  margin-top: 18.67vw;
}

.step-box .step-boxnum ul li+li::before {
  content: '';
  position: absolute;
  background-color: #532C17;
  width: 0.27vw;
  height: 15.47vw;
  bottom: calc(50% + 7.5vw);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
}

.step-box .step-img ul {
  background-color: #FFF;
  border-radius: 2.13vw;
}

.step-box .step-img ul li>div {
  position: relative;
  text-align: center;
  width: 100%;
  height: 91.47vw;
  padding: 6.4vw 4vw 0;
}

.step-box .step-img ul li>div p {
  font-size: 3.73vw;
  font-weight: 600;
}

.step-box .step-img ul li>div img {
  position: absolute;
  width: 53.33vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.step-box .step-img .slick-prev,
.step-box .step-img .slick-next {
  top: auto;
  bottom: -17vw;
  width: 16.53vw;
  height: 10.67vw;
}

.step-box .step-img .slick-prev {
  left: -1.07vw;
}

.step-box .step-img .slick-next {
  right: -1.07vw;
}

.step-box .step-img .slick-prev:before,
.step-box .step-img .slick-next:before {
  content: '';
  display: block;
  width: 16.53vw;
  height: 10.67vw;
  background-image: url(../images/img-arrow.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.step-box .step-img .slick-next:before {
  transform: rotate(-180deg);
}

/* faq */
.faq {
  background-color: #FFF7C8;
  padding: 10.67vw 0;
}

.faq h2 {
  text-align: center;
  font-size: 7.47vw;
  font-weight: 700;
}

.faq-box {
  margin-top: 6.4vw;
}

.faq-box dl {
  cursor: pointer;
  border-bottom: solid 0.27vw #532C17;
  padding: 5.33vw 4vw;
}

.faq-box dl:first-child {
  border-top: solid 0.27vw #532C17;
}

.faq-box dl dt p {
  font-size: 4.27vw;
  font-weight: 700;
}

.faq-box dl dd>*:first-child {
  margin-top: 2.13vw;
}

/* summary */
.summary {
  background-color: #FFCBA7;
  padding: 10.67vw 0;
}

.summary h2 {
  text-align: center;
  font-size: 7.47vw;
  font-weight: 700;
}

.summary-box {
  background-color: #FFF;
  border-radius: 2.13vw;
  padding: 6.4vw 5.33vw;
  margin-top: 4.27vw;
}

.summary-box p,
.summary-list dt {
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 1.48;
}

.summary-list dd,
.summary-list ul.dot li {
  font-size: 4.27vw;
  line-height: 1.48;
}


.summary-list {
  margin-top: 4.27vw;
}

.summary-list dt {
  display: flex;
  align-items: center;
}

.summary-list dt::before {
  content: '';
  display: inline-block;
  width: 4.27vw;
  height: 4vw;
  background-image: url(../images/bg-list.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 1.33vw;
}

.summary-list dd,
.summary-list ul.notes {
  margin-top: 1.07vw;
}

.summary-list dd+dt {
  margin-top: 4.27vw;
}

/* detail */
.detail {
  background-color: #FFF7C8;
  padding: 10.67vw 0 6.4vw;
}

.detail-box {
  margin-top: 6.4vw;
  background-color: #FFF;
  border: solid 0.53vw #EC3911;
  border-radius: 2.67vw;
  overflow: hidden;
}

.detail-box .accordion_title p {
  text-align: center;
  color: #EC3911;
  font-size: 4.8vw;
  font-weight: 700;
}

.detail-box .accordion_title ul {
  margin-top: 1.07vw;
}

.detail-box .accordion_title ul li {
  text-align: center;
}


.detail-box .accordion_title {
  padding: 2.666666vw 0;
  cursor: pointer;
}

.detail-box .accordion_title:hover {
  opacity: 0.8;
}

.detail-box .accordion_title p {
  font-size: 5.066666vw;
  color: #EC3911;
  font-weight: 600;
  text-align: center;
}

.detail-box .accordion_title ul.footnote li {
  text-align: center;
  font-weight: 600;
  color: #532C17;
}

.detail-box .accordion_content dt {
  background-color: #E6E6E6;
  border-top: solid 0.266666vw #E0E0E0;
  border-bottom: solid 0.266666vw #E0E0E0;
  padding: 2.133333vw 0;
  text-align: center;
}

.detail-box .accordion_content dt p {
  font-size: 3.2vw;
  color: #3B4043;
}

.detail-box .accordion_content dd {
  padding: 2.666666vw 4vw;
  text-align: left;
}

.detail-box .accordion_content>p {
  color: #EC3911;
  font-size: 3.2vw;
  padding: 4.266666vw 4vw;
}

.detail-box .accordion_content dd * {
  font-size: 3.2vw;
  line-height: 1.7;
  color: #3B4043;
}

.detail-box .accordion_content dd li {
  margin-top: 1.333333vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }

  h2 {
    font-size: 44px;
  }

  p {
    font-size: 16px;
  }

  img {
    width: 100%;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .box {
    border-radius: 8px;
  }

  /* ul.dot */
  ul.dot>li {
    font-size: 16px;
  }

  /* ※ */
  ul.notes>li,
  ol.notes>li {
    font-size: 14px;
  }

  ul.notes>li+li,
  ol.notes>li+li,
  ol.notes+ul.notes {
    margin-top: 4px;
  }

  /* btn */
  .btn {
    width: 305px;
    height: 62px;
  }

  .btn::before {
    bottom: calc(50% + -0.5em);
    width: 14px;
    height: 14px;
    right: 12px;
  }

  .btn_text {
    font-size: 16px;
  }

  .btn_type3 {
    border: solid 2px #EC3911;
  }

  /* .checkbox_wrap */
  .checkbox_wrap {
    align-items: flex-start;
    margin-top: 24px;
  }

  .checkbox_wrap input {
    width: 20px;
    height: 20px;
    accent-color: #532C17;
  }

  .checkbox_wrap label {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.32;
  }

  /* accordion */
  .accordion_title::before,
  .accordion_title::after {
    width: 16px;
    height: 3px;
    right: 40px;
  }

  /* slash */
  .slash::before,
  .slash::after {
    width: 2px;
    height: 1.8em;
  }

  .slash::before {
    transform: rotate(-20deg);
    left: -1.5em;
  }

  .slash::after {
    transform: rotate(20deg);
    right: -1em;
  }

  .slash p {
    font-size: 20px;
  }

  /* btn_area */

  .btn_area .step_box>li {
    width: 90%;
    max-width: 738px;
    margin: auto;
  }

  .btn_area .step_box>li:first-of-type {
    padding: 32px 0;
    border-radius: 8px;
  }

  .btn_area .step_box>li:nth-of-type(2) {
    padding: 40px 40px 44px;
    border-radius: 8px;
  }

  .btn_area .step_box>li+li {
    margin-top: 24px;
  }

  .btn_area .step_box>li .btn_title {
    width: 69px;
    top: -4px;
    left: 15px;
  }

  .btn_area .step_box>li .notes {
    margin-top: 8px;
  }

  .btn_area .step_box>li .notes li {
    text-align: center;
  }

  .btn_area .step_box>li.box_step2 p+.btn {
    margin-top: 8px;
  }

  .btn_area .step_box>li.box_step2 ul._flex {
    display: flex;
    justify-content: center;
  }

  .btn_area .step_box>li.box_step2 ul._flex li {
    width: 305px;
  }

  .btn_area .step_box>li.box_step2 ul._flex li+li {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    margin-left: 42px;
  }

  .btn_area .step_box>li.box_step2 ul._flex li+li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 91px;
    top: 0;
    bottom: 0;
    left: -24px;
    right: auto;
    margin: auto;
    background-image: url(../images/pc/bg-line.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  /* fv */
  .fv {
    padding-bottom: 56px;
  }

  .fv h1+* {
    margin-top: 24px
  }

  .fv .btn_area {
    margin-top: 32px;
  }

  /* campaign */

  .campaign>.bg {
    padding: 67px 0 131px;
  }

  .campaign>.bg::before,
  .campaign>.bg::after {
    width: 1271px;
    height: 270px;
  }

  .campaign .title-area {
    padding-bottom: 40px;
  }

  .campaign .title-area::before {
    background-image: url(../images/pc/bg-deco.png);
    width: 706px;
    height: 120px;
    top: -27px;
  }

  .campaign .title-area::after {
    background-image: url(../images/pc/bg-line2.png);
    width: 896px;
    height: 3px;
  }

  .campaign .title-area .sub-title {
    width: 93px;
  }

  .campaign .title-area h2 {
    width: 430px;
    margin: 9px auto 0;
  }

  .campaign .title-area h2+p {
    font-size: 24px;
    margin-top: 24px;
  }

  .campaign h3 {
    font-size: 40px;
    margin-top: 40px;
  }

  .campaign h3+p {
    font-size: 24px;
    margin-top: 24px;
  }

  .campaign .merit-box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .campaign .merit-box li {
    width: 425px;
    border-radius: 8px;
    padding: 20px 30px;
  }

  .campaign .merit-box li+li {
    margin-top: 0;
    margin-left: 46px;
  }

  .campaign .merit-box li+li::before {
    width: 30px;
    height: 14px;
    top: 0;
    bottom: 0;
    left: -35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(-90deg);
  }

  .campaign .merit-box li p {
    font-size: 20px;
  }

  .campaign .merit-box li img {
    width: 138px;
    margin-right: -27px;
    margin-bottom: -20px;
    margin-left: 10px;
  }

  .campaign .merit-box li+li img {
    width: 120px;
    margin-left: 10px;
  }

  .campaign-work {
    margin-top: 56px;
    background-image: url(../images/pc/bg_work.png);
    background-position: 50% 15px;
    background-size: 93.75%;
    background-repeat: no-repeat;
  }

  .campaign-work>p {
    background-image: url(../images/pc/text_work.png);
    width: 469px;
    height: 113px;
    text-align: center;
    margin: auto;
  }

  .campaign-work>p span {
    top: calc(50% - 15px);
    font-size: 20px;
    padding-left: 4em;
  }

  .campaign-work .work-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .campaign-work .work-box li {
    width: 436px;
  }

  .campaign-work .work-box li+li {
    margin-top: 0;
    margin-left: 24px;
  }

  .campaign-work .work-box+.notes {
    margin-top: 16px;
  }

  .campaign-pickup {
    width: 85.11%;
    min-width: 926px;
    height: 200px;
    margin: 40px auto 0;
    padding-bottom: 0;
    padding-right: 377px;
  }

  .campaign-pickup::before {
    background-size: contain;
    width: 377px;
    height: 200px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin: auto;
  }

  .campaign-pickup>p {
    margin-top: 12px;
    font-size: 24px;
  }

  .campaign-pickup>p span {
    font-size: 44px;
    margin-top: 4px;
    letter-spacing: -0.05em;
  }

  /* step */
  .step {
    padding: 56px 0 72px;
  }

  .step p.sub-title {
    font-size: 20px;
  }

  .step h2 {
    font-size: 40px;
  }

  .step-box {
    display: block;
    padding: 0;
    margin-top: 24px;
  }

  .step-box>img {
    margin: auto;
    width: 650px;
  }


  .step-box .step-img {
    width: auto;
    padding-bottom: 0;
  }


  .step-box .step-img ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: none;
    background-color: inherit;
    margin-top: 24px;
  }

  .step-box .step-img ul li+li {
    margin-left: 24px;
  }

  .step-box .step-img ul li>div {
    background-color: #FFF;
    width: 282px;
    height: 356px;
    padding: 24px 20px 0;
    border-radius: 8px;
  }

  .step-box .step-img ul li>div p {
    font-size: 16px;
  }

  .step-box .step-img ul li>div img {
    width: 200px;
  }

  /* faq */
  .faq {
    padding: 56px 0 72px;
  }

  .faq h2 {
    font-size: 40px;
  }

  .faq-box {
    margin-top: 32px;
  }

  .faq-box dl {
    border-bottom: solid 1px #532C17;
    padding: 24px 20px;
  }

  .faq-box dl:first-child {
    border-top: solid 1px #532C17;
  }

  .faq-box dl dt p {
    font-size: 18px;
  }

  .faq-box dl dd>*:first-child {
    margin-top: 8px;
  }

  /* summary */
  .summary {
    padding: 56px 0 72px;
  }

  .summary h2 {
    font-size: 40px;
  }

  .summary-box {
    border-radius: 8px;
    padding: 48px;
    margin-top: 32px;
  }

  .summary-box p,
  .summary-list dt,
  .summary-list dd,
  .summary-list ul.dot li {
    font-size: 16px;
  }

  .summary-list {
    margin-top: 16px;
  }

  .summary-list dt::before {
    width: 16px;
    height: 15px;
    margin-right: 5px;
  }

  .summary-list dd,
  .summary-list ul.notes {
    margin-top: 4px;
  }

  .summary-list dd+dt {
    margin-top: 16px
  }

  /* detail */
  .detail {
    padding: 56px 0 72px;
  }

  .detail-box {
    margin: 24px auto 0;
    border: 2px solid #EC3911;
    border-radius: 8px;
    max-width: 738px;
  }

  .detail-box .accordion_title p {
    text-align: center;
    color: #EC3911;
    font-size: 4.8vw;
    font-weight: 700;
  }

  .detail-box .accordion_title ul {
    margin-top: 0;
  }

  .detail-box .accordion_title {
    padding: 20px 50px;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .detail-box .accordion_title p {
    font-size: 20px;
  }

  .detail-box .accordion_title ul.footnote li {
    text-align: left;
  }

  .detail-box .accordion_content dl>div {
    display: flex;
    border-bottom: solid 1px #E0E0E0;
  }

  .detail-box .accordion_content dl>div:first-of-type {
    border-top: solid 1px #E0E0E0;
  }

  .detail-box .accordion_content dt {
    border-top: none;
    border-bottom: none;
    padding: 12px 15px;
    width: 260px;
    text-align: left;
    flex-shrink: 0;
  }

  .detail-box .accordion_content dt p {
    font-size: 16px;
  }

  .detail-box .accordion_content dd {
    padding: 12px 15px;
    text-align: left;
    max-width: 632px;
  }

  .detail-box .accordion_content>p {
    font-size: 16px;
    padding: 0 46px 16px;
  }

  .detail-box .accordion_content dd * {
    font-size: 16px;
  }

  .detail-box .accordion_content .sup_text {
    font-size: 11px !important;
    vertical-align: top;
  }

  .detail-box .accordion_content dl div:first-of-type dd p {
    line-height: 1;
  }

  .detail-box .accordion_content dd .sm {
    font-size: 13px;
  }

  .detail-box .accordion_content dd li {
    margin-top: 2px;
  }

}


/* Pagetop */
#Pagetop {
  background: #d2d9e9;
  text-align: center;
}

#Pagetop a {
  display: block;
  padding: 15px 0;
}

#Pagetop a img {
  width: 28px;
  height: auto;
  opacity: 0.5;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  #Pagetop a {
    display: block;
    padding: 0;
    line-height: 45px;
  }

  #Pagetop a img {
    width: 20px;
    height: auto;
  }
}

/* Footer */
#Footer {
  background: #fff;
  padding: 45px 0 131px;
}

#FooterNav {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

#FooterNav ul {
  display: block;
}

#FooterNav li {
  display: inline-block;
  margin: 0 0 15px 0;
}

#FooterNav li a {
  display: block;
  padding: 0 10px;
  text-decoration: none !important;
}

#FooterNav li {
  border-right: 1px solid #c7cad1;
}

#FooterNav li:last-child {
  border-right: none;
}

#Footer small {
  font-size: 1rem;
  text-align: center;
  display: block;
  padding: 40px 0 0 0;
}

body #Pagetop {
  background: #3D3D3D;
}

body #Footer {
  background: #F0EEEC;
}

body #Footer a,
#Footer small {
  color: #3D3D3D;
}

body #Pagetop a img {
  opacity: initial;
}

@media all and (max-width: 767px) {
  #Footer {
    background: #fff;
    padding: 12px 15px 115px 15px;
  }

  #FooterNav {
    text-align: center;
  }

  #FooterNav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-betwee;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #FooterNav li {
    display: block;
    width: 48%;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #c4cddc;
  }

  #FooterNav li a {
    display: block;
    padding: 15px 0;
    text-align: left;
  }

  #Footer small {
    font-size: 1rem;
    text-align: center;
    display: block;
    padding: 20px 0 0 0;
  }
}

/* 追従ボタン */
.follow_area {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 248, 200, 0.96)
}

.follow_area.active {
  opacity: 1;
  visibility: visible;
}

.follow_area ._flex {
  padding: 1.6vw 4vw 2.67vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2vw;
}

.follow_area ._flex li>p {
  text-align: center;
  font-size: 3.2vw;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .follow_area ._flex .btn {
    width: 44.27vw;
    height: 15.73vw;
    margin-top: 0.53vw;
  }

  .follow_area ._flex .btn::before{
    width: 2vw;
    height: 3.73vw;
    right: 1.73vw;
    margin: auto 0;
  } 
  .follow_area ._flex .btn.btn_type2::before {
    background-image: url(../images/ico_arrow3.png);
  }
  .follow_area ._flex .btn.btn_type3::before {
    background-image: url(../images/ico_arrow4.png);
  }

  .follow_area ._flex .btn_text {
    font-size: 3.73vw;
  }
}


@media screen and (min-width: 768px) {
  .follow_area {
    max-width: 1088px;
  }

  .follow_area ._flex {
    padding: 8px 0 10px;
    gap: 24px;
  }

  .follow_area ._flex li>p {
    font-size: 14px;
  }

  .follow_area ._flex .btn {
    margin-top: 4px;
  }

  .follow_area ._flex li+li {
    position: relative;
  }

  .follow_area ._flex li+li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 91px;
    top: 0;
    bottom: 0;
    left: -12px;
    right: auto;
    margin: auto;
    background-image: url(../images/pc/bg-line.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}