/*! destyle.css v3.0.0 | 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;
}

/* 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*/
  font-size: 0.625vw;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* reset.css end */
/* base.css start */
/* common */
section {
  overflow-x: clip;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 10.6666666667vw;
  }
}

.inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  margin: 0;
  padding: 0;
}

.c-pink {
  color: #d6677c;
}

.f-8 {
  font-size: 8px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .f-8 {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

.f-9 {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .f-9 {
    font-size: 0.8rem;
    line-height: 1.625;
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
}

.f-11 {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .f-11 {
    font-size: 7px;
    font-size: 1.8666666667vw;
  }
}

.f-12 {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .f-12 {
    font-size: 9px;
    font-size: 2.4vw;
  }
}

.f-14 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .f-14 {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}

.f-31 {
  font-size: 31px;
}
@media screen and (max-width: 767px) {
  .f-31 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}

.f-34 {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .f-34 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}

.f-44 {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .f-44 {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}

.ls299 {
  letter-spacing: -0.5em;
}

.ls240 {
  letter-spacing: -0.3em;
}

.mt20 {
  margin-top: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

/* header.css start */
.header {
  background: url(../images/mv.jpg) no-repeat top center/1080px auto;
  overflow: clip;
}
@media screen and (max-width: 1079px) {
  .header {
    background-size: cover;
    background-position: top 5px right -60px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background-image: url(../images/mv_sp.jpg);
    background-size: 133.3333333333vw auto;
    background-position: right -15.2vw top;
  }
}
.header .inner {
  border-top: 10px solid #6e3b1e;
  position: relative;
  height: 100%;
  padding: 45px 0 26px;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding: 3.7333333333vw 0 0;
    border-top-width: 2.1333333333vw;
  }
}
.header .inner .logo {
  position: absolute;
  top: -11px;
  right: 47px;
}
@media screen and (max-width: 767px) {
  .header .inner .logo {
    top: -2.4vw;
    right: 2.9333333333vw;
  }
  .header .inner .logo img {
    width: 10.9333333333vw;
    height: 13.3333333333vw;
  }
}
.header .inner .mv_catch {
  max-width: 954px;
  width: 100%;
  margin: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 1079px) {
  .header .inner .mv_catch {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .mv_catch {
    max-width: 69.6vw;
    margin-left: 3.4666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.header .inner .grid-item {
  max-width: 954px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  margin-bottom: 20px;
}
@media screen and (max-width: 1079px) {
  .header .inner .grid-item {
    width: 95%;
    grid-template-columns: 43% 23% 34%;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item {
    grid-template-columns: 55.4666666667vw auto;
    grid-template-rows: auto auto;
    grid-template-areas: "item1 item2" "item1 item3";
    max-width: 94.9333333333vw;
  }
}
.header .inner .grid-item .c-left {
  padding-right: 39px;
  max-width: 378px;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .header .inner .grid-item .c-left {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-left {
    grid-area: item1;
    padding-right: 0;
    max-width: 55.4666666667vw;
  }
}
.header .inner .grid-item .c-left .features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-left .features {
    gap: 1.3333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}
.header .inner .grid-item .c-left .features .item {
  display: table;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  color: #705625;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  text-align: center;
  height: 51px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .header .inner .grid-item .c-left .features .item {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-left .features .item {
    font-size: 9px;
    font-size: 2.4vw;
    letter-spacing: -0.01em;
    height: 8.2666666667vw;
    border-radius: 1.6vw;
  }
}
.header .inner .grid-item .c-left .features .item::before {
  content: "";
  background: url(../images/deco-l.svg) no-repeat center/contain;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 1079px) {
  .header .inner .grid-item .c-left .features .item::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-left .features .item::before {
    width: 2.1333333333vw;
    height: 1.8666666667vw;
    top: 1.0666666667vw;
    left: 1.3333333333vw;
  }
}
.header .inner .grid-item .c-left .features .item::after {
  content: "";
  background: url(../images/deco-r.svg) no-repeat center/contain;
  width: 15px;
  height: 12px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media screen and (max-width: 1079px) {
  .header .inner .grid-item .c-left .features .item::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-left .features .item::after {
    width: 2.1333333333vw;
    height: 1.8666666667vw;
    bottom: 0.5333333333vw;
    right: 1.8666666667vw;
  }
}
.header .inner .grid-item .c-left .features .item p {
  display: table-cell;
  vertical-align: middle;
}
.header .inner .grid-item .c-left .circle-item {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-left .circle-item {
    gap: 0.8vw;
    grid-template-columns: 11.2vw 11.2vw 20vw;
  }
}
.header .inner .grid-item .c-left .circle-item .item {
  background-color: rgba(242, 97, 124, 0.66);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-size: 14px;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-left .circle-item .item {
    font-size: 1rem;
    line-height: 1.3;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.header .inner .grid-item .c-middle {
  margin: auto 0;
  text-align: center;
}
.header .inner .grid-item .c-middle img {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-middle {
    grid-area: item2;
    max-width: 32vw;
    margin: 0 auto;
  }
  .header .inner .grid-item .c-middle img {
    width: 32vw;
    margin-top: 1.3333333333vw;
  }
}
.header .inner .grid-item .c-right {
  position: relative;
  margin-bottom: -40px;
}
@media screen and (max-width: 1079px) {
  .header .inner .grid-item .c-right {
    margin-right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-right {
    margin-bottom: -26.1333333333vw;
  }
}
.header .inner .grid-item .c-right img {
  position: absolute;
  width: 95%;
  height: auto;
  bottom: 0;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
@media screen and (max-width: 1079px) {
  .header .inner .grid-item .c-right img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .grid-item .c-right {
    max-width: 47.2vw;
    grid-area: item3;
    margin-left: -5.6vw;
    margin-top: -5.8666666667vw;
  }
  .header .inner .grid-item .c-right img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 47.2vw;
  }
}

.mv_campaign {
  max-width: 954px;
  width: 100%;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#713c1b), color-stop(46.8%, #9d592f), to(#733d1c));
  background: linear-gradient(#713c1b 0%, #9d592f 46.8%, #733d1c 100%);
  border-radius: 17px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv_campaign {
    max-width: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25.0666666667vw, rgba(255, 255, 255, 0)), color-stop(25.0666666667vw, #784523));
    background: linear-gradient(rgba(255, 255, 255, 0) 25.0666666667vw, #784523 25.0666666667vw);
    border-radius: 0;
    padding-bottom: 0;
    width: 100vw;
    position: relative;
    padding-top: 25.0666666667vw;
    padding-bottom: 3.2vw;
    position: relative;
  }
  .mv_campaign::before {
    content: "";
    background: url(../images/campaign_top_sp.png) no-repeat center/cover;
    height: 25.3333333333vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.mv_campaign .catch {
  text-align: center;
  padding: 5px 0;
}
.mv_campaign .catch img {
  margin: 5px auto 5px;
}
@media screen and (max-width: 767px) {
  .mv_campaign .catch {
    padding: 0;
    text-align: left;
    left: 2.4vw;
    top: 11.2vw;
    position: absolute;
    width: 52.2666666667vw;
    height: 10.4vw;
  }
  .mv_campaign .catch img {
    width: 100%;
    height: 100%;
	  margin: 8px 0 0;
  }
}
.mv_campaign .box_inner {
  max-width: 915px;
  width: 90%;
  margin: auto;
  padding: 16px 18px 4px 4px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv_campaign .box_inner {
    max-width: 94.9333333333vw;
    width: 100%;
    padding: 1.5vw 4.5333333333vw 15.4666666667vw 0.5333333333vw;
  }
  .mv_campaign .box_inner img {
    width: 100%;
  }
}
.mv_campaign .box_inner .btn {
  position: absolute;
  bottom: 8px;
  right: 12px;
  height: auto;
  max-width: 350px;
  width: 36%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mv_campaign .box_inner .btn:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .mv_campaign .box_inner .btn {
    max-width: 87.4666666667vw;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    bottom: 5px;
    margin: auto;
  }
}

/* base.css start */
.footer {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.footer .f-top {
  background-color: #d0d0d0;
}
.footer .f-top .inner {
  padding: 13px 0 11px;
}
@media screen and (max-width: 767px) {
  .footer .f-top .inner {
    padding: 1.8666666667vw 0;
  }
}
.footer .f-top .inner .linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .f-top .inner .linklist {
    gap: 2.6666666667vw;
  }
}
.footer .f-top .inner .linklist .item {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #111111;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .f-top .inner .linklist .item {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.footer .f-top .inner .linklist .item::after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  background-color: #111111;
}
.footer .f-top .inner .linklist .item:last-child::after {
  content: none;
}
.footer .f-bottom {
  background-color: #000000;
}
.footer .f-bottom .inner {
  padding: 30px 0 33px;
}
@media screen and (max-width: 767px) {
  .footer .f-bottom .inner {
    padding: 6.6666666667vw 0 7.2vw;
  }
}
.footer .f-bottom .inner .copy {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer .f-bottom .inner .copy {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

/* content.css start */
.sec02 {
  position: relative;
}
.sec02 .inner {
  --grad: linear-gradient(to top, #fff 0%, #f4e9d4 26.6%, #eddebf 76.85%, #ffdd98 100%);
  background: var(--grad);
  padding-top: 46px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec02 .inner {
    padding-top: 6.1333333333vw;
    padding-bottom: 0;
  }
}
.sec02 .inner .mainttl {
  text-align: center;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .mainttl {
    max-width: 90.6666666667vw;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .inner .mainttl img {
    width: 100%;
    height: auto;
  }
}
.sec02 .inner .w-box {
  position: relative;
  z-index: 5;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.13));
          filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.13));
  border-radius: 10px;
  max-width: 954px;
  width: 100%;
  margin: -31px auto 76px;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .w-box {
    margin-top: -9.3333333333vw;
    margin-bottom: 9.6vw;
    max-width: 90.6666666667vw;
  }
}
.sec02 .inner .w-box .box_inner {
  padding: 59px 0 42px;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .w-box .box_inner {
    padding: 4.8vw 0 3.4666666667vw;
  }
}
.sec02 .inner .w-box .box_inner .check {
  display: grid;
  grid-auto-flow: row;
  gap: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  margin-left: 131px;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .w-box .box_inner .check {
    gap: 4.2666666667vw;
    width: 90%;
    margin: auto auto 2.6666666667vw;
  }
}
.sec02 .inner .w-box .box_inner .check .item {
  position: relative;
  padding-left: 69px;
  font-size: 23px;
  letter-spacing: 0.03em;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 700;
  color: #515360;
}
@media screen and (max-width: 1079px) {
  .sec02 .inner .w-box .box_inner .check .item {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .inner .w-box .box_inner .check .item {
    font-size: 1.6rem;
    line-height: 1.5;
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding-left: 10.1333333333vw;
  }
}
.sec02 .inner .w-box .box_inner .check .item .line {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe985));
  background-image: linear-gradient(to bottom, transparent 60%, #ffe985 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sec02 .inner .w-box .box_inner .check .item::before {
  content: "";
  background: url(../images/sec02-check.svg) no-repeat center/contain;
  width: 48px;
  height: 47px;
  position: absolute;
  left: 0;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .w-box .box_inner .check .item::before {
    width: 8.2666666667vw;
    height: 8vw;
    top: 0;
  }
}
.sec02 .inner .w-box .box_inner .catch {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .w-box .box_inner .catch img {
    max-width: 64.5333333333vw;
    height: auto;
  }
}
.sec02 .inner .subttl {
  text-align: center;
  color: #6e3b1e;
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-weight: 500;
}
.sec02 .inner .subttl .mt20 {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .subttl .mt20 {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .inner .subttl {
    font-size: 23px;
    font-size: 6.1333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .sec03 {
    background-color: #6e3b1e;
    -webkit-clip-path: polygon(50% 14.6666666667vw, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 14.6666666667vw, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.sec03 .inner {
  -webkit-clip-path: polygon(50% 86px, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 86px, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: #6e3b1e;
  padding-top: 149px;
  padding-bottom: 68px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03 .inner {
    padding-top: 22.4vw;
    padding-bottom: 11.7333333333vw;
  }
  .sec03 .inner img {
    max-width: 88.2666666667vw;
  }
}

.images {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .images {
    max-width: none;
  }
}
.images img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .images img {
    height: 72.5333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec04 {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec04 {
    max-width: none;
  }
}
.sec04 .sec04-head {
  background: -webkit-gradient(linear, left top, right top, from(#6b6b6b), color-stop(48.28%, #888585), to(#6b6b6b));
  background: linear-gradient(to right, #6b6b6b 0%, #888585 48.28%, #6b6b6b 100%);
  padding: 17px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04-head {
    padding: 2.6666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .sec04-head img {
    max-width: 91.4666666667vw;
  }
}
.sec04 .sec04-bottom {
  background: #f2f2f2;
}
.sec04 .sec04-bottom .inner {
  padding: 76px 0 79px;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04-bottom .inner {
    padding: 8.2666666667vw 0 10.9333333333vw;
    max-width: 95.2vw;
  }
}
.sec04 .sec04-bottom .inner .grid-item {
  display: grid;
  grid-auto-flow: row;
  gap: 21px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04-bottom .inner .grid-item {
    margin-bottom: 2.6666666667vw;
  }
}
.sec04 .sec04-bottom .inner .grid-item .item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 42px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04-bottom .inner .grid-item .item {
    font-size: 1.3rem;
    line-height: 1.3076923077;
    font-size: 13px;
    font-size: 3.4666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.sec04 .sec04-bottom .inner .grid-item .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/sec04-line.png) no-repeat center/contain;
  height: 4px;
  width: 100%;
}
.sec04 .sec04-bottom .inner .kome {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.sec04 .sec04-bottom .inner .kome a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04-bottom .inner .kome {
    font-size: 1rem;
    line-height: 1.5;
    font-size: 10px;
    font-size: 2.6666666667vw;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.sec04 .images {
  padding-bottom: 76px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(34.98%, #fff), color-stop(63.55%, #fffcfc), to(#f2f2f2));
  background: linear-gradient(to top, #fff 0%, #fff 34.98%, #fffcfc 63.55%, #f2f2f2 100%);
}
@media screen and (max-width: 767px) {
  .sec04 .images {
    padding-bottom: 11.4666666667vw;
  }
}
.sec04 .images img {
  width: 538px;
}
@media screen and (max-width: 767px) {
  .sec04 .images img {
    max-width: 95.2vw;
    margin: auto;
    width: 100%;
    height: auto;
  }
}

.sec05 {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  background-color: #ad9d7e;
}
.sec05 .inner {
  max-width: 720px;
  padding: 66px 0;
}
@media screen and (max-width: 767px) {
  .sec05 .inner {
    max-width: 94.9333333333vw;
    padding: 2.1333333333vw 0 2.6666666667vw;
  }
}
.sec05 .inner .head {
  background: -webkit-gradient(linear, left top, left bottom, from(#99733d), color-stop(48.28%, #917744), to(#806033));
  background: linear-gradient(#99733d 0%, #917744 48.28%, #806033 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 31px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 6px 0 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .head {
    margin-bottom: 2.1333333333vw;
    font-size: 25px;
    font-size: 6.6666666667vw;
    padding: 1.6vw 0 2.1333333333vw;
  }
}
.sec05 .inner .head::before {
  content: "";
  display: inline-block;
  background: url(../images/sec05-logo.svg) no-repeat center/contain;
  width: 57px;
  height: 28px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .head::before {
    width: 11.7333333333vw;
    height: 5.8666666667vw;
    margin-bottom: 0.8vw;
  }
}
.sec05 .inner video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec05 .inner video {
    height: 53.6vw;
  }
}

.sec06 {
  background-color: #faf8f4;
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.sec06 .inner {
  padding: 87px 0 123px;
}
@media screen and (max-width: 767px) {
  .sec06 .inner {
    padding: 12.5333333333vw 0 19.4666666667vw;
    max-width: 95.2vw;
  }
}
.sec06 .inner img {
  display: block;
  margin: 0 auto;
}
.sec06 .inner .description {
  margin-top: 20px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .inner .description {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.sec12 .inner {
  padding: 60px 0;
  background-color: #e8e8e8;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .sec12 .inner {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-top: 8vw;
  }
}
.sec12 .inner .col-left {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec12 .inner .col-left {
    padding-bottom: 5.0666666667vw;
  }
}
.sec12 .inner .col-left .mainttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec12 .inner .col-left .mainttl {
    margin-bottom: 0;
  }
}
.sec12 .inner .col-left .images {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec12 .inner .col-left .images {
    width: 70.6666666667vw;
    margin-right: auto;
    margin-left: 0;
  }
  .sec12 .inner .col-left .images img {
    width: 100%;
    height: auto;
  }
}
.sec12 .inner .col-right {
  width: 90%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec12 .inner .col-right {
    width: 100%;
  }
}
.sec12 .inner .col-right .w-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 31px 40px 30px 32px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec12 .inner .col-right .w-box {
    border-radius: 0;
    padding: 9.3333333333vw 4.5333333333vw 7.7333333333vw 6.4vw;
  }
}
.sec12 .inner .col-right .w-box p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.sec07 .inner {
  display: grid;
  grid-template-columns: repeat(2, 540px);
}
@media screen and (max-width: 1079px) {
  .sec07 .inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .inner {
    max-width: 100%;
  }
}
.sec07 .inner .col-left {
  padding: 52px 33px 50px 50px;
  background: url(../images/voice-bg.png) repeat center/auto auto, #f2eadb;
  background-blend-mode: multiply;
}
@media screen and (max-width: 1079px) {
  .sec07 .inner .col-left {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec07 .inner .col-left .mainttl {
  text-align: right;
  margin-bottom: 56px;
}
@media screen and (max-width: 1079px) {
  .sec07 .inner .col-left .mainttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .mainttl {
    max-width: 92.5333333333vw;
    width: 100%;
    margin: auto auto 5.3333333333vw;
  }
  .sec07 .inner .col-left .mainttl img {
    width: 100%;
    height: auto;
  }
}
.sec07 .inner .col-left .group {
  display: grid;
  grid-template-columns: 158px 299px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1079px) {
  .sec07 .inner .col-left .group {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group {
    max-width: 86.4vw;
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.sec07 .inner .col-left .group .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1079px) {
  .sec07 .inner .col-left .group .left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .left {
    gap: 5.0666666667vw;
    max-width: 28vw;
    margin-right: -3.2vw;
  }
  .sec07 .inner .col-left .group .left .icon img {
    width: 100%;
    height: auto;
  }
}
.sec07 .inner .col-left .group .left .detail {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 15px 10px 16px;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .left .detail {
    padding: 1.3333333333vw 2.6666666667vw 0;
    height: 100%;
  }
}
.sec07 .inner .col-left .group .left .detail .ttl {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .left .detail .ttl {
    font-size: 1rem;
    line-height: 1.8;
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec07 .inner .col-left .group .left .detail img {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .left .detail img {
    width: 21.3333333333vw;
    height: auto;
    margin-bottom: 1.6vw;
  }
}
.sec07 .inner .col-left .group .left .detail .name .f-8 {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .left .detail .name {
    margin-bottom: 1.6vw;
  }
}
.sec07 .inner .col-left .group .left .detail .name ruby {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 700;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .left .detail .name ruby {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.sec07 .inner .col-left .group .left .detail .name ruby rt {
  font-size: 10px;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .left .detail .name ruby rt {
    font-size: 8px;
    font-size: 2.1333333333vw;
    margin-bottom: -1.3333333333vw;
  }
}
.sec07 .inner .col-left .group .left .detail .description {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-size: 14px;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .left .detail .description {
    font-size: 1rem;
    line-height: 1.4;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.sec07 .inner .col-left .group .comment {
  grid-column: 2;
  margin-right: auto;
  margin-left: 30px;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px 28px 40px 33px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .sec07 .inner .col-left .group .comment {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .comment {
    font-size: 1.6rem;
    line-height: 1.625;
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 5.6vw 0;
    width: 53.8666666667vw;
  }
}
.sec07 .inner .col-left .group .comment::before {
  content: "";
  background: url(../images/comment-left.svg) no-repeat center/contain;
  width: 30px;
  height: 69px;
  position: absolute;
  top: 76px;
  right: 100%;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .comment::before {
    background-position: right;
    top: 8vw;
    width: 5.6vw;
    height: 10.6666666667vw;
  }
}
.sec07 .inner .col-left .group .comment p {
  max-width: 210px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .sec07 .inner .col-left .group .comment p {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-left .group .comment p {
    max-width: 45.0666666667vw;
    margin-right: 2.6666666667vw;
    margin-left: auto;
  }
}
.sec07 .inner .col-right {
  padding: 45px 0 50px;
  background: -webkit-gradient(linear, left top, right top, from(#6b6b6b), color-stop(48.28%, #888585), to(#6b6b6b));
  background: linear-gradient(to right, #6b6b6b 0%, #888585 48.28%, #6b6b6b 100%);
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-right {
    padding: 3.4666666667vw 0 4.5333333333vw;
  }
}
.sec07 .inner .col-right .mainttl {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-right .mainttl {
    max-width: 70.4vw;
    width: 100%;
    margin: auto auto 4vw;
  }
  .sec07 .inner .col-right .mainttl img {
    width: 100%;
    height: auto;
  }
}
.sec07 .inner .col-right .w-box {
  background-color: #fff;
  display: grid;
  grid-auto-flow: column;
  max-width: 497px;
  width: 90%;
  margin: auto;
  border-radius: 20px;
  padding: 31px 40px 30px 32px;
  gap: 24px;
}
@media screen and (max-width: 1079px) {
  .sec07 .inner .col-right .w-box {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-right .w-box {
    max-width: 91.7333333333vw;
    width: 100%;
    padding: 5.8666666667vw 6.6666666667vw 4.5333333333vw 6.1333333333vw;
    gap: 3.7333333333vw;
  }
}
.sec07 .inner .col-right .w-box .c-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec07 .inner .col-right .w-box .c-left .ttl {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-right .w-box .c-left .ttl {
    font-size: 17px;
    font-size: 4.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
.sec07 .inner .col-right .w-box .c-left .description {
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-right .w-box .c-left .description {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.sec07 .inner .col-right .w-box .c-left .description .line {
  font-weight: 700;
  color: #d00b0b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background-image: linear-gradient(to bottom, transparent 60%, #ffff00 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sec07 .inner .col-right .w-box .c-left .sankou {
  margin-top: auto;
  font-size: 12px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-right .w-box .c-left .sankou {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .inner .col-right .w-box .c-right {
    max-width: 28.5333333333vw;
  }
  .sec07 .inner .col-right .w-box .c-right img {
    width: 100%;
    height: auto;
  }
}
.sec07 .inner .col-right .w-box .c-right .c-blue {
  font-size: 1.7rem;
  line-height: 1.2941176471;
  font-size: 17px;
  text-align: center;
  color: #1f499c;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .sec08 {
    background: -webkit-gradient(linear, left top, left bottom, from(#713c1b), color-stop(46.8%, #9d592f), to(#733d1c));
    background: linear-gradient(#713c1b 0%, #9d592f 46.8%, #733d1c 100%);
    padding-bottom: 3.7333333333vw;
  }
}
.sec08 .mv_campaign {
  max-width: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .sec08 .mv_campaign {
    padding: 0;
  }
  .sec08 .mv_campaign::before {
    content: none;
  }
}
.sec08 .mv_campaign .catch {
  padding: 22px 0 27px;
}
@media screen and (max-width: 767px) {
  .sec08 .mv_campaign .catch {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 85.3333333333vw;
    width: 100%;
    margin: auto;
    padding: 3.2vw 0 3.7333333333vw;
  }
}
.sec08 .mv_campaign .box_inner {
  max-width: 997px;
}
@media screen and (max-width: 767px) {
  .sec08 .mv_campaign .box_inner {
    max-width: 95.2vw;
  }
}
.sec08 .mv_campaign .box_inner img {
  width: 100%;
}
.sec08 .mv_campaign .box_inner .btn {
  width: 414px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec08 .mv_campaign .box_inner .btn {
    width: 95.2vw;
  }
}

.sec09 {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.sec09 .head {
  background: -webkit-gradient(linear, left top, right top, from(#6b6b6b), color-stop(48.28%, #888585), to(#6b6b6b));
  background: linear-gradient(to right, #6b6b6b 0%, #888585 48.28%, #6b6b6b 100%);
  padding: 23px 0 24px;
}
.sec09 .head .mainttl {
  text-align: center;
  color: #fff;
  font-size: 29px;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sec09 .head .mainttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.sec09 .sec09-body .inner {
  padding: 43px 0 95px;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09-body .inner {
    max-width: 95.2vw;
    padding: 4vw 0 10.4vw;
  }
}
.sec09 .sec09-body .inner img {
  display: block;
  margin: 0 auto 28px;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09-body .inner img {
    max-width: 68vw;
    margin-bottom: 2.1333333333vw;
    height: auto;
  }
}
.sec09 .sec09-body .inner .detail {
  max-width: 413px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09-body .inner .detail {
    max-width: 86.6666666667vw;
  }
}
.sec09 .sec09-body .inner .detail .item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.0555555556;
  font-size: 18px;
  padding-bottom: 22px;
  padding-top: 13px;
  border-bottom: 1px solid #9d9d9d;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09-body .inner .detail .item {
    font-size: 1.4rem;
    line-height: 2.0714285714;
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.sec09 .sec09-body .inner .detail .item:first-child {
  border-top: 1px solid #9d9d9d;
}

.sec10 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .sec10 .inner {
    grid-template-columns: 1fr;
  }
}
.sec10 .inner .c-left,
.sec10 .inner .c-right {
  position: relative;
}
.sec10 .inner .c-left img,
.sec10 .inner .c-right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.sec10 .inner .c-left .text,
.sec10 .inner .c-right .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 457px 0 41px 21px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec10 .inner .c-left .text,
  .sec10 .inner .c-right .text {
    font-size: 1.6rem;
    line-height: 1.5;
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 81.0666666667vw 0 4.8vw 4vw;
  }
}
.sec10 .inner .c-left {
  background-color: #5d7f96;
}
.sec10 .inner .c-right {
  background-color: #8c816d;
}

.sec11 {
  background-color: #faf8f4;
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.sec11 .inner {
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .sec11 .inner {
    padding: 8.2666666667vw 0 7.4666666667vw;
  }
}
.sec11 .inner .title {
  margin-bottom: 26px;
}
.sec11 .inner .title .mainttl {
  text-align: center;
  margin-bottom: 15px;
}
.sec11 .inner .title .sub {
  font-size: 22px;
  color: #000000;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 10px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec11 .inner .qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 998px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec11 .inner .qa-item {
    max-width: 93.3333333333vw;
    width: 100%;
    margin: auto;
    gap: 5.3333333333vw;
  }
}
.sec11 .inner .qa-item .item {
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 39px 65px 39px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .sec11 .inner .qa-item .item {
    padding: 5.8666666667vw 4.2666666667vw 6.9333333333vw 5.3333333333vw;
  }
}
.sec11 .inner .qa-item .item .question {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec11 .inner .qa-item .item .question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.7333333333vw;
  }
}
.sec11 .inner .qa-item .item .question .ttl {
  background: #808080;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  width: 40px;
  height: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11 .inner .qa-item .item .question .ttl {
    font-size: 22px;
    font-size: 5.8666666667vw;
    width: 10.6666666667vw;
    height: 9.3333333333vw;
  }
}
.sec11 .inner .qa-item .item .question .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  color: #705625;
}
@media screen and (max-width: 767px) {
  .sec11 .inner .qa-item .item .question .text {
    font-size: 1.5rem;
    line-height: 1.6;
    font-size: 15px;
    font-size: 4vw;
  }
}
.sec11 .inner .qa-item .item .answer {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec11 .inner .qa-item .item .answer .ttl {
  background: #7b5b1f;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  width: 40px;
  height: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11 .inner .qa-item .item .answer .ttl {
    font-size: 22px;
    font-size: 5.8666666667vw;
    width: 10.6666666667vw;
    height: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec11 .inner .qa-item .item .answer .wrap img {
    width: 100%;
    height: auto;
  }
}
.sec11 .inner .qa-item .item .answer .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  color: #000000;
}
.nayam-pc{
	display: block;
	width: 90%;
	max-width: 700px;
	margin: 0 auto 20px;
	display: block;
}
.nayam-sp{
	display: none;
}
@media screen and (max-width: 767px) {

.nayam-pc{
	display: none;
}
.nayam-sp{
	display: block;
	width: 85%;
	margin: 0 auto;
	display: block;
}
	
  .sec11 .inner .qa-item .item .answer .text {
    font-size: 1.5rem;
    line-height: 1.6;
    font-size: 15px;
    font-size: 4vw;
  }
}

.white {
  background-color: #fff;
}
.white .inner {
  padding: 31px 0 36px;
}
@media screen and (max-width: 767px) {
  .white .inner {
    padding: 5.3333333333vw 0;
    max-width: 95.2vw;
  }
}
.white .inner .scroll {
  text-align: right;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .white .inner .scroll {
    margin-right: 0;
  }
  .white .inner .scroll img {
    width: 21.6vw;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */