@charset "UTF-8";
/*! 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;
}

/* スクリーンサイズが1520px以上 */
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
/* スクリーンサイズが1200px以下の場合に適用 */
@media screen and (max-width: 1100px) {
  html {
    font-size: 35.0625%;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 62.5%;
  }
}
/* 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 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin: 0;
}

.no-scroll {
  overflow: hidden;
}

strong {
  display: inline-block;
}

a {
  display: block;
}
a:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}

article {
  overflow: clip;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

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

div {
  gap: 0;
}

figure {
  margin: 0;
}
figure img {
  height: auto;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.wp-block-cover {
  padding: 0;
}

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

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

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.inner {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .inner {
    width: 100%;
    max-width: 93%;
  }
}

/* header */
.header {
  background-color: transparent;
  position: relative;
  overflow-x: clip;
  position: fixed;
  background-color: #fdfcf5;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.header .w1366 {
  max-width: 1366px;
  width: 100%;
  padding: 0 13px 0 23px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .header .w1366 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 980px) {
  .header .w1366 {
    padding: 0 2.6530612245vw;
  }
}
.header .nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42%;
}
@media screen and (max-width: 1300px) {
  .header .nav-left {
    width: auto;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-left {
    width: 90%;
    -webkit-column-gap: 1.0204081633vw;
       -moz-column-gap: 1.0204081633vw;
            column-gap: 1.0204081633vw;
  }
}
.header .nav-left .logo {
  max-width: 171px;
  width: 31%;
  display: block;
  margin-right: 21px;
}
@media screen and (max-width: 1300px) {
  .header .nav-left .logo {
    width: 25%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-left .logo {
    max-width: 34.8979591837vw;
    width: 30%;
    margin-right: 0;
  }
}
.header .nav-left .otherlink {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #898989;
  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: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  background-color: #ededed;
  border-radius: 5px;
  max-width: 180px;
  width: 33%;
  height: 43px;
  margin-right: 6px;
}
@media screen and (max-width: 1300px) {
  .header .nav-left .otherlink {
    font-size: 12px;
    width: 34%;
  }
  .header .nav-left .otherlink img {
    width: 10%;
  }
}
@media screen and (max-width: 980px) {
  .header .nav-left .otherlink {
    max-width: none;
    width: 50%;
    -webkit-column-gap: 1.0204081633vw;
       -moz-column-gap: 1.0204081633vw;
            column-gap: 1.0204081633vw;
    height: 7.1428571429vw;
    font-size: 12px;
    font-size: 2.4489795918vw;
    margin-right: 0;
  }
  .header .nav-left .otherlink img {
    width: 10%;
  }
}
.header .nav-left .otherlink:last-child {
  margin-right: 0;
}
.header .nav-left .otherlink:hover {
  background-color: #ff8b43;
  color: #fff;
  -webkit-box-shadow: 0px 3px 0px #e27a38;
          box-shadow: 0px 3px 0px #e27a38;
  -webkit-filter: none;
          filter: none;
}
.header.fixed .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 14px;
  padding: 6px 0 7px;
}
@media screen and (max-width: 980px) {
  .header.fixed .header__wrapper {
    margin-left: 2.8571428571vw;
    padding: 3.0612244898vw 0;
  }
}
.header__wrapper {
  z-index: 40;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 0;
}
@media screen and (max-width: 980px) {
  .header__wrapper {
    display: block;
    padding: 2.2448979592vw 0;
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
}
.header__wrapper .drawer-hidden {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header__wrapper .drawer {
    width: 71%;
  }
}
.header__wrapper .drawer .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .header__wrapper .drawer .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6.1224489796vw;
  }
}
.header__wrapper .drawer .header-list .list-item {
  margin-right: 19px;
}
@media screen and (max-width: 1300px) {
  .header__wrapper .drawer .header-list .list-item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .header__wrapper .drawer .header-list .list-item {
    margin: auto;
    text-align: center;
  }
}
.header__wrapper .drawer .header-list .list-item:nth-last-child(3) {
  margin-right: 12px;
}
@media screen and (max-width: 1300px) {
  .header__wrapper .drawer .header-list .list-item:nth-last-child(3) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .header__wrapper .drawer .header-list .list-item:nth-last-child(3) {
    margin-right: auto;
  }
}
.header__wrapper .drawer .header-list .list-item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #2b2b2b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1300px) {
  .header__wrapper .drawer .header-list .list-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  .header__wrapper .drawer .header-list .list-item a {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.header__wrapper .drawer .header-list .list-item a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #fd8b43;
  position: relative;
  -webkit-filter: none;
          filter: none;
}
.header__wrapper .drawer .header-list .list-item a:hover::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #fd8b43;
  position: absolute;
  bottom: -22px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .header__wrapper .drawer .header-list .list-item a:hover::after {
    bottom: -2.0408163265vw;
  }
}
@media screen and (max-width: 980px) {
  .header__wrapper .drawer .header-list .list-item {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.header__wrapper .drawer .header-list .list-item.btnmenu {
  background-color: #f5f1d1;
  border-radius: 5px;
  margin-right: 5px;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .header__wrapper .drawer .header-list .list-item.btnmenu {
    margin-right: auto;
    border-radius: 1.0204081633vw;
    width: 30%;
  }
}
.header__wrapper .drawer .header-list .list-item.btnmenu:last-child {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .header__wrapper .drawer .header-list .list-item.btnmenu:last-child {
    margin-right: auto;
  }
}
.header__wrapper .drawer .header-list .list-item.btnmenu a {
  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;
  padding: 10px;
}
@media screen and (max-width: 1300px) {
  .header__wrapper .drawer .header-list .list-item.btnmenu a {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.header__wrapper .drawer .header-list .list-item.btnmenu a:hover::after {
  content: none;
}
@media screen and (max-width: 980px) {
  .header__wrapper .drawer .header-list .list-item.btnmenu a {
    height: auto;
  }
}

/* header */
/* ハンバーガーメニュー */
/* チェックボックスを非表示 */
@media screen and (max-width: 980px) {
  #drawer-check:checked ~ .drawer-content {
    width: 100vw;
    right: 0;
  }
  /* ハンバーガーアイコン外枠 */
  .drawer-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.693877551vw;
    max-width: 4.8979591837vw;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 3.2653061224vw;
    bottom: 2.2448979592vw;
    right: 3.0612244898vw;
    z-index: 100;
  }
  .drawer-open span {
    position: absolute;
    width: 4.8979591837vw;
    height: 0.612244898vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .drawer-open span:nth-child(1) {
    top: 0.4081632653vw;
    bottom: auto;
  }
  .drawer-open span:nth-child(3) {
    bottom: 0.4081632653vw;
    top: auto;
  }
  #drawer-check:checked ~ .drawer-open span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(1) {
    -webkit-transform: translateY(2.0408163265vw) rotate(45deg);
            transform: translateY(2.0408163265vw) rotate(45deg);
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(2) {
    opacity: 0;
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(3) {
    -webkit-transform: translateY(-1.2244897959vw) rotate(-45deg);
            transform: translateY(-1.2244897959vw) rotate(-45deg);
  }
  /* メニュー(非表示中)*/
  .drawer-content {
    width: 100vw;
    height: 100%;
    position: fixed;
    right: -100vw;
    z-index: 90;
    color: #222;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
    text-align: center;
    font-weight: 500;
    /* 必要に応じて高さを調整 */
    overflow-y: auto;
    /* 縦方向にスクロールを許可 */
    overflow-x: hidden;
    top: 0;
    padding: 24.4897959184vw 0;
    text-align: center;
    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: 16.3265306122vw;
  }
  .drawer-list li a:hover,
  .menu-footer-container li a:hover {
    color: #999;
  }
}
/* ハンバーガーメニュー */
/* 共通項目 */
.fs77 {
  font-size: 77px;
}
@media screen and (max-width: 980px) {
  .fs77 {
    font-size: 44px;
    font-size: 8.9795918367vw;
    letter-spacing: -0.02em;
  }
}

.fs50 {
  font-size: 50px;
}
@media screen and (max-width: 980px) {
  .fs50 {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}

.fs24 {
  font-size: 24px;
}

.title02 {
  row-gap: 23px;
}
@media screen and (max-width: 980px) {
  .title02 {
    row-gap: 4.0816326531vw;
  }
}
.title02 .ttl-en {
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .title02 .ttl-en {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.title02 .ttl-en::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 100%;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .title02 .ttl-en::after {
    height: 1.6326530612vw;
    bottom: -2.0408163265vw;
  }
}
.title02 .ttl {
  font-size: 42px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}
@media screen and (max-width: 980px) {
  .title02 .ttl {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}

.morebtn {
  max-width: 377px;
  width: 100%;
  background-color: #fff;
  border: 3px solid #fd8b43;
  -webkit-box-shadow: 0px 3px 0px #e27a38;
          box-shadow: 0px 3px 0px #e27a38;
  border-radius: 5px;
  margin: auto;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.morebtn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 980px) {
  .morebtn {
    max-width: 71.4285714286vw;
    border-width: 0.612244898vw;
    border-radius: 1.0204081633vw;
  }
}
.morebtn .wp-block-button {
  width: 100%;
}
.morebtn .wp-block-button .wp-block-button__link {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  color: #fd8b43;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0;
  height: 80px;
  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;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.morebtn .wp-block-button .wp-block-button__link:hover {
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 980px) {
  .morebtn .wp-block-button .wp-block-button__link {
    font-size: 20px;
    font-size: 4.0816326531vw;
    height: 12.2448979592vw;
  }
}
.morebtn .wp-block-button .wp-block-button__link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow02.svg) no-repeat center/contain;
  position: absolute;
  right: 33px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .morebtn .wp-block-button .wp-block-button__link::after {
    width: 4.0816326531vw;
    height: 4.0816326531vw;
    right: 6.1224489796vw;
  }
}

.description {
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 980px) {
  .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

/* 共通項目 */
/* 追従ボタン */
.fixedbtn {
  position: fixed;
  right: 4px;
  bottom: 0;
  height: 68px;
  width: 50%;
  z-index: 50;
}
@media screen and (max-width: 980px) {
  .fixedbtn {
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.fixedbtn .wp-block-group__inner-container {
  height: 100%;
}
.fixedbtn .wp-block-group__inner-container .column {
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column {
    -webkit-column-gap: 0.612244898vw;
       -moz-column-gap: 0.612244898vw;
            column-gap: 0.612244898vw;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  border-radius: 5px 5px 0 0;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.fixedbtn .wp-block-group__inner-container .column .item:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item {
    border-radius: 1.0204081633vw 1.0204081633vw 0 0;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.voice {
  max-width: 113px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.voice {
    max-width: 23.0612244898vw;
    padding: 2.0408163265vw 0;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.voice .is-vertical {
  row-gap: 0.8px;
}
.fixedbtn .wp-block-group__inner-container .column .item.voice .is-vertical p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.voice .is-vertical p {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.tel {
  max-width: 143px;
  width: 100%;
  padding: 9px 0 8px;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.tel {
    max-width: 29.1836734694vw;
    padding: 1.8367346939vw 0 1.6326530612vw;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.tel .telno {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #723900;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.tel .telno {
    font-size: 19px;
    font-size: 3.8775510204vw;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.tel .comment {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  font-size: 10px;
  text-align: center;
  color: #723900;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.tel .comment {
    font-size: 10px;
    font-size: 2.0408163265vw;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.line {
  max-width: 113px;
  width: 100%;
  padding: 11px 0;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.line {
    max-width: 23.0612244898vw;
    padding: 2.2448979592vw 0;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.line p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.line p {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.mail {
  max-width: 113px;
  width: 100%;
  padding: 15px 0 11px;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.mail {
    max-width: 23.0612244898vw;
    padding: 3.0612244898vw 0 2.2448979592vw;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.mail .is-vertical {
  row-gap: 4px;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.mail .is-vertical {
    row-gap: 0.8163265306vw;
  }
}
.fixedbtn .wp-block-group__inner-container .column .item.mail .is-vertical p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .fixedbtn .wp-block-group__inner-container .column .item.mail .is-vertical p {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

.mv {
  height: 700px;
  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;
}
@media screen and (max-width: 980px) {
  .mv {
    height: calc(100vh - 8.7755102041vw);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mv > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mv .inner {
  max-width: 1366px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .mv .inner {
    padding-top: 0;
    max-width: 90%;
  }
}
.mv .inner::before {
  content: "";
  background: url(../images/top/mv_deco.png) no-repeat center center/contain;
  width: 1438px;
  height: calc(700px - 0.5124450952vw);
  position: absolute;
  top: 0.5124450952vw;
  right: -3.953147877vw;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .mv .inner::before {
    background: url(../images/top/mv_deco-sp.png) no-repeat center/contain;
    height: 49.7959183673vw;
    width: 74.2857142857vw;
    top: 67.1428571429vw;
    left: 8.3673469388vw;
  }
}
.mv .inner .mv-img {
  max-width: 1250px;
  width: 90%;
  height: 630px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-img {
    max-width: 100%;
    width: 100%;
    height: 80vh;
    padding-top: 5.5102040816vw;
  }
}
.mv .inner .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
  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;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-img img {
    border-radius: 7.1428571429vw;
  }
}
.mv .inner .mv_circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 525px;
  width: 100%;
  height: 475px;
  padding: 91px 0 30px;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv_circle {
    max-width: 73.2653061224vw;
    height: 55.1020408163vw;
    padding: 9.1836734694vw 0 13.2653061224vw;
  }
}
.mv .inner .mv_circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  margin: auto;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 5;
}
.mv .inner .mv_circle .mv-title {
  position: relative;
  text-align: center;
  -webkit-filter: none;
          filter: none;
  z-index: 5;
}
.mv .inner .mv_circle .mv-title .mv-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #462810;
  margin-top: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv_circle .mv-title .mv-catch {
    font-size: 18px;
    font-size: 3.6734693878vw;
    margin-top: 4.0816326531vw;
    margin-bottom: 0;
  }
}
.mv .inner .mv_circle .mv-title .mv-catch .line {
  position: relative;
}
.mv .inner .mv_circle .mv-title .mv-catch .line::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #ffec5d;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv_circle .mv-title .mv-catch .line::after {
    height: 1.6326530612vw;
  }
}
.mv .inner .mv_circle .mv-title .ttl {
  max-width: 334px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .mv .inner .mv_circle .mv-title .ttl {
    max-width: 260px;
  }
}
@media screen and (max-width: 980px) {
  .mv .inner .mv_circle .mv-title .ttl {
    max-width: 53.0612244898vw;
  }
}
.mv .inner .mv_circle .mv-title .mv-ribon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv_circle .mv-title .mv-ribon {
    -webkit-column-gap: 1.8367346939vw;
       -moz-column-gap: 1.8367346939vw;
            column-gap: 1.8367346939vw;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .mv .inner .mv_circle .mv-title .mv-ribon.sp-hidden {
    display: none;
  }
}
.mv .inner .mv_circle .mv-title .mv-ribon .item figure {
  max-width: 61px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv_circle .mv-title .mv-ribon .item figure {
    max-width: 12.2448979592vw;
  }
}
.mv .inner .mv_circle .mv-title .mv-ribon .item .ribon-txt {
  font-size: 1.9rem;
  line-height: 1.2105263158;
  font-size: 19px;
  color: #8e741c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 24px;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv_circle .mv-title .mv-ribon .item .ribon-txt {
    font-size: 17px;
    font-size: 3.4693877551vw;
    margin-left: -4.0816326531vw;
    margin-right: -4.0816326531vw;
    margin-top: 4.8979591837vw;
  }
}
.mv .inner .mv_circle .mv-title .mv-ribon .item:last-child .ribon-txt {
  margin-top: 18px;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv_circle .mv-title .mv-ribon .item:last-child .ribon-txt {
    margin-top: 3.0612244898vw;
  }
}
.mv .inner .mv-item {
  max-width: 361px;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-item {
    max-width: 61.2244897959vw;
    bottom: -10.2040816327vw;
  }
}
.mv .inner .mv-ribon.pc-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-ribon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    z-index: 5;
    -webkit-column-gap: 1.8367346939vw;
       -moz-column-gap: 1.8367346939vw;
            column-gap: 1.8367346939vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18.3673469388vw;
    margin-top: 0;
  }
  .mv .inner .mv-ribon.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mv .inner .mv-ribon::before {
    content: "";
    width: 73.2653061224vw;
    height: 31.8367346939vw;
    background: url(../images/top/ribon-bg.svg) no-repeat center/contain;
    position: absolute;
    top: -5.1020408163vw;
    left: -2.8571428571vw;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    z-index: -1;
  }
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-ribon .item figure {
    max-width: 12.2448979592vw;
  }
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-ribon .item .ribon-txt {
    font-size: 1.9rem;
    line-height: 1.2105263158;
    color: #8e741c;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 17px;
    font-size: 3.4693877551vw;
    margin-left: -4.0816326531vw;
    margin-right: -4.0816326531vw;
    margin-top: 4.8979591837vw;
  }
}
@media screen and (max-width: 980px) {
  .mv .inner .mv-ribon .item:last-child .ribon-txt {
    margin-top: 3.0612244898vw;
  }
}

.sec_slider .inner {
  max-width: none;
  width: 100%;
  padding: 39px 0;
}
@media screen and (max-width: 980px) {
  .sec_slider .inner {
    padding: 7.1428571429vw 0;
  }
}
.sec_slider .inner .content-slider {
  /* 前へボタン */
}
.sec_slider .inner .content-slider .content-slider-next {
  background-image: url("../images/top/slide-right.svg");
  /* 右矢印画像 */
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  /* ボタンの幅 */
  height: 60px;
  right: 253px;
  left: auto;
  /* ボタンの高さ */
}
@media screen and (max-width: 980px) {
  .sec_slider .inner .content-slider .content-slider-next {
    height: 12.2448979592vw;
    right: 10%;
    width: 12.2448979592vw;
  }
}
.sec_slider .inner .content-slider .content-slider-next::after {
  content: none;
}
.sec_slider .inner .content-slider .content-slider-prev {
  background-image: url("../images/top/slide-left.svg");
  /* 左矢印画像 */
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  /* ボタンの幅 */
  height: 60px;
  left: 253px;
  right: auto;
  /* ボタンの高さ */
}
@media screen and (max-width: 980px) {
  .sec_slider .inner .content-slider .content-slider-prev {
    width: 12.2448979592vw;
    height: 12.2448979592vw;
    left: 10%;
  }
}
.sec_slider .inner .content-slider .content-slider-prev::after {
  content: none;
}

.sec_reason {
  position: relative;
  background-image: url(../images/common/dot01.svg);
  background-repeat: repeat;
  background-size: 50px 56px;
  counter-reset: number 0;
  z-index: 5;
}
.sec_reason::after {
  content: "";
  background-image: url(../images/top/sec02_bgtop.png), url(../images/top/sec02_bgmiddle.png), url(../images/top/sec02_bgbottom.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top 4.0263543192vw left 2.7086383602vw, center right -4.9048316252vw, bottom 10.3221083455vw left 5.270863836vw;
  background-repeat: no-repeat;
  background-size: 95.4612005857vw auto, 105.4172767204vw auto, 92.972181552vw auto;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .sec_reason::after {
    background-position: top 4.0263543192vw left 2.7086383602vw, top 45% right -4.9048316252vw, bottom 10.3221083455vw left 5.270863836vw;
  }
}
.sec_reason .inner {
  padding: 82px 0 85px;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec_reason .inner .title {
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 53px;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .title {
    margin-bottom: 10.2040816327vw;
  }
}
.sec_reason .inner .title .sub-ttl {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-weight: 900;
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .title .sub-ttl {
    -webkit-column-gap: 1.0204081633vw;
       -moz-column-gap: 1.0204081633vw;
            column-gap: 1.0204081633vw;
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
  .sec_reason .inner .title .sub-ttl img {
    height: 5.1020408163vw;
  }
}
.sec_reason .inner .title .mainttl {
  font-weight: 900;
  font-size: 42px;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .title .mainttl {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.sec_reason .inner .title .mainttl .fs77 {
  font-weight: 600;
}
.sec_reason .inner .column {
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  margin-bottom: 70px;
}
.sec_reason .inner .column.pc-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .column.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec_reason .inner .column.sp-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .column.sp-hidden {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4.0816326531vw;
       -moz-column-gap: 4.0816326531vw;
            column-gap: 4.0816326531vw;
    margin-bottom: 14.2857142857vw;
  }
}
.sec_reason .inner .column:last-child {
  margin-bottom: 0;
}
.sec_reason .inner .column .item {
  max-width: 330px;
  width: 31%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .column .item {
    max-width: 47%;
    width: 100%;
  }
}
.sec_reason .inner .column .item .circle {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #feec5d;
  border-radius: 50px;
  color: #462810;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .column .item .circle {
    top: -6.1224489796vw;
    left: -2.0408163265vw;
    width: 16.3265306122vw;
    height: 16.3265306122vw;
    font-size: 12px;
    font-size: 2.4489795918vw;
    border-radius: 10.2040816327vw;
  }
}
.sec_reason .inner .column .item .circle::after {
  display: block;
  counter-increment: number 1;
  content: "" counter(number, decimal-leading-zero);
  color: #462810;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .column .item .circle::after {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.sec_reason .inner .column .item figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .column .item figure {
    margin-bottom: 4.0816326531vw;
  }
}
.sec_reason .inner .column .item .ttl {
  font-size: 3rem;
  line-height: 1.4;
  font-size: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  margin-bottom: 20px;
  min-height: 83px;
  margin: auto;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .sec_reason .inner .column .item .ttl {
    font-size: 25px;
    min-height: 70px;
  }
}
@media screen and (max-width: 980px) {
  .sec_reason .inner .column .item .ttl {
    font-size: 20px;
    font-size: 4.0816326531vw;
    margin-bottom: 4.0816326531vw;
    min-height: 8.9795918367vw;
  }
}

.sec_lineup {
  position: relative;
  z-index: 5;
}
.sec_lineup::after {
  content: "";
  background-image: url(../images/top/sec03_bgtop.png), url(../images/top/sec03_bgbottom.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top 52px left 60px, bottom 177px left;
  background-repeat: no-repeat;
  background-size: 1216px auto, 1423px auto;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .sec_lineup::after {
    background-size: contain;
    background-position: top 10.612244898vw left 0vw, bottom 36.1224489796vw left;
  }
}
.sec_lineup .inner {
  padding: 77px 0 100px;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec_lineup .inner .title02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .title02 {
    margin-bottom: 10.2040816327vw;
  }
}
.sec_lineup .inner .title02 .ttl-en::after {
  background-color: #fff;
}
.sec_lineup .inner .product-slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 82px;
  /* 前へボタン */
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider {
    padding-bottom: 6.1224489796vw;
    margin-bottom: 8.1632653061vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide {
  border-radius: 20px;
  background: #fff;
  border: 2px solid #fd8b43;
  max-width: 330px;
  width: 100%;
  height: auto;
  position: relative;
  padding: 56px 0 20px;
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide {
    border-radius: 4.0816326531vw;
    max-width: 61.2244897959vw;
    padding: 10.2040816327vw 0 4.0816326531vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide.swiper-slide-prev, .sec_lineup .inner .product-slider .swiper-slide.swiper-slide-next, .sec_lineup .inner .product-slider .swiper-slide.swiper-slide-active {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template {
  height: 100%;
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .taxonomy-product_maker {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 36px;
  border-radius: 15px 0px;
  background: #fd8b43;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  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;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .taxonomy-product_maker {
    height: 7.3469387755vw;
    width: 30.612244898vw;
    border-radius: 3.0612244898vw 0;
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post figure {
  max-width: 80%;
  width: 100%;
  margin: auto auto 30px;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post figure {
    margin-bottom: 6.1224489796vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .pro-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .pro-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 4.0816326531vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column {
    -webkit-column-gap: 1.6326530612vw;
       -moz-column-gap: 1.6326530612vw;
            column-gap: 1.6326530612vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .circle {
  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;
  width: 60px;
  height: 60px;
  background: #feec5d;
  border-radius: 50%;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .circle {
    width: 12.2448979592vw;
    height: 12.2448979592vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .circle p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #e81f1f;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .circle p {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .circle p strong {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #e81f1f;
  margin-bottom: -8px;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .circle p strong {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .circle p small {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #e81f1f;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: -8px;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .circle p small {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .price .detail {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.05em;
  color: #e81f1f;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .price .detail {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .price .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .price .flex .fs12 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #e81f1f;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .price .flex .fs12 {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .price .flex .fs20 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #e81f1f;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .swiper-slide .wp-block-post-template .wp-block-post .column .price .flex .fs20 {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.sec_lineup .inner .product-slider .product-slider-next {
  background-image: url("../images/top/slide-right.svg");
  /* 右矢印画像 */
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  /* ボタンの幅 */
  height: 60px;
  right: 101px;
  left: auto;
  /* ボタンの高さ */
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .product-slider-next {
    width: 12.2448979592vw;
    height: 12.2448979592vw;
    right: 10%;
  }
}
.sec_lineup .inner .product-slider .product-slider-next::after {
  content: none;
}
.sec_lineup .inner .product-slider .product-slider-prev {
  background-image: url("../images/top/slide-left.svg");
  /* 左矢印画像 */
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  /* ボタンの幅 */
  height: 60px;
  left: 101px;
  right: auto;
  /* ボタンの高さ */
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .product-slider .product-slider-prev {
    width: 12.2448979592vw;
    height: 12.2448979592vw;
    left: 10%;
  }
}
.sec_lineup .inner .product-slider .product-slider-prev::after {
  content: none;
}
.sec_lineup .inner .product-slider .product-slider-pagination {
  bottom: 0;
}
.sec_lineup .inner .morebtn {
  margin: auto auto 112px;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .morebtn {
    margin-bottom: 22.8571428571vw;
  }
}
.sec_lineup .inner .whitebox {
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  border-radius: 20px;
  padding: 84px 0 53px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .whitebox {
    border-radius: 4.0816326531vw;
    padding: 10.2040816327vw 0 6.1224489796vw;
  }
}
.sec_lineup .inner .whitebox .box-ttl {
  border-radius: 30px;
  background-color: #a4c15d;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  width: 100%;
  margin: auto;
  max-width: 559px;
  height: 61px;
  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;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .whitebox .box-ttl {
    border-radius: 6.1224489796vw;
    font-size: 18px;
    font-size: 3.6734693878vw;
    height: 8.1632653061vw;
    top: -4.0816326531vw;
    max-width: 90%;
  }
}
.sec_lineup .inner .whitebox .column {
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 43px;
}
@media screen and (max-width: 1300px) {
  .sec_lineup .inner .whitebox .column {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 980px) {
  .sec_lineup .inner .whitebox .column {
    -webkit-column-gap: 4.0816326531vw;
       -moz-column-gap: 4.0816326531vw;
            column-gap: 4.0816326531vw;
    width: 90%;
    margin: auto auto 6.1224489796vw;
  }
}

.sec_system .inner {
  padding: 100px 0 65px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner {
    padding: 20.4081632653vw 0 12.2448979592vw;
  }
}
.sec_system .inner .title {
  row-gap: 12px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  margin-bottom: 21px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .title {
    row-gap: 2.4489795918vw;
    margin-bottom: 4.0816326531vw;
  }
}
.sec_system .inner .title .sub-ttl {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 24px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .title .sub-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
    -webkit-column-gap: 1.0204081633vw;
       -moz-column-gap: 1.0204081633vw;
            column-gap: 1.0204081633vw;
  }
  .sec_system .inner .title .sub-ttl img {
    height: 5.1020408163vw;
  }
}
.sec_system .inner .title .mainttl {
  font-size: 50px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .title .mainttl {
    font-size: 26px;
    font-size: 5.306122449vw;
  }
}
.sec_system .inner .catch .ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 33px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .catch .ttl {
    font-size: 23px;
    font-size: 4.693877551vw;
    margin-bottom: 6.1224489796vw;
  }
}
.sec_system .inner .catch .whitebox {
  max-width: 670px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px 0 26px;
  margin: auto auto 57px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .catch .whitebox {
    border-radius: 4.0816326531vw;
    padding: 6.1224489796vw 0;
  }
}
.sec_system .inner .catch .whitebox .column {
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .catch .whitebox .column {
    -webkit-column-gap: 4.0816326531vw;
       -moz-column-gap: 4.0816326531vw;
            column-gap: 4.0816326531vw;
  }
}
.sec_system .inner .catch02 {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .sec_system .inner .catch02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
@media screen and (max-width: 980px) {
  .sec_system .inner .catch02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.0408163265vw;
    margin-bottom: 6.1224489796vw;
  }
}
.sec_system .inner .catch02 .item {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .catch02 .item {
    width: 100%;
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.sec_system .inner .catch02 .item.circle {
  border: 4px solid #fff;
  border-radius: 40px;
  height: 80px;
  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;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .catch02 .item.circle {
    border-width: 0.8163265306vw;
    border-radius: 8.1632653061vw;
    height: 12.2448979592vw;
    max-width: 48.9795918367vw;
  }
}
.sec_system .inner .catch02 .item:last-child {
  max-width: 480px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .catch02 .item:last-child {
    max-width: 90%;
  }
}
.sec_system .inner .whitebox {
  border-radius: 40px;
  background: #fff;
  border: 2px solid #fd8b43;
  width: 100%;
  margin-bottom: 52px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .whitebox {
    border-radius: 8.1632653061vw;
    border-width: 0.4081632653vw;
    margin-bottom: 10.2040816327vw;
  }
}
.sec_system .inner .whitebox .box-inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding: 55px 0;
}
@media screen and (max-width: 1300px) {
  .sec_system .inner .whitebox .box-inner {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .sec_system .inner .whitebox .box-inner {
    max-width: 90%;
    padding: 10.2040816327vw 0;
  }
}
.sec_system .inner .whitebox .box-inner .column {
  padding-bottom: 33px;
  background-image: url(../images/common/line.svg);
  background-size: 11px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 37px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .whitebox .box-inner .column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 3.0612244898vw;
    padding-bottom: 4.0816326531vw;
    margin-bottom: 4.0816326531vw;
    background-size: 2.2448979592vw 1.4285714286vw;
  }
}
.sec_system .inner .whitebox .box-inner .column:last-child {
  margin-bottom: 0;
  background-image: none;
  padding-bottom: 0;
}
.sec_system .inner .whitebox .box-inner .column .number {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 50px;
  background-color: #a4c15d;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #fff;
  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;
  margin-right: 19px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .whitebox .box-inner .column .number {
    width: 10.2040816327vw;
    height: 10.2040816327vw;
    font-size: 30px;
    font-size: 6.1224489796vw;
    margin-right: 2.0408163265vw;
  }
}
.sec_system .inner .whitebox .box-inner .column .ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-size: 28px;
}
@media screen and (max-width: 1300px) {
  .sec_system .inner .whitebox .box-inner .column .ttl {
    font-size: 24px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .sec_system .inner .whitebox .box-inner .column .ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
    margin-right: 0;
  }
}
.sec_system .inner .whitebox .box-inner .column .description {
  max-width: 447px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .whitebox .box-inner .column .description {
    max-width: 100%;
  }
}
.sec_system .inner .sec_area .title02 .ttl-en::after {
  background-color: #feec5d;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.0816326531vw;
  }
}
.sec_system .inner .sec_area .column .column-wrap {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.sec_system .inner .sec_area .column .column-wrap:first-child {
  margin-right: 80px;
  max-width: 168px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:first-child {
    margin-right: 0;
    max-width: none;
  }
}
.sec_system .inner .sec_area .column .column-wrap:nth-child(2) {
  margin-right: -120px;
}
@media screen and (max-width: 1300px) {
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) {
    margin-right: -284px;
  }
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) {
    margin-right: auto;
  }
}
.sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column {
    -webkit-column-gap: 2.0408163265vw;
       -moz-column-gap: 2.0408163265vw;
            column-gap: 2.0408163265vw;
    margin-bottom: 4.0816326531vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column .item {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 18px rgba(253, 139, 67, 0.6352941176), 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
          box-shadow: inset 0px 0px 18px rgba(253, 139, 67, 0.6352941176), 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  width: 152px;
  height: 152px;
  border-radius: 50%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 40px;
  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;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column .item {
    width: 16.3265306122vw;
    height: 16.3265306122vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column .item:first-child::before {
  content: "";
  background: url(../images/top/area_deco01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 100%;
  width: 32px;
  height: 35px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column .item:first-child::before {
    width: 6.5306122449vw;
    height: 7.1428571429vw;
  }
}
.sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column .item:nth-child(2)::before {
  content: "";
  background: url(../images/top/area_deco02.png) no-repeat center/contain;
  position: absolute;
  top: 3px;
  right: -16px;
  width: 32px;
  height: 26px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column .item:nth-child(2)::before {
    width: 6.5306122449vw;
    height: 5.306122449vw;
    right: -3.2653061224vw;
    top: 0.612244898vw;
  }
}
.sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column .item:last-child::before {
  content: "";
  background: url(../images/top/area_deco03.png) no-repeat center/contain;
  position: absolute;
  bottom: 31px;
  left: calc(100% + 10px);
  width: 28px;
  height: 48px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) .column .item:last-child::before {
    bottom: 6.3265306122vw;
    left: calc(100% + 2.0408163265vw);
    width: 5.7142857143vw;
    height: 9.7959183673vw;
  }
}
.sec_system .inner .sec_area .column .column-wrap:nth-child(2) .catch {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  text-align: center;
  font-size: 28px;
  row-gap: 12px;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) .catch {
    font-size: 22px;
    font-size: 4.4897959184vw;
    row-gap: 2.0408163265vw;
  }
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) .catch p {
    word-break: keep-all;
  }
}
.sec_system .inner .sec_area .column .column-wrap:nth-child(2) .catch mark {
  font-size: 40px;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:nth-child(2) .catch mark {
    font-size: 26px;
    font-size: 5.306122449vw;
  }
}
.sec_system .inner .sec_area .column .column-wrap:last-child {
  margin-right: -57px;
  max-width: 425px;
}
@media screen and (max-width: 1300px) {
  .sec_system .inner .sec_area .column .column-wrap:last-child {
    margin-right: -39px;
    margin-top: -50px;
    max-width: 212px;
  }
}
@media screen and (max-width: 980px) {
  .sec_system .inner .sec_area .column .column-wrap:last-child {
    margin-right: -11.6326530612vw;
    max-width: 86.7346938776vw;
    margin-top: auto;
    height: 57.1428571429vw;
  }
}
.sec_system .inner .sec_area .column .column-wrap:last-child figure {
  width: 100%;
  height: 100%;
}
.sec_system .inner .sec_area .column .column-wrap:last-child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec_works .inner {
  padding: 132px 0 88px;
}
@media screen and (max-width: 980px) {
  .sec_works .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec_works .inner .ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 62px;
}
@media screen and (max-width: 980px) {
  .sec_works .inner .ttl {
    font-size: 28px;
    font-size: 5.7142857143vw;
    margin-bottom: 12.2448979592vw;
  }
}
.sec_works .inner .column {
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .sec_works .inner .column {
    -webkit-column-gap: 4.0816326531vw;
       -moz-column-gap: 4.0816326531vw;
            column-gap: 4.0816326531vw;
    margin-bottom: 6.1224489796vw;
  }
}
.sec_works .inner .column .item {
  max-width: 500px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec_works .inner .column .item {
    max-width: 50%;
  }
}
.sec_works .inner .column .item .circle {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  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;
  position: absolute;
  top: -30px;
  left: -40px;
}
@media screen and (max-width: 980px) {
  .sec_works .inner .column .item .circle {
    font-size: 16px;
    font-size: 3.2653061224vw;
    width: 12.2448979592vw;
    height: 12.2448979592vw;
    top: -6.1224489796vw;
    left: -4.0816326531vw;
  }
}
.sec_works .inner .column .item.before .circle {
  color: rgba(70, 40, 16, 0.44);
  background-color: #f0ede4;
}
.sec_works .inner .column .item.before:after {
  content: "";
  background: url(../images/top/arrow.svg) no-repeat center/contain;
  width: 105px;
  height: 78px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -85px;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .sec_works .inner .column .item.before:after {
    width: 18.3673469388vw;
    height: 10.2040816327vw;
    right: -13.2653061224vw;
  }
}
.sec_works .inner .column .item.after .circle {
  color: #fff;
  background-color: #fd8b43;
}
.sec_works .inner .catch {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .sec_works .inner .catch {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 6.1224489796vw;
  }
}
.sec_works .inner .description {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .sec_works .inner .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

.sec_voice .inner {
  padding: 100px 0;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec_voice .inner .title03 {
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .title03 {
    margin-bottom: 6.1224489796vw;
  }
}
.sec_voice .inner .title03 .ttl-en {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .title03 .ttl-en {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 2.0408163265vw;
  }
}
.sec_voice .inner .title03 .ttl-en::after {
  content: "";
  position: absolute;
  height: 13px;
  background-color: #fff;
  width: 100%;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .title03 .ttl-en::after {
    height: 1.6326530612vw;
    bottom: -0.612244898vw;
  }
}
.sec_voice .inner .title03 .sub-ttl {
  font-size: 30px;
  font-weight: 900;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 9px;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .title03 .sub-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    -webkit-column-gap: 4.0816326531vw;
       -moz-column-gap: 4.0816326531vw;
            column-gap: 4.0816326531vw;
    margin-bottom: 1.8367346939vw;
  }
  .sec_voice .inner .title03 .sub-ttl img {
    height: 5.1020408163vw;
  }
}
.sec_voice .inner .title03 .ttl {
  font-size: 42px;
  font-weight: 900;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .title03 .ttl {
    font-size: 34px;
    font-size: 6.9387755102vw;
  }
}
.sec_voice .inner .voice-list {
  margin-bottom: 83px;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .voice-list {
    margin-bottom: 16.3265306122vw;
  }
}
.sec_voice .inner .voice-list .wp-block-post-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 58px;
     -moz-column-gap: 58px;
          column-gap: 58px;
}
@media screen and (max-width: 1300px) {
  .sec_voice .inner .voice-list .wp-block-post-template {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .voice-list .wp-block-post-template {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6.1224489796vw;
  }
}
.sec_voice .inner .voice-list .wp-block-post-template .wp-block-post {
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .voice-list .wp-block-post-template .wp-block-post {
    max-width: 90%;
    margin: auto;
  }
}
.sec_voice .inner .voice-list .wp-block-post-template .wp-block-post .bubble {
  background-color: #fff;
  padding: 40px 40px 59px;
  border-radius: 20px;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .voice-list .wp-block-post-template .wp-block-post .bubble {
    padding: 8.1632653061vw 8.1632653061vw 10.2040816327vw;
    border-radius: 4.0816326531vw;
    margin-bottom: 9.7959183673vw;
  }
}
.sec_voice .inner .voice-list .wp-block-post-template .wp-block-post .bubble::after {
  content: "";
  position: absolute;
  top: calc(100% - 7px);
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 32px solid #ffffff;
  border-bottom: 0;
}
.sec_voice .inner .voice-list .wp-block-post-template .wp-block-post .bubble .description {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .voice-list .wp-block-post-template .wp-block-post .bubble .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.sec_voice .inner .voice-list .wp-block-post-template .wp-block-post .voice-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 24px;
  color: #462810;
  padding-left: 92px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .sec_voice .inner .voice-list .wp-block-post-template .wp-block-post .voice-ttl {
    font-size: 21px;
  }
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .voice-list .wp-block-post-template .wp-block-post .voice-ttl {
    font-size: 20px;
    font-size: 4.0816326531vw;
    padding-left: 16.3265306122vw;
  }
}
.sec_voice .inner .voice-list .wp-block-post-template .wp-block-post.voice-sex-woman .voice-ttl::before {
  position: absolute;
  content: "";
  background: url(../images/voice/icon_l.svg) no-repeat center/contain;
  width: 80px;
  height: 80px;
  display: inline-block;
  left: 0;
  top: -23px;
}
@media screen and (max-width: 1300px) {
  .sec_voice .inner .voice-list .wp-block-post-template .wp-block-post.voice-sex-woman .voice-ttl::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .voice-list .wp-block-post-template .wp-block-post.voice-sex-woman .voice-ttl::before {
    width: 12.2448979592vw;
    height: 12.2448979592vw;
    top: -4.693877551vw;
  }
}
.sec_voice .inner .voice-list .wp-block-post-template .wp-block-post.voice-sex-male .voice-ttl::before {
  position: absolute;
  content: "";
  background: url(../images/voice/icon_m.svg) no-repeat center/contain;
  width: 80px;
  height: 80px;
  display: inline-block;
  left: 0;
  top: -23px;
}
@media screen and (max-width: 980px) {
  .sec_voice .inner .voice-list .wp-block-post-template .wp-block-post.voice-sex-male .voice-ttl::before {
    width: 12.2448979592vw;
    height: 12.2448979592vw;
    top: -4.693877551vw;
  }
}
.sec_voice .inner .morebtn {
  margin: auto;
}

.sec_flow {
  position: relative;
  background-image: url(../images/common/dot02.svg);
  background-repeat: repeat;
  background-size: 50px 56px;
}
@media screen and (max-width: 980px) {
  .sec_flow {
    background-size: 10.2040816327vw 11.4285714286vw;
  }
}
.sec_flow .inner {
  padding: 100px 0;
}
@media screen and (max-width: 980px) {
  .sec_flow .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec_flow .inner .title02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .sec_flow .inner .title02 {
    margin-bottom: 8.1632653061vw;
  }
}
.sec_flow .inner .title02 .ttl-en::after {
  background-color: #feec5d;
}
.sec_flow .inner .flowlist {
  row-gap: 47px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sec_flow .inner .flowlist {
    row-gap: 12.2448979592vw;
  }
}
.sec_flow .inner .flowlist .item {
  background-color: #fff;
  padding: 40px 0;
  border-radius: 20px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec_flow .inner .flowlist .item {
    padding: 8.1632653061vw 0;
    border-radius: 4.0816326531vw;
  }
}
.sec_flow .inner .flowlist .item::after {
  content: "";
  width: 95px;
  height: 27px;
  border-style: solid;
  border-right: 47px solid transparent;
  border-left: 47px solid transparent;
  border-top: 27px solid #a4c150;
  border-bottom: 0;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .sec_flow .inner .flowlist .item::after {
    width: 19.387755102vw;
    height: 5.5102040816vw;
    border-right: 9.5918367347vw solid transparent;
    border-left: 9.5918367347vw solid transparent;
    border-top: 5.5102040816vw solid #a4c150;
    top: calc(100% + 2.0408163265vw);
  }
}
.sec_flow .inner .flowlist .item:last-child::after {
  content: none;
}
.sec_flow .inner .flowlist .item .item-inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .sec_flow .inner .flowlist .item .item-inner {
    max-width: 90%;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .sec_flow .inner .flowlist .item .item-inner {
    max-width: 90%;
    width: 100%;
  }
}
.sec_flow .inner .flowlist .item .item-inner .column {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .sec_flow .inner .flowlist .item .item-inner .column {
    -webkit-column-gap: 3.2653061224vw;
       -moz-column-gap: 3.2653061224vw;
            column-gap: 3.2653061224vw;
    margin-bottom: 3.2653061224vw;
  }
}
.sec_flow .inner .flowlist .item .item-inner .column .step {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background-color: #a4c15d;
  color: #fff;
  max-width: 98px;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  height: 35px;
  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;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .sec_flow .inner .flowlist .item .item-inner .column .step {
    font-size: 15px;
    font-size: 3.0612244898vw;
    max-width: 20vw;
    border-radius: 20.4081632653vw;
    height: auto;
    padding: 1.0204081633vw 2.0408163265vw;
  }
}
.sec_flow .inner .flowlist .item .item-inner .column .ttl {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 980px) {
  .sec_flow .inner .flowlist .item .item-inner .column .ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
  }
}
.sec_flow .inner .flowlist .item .item-inner .description {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .sec_flow .inner .flowlist .item .item-inner .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

.sec_news .inner {
  padding: 100px 0;
}
@media screen and (max-width: 980px) {
  .sec_news .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec_news .inner .column {
  -webkit-column-gap: 129px;
     -moz-column-gap: 129px;
          column-gap: 129px;
}
@media screen and (max-width: 980px) {
  .sec_news .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8.1632653061vw;
  }
}
.sec_news .inner .column .item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
.sec_news .inner .column .item .title02 {
  row-gap: 26px;
}
@media screen and (max-width: 980px) {
  .sec_news .inner .column .item .title02 {
    row-gap: 5.306122449vw;
  }
}
.sec_news .inner .column .item .title02 .ttl-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec_news .inner .column .item .title02 .ttl-en::after {
  background-color: #feec5d;
}
.sec_news .inner .column .post-list {
  width: 100%;
}
.sec_news .inner .column .post-list .wp-block-post-template {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .sec_news .inner .column .post-list .wp-block-post-template {
    margin-bottom: 12.2448979592vw;
  }
}
.sec_news .inner .column .post-list .wp-block-post-template .wp-block-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding: 0 30px 30px;
  background-image: url(../images/common/line.svg);
  background-size: 11px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 980px) {
  .sec_news .inner .column .post-list .wp-block-post-template .wp-block-post {
    margin-bottom: 6.1224489796vw;
    padding: 0 6.1224489796vw 6.1224489796vw;
    background-size: 2.2448979592vw 1.4285714286vw;
  }
}
.sec_news .inner .column .post-list .wp-block-post-template .wp-block-post:last-child {
  margin-bottom: 0;
}
.sec_news .inner .column .post-list .wp-block-post-template .wp-block-post .post-date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-right: 26px;
  min-width: 80px;
}
@media screen and (max-width: 980px) {
  .sec_news .inner .column .post-list .wp-block-post-template .wp-block-post .post-date {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-right: 5.306122449vw;
    min-width: 16.3265306122vw;
  }
}
.sec_news .inner .column .post-list .wp-block-post-template .wp-block-post .post-category {
  margin-right: 3%;
  min-width: 100px;
}
@media screen and (max-width: 980px) {
  .sec_news .inner .column .post-list .wp-block-post-template .wp-block-post .post-category {
    min-width: 20.4081632653vw;
  }
}
.sec_news .inner .column .post-list .wp-block-post-template .wp-block-post .post-category a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  background-color: #fd8b43;
  padding: 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 30px;
  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;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .sec_news .inner .column .post-list .wp-block-post-template .wp-block-post .post-category a {
    padding: 0 2.8571428571vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
    height: 6.1224489796vw;
  }
}
.sec_news .inner .column .post-list .wp-block-post-template .wp-block-post .post-ttl a {
  letter-spacing: 0.05em;
  color: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 980px) {
  .sec_news .inner .column .post-list .wp-block-post-template .wp-block-post .post-ttl a {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}

.sec_faq .inner {
  padding: 91px 0 92px;
}
@media screen and (max-width: 980px) {
  .sec_faq .inner {
    padding: 16.3265306122vw 0;
  }
}
.sec_faq .inner .column {
  -webkit-column-gap: 128px;
     -moz-column-gap: 128px;
          column-gap: 128px;
}
@media screen and (max-width: 1300px) {
  .sec_faq .inner .column {
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
  }
}
@media screen and (max-width: 980px) {
  .sec_faq .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8.1632653061vw;
  }
}
.sec_faq .inner .column .item .title02 .ttl-en::after {
  background-color: #feec5d;
}
.sec_faq .inner .column .item .title02 .ttl {
  font-size: 3rem;
  line-height: 1.7333333333;
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  .sec_faq .inner .column .item .title02 .ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.sec_faq .inner .column .item .faq-item {
  row-gap: 20px;
  padding-bottom: 32px;
  background-image: url(../images/common/line.svg);
  background-size: 11px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sec_faq .inner .column .item .faq-item {
    row-gap: 4.0816326531vw;
    padding-bottom: 6.5306122449vw;
    background-size: 2.2448979592vw 1.4285714286vw;
    margin-bottom: 8.1632653061vw;
  }
}
.sec_faq .inner .column .item .faq-item:last-child {
  margin-bottom: 0;
}
.sec_faq .inner .column .item .faq-item .circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  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;
  font-size: 24px;
  padding: 0;
  margin-right: 15px;
}
@media screen and (max-width: 980px) {
  .sec_faq .inner .column .item .faq-item .circle {
    width: 9.1836734694vw;
    height: 9.1836734694vw;
    font-size: 20px;
    font-size: 4.0816326531vw;
    margin-right: 3.0612244898vw;
  }
}
.sec_faq .inner .column .item .faq-item .question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 980px) {
  .sec_faq .inner .column .item .faq-item .question {
    font-size: 20px;
    font-size: 4.0816326531vw;
    width: 90%;
  }
}
.sec_faq .inner .column .item .faq-item .answer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-size: 18px;
  margin-top: 2px;
  width: 90%;
}
@media screen and (max-width: 980px) {
  .sec_faq .inner .column .item .faq-item .answer {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-top: 0.4081632653vw;
    width: 90%;
  }
}

.sec_cta {
  background-image: url(../images/common/dot01.svg);
  background-repeat: repeat;
  background-size: 50px 56px;
}
.sec_cta .inner {
  padding: 68px 0 95px;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner {
    padding: 13.8775510204vw 0 19.387755102vw;
  }
}
.sec_cta .inner .ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
    letter-spacing: -0.02em;
    margin-bottom: 8.1632653061vw;
  }
}
.sec_cta .inner .column {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5.1020408163vw;
  }
}
.sec_cta .inner .column .btn {
  max-width: 350px;
  width: 100%;
  border-radius: 5px;
  height: 129px;
  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;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn {
    max-width: 71.4285714286vw;
    border-radius: 1.0204081633vw;
    height: auto;
    padding: 3.0612244898vw 0;
  }
}
.sec_cta .inner .column .btn .arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.sec_cta .inner .column .btn .arrow img {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn .arrow {
    width: 4.8979591837vw;
    height: 4.8979591837vw;
    right: 4.0816326531vw;
  }
}
.sec_cta .inner .column .btn .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn .title {
    font-size: 20px;
    font-size: 4.0816326531vw;
  }
}
.sec_cta .inner .column .btn.tel {
  -webkit-box-shadow: 0px 3px 0px #b9b281;
          box-shadow: 0px 3px 0px #b9b281;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.sec_cta .inner .column .btn.tel:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn.tel {
    margin: auto;
  }
}
.sec_cta .inner .column .btn.tel .telno {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.3142857143;
  font-size: 35px;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn.tel .telno {
    font-size: 30px;
    font-size: 6.1224489796vw;
    line-height: 1.2;
  }
}
.sec_cta .inner .column .btn.tel .description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn.tel .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.sec_cta .inner .column .btn.tel .is-nowrap .is-vertical {
  row-gap: 14px;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn.tel .is-nowrap .is-vertical {
    row-gap: 1.0204081633vw;
  }
}
.sec_cta .inner .column .btn.line {
  -webkit-box-shadow: 0px 3px 0px #5f956e;
          box-shadow: 0px 3px 0px #5f956e;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.sec_cta .inner .column .btn.line:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn.line {
    margin: auto;
  }
}
.sec_cta .inner .column .btn.line .is-vertical {
  row-gap: 11px;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn.line .is-vertical {
    row-gap: 2.2448979592vw;
  }
}
.sec_cta .inner .column .btn.mail {
  -webkit-box-shadow: 0px 3px 6px #c7c7c7;
          box-shadow: 0px 3px 6px #c7c7c7;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.sec_cta .inner .column .btn.mail:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn.mail {
    margin: auto;
  }
}
.sec_cta .inner .column .btn.mail .is-vertical {
  row-gap: 19px;
}
@media screen and (max-width: 980px) {
  .sec_cta .inner .column .btn.mail .is-vertical {
    row-gap: 3.8775510204vw;
  }
}

/* footer */
.footer {
  background-color: #ea935d;
}
.footer .inner {
  padding: 60px 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 1300px) {
  .footer .inner {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 980px) {
  .footer .inner {
    padding: 12.2448979592vw 0 9.7959183673vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10.2040816327vw;
  }
}
.footer .inner .f_logo {
  max-width: 261px;
  width: 26%;
}
@media screen and (max-width: 1300px) {
  .footer .inner .f_logo {
    width: 12%;
  }
}
@media screen and (max-width: 980px) {
  .footer .inner .f_logo {
    max-width: 40.8163265306vw;
    width: 100%;
  }
}
.footer .inner .f_logo img {
  width: 100%;
}
.footer .inner .f_navi .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .footer .inner .f_navi .footer-list {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media screen and (max-width: 980px) {
  .footer .inner .f_navi .footer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.8979591837vw;
    gap: 4.0816326531vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .inner .f_navi .footer-list .list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .footer .inner .f_navi .footer-list .list-item {
    font-size: 14px;
    font-size: 2.8571428571vw;
    width: 47%;
    text-align: center;
  }
}
.footer .inner .f_navi .footer-list.bottom {
  -webkit-column-gap: 53px;
     -moz-column-gap: 53px;
          column-gap: 53px;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .footer .inner .f_navi .footer-list.bottom {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .footer .inner .f_navi .footer-list.bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.1224489796vw;
  }
}
.footer .inner .f_navi .footer-list.bottom .list-item {
  color: rgba(43, 43, 43, 0.6);
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .footer .inner .f_navi .footer-list.bottom .list-item {
    width: 46%;
    font-size: 12px;
    font-size: 2.4489795918vw;
    text-align: center;
  }
}
.footer .copy {
  display: block;
  max-width: 1100px;
  width: 100%;
  font-size: 12px;
  margin: auto;
  text-align: right;
  color: rgba(34, 34, 34, 0.3);
  padding-bottom: 29px;
}

/* 下層共通 */
.page-mv {
  min-height: auto;
  max-height: 240px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 980px) {
  .page-mv {
    max-height: 36.7346938776vw;
    padding: 6.1224489796vw 0 8.1632653061vw;
  }
}
.page-mv .title02 {
  row-gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 980px) {
  .page-mv .title02 {
    row-gap: 0.8163265306vw;
  }
}
.page-mv .title02 .ttl-en {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .page-mv .title02 .ttl-en {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.page-mv .title02 .ttl-en::after {
  background-color: rgba(254, 236, 93, 0.85);
  height: 8px;
  bottom: auto;
  top: calc(100% - 1px);
}
@media screen and (max-width: 980px) {
  .page-mv .title02 .ttl-en::after {
    height: 1.0204081633vw;
    top: calc(100% - 0.612244898vw);
  }
}
.page-mv .title02 .ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .page-mv .title02 .ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}

.breadlist {
  padding-top: 16px;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-bottom: 52px;
}
@media screen and (max-width: 980px) {
  .breadlist {
    padding-top: 3.2653061224vw;
    margin-bottom: 8.1632653061vw;
  }
}
.breadlist .list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .breadlist .list-item {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
  counter-reset: number 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .product-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4.0816326531vw;
    margin-bottom: 6.1224489796vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-list .list-item {
  min-width: 260px;
  max-width: 260px;
  width: 100%;
  border: 3px solid #fd8b43;
  border-radius: 20px;
  background-color: #fff;
  padding: 45px 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .product-list .list-item {
    min-width: auto;
    max-width: 49%;
  }
}
@media screen and (max-width: 980px) {
  .product-list .list-item {
    min-width: auto;
    max-width: 50%;
    width: 48%;
    border-radius: 4.0816326531vw;
    padding: 9.1836734694vw 0 3.0612244898vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-list .list-item .product-maker {
  position: absolute;
  top: 0;
  right: -3px;
  background-color: #fd8b43;
  border-radius: 0px 20px;
  max-width: 140px;
  width: 100%;
  text-align: center;
  height: 36px;
  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;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product-maker {
    border-radius: 0 4.0816326531vw;
    max-width: 28.5714285714vw;
    height: 7.3469387755vw;
  }
}
.product-list .list-item .product-maker .maker-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product-maker .maker-name {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.product-list .list-item .product_thum {
  max-width: 230px;
  width: 100%;
  margin: auto auto 6px;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product_thum {
    max-width: 90%;
    margin-bottom: 1.2244897959vw;
  }
}
.product-list .list-item .product_thum img {
  width: 100%;
  height: auto;
}
.product-list .list-item .product_title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product_title {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 1.6326530612vw;
  }
}
.product-list .list-item .product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 0;
  margin-bottom: 2px;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product_price {
    -webkit-column-gap: 1.6326530612vw;
       -moz-column-gap: 1.6326530612vw;
            column-gap: 1.6326530612vw;
    margin-bottom: 1.2244897959vw;
    margin-top: 0;
  }
}
.product-list .list-item .product_price .circle {
  background-color: #feec5d;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  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;
  color: #e81f1f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product_price .circle {
    width: 9.5918367347vw;
    height: 9.5918367347vw;
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.product-list .list-item .product_price .circle strong {
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product_price .circle strong {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.product-list .list-item .product_price .price {
  font-size: 28px;
  font-weight: 700;
  color: #e81f1f;
  font-family: "Noto Sans JP", sans-serif;
}
.product-list .list-item .product_price .price img {
  vertical-align: baseline;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product_price .price {
    font-size: 22px;
    font-size: 4.4897959184vw;
  }
}
.product-list .list-item .product_price .price p {
  margin-top: -6px;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product_price .price p {
    margin-top: 0;
  }
}
.product-list .list-item .product_price .price span {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .product_price .price span {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.product-list .list-item .more {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
  background-color: #462810;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
  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;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .more {
    max-width: 90%;
    border-radius: 1.0204081633vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
    height: 9.1836734694vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.product-list .list-item .more .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
@media screen and (max-width: 980px) {
  .product-list .list-item .more .arrow {
    right: 3.0612244898vw;
  }
}

.nodata {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2b2b2b;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .nodata {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}

.wp-block-query-pagination {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #333;
  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;
}
@media screen and (max-width: 980px) {
  .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    border-radius: 10.2040816327vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.prev, .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.next {
  background-color: transparent;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: #ea935d;
  color: #fff;
}

/* 特定商取引法に基づく表示 */
.act-on-specified-commercial-transactions .sec01 .inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .act-on-specified-commercial-transactions .sec01 .inner {
    padding-bottom: 20.4081632653vw;
  }
}
.act-on-specified-commercial-transactions .sec01 .inner .column .item {
  border-top: 1px solid #ccc;
  padding: 30px 0 30px 9px;
}
@media screen and (max-width: 980px) {
  .act-on-specified-commercial-transactions .sec01 .inner .column .item {
    padding: 6.1224489796vw 0 6.1224489796vw 1.8367346939vw;
  }
}
.act-on-specified-commercial-transactions .sec01 .inner .column .item:last-child {
  border-bottom: 1px solid #ccc;
}
.act-on-specified-commercial-transactions .sec01 .inner .column .item .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #2b2b2b;
  min-width: 200px;
}
@media screen and (max-width: 980px) {
  .act-on-specified-commercial-transactions .sec01 .inner .column .item .ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
    min-width: 36.7346938776vw;
  }
}
.act-on-specified-commercial-transactions .sec01 .inner .column .item .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .act-on-specified-commercial-transactions .sec01 .inner .column .item .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.act-on-specified-commercial-transactions .sec01 .inner .column .item .description a {
  display: inline;
  color: #165DB9;
  text-decoration: underline;
}

/* 会社概要 */
.company-profile .sec01 .inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .company-profile .sec01 .inner {
    padding-bottom: 20.4081632653vw;
  }
}
.company-profile .sec01 .inner .column .item {
  border-top: 1px solid #ccc;
  padding: 30px 0 30px 9px;
}
@media screen and (max-width: 980px) {
  .company-profile .sec01 .inner .column .item {
    padding: 6.1224489796vw 0 6.1224489796vw 1.8367346939vw;
  }
}
.company-profile .sec01 .inner .column .item:last-child {
  border-bottom: 1px solid #ccc;
}
.company-profile .sec01 .inner .column .item .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #2b2b2b;
  min-width: 200px;
}
@media screen and (max-width: 980px) {
  .company-profile .sec01 .inner .column .item .ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
    min-width: 20.4081632653vw;
  }
}
.company-profile .sec01 .inner .column .item .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .company-profile .sec01 .inner .column .item .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.company-profile .sec01 .inner .column .item .description a {
  display: inline;
}
.company-profile .sec02 .inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .company-profile .sec02 .inner {
    padding-bottom: 20.4081632653vw;
  }
}
.company-profile .sec02 .inner .title02 {
  margin-bottom: 42px;
}
@media screen and (max-width: 980px) {
  .company-profile .sec02 .inner .title02 {
    margin-bottom: 8.1632653061vw;
  }
}
.company-profile .sec02 .inner .title02 .ttl-en::after {
  background-color: #FEEC5D;
}
@media screen and (max-width: 980px) {
  .company-profile .sec02 .inner iframe {
    height: 61.2244897959vw;
  }
}

/* よくある質問 */
.faq .sec01 .inner {
  padding-bottom: 100px;
  /* アコーディオンの基本スタイル */
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner {
    padding-bottom: 8.1632653061vw;
  }
}
.faq .sec01 .inner .accordion-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item {
    margin-bottom: 4.0816326531vw;
  }
}
.faq .sec01 .inner .accordion-item .circle {
  padding: 0;
  border-radius: 30px;
  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;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item .circle {
    border-radius: 6.1224489796vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
    width: 8.1632653061vw;
    height: 8.1632653061vw;
    margin-right: 3.0612244898vw;
  }
}
.faq .sec01 .inner .accordion-item .accordion-header {
  cursor: pointer;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-radius 0.8s ease;
  transition: border-radius 0.8s ease;
  position: relative;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item .accordion-header {
    padding: 4.0816326531vw;
    border-radius: 4.0816326531vw;
  }
}
.faq .sec01 .inner .accordion-item .accordion-header::after {
  content: "＋";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #462810;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item .accordion-header::after {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.faq .sec01 .inner .accordion-item .accordion-header .question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #462810;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item .accordion-header .question {
    width: 85%;
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.faq .sec01 .inner .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item .accordion-content {
    border-radius: 0 0 4.0816326531vw 4.0816326531vw;
  }
}
.faq .sec01 .inner .accordion-item .accordion-content .answer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item .accordion-content .answer {
    width: 80%;
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.faq .sec01 .inner .accordion-item .accordion-content .circle {
  margin-left: 20px;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item .accordion-content .circle {
    margin-left: 4.0816326531vw;
  }
}
.faq .sec01 .inner .accordion-item.open .accordion-header {
  border-radius: 20px 20px 0 0;
  background-image: url(../images/common/line.svg);
  background-size: 11px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item.open .accordion-header {
    border-radius: 4.0816326531vw 4.0816326531vw 0 0;
  }
}
.faq .sec01 .inner .accordion-item.open .accordion-header::after {
  content: "ー";
}
.faq .sec01 .inner .accordion-item.open .accordion-content {
  max-height: 200px;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
  /* コンテンツの高さに応じて調整 */
  padding: 20px 0;
}
@media screen and (max-width: 980px) {
  .faq .sec01 .inner .accordion-item.open .accordion-content {
    max-height: 61.2244897959vw;
    padding: 4.0816326531vw 0;
  }
}
.faq .sec02 .inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .faq .sec02 .inner {
    padding-bottom: 16.3265306122vw;
  }
}
.faq .sec02 .inner .box {
  position: relative;
  border: 4px solid #fd8b43;
  border-radius: 40px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .faq .sec02 .inner .box {
    border-radius: 4.0816326531vw;
    border-width: 0.8163265306vw;
  }
}
.faq .sec02 .inner .box::after {
  content: "";
  position: absolute;
  background: url(../images/faq/qa_people.png) no-repeat left bottom/contain;
  bottom: 0;
  right: 57px;
  width: 196px;
  height: 277px;
}
@media screen and (max-width: 1300px) {
  .faq .sec02 .inner .box::after {
    right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .faq .sec02 .inner .box::after {
    content: none;
  }
}
.faq .sec02 .inner .box .ttl {
  padding: 35px 0 19px 52px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.3684210526;
  font-size: 38px;
  color: #462810;
}
@media screen and (max-width: 1300px) {
  .faq .sec02 .inner .box .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 980px) {
  .faq .sec02 .inner .box .ttl {
    padding: 4.0816326531vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.faq .sec02 .inner .box .ttl .fs50 {
  font-size: 5rem;
  line-height: 1.36;
  font-size: 50px;
}
@media screen and (max-width: 1300px) {
  .faq .sec02 .inner .box .ttl .fs50 {
    font-size: 38px;
  }
}
@media screen and (max-width: 980px) {
  .faq .sec02 .inner .box .ttl .fs50 {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.faq .sec02 .inner .box .description {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.4571428571;
  font-size: 35px;
  color: #fff;
  border-radius: 0 0 34px 34px;
  padding: 4px 0 15px 52px;
}
@media screen and (max-width: 980px) {
  .faq .sec02 .inner .box .description {
    font-size: 24px;
    font-size: 4.8979591837vw;
    border-radius: 0 0 2.8571428571vw 2.8571428571vw;
    padding: 2.0408163265vw;
    text-align: center;
  }
}

/* ecoone */
.eco-one .sec01 .inner {
  padding-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec01 .inner {
    padding-bottom: 16.3265306122vw;
  }
}
.eco-one .sec01 .inner .title {
  font-size: 3.5rem;
  line-height: 1.4571428571;
  font-size: 35px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec01 .inner .title {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 8.1632653061vw;
  }
}
.eco-one .sec01 .inner .column {
  -webkit-column-gap: 43px;
     -moz-column-gap: 43px;
          column-gap: 43px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec01 .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6.1224489796vw;
  }
}
.eco-one .sec01 .inner .column .text {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .eco-one .sec01 .inner .column .text {
    max-width: 100%;
  }
}
.eco-one .sec01 .inner .column .text .description {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec01 .inner .column .text .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.eco-one .sec01 .inner .column .image {
  max-width: 345px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .eco-one .sec01 .inner .column .image {
    max-width: 80%;
    margin: auto;
  }
}
.eco-one .sec02 .inner {
  padding: 91px 0 90px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner {
    padding: 16.3265306122vw 0;
  }
}
.eco-one .sec02 .inner .title {
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  font-size: 42px;
  font-weight: 900;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 54px;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .eco-one .sec02 .inner .title {
    font-size: 36px;
  }
}
.eco-one .sec02 .inner .title figure img {
  width: 285px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .title {
    font-size: 21px;
    font-size: 4.2857142857vw;
    margin-bottom: 11.0204081633vw;
    -webkit-column-gap: 1.0204081633vw;
       -moz-column-gap: 1.0204081633vw;
            column-gap: 1.0204081633vw;
  }
  .eco-one .sec02 .inner .title figure img {
    width: 29.1836734694vw;
  }
}
.eco-one .sec02 .inner .sec02_feature {
  margin-bottom: 85px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature {
    margin-bottom: 16.3265306122vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item {
    margin-bottom: 6.1224489796vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item:last-child {
  margin-bottom: 0;
}
.eco-one .sec02 .inner .sec02_feature .item .head-border {
  font-size: 25px;
  font-weight: 900;
  font-family: "Zen Maru Gothic", serif;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  position: relative;
  padding: 3px 0 13px 27px;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .head-border {
    font-size: 20px;
    font-size: 4.0816326531vw;
    -webkit-column-gap: 1.0204081633vw;
       -moz-column-gap: 1.0204081633vw;
            column-gap: 1.0204081633vw;
    padding: 0.612244898vw 0 2.6530612245vw 5.5102040816vw;
    margin-bottom: 3.0612244898vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .head-border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 5px;
  height: 100%;
  display: inline-block;
  background-color: #fd8b43;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .head-border::before {
    width: 1.0204081633vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .description {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .description {
  margin-bottom: 45px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .description {
    margin-bottom: 4.0816326531vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical {
  width: 100%;
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .image {
  max-width: 900px;
  width: 100%;
  margin: auto auto 17px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .image {
    max-width: 100%;
    margin-bottom: 2.0408163265vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .image img {
  width: 100%;
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .column {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (max-width: 1300px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.0816326531vw;
    max-width: 100%;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item {
  max-width: 300px;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item {
    max-width: 80%;
    margin: auto;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item .ttl {
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item .ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 3.0612244898vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item .ttl .fs24 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item .ttl .fs24 {
    font-size: 20px;
    font-size: 4.0816326531vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item .box {
  border: 3px solid #bf2721;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-size: 22px;
  color: #bf2721;
  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;
  padding: 22px 0;
}
@media screen and (max-width: 1300px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item .box {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item .box {
    border-width: 0.612244898vw;
    font-size: 20px;
    font-size: 4.0816326531vw;
    padding: 4.0816326531vw 0;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item table tr {
  height: 70px;
  border: 1px solid #777777;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item table tr {
    height: 14.2857142857vw;
    border-width: 0.2040816327vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item table tr td {
  border: none;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0;
  vertical-align: middle;
  padding-left: 12px;
}
@media screen and (max-width: 1300px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item table tr td {
    font-size: 13px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item table tr td {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding-left: 2.4489795918vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item table tr td:first-child {
  background-color: #aaaaaa;
  color: #fff;
  font-size: 18px;
  width: 100px;
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item table tr td:first-child {
    font-size: 18px;
    font-size: 3.6734693878vw;
    width: 20.4081632653vw;
  }
}
.eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item table tr td .fs18 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .sec02_feature .item .is-vertical .column .item table tr td .fs18 {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.eco-one .sec02 .inner .frame {
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame {
    border-radius: 6.1224489796vw;
  }
}
.eco-one .sec02 .inner .frame .ttl {
  border-radius: 30px;
  font-weight: 900;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  max-width: 200px;
  width: 100%;
  height: 60px;
  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;
  font-size: 28px;
  margin: auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame .ttl {
    border-radius: 6.1224489796vw;
    max-width: 40.8163265306vw;
    height: 8.1632653061vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
    top: -4.0816326531vw;
  }
}
.eco-one .sec02 .inner .frame .inner {
  max-width: 1000px;
  padding: 43px 0 50px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame .inner {
    max-width: 90%;
    padding: 10.2040816327vw 0;
  }
}
.eco-one .sec02 .inner .frame .inner .sec-ttl {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame .inner .sec-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    -webkit-column-gap: 2.4489795918vw;
       -moz-column-gap: 2.4489795918vw;
            column-gap: 2.4489795918vw;
    padding-bottom: 2.0408163265vw;
    margin-bottom: 3.0612244898vw;
  }
}
.eco-one .sec02 .inner .frame .inner .sec-ttl .num {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 50px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame .inner .sec-ttl .num {
    font-size: 40px;
    font-size: 8.1632653061vw;
  }
}
.eco-one .sec02 .inner .frame .inner .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame .inner .item {
    margin-bottom: 6.1224489796vw;
  }
}
.eco-one .sec02 .inner .frame .inner .item .description {
  margin-bottom: 23px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame .inner .item .description {
    margin-bottom: 4.693877551vw;
  }
}
.eco-one .sec02 .inner .frame.merrit {
  border: 3px solid #ea935d;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame.merrit {
    border-width: 0.612244898vw;
    margin-bottom: 8.1632653061vw;
  }
}
.eco-one .sec02 .inner .frame.merrit .ttl {
  background-color: #fd8b43;
}
.eco-one .sec02 .inner .frame.merrit .sec-ttl {
  border-bottom: 3px solid #ea935d;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame.merrit .sec-ttl {
    border-bottom-width: 0.612244898vw;
  }
}
.eco-one .sec02 .inner .frame.demerit {
  border: 3px solid #416da7;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame.demerit {
    border-width: 0.612244898vw;
    margin-bottom: 8.1632653061vw;
  }
}
.eco-one .sec02 .inner .frame.demerit .ttl {
  background-color: #416da7;
}
.eco-one .sec02 .inner .frame.demerit .sec-ttl {
  border-bottom: 3px solid #416da7;
}
@media screen and (max-width: 980px) {
  .eco-one .sec02 .inner .frame.demerit .sec-ttl {
    border-bottom-width: 0.612244898vw;
  }
}

/* 強み */
.strengths .sec01 .inner {
  padding-bottom: 17px;
}
@media screen and (max-width: 980px) {
  .strengths .sec01 .inner {
    padding-bottom: 3.0612244898vw;
  }
}
.strengths .sec01 .inner .breadlist {
  margin-bottom: 0;
}
.strengths .sec03 .inner {
  padding: 100px 0;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner {
    padding: 16.3265306122vw 0;
  }
}
.strengths .sec03 .inner .title02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .title02 {
    margin-bottom: 8.1632653061vw;
  }
}
.strengths .sec03 .inner .title02 .ttl-en::after {
  background-color: #feec5d;
}
.strengths .sec03 .inner .title {
  row-gap: 4px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  margin-bottom: 14px;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .title {
    row-gap: 0.8163265306vw;
    margin-bottom: 2.8571428571vw;
  }
}
.strengths .sec03 .inner .title .sub-ttl {
  font-size: 26px;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .title .sub-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
  .strengths .sec03 .inner .title .sub-ttl img {
    height: 5.1020408163vw;
  }
}
.strengths .sec03 .inner .title .ttl {
  font-size: 3.5rem;
  line-height: 1.4571428571;
  font-size: 35px;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .title .ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.strengths .sec03 .inner .tabs {
  margin-top: 29px;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs {
    margin-top: 5.9183673469vw;
  }
}
@media screen and (max-width: 1300px) {
  .strengths .sec03 .inner .tabs .stk-block-tab-labels__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs .stk-block-tab-labels__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.strengths .sec03 .inner .tabs .stk-block-tab-labels__wrapper .stk-block-tabs__tab {
  max-width: 270px;
  width: 24.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .strengths .sec03 .inner .tabs .stk-block-tab-labels__wrapper .stk-block-tabs__tab {
    max-width: 49.5%;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs .stk-block-tab-labels__wrapper .stk-block-tabs__tab {
    max-width: 46%;
    width: 100%;
    font-size: 13px;
    font-size: 2.6530612245vw;
  }
}
.strengths .sec03 .inner .tabs .flowlist {
  row-gap: 47px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs .flowlist {
    row-gap: 9.5918367347vw;
  }
}
.strengths .sec03 .inner .tabs .flowlist .item {
  background-color: #fff;
  padding: 40px 0;
  border-radius: 20px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs .flowlist .item {
    padding: 4.0816326531vw 0;
    border-radius: 4.0816326531vw;
  }
}
.strengths .sec03 .inner .tabs .flowlist .item::after {
  content: "";
  width: 95px;
  height: 27px;
  border-style: solid;
  border-right: 47px solid transparent;
  border-left: 47px solid transparent;
  border-top: 27px solid #a4c150;
  border-bottom: 0;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: auto;
}
.strengths .sec03 .inner .tabs .flowlist .item:last-child::after {
  content: none;
}
.strengths .sec03 .inner .tabs .flowlist .item .item-inner {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs .flowlist .item .item-inner {
    max-width: 200vw;
  }
}
.strengths .sec03 .inner .tabs .flowlist .item .item-inner .column {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs .flowlist .item .item-inner .column {
    -webkit-column-gap: 3.2653061224vw;
       -moz-column-gap: 3.2653061224vw;
            column-gap: 3.2653061224vw;
    margin-bottom: 3.2653061224vw;
  }
}
.strengths .sec03 .inner .tabs .flowlist .item .item-inner .column .step {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background-color: #a4c15d;
  color: #fff;
  max-width: 98px;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  height: 35px;
  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;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs .flowlist .item .item-inner .column .step {
    font-size: 15px;
    font-size: 3.0612244898vw;
    max-width: 20vw;
    border-radius: 20.4081632653vw;
    height: 7.1428571429vw;
  }
}
.strengths .sec03 .inner .tabs .flowlist .item .item-inner .column .ttl {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs .flowlist .item .item-inner .column .ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.strengths .sec03 .inner .tabs .flowlist .item .item-inner .description {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .strengths .sec03 .inner .tabs .flowlist .item .item-inner .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

/* 商品紹介 */
.p-product {
  background-color: #efede4;
}
.p-product .inner {
  padding: 16px 0 84px;
  /* その他の商品 */
}
@media screen and (max-width: 980px) {
  .p-product .inner {
    padding: 3.2653061224vw 0 16.3265306122vw;
  }
}
.p-product .inner .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 4.0816326531vw;
  }
}
.p-product .inner .two-column .content-area {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area {
    max-width: 100%;
  }
}
.p-product .inner .two-column .content-area .morebtn {
  max-width: 400px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .morebtn {
    max-width: 81.6326530612vw;
  }
}
.p-product .inner .two-column .content-area .mainttl {
  font-family: "Zen Maru Gothic", serif;
  color: #462810;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .mainttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .mainttl {
    font-size: 26px;
    font-size: 5.306122449vw;
    margin-bottom: 5.1020408163vw;
  }
}
.p-product .inner .two-column .content-area .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .category_list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .category_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2.0408163265vw;
    -webkit-column-gap: 2.6530612245vw;
       -moz-column-gap: 2.6530612245vw;
            column-gap: 2.6530612245vw;
    margin-bottom: 12.2448979592vw;
  }
}
.p-product .inner .two-column .content-area .category_list .list-item {
  max-width: 190px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .category_list .list-item {
    max-width: 48%;
  }
}
.p-product .inner .two-column .content-area .category_list .list-item a {
  -webkit-box-shadow: 0px 3px 0px #e27a38;
          box-shadow: 0px 3px 0px #e27a38;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #ff8b43;
  border-radius: 5px;
  max-width: 190px;
  width: 100%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 15px 0 0;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.p-product .inner .two-column .content-area .category_list .list-item a:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .category_list .list-item a {
    padding: 0 25px 0 0;
    font-size: 13px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    height: 35px;
  }
}
.p-product .inner .two-column .content-area .category_list .list-item a img {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .category_list .list-item a img {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .category_list .list-item a {
    max-width: 100%;
    padding: 2.0408163265vw 0;
    text-align: center;
    -webkit-column-gap: 10.2040816327vw;
       -moz-column-gap: 10.2040816327vw;
            column-gap: 10.2040816327vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
    border-radius: 1.0204081633vw;
    height: auto;
  }
}
.p-product .inner .two-column .content-area .product-ranking {
  padding-bottom: 45px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-ranking {
    padding-bottom: 9.1836734694vw;
  }
}
.p-product .inner .two-column .content-area .product-marker {
  padding-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-marker {
    padding-bottom: 10.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .product-marker:last-child {
  padding-bottom: 0;
}
.p-product .inner .two-column .content-area .product-markerlist {
  margin-bottom: 45px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-markerlist {
    margin-bottom: 9.1836734694vw;
  }
}
.p-product .inner .two-column .content-area .product-markerlist .maker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-markerlist .maker-list {
    row-gap: 4.0816326531vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item {
  position: relative;
  max-width: 390px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  height: 160px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item {
    max-width: 47%;
    row-gap: 10px;
    padding: 20px 0;
  }
  .p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item img {
    width: 70%;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item {
    border-radius: 4.0816326531vw;
    row-gap: 2.0408163265vw;
    padding: 4.0816326531vw 0;
    width: 48%;
    max-width: 48%;
  }
  .p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item img {
    width: 77%;
  }
}
.p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item .ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item .arrow {
  position: absolute;
  right: 19px;
  bottom: 19px;
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item .arrow {
    width: auto;
    right: 19px;
    bottom: 19px;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-markerlist .maker-list .list-item .arrow {
    width: auto;
    right: 3.8775510204vw;
    bottom: 3.8775510204vw;
  }
}
.p-product .inner .two-column .content-area .product-placelist {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-placelist {
    margin-bottom: 10.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .product-placelist .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #2b2b2b;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-placelist .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 3.2653061224vw;
  }
}
.p-product .inner .two-column .content-area .product-placelist .location-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-placelist .location-list {
    gap: 4.0816326531vw;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-product .inner .two-column .content-area .product-placelist .location-list .list-item {
  position: relative;
  max-width: 390px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.p-product .inner .two-column .content-area .product-placelist .location-list .list-item:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .product-placelist .location-list .list-item {
    max-width: 47%;
    height: auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p-product .inner .two-column .content-area .product-placelist .location-list .list-item .eyecatch {
    width: 40%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-placelist .location-list .list-item {
    border-radius: 4.0816326531vw;
    -webkit-column-gap: 2.0408163265vw;
       -moz-column-gap: 2.0408163265vw;
            column-gap: 2.0408163265vw;
    max-width: 48%;
    width: 48%;
  }
}
.p-product .inner .two-column .content-area .product-placelist .location-list .list-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-product .inner .two-column .content-area .product-placelist .location-list .list-item .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #2b2b2b;
  max-width: 105px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-placelist .location-list .list-item .ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
    max-width: none;
    width: 43%;
  }
}
.p-product .inner .two-column .content-area .product-placelist .location-list .list-item .arrow {
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-placelist .location-list .list-item .arrow {
    right: 2.0408163265vw;
    top: auto;
    bottom: 2.0408163265vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist {
    margin-bottom: 10.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #2b2b2b;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 3.2653061224vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .model-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .model-list {
    -webkit-column-gap: 3.0612244898vw;
       -moz-column-gap: 3.0612244898vw;
            column-gap: 3.0612244898vw;
    margin-bottom: 6.1224489796vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .model-list .list-item {
  position: relative;
  max-width: 250px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.p-product .inner .two-column .content-area .product-modellist .model-list .list-item:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .product-modellist .model-list .list-item img {
    max-height: 60px;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .model-list .list-item {
    max-width: 51.0204081633vw;
    border-radius: 4.0816326531vw;
    -webkit-column-gap: 4.0816326531vw;
       -moz-column-gap: 4.0816326531vw;
            column-gap: 4.0816326531vw;
  }
  .p-product .inner .two-column .content-area .product-modellist .model-list .list-item img {
    width: auto;
    max-height: 12.2448979592vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .model-list .list-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-product .inner .two-column .content-area .product-modellist .model-list .list-item .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #2b2b2b;
  max-width: 105px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .model-list .list-item .ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
    max-width: none;
    width: 80%;
  }
}
.p-product .inner .two-column .content-area .product-modellist .model-list .list-item .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 13px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .model-list .list-item .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
    letter-spacing: -0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-product .inner .two-column .content-area .product-modellist .model-list .list-item .arrow {
  position: absolute;
  right: 19px;
  bottom: 19px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .model-list .list-item .arrow {
    width: auto;
    right: 3.0612244898vw;
    bottom: 2.0408163265vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box {
  border: 1px solid #fd8b43;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box {
    border-radius: 6.1224489796vw;
    border-width: 0.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner {
  padding: 30px 0;
  max-width: 740px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner {
    padding: 6.1224489796vw 0;
    max-width: 100%;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .box-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #462810;
  margin-bottom: 11px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .box-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 3.2653061224vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .description {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .description strong {
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .description strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #feec5d;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .description strong::after {
    height: 2.0408163265vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 23px;
  border-bottom: 1px solid #ccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.0816326531vw;
    padding-bottom: 4.693877551vw;
    margin-bottom: 4.0816326531vw;
    border-bottom-width: 0.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .leftsec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .leftsec {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .leftsec {
    -webkit-column-gap: 2.6530612245vw;
       -moz-column-gap: 2.6530612245vw;
            column-gap: 2.6530612245vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .leftsec figure {
  text-align: center;
  min-width: 74px;
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .leftsec figure {
    min-width: none;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .leftsec .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.25;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .leftsec .ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .leftsec .ttl small {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .leftsec .ttl small {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  width: 100%;
  margin-right: 24px;
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec {
    margin-right: 0;
    max-width: none;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec {
    -webkit-column-gap: 3.0612244898vw;
       -moz-column-gap: 3.0612244898vw;
            column-gap: 3.0612244898vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #a58a74;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec p {
    font-size: 29px;
    font-size: 5.9183673469vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec figure {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec figure {
    min-width: 18.3673469388vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec figure figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #8e6c50;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec figure figcaption {
    font-size: 12px;
    font-size: 2.4489795918vw;
    margin-top: 2.0408163265vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec .innerbox {
  border-radius: 10px;
  background: #fdfcf5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-size: 14px;
  text-align: center;
  color: #2b2b2b;
  width: 100%;
  padding: 7px 0;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .middlesec .innerbox {
    border-radius: 2.0408163265vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 1.4285714286vw 0;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .rightsec p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fd8b43;
}
@media screen and (max-width: 1300px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .rightsec p {
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .rightsec p {
    font-size: 20px;
    font-size: 4.0816326531vw;
  }
}
.p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .rightsec p strong {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .product-modellist .box .box-inner .recolist .list-item .rightsec p strong {
    font-size: 28px;
    font-size: 5.7142857143vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .sec-ttl {
  border-bottom: 2px solid #fd8b43;
  padding-left: 12px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .sec-ttl {
    padding-left: 2.4489795918vw;
    border-bottom-width: 0.4081632653vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .sec-ttl .circle {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #fd8b43;
  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;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.25;
  font-size: 24px;
  text-align: center;
  color: #f0ede4;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .sec-ttl .circle {
    width: 7.7551020408vw;
    height: 7.7551020408vw;
    border-radius: 10.2040816327vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .description.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .description.mb15 {
    margin-bottom: 3.0612244898vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .description.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .description.mb25 {
    margin-bottom: 5.1020408163vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .description.mb28 {
  margin-bottom: 28px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .description.mb28 {
    margin-bottom: 5.7142857143vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .bg-brown {
  width: 100%;
  background-color: #e3e0d5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #462810;
  height: 50px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .bg-brown {
    font-size: 20px;
    font-size: 4.0816326531vw;
    padding-left: 3.0612244898vw;
    border-radius: 1.0204081633vw;
    margin-bottom: 3.0612244898vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .choice {
  background-color: #ffffff;
  border-collapse: collapse;
}
.p-product .inner .two-column .content-area .howto_choice .choice th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  color: #2b2b2b;
  background-color: #e3e0d5;
  vertical-align: middle;
  border: 1px solid #a58a74;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .choice th {
    font-size: 14px;
    font-size: 2.8571428571vw;
    border-width: 0.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .choice td {
  border: 1px solid #a58a74;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .choice td {
    border-width: 0.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .dot-list {
  margin-bottom: 28px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .dot-list {
    margin-bottom: 4.0816326531vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .dot-list .list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .dot-list .list-item {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice .dot-list .list-item a {
  display: inline;
  text-decoration: underline;
}
.p-product .inner .two-column .content-area .howto_choice .dot-list .list-item::before {
  content: "●";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 10px;
  color: #462810;
  margin-right: 0.5em;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice .dot-list .list-item::before {
    font-size: 10px;
    font-size: 2.0408163265vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point01 {
    margin-bottom: 10.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point01 .choice {
    margin-bottom: 6.1224489796vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice th {
  font-weight: bold;
  width: 204px;
  padding-left: 15px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point01 .choice th {
    width: 39.387755102vw;
    padding-left: 3.0612244898vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice td {
  width: 200px;
  padding: 15px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point01 .choice td {
    width: 40.8163265306vw;
    padding: 3.0612244898vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice td .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point01 .choice td .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice tr:first-child td {
  text-align: center;
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice tr:first-child td .ttl {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point01 .choice tr:first-child td .ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice tr:first-child td figure {
  max-width: 168px;
  width: 100%;
  margin-top: 7px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point01 .choice tr:first-child td figure {
    max-width: 34.2857142857vw;
    margin-top: 1.4285714286vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice tr:nth-child(2) td:last-child .description {
  letter-spacing: -0.05em;
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice tr:nth-child(3) td:nth-child(2) .description {
  letter-spacing: -0.05em;
}
.p-product .inner .two-column .content-area .howto_choice.point01 .choice tr:last-child td:last-child .description {
  letter-spacing: -0.05em;
}
.p-product .inner .two-column .content-area .howto_choice.point02 .choice {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point02 .choice {
    margin-bottom: 6.1224489796vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point02 .choice caption {
  caption-side: bottom;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-size: 14px;
  color: #2b2b2b;
  margin-top: 8px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point02 .choice caption {
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin-top: 1.6326530612vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point02 .choice:nth-child(5) {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point02 .choice:nth-child(5) {
    margin-bottom: 4.0816326531vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:first-child th:first-child {
  width: 164px;
  padding-left: 15px;
  height: 99px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:first-child th:first-child {
    width: 33.4693877551vw;
    padding-left: 2.0408163265vw;
    height: 20.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point02 .choice tr th:last-child {
  text-align: center;
  height: 50px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point02 .choice tr th:last-child {
    height: 10.2040816327vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point02 .choice tr th.level2 {
  background-color: #ffffff;
  height: 50px;
  width: auto;
  text-align: center;
  padding: 0;
  font-weight: 400;
  width: 160px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point02 .choice tr th.level2 {
    height: 10.2040816327vw;
    width: 32.6530612245vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:nth-child(3) th, .p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:nth-child(4) th {
  background-color: #f6f5f1;
  height: 50px;
  padding-left: 15px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:nth-child(3) th, .p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:nth-child(4) th {
    height: 10.2040816327vw;
    padding-left: 2.0408163265vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:nth-child(3) td, .p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:nth-child(4) td {
  width: 160px;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:nth-child(3) td, .p-product .inner .two-column .content-area .howto_choice.point02 .choice tr:nth-child(4) td {
    width: 32.6530612245vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point02 .choice:nth-last-child(4) th.level2 {
  width: 214px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point02 .choice:nth-last-child(4) th.level2 {
    width: 43.6734693878vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point03 {
  margin-bottom: 33px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point03 {
    margin-bottom: 6.1224489796vw;
  }
}
.p-product .inner .two-column .content-area .howto_choice.point04 .item {
  margin-bottom: 30px;
}
.p-product .inner .two-column .content-area .howto_choice.point04 .item small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point04 .item small {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .content-area .howto_choice.point04 .item {
    margin-bottom: 6.1224489796vw;
  }
}
.p-product .inner .two-column .sidebar {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p-product .inner .two-column .sidebar {
    max-width: 100%;
  }
}
.p-product .inner .product-set .product-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-product .inner .product-set .product-list .list-item {
  width: 100%;
  max-width: 100%;
  padding: 20px 25px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item {
    padding: 4.0816326531vw 5.1020408163vw;
  }
}
.p-product .inner .product-set .product-list .list-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 2.0408163265vw;
    margin-bottom: 4.0816326531vw;
  }
}
.p-product .inner .product-set .product-list .list-item .title .maker img {
  min-width: 100px;
  min-height: 26px;
  height: 26px;
  width: auto;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .title .maker img {
    min-height: 5.306122449vw;
    min-width: 20.4081632653vw;
    height: 5.306122449vw;
  }
}
.p-product .inner .product-set .product-list .list-item .title .product_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-size: 18px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .title .product_title {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 69px;
     -moz-column-gap: 69px;
          column-gap: 69px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 8.1632653061vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setdetail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-bottom: 18px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .setdetail {
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin-bottom: 3.6734693878vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .pricebox {
  background: #f9f9f6;
  padding: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .pricebox {
    padding: 2.0408163265vw;
    margin-bottom: 2.4489795918vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .pricebox .setname_setprice {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2;
  font-size: 10px;
  text-align: left;
  color: #777777;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .pricebox .setname_setprice {
    font-size: 10px;
    font-size: 2.0408163265vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .pricebox .regular_price {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-size: 14px;
  color: #000000;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .pricebox .regular_price {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .setprice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.0816326531vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice .circle {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background-color: #feec5d;
  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;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .setprice .circle {
    width: 18.3673469388vw;
    height: 18.3673469388vw;
    border-radius: 10.2040816327vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice .circle strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-size: 18px;
  text-align: center;
  color: #e81f1f;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .setprice .circle strong {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail {
    margin-bottom: 1.6326530612vw;
    row-gap: 2.0408163265vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail .prolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail .prolist .list-item {
  display: block;
  background: #f9f9f6;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: #2b2b2b;
  border: none;
  border-radius: 0;
  max-width: none;
  min-width: auto;
  width: auto;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail .prolist .list-item {
    padding: 1.0204081633vw;
    font-size: 13px;
    font-size: 2.6530612245vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail .prolist .list-item::after {
  content: "＋";
  position: absolute;
  left: calc(100% + 0.3em);
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail .prolist .list-item:last-child::after {
  content: none;
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail .price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.3rem;
  line-height: 1.4339622642;
  font-size: 53px;
  text-align: left;
  color: #e81f1f;
  margin-top: -12px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail .price {
    font-size: 40px;
    font-size: 8.1632653061vw;
    margin-top: -2.4489795918vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail .price span {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .setprice .setdetail .price span {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-left .more {
  max-width: 460px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-left .more {
    max-width: none;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-image {
    row-gap: 3.0612244898vw;
  }
}
.p-product .inner .product-set .product-list .list-item .column .column-image figure {
  position: relative;
}
.p-product .inner .product-set .product-list .list-item .column .column-image figure:first-child {
  z-index: 10;
}
.p-product .inner .product-set .product-list .list-item .column .column-image figure:first-child::after {
  content: "+";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: auto;
  width: 52px;
  height: 52px;
  background-color: #fd8b43;
  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;
  font-size: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-set .product-list .list-item .column .column-image figure:first-child::after {
    bottom: -4.8979591837vw;
    width: 10.612244898vw;
    height: 10.612244898vw;
    font-size: 40px;
    font-size: 8.1632653061vw;
    border-radius: 10.2040816327vw;
  }
}
.p-product .inner .product-marker .sec-ttl2 {
  background: #fefdfc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #462810;
  padding: 13px;
  border-bottom: 2px solid #fd8b43;
  margin-bottom: 23px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .product-marker .sec-ttl2 {
    font-size: 20px;
    font-size: 4.0816326531vw;
    padding: 2.6530612245vw;
    border-bottom-width: 0.4081632653vw;
    margin-bottom: 4.0816326531vw;
  }
}
.p-product .inner .other-price {
  padding-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-price {
    padding-bottom: 10.2040816327vw;
  }
}
.p-product .inner .other-price .catch {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.4571428571;
  font-size: 35px;
  text-align: center;
  color: #462810;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-price .catch {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    font-size: 28px;
    font-size: 5.7142857143vw;
    margin-bottom: 6.1224489796vw;
  }
}
.p-product .inner .other-price .catch strong {
  color: #fd8b43;
}
.p-product .inner .other-price .checklist {
  margin-bottom: 21px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-price .checklist {
    margin-bottom: 4.2857142857vw;
  }
}
.p-product .inner .other-price .checklist .list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2;
  font-size: 20px;
  text-align: left;
  color: #462810;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-price .checklist .list-item {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-size: 18px;
    font-size: 3.6734693878vw;
    padding-left: 8.1632653061vw;
  }
}
.p-product .inner .other-price .checklist .list-item::before {
  content: "";
  background: url(../images/product/check.svg) no-repeat center/contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-price .checklist .list-item::before {
    bottom: auto;
    top: 0.8163265306vw;
    width: 5.5102040816vw;
    height: 5.5102040816vw;
  }
}
.p-product .inner .other-price .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-price .itemlist {
    gap: 4.0816326531vw;
    margin-bottom: 2.4489795918vw;
  }
}
.p-product .inner .other-price .itemlist .list-item {
  max-width: 160px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fd8b43;
  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: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 0 18px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-price .itemlist .list-item {
    max-width: 32.6530612245vw;
    border-radius: 4.0816326531vw;
    border-width: 0.2040816327vw;
    row-gap: 2.6530612245vw;
    padding: 6.1224489796vw 0 3.6734693878vw;
  }
}
.p-product .inner .other-price .itemlist .list-item .item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-price .itemlist .list-item .item-name {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.p-product .inner .other-price small {
  display: block;
  max-width: 700px;
  width: 90%;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #2b2b2b;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-price small {
    max-width: 142.8571428571vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin-bottom: 8.1632653061vw;
  }
}
.p-product .inner .other-qa {
  margin-bottom: 50px;
}
.p-product .inner .other-qa .accordion-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item {
    margin-bottom: 4.0816326531vw;
  }
}
.p-product .inner .other-qa .accordion-item .circle {
  padding: 0;
  border-radius: 30px;
  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;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background: #a4c15d;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item .circle {
    border-radius: 6.1224489796vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
    width: 8.1632653061vw;
    height: 8.1632653061vw;
    margin-right: 3.0612244898vw;
  }
}
.p-product .inner .other-qa .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-radius 0.8s ease;
  transition: border-radius 0.8s ease;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item .accordion-header {
    padding: 4.0816326531vw;
    border-radius: 4.0816326531vw;
  }
}
.p-product .inner .other-qa .accordion-item .accordion-header::after {
  content: "＋";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #462810;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item .accordion-header::after {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.p-product .inner .other-qa .accordion-item .accordion-header .question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-size: 18px;
  color: #462810;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item .accordion-header .question {
    width: 85%;
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.p-product .inner .other-qa .accordion-item .accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item .accordion-content {
    border-radius: 0 0 4.0816326531vw 4.0816326531vw;
  }
}
.p-product .inner .other-qa .accordion-item .accordion-content .answer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item .accordion-content .answer {
    width: 80%;
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.p-product .inner .other-qa .accordion-item .accordion-content .circle {
  margin-left: 20px;
  background: #e1dbc3;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item .accordion-content .circle {
    margin-left: 4.0816326531vw;
  }
}
.p-product .inner .other-qa .accordion-item.open .accordion-header {
  border-radius: 20px 20px 0 0;
  background-image: url(../images/common/line.svg);
  background-size: 11px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item.open .accordion-header {
    border-radius: 4.0816326531vw 4.0816326531vw 0 0;
  }
}
.p-product .inner .other-qa .accordion-item.open .accordion-header::after {
  content: "ー";
}
.p-product .inner .other-qa .accordion-item.open .accordion-content {
  max-height: 200px;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
  /* コンテンツの高さに応じて調整 */
  padding: 20px 0;
}
@media screen and (max-width: 980px) {
  .p-product .inner .other-qa .accordion-item.open .accordion-content {
    max-height: 61.2244897959vw;
    padding: 4.0816326531vw 0;
  }
}
.p-product .sec-ttl {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #462810;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #fd8b43;
  margin-bottom: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .p-product .sec-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    -webkit-column-gap: 2.0408163265vw;
       -moz-column-gap: 2.0408163265vw;
            column-gap: 2.0408163265vw;
    padding-bottom: 1.8367346939vw;
    border-bottom-width: 0.2040816327vw;
    margin-bottom: 4.693877551vw;
  }
}
.p-product .product-list .list-item .rank {
  position: absolute;
  top: -4px;
  left: 5px;
  background-color: #c7c3c1;
  width: 40px;
  height: 40px;
  padding-top: 3px;
}
@media screen and (max-width: 980px) {
  .p-product .product-list .list-item .rank {
    top: -0.8163265306vw;
    left: 1.0204081633vw;
    width: 8.1632653061vw;
    height: 8.1632653061vw;
    padding-top: 0.612244898vw;
  }
}
.p-product .product-list .list-item .rank::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #c7c3c1;
  border-right: 20px solid #c7c3c1;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 980px) {
  .p-product .product-list .list-item .rank::after {
    border-left: 4.0816326531vw solid #c7c3c1;
    border-right: 4.0816326531vw solid #c7c3c1;
    border-bottom: 2.0408163265vw solid transparent;
  }
}
.p-product .product-list .list-item .rank p {
  font-size: 12px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-product .product-list .list-item .rank p {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.p-product .product-list .list-item .rank p::after {
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 24px;
}
@media screen and (max-width: 980px) {
  .p-product .product-list .list-item .rank p::after {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.p-product .product-list .list-item:first-child .rank {
  background-color: #e5b93e;
}
.p-product .product-list .list-item:first-child .rank::after {
  border-left: 20px solid #e5b93e;
  border-right: 20px solid #e5b93e;
}
@media screen and (max-width: 980px) {
  .p-product .product-list .list-item:first-child .rank::after {
    border-left: 4.0816326531vw solid #e5b93e;
    border-right: 4.0816326531vw solid #e5b93e;
  }
}
.p-product .product-list .list-item:nth-child(2) .rank {
  background-color: #b4b4b4;
}
.p-product .product-list .list-item:nth-child(2) .rank::after {
  border-left: 20px solid #b4b4b4;
  border-right: 20px solid #b4b4b4;
}
@media screen and (max-width: 980px) {
  .p-product .product-list .list-item:nth-child(2) .rank::after {
    border-left: 4.0816326531vw solid #b4b4b4;
    border-right: 4.0816326531vw solid #b4b4b4;
  }
}
.p-product .product-list .list-item:nth-child(3) .rank {
  background-color: #cb845f;
}
.p-product .product-list .list-item:nth-child(3) .rank::after {
  border-left: 20px solid #cb845f;
  border-right: 20px solid #cb845f;
}
@media screen and (max-width: 980px) {
  .p-product .product-list .list-item:nth-child(3) .rank::after {
    border-left: 4.0816326531vw solid #cb845f;
    border-right: 4.0816326531vw solid #cb845f;
  }
}

/* サイドバー */
.product-side .search-form-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .product-side .search-form-wrapper {
    margin-bottom: 6.1224489796vw;
  }
}
.product-side .search-form-wrapper .searchform {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 980px) {
  .product-side .search-form-wrapper .searchform {
    border-radius: 1.0204081633vw;
    border-width: 0.2040816327vw;
  }
}
.product-side .search-form-wrapper .searchform input {
  height: 42px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #222;
  padding-left: 10px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .product-side .search-form-wrapper .searchform input {
    height: 8.5714285714vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
    padding-left: 2.0408163265vw;
  }
}
.product-side .search-form-wrapper .searchform button {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border-radius: 0px 5px 5px 0px;
  background: #fd8b43;
}
@media screen and (max-width: 980px) {
  .product-side .search-form-wrapper .searchform button {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0 1.0204081633vw 1.0204081633vw 0;
  }
}
.product-side .search-form-wrapper .searchform button::before {
  content: "";
  background: url(../images/product/search.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .product-side .search-form-wrapper .searchform button::before {
    width: 4.4897959184vw;
    height: 4.4897959184vw;
  }
}
.product-side .side-ttl {
  border-radius: 5px;
  background: #ff8b43;
  -webkit-box-shadow: 0px 3px 0px #e27a38;
          box-shadow: 0px 3px 0px #e27a38;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  color: #fff;
  margin-bottom: 18px;
}
@media screen and (max-width: 980px) {
  .product-side .side-ttl {
    border-radius: 1.0204081633vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    height: 8.7755102041vw;
    padding-left: 2.0408163265vw;
    margin-bottom: 3.6734693878vw;
  }
}
.product-side .link-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .product-side .link-list {
    margin-bottom: 6.1224489796vw;
  }
}
.product-side .link-list .list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2b2b2b;
  padding-bottom: 7px;
  padding-left: 5px;
  background-image: linear-gradient(to right, #cccccc 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 9px;
}
@media screen and (max-width: 980px) {
  .product-side .link-list .list-item {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding-bottom: 1.4285714286vw;
    padding-left: 1.0204081633vw;
    background-size: 1.2244897959vw 0.2040816327vw;
    margin-bottom: 1.8367346939vw;
  }
}
.product-side .link-list .list-item:last-child {
  margin-bottom: 0;
}
.product-side .link-list .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (max-width: 980px) {
  .product-side .link-list .list-item a {
    -webkit-column-gap: 1.6326530612vw;
       -moz-column-gap: 1.6326530612vw;
            column-gap: 1.6326530612vw;
  }
}
.product-side .maker-list {
  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: 10px;
}
@media screen and (max-width: 980px) {
  .product-side .maker-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.0816326531vw;
  }
}
.product-side .maker-list .list-item {
  position: relative;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.product-side .maker-list .list-item:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}
@media screen and (max-width: 980px) {
  .product-side .maker-list .list-item {
    width: 47%;
  }
}
.product-side .maker-list .list-item figure {
  background-color: #fff;
  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;
  height: 70px;
}
@media screen and (max-width: 980px) {
  .product-side .maker-list .list-item figure {
    height: 11.2244897959vw;
  }
}
.product-side .maker-list .list-item figure.rinnai img {
  max-width: 197px;
}
@media screen and (max-width: 980px) {
  .product-side .maker-list .list-item figure.rinnai img {
    max-width: none;
    height: 6.1224489796vw;
  }
}
.product-side .maker-list .list-item figure.noritz img {
  max-width: 221px;
}
@media screen and (max-width: 980px) {
  .product-side .maker-list .list-item figure.noritz img {
    max-width: none;
    height: 6.1224489796vw;
  }
}
.product-side .maker-list .list-item figure.purpose img {
  max-width: 175px;
}
@media screen and (max-width: 980px) {
  .product-side .maker-list .list-item figure.purpose img {
    max-width: none;
    height: 6.1224489796vw;
  }
}
.product-side .maker-list .list-item figure.paloma img {
  max-width: 202px;
}
@media screen and (max-width: 980px) {
  .product-side .maker-list .list-item figure.paloma img {
    max-width: none;
    height: 6.1224489796vw;
  }
}
.product-side .maker-list .list-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-side .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-size: 16px;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 8px;
}

/* 施工事例 */
.p-works {
  background-color: #EFEDE4;
}
.p-works .inner {
  padding-bottom: 113px;
}
@media screen and (max-width: 980px) {
  .p-works .inner {
    padding-bottom: 20.4081632653vw;
  }
}
.p-works .inner .works-archive .works-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 55px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1300px) {
  .p-works .inner .works-archive .works-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .p-works .inner .works-archive .works-grid {
    gap: 4.0816326531vw;
    margin-bottom: 10.2040816327vw;
  }
}
.p-works .inner .works-archive .works-grid .works-item {
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p-works .inner .works-archive .works-grid .works-item {
    max-width: 47%;
  }
}
.p-works .inner .works-archive .works-grid .works-item .works-thumbnail {
  border-radius: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .p-works .inner .works-archive .works-grid .works-item .works-thumbnail {
    border-radius: 4.0816326531vw;
    margin-bottom: 2.0408163265vw;
  }
}
.p-works .inner .works-archive .works-grid .works-item .works-thumbnail img {
  border-radius: 20px;
  border: 3px solid #fd8b43;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .p-works .inner .works-archive .works-grid .works-item .works-thumbnail img {
    border-radius: 4.0816326531vw;
    height: auto;
    width: 100%;
  }
}
.p-works .inner .works-archive .works-grid .works-item .works-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .p-works .inner .works-archive .works-grid .works-item .works-details {
    margin-bottom: 2.4489795918vw;
  }
}
.p-works .inner .works-archive .works-grid .works-item .works-details .date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ea935d;
}
@media screen and (max-width: 980px) {
  .p-works .inner .works-archive .works-grid .works-item .works-details .date {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.p-works .inner .works-archive .works-grid .works-item .works-details .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 5px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EA935D;
  border-radius: 15px;
}
@media screen and (max-width: 980px) {
  .p-works .inner .works-archive .works-grid .works-item .works-details .label {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 1.0204081633vw 2.0408163265vw;
    height: auto;
    border-radius: 3.0612244898vw;
  }
}
.p-works .inner .works-archive .works-grid .works-item .works-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .p-works .inner .works-archive .works-grid .works-item .works-title {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

/* お客様の声 */
.p-voice {
  background-color: #EFEDE4;
}
.p-voice .inner {
  padding-bottom: 103px;
}
@media screen and (max-width: 980px) {
  .p-voice .inner {
    padding-bottom: 20.4081632653vw;
  }
}
.p-voice .inner .voice-archive .voice-grid {
  margin-bottom: 40px;
  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: 30px;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid {
    margin-bottom: 8.1632653061vw;
    row-gap: 4.0816326531vw;
  }
}
.p-voice .inner .voice-archive .voice-grid .voice-item {
  border-radius: 20px;
  background: #fff;
  border: 3px solid #ea935d;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid .voice-item {
    border-radius: 4.0816326531vw;
    border-width: 0.612244898vw;
  }
}
.p-voice .inner .voice-archive .voice-grid .voice-item .top_sec {
  background: #ea935d;
  border-radius: 10px 10px 0 0;
  position: relative;
  padding: 17px 0 14px;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid .voice-item .top_sec {
    border-radius: 2.0408163265vw 2.0408163265vw 0 0;
    padding: 3.4693877551vw 0 2.8571428571vw;
  }
}
.p-voice .inner .voice-archive .voice-grid .voice-item .top_sec .voice-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  padding-left: 145px;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid .voice-item .top_sec .voice-title {
    font-size: 18px;
    font-size: 3.6734693878vw;
    padding-left: 29.5918367347vw;
  }
}
.p-voice .inner .voice-archive .voice-grid .voice-item .top_sec figure {
  position: absolute;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid .voice-item .top_sec figure {
    width: 20.4081632653vw;
    height: 20.4081632653vw;
    top: 2.0408163265vw;
    left: 4.0816326531vw;
  }
  .p-voice .inner .voice-archive .voice-grid .voice-item .top_sec figure img {
    width: 100%;
  }
}
.p-voice .inner .voice-archive .voice-grid .voice-item .middle_sec {
  background-color: #FFF;
  padding: 11px 0 19px;
  border-bottom: 2px solid #ea935d;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid .voice-item .middle_sec {
    padding: 2.2448979592vw 0 3.8775510204vw;
  }
}
.p-voice .inner .voice-archive .voice-grid .voice-item .middle_sec .voice-product {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  color: #2b2b2b;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin: 0 10px 19px 145px;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid .voice-item .middle_sec .voice-product {
    font-size: 15px;
    font-size: 3.0612244898vw;
    border-bottom-width: 0.2040816327vw;
    padding-bottom: 2.0408163265vw;
    margin: 0 2.0408163265vw 3.8775510204vw 29.5918367347vw;
  }
}
.p-voice .inner .voice-archive .voice-grid .voice-item .bottom_sec {
  padding: 19px 0 20px;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid .voice-item .bottom_sec {
    padding: 4.0816326531vw 0;
  }
}
.p-voice .inner .voice-archive .voice-grid .voice-item .bottom_sec .voice-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #462810;
  margin: 0 30px 9px;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid .voice-item .bottom_sec .voice-staff {
    -webkit-column-gap: 0.8163265306vw;
       -moz-column-gap: 0.8163265306vw;
            column-gap: 0.8163265306vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin: 0 6.1224489796vw 1.8367346939vw;
  }
}
.p-voice .inner .voice-archive .voice-grid .voice-item .description {
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 500;
  margin: 0 30px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .p-voice .inner .voice-archive .voice-grid .voice-item .description {
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin: 0 6.1224489796vw;
  }
}

/* お知らせ */
.all-post .inner {
  padding-bottom: 138px;
  position: relative;
}
.all-post .inner .frame {
  background-color: #FFF;
  border-radius: 20px;
  margin-bottom: 50px;
}
.all-post .inner .frame .ttl {
  border-radius: 20px 20px 0px 0px;
  background: #a4c15d;
  height: 70px;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.all-post .inner .frame .wp-block-post-template {
  padding: 30px 0 25px;
}
.all-post .inner .frame .wp-block-post-template .wp-block-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding: 0 30px 30px;
  background-image: url(../images/common/line.svg);
  background-size: 11px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.all-post .inner .frame .wp-block-post-template .wp-block-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.all-post .inner .frame .wp-block-post-template .wp-block-post .post-date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin-right: 26px;
}
.all-post .inner .frame .wp-block-post-template .wp-block-post .post-category {
  margin-right: 3%;
  min-width: 100px;
}
.all-post .inner .frame .wp-block-post-template .wp-block-post .post-category a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  background-color: #FD8B43;
  padding: 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 30px;
  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;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.all-post .inner .frame .wp-block-post-template .wp-block-post .post-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #2b2b2b;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.all-post .inner .frame .wp-block-query-pagination {
  position: absolute;
  bottom: 103px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-post .inner .frame .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.all-post .inner .frame .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #333;
  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;
}
.all-post .inner .frame .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: #EA935D;
  color: #FFF;
}

/* 投稿ページ */
.singlepost {
  background-color: #EFEDE4;
}
.singlepost .inner {
  padding-bottom: 108px;
}
@media screen and (max-width: 980px) {
  .singlepost .inner {
    padding-bottom: 16.3265306122vw;
  }
}
.singlepost .inner .frame {
  background-color: #FFF;
  border-radius: 20px;
  margin-bottom: 50px;
  padding-bottom: 29px;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame {
    border-radius: 4.0816326531vw;
    margin-bottom: 10.2040816327vw;
    padding-bottom: 5.9183673469vw;
  }
}
.singlepost .inner .frame .ttl {
  border-radius: 20px 20px 0px 0px;
  padding: 17px 0;
  background: #a4c15d;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame .ttl {
    border-radius: 4.0816326531vw 4.0816326531vw 0 0;
    padding: 3.4693877551vw 0;
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 6.1224489796vw;
  }
}
.singlepost .inner .frame .content {
  max-width: 1040px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame .content {
    max-width: 90%;
  }
}
.singlepost .inner .frame .content .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame .content .column {
    margin-bottom: 6.1224489796vw;
  }
}
.singlepost .inner .frame .content .column .article-date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame .content .column .article-date {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.singlepost .inner .frame .content .column .post-categories {
  min-width: 100px;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame .content .column .post-categories {
    min-width: 20.4081632653vw;
  }
}
.singlepost .inner .frame .content .column .post-categories a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  background-color: #FD8B43;
  padding: 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 30px;
  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;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame .content .column .post-categories a {
    border-radius: 10.2040816327vw;
    padding: 0 2.8571428571vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
    height: 6.1224489796vw;
  }
}
.singlepost .inner .frame .content .page_thum {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame .content .page_thum {
    margin-bottom: 4.0816326531vw;
  }
}
.singlepost .inner .frame .content .page_thum img {
  width: 100%;
  height: auto;
}
.singlepost .inner .frame .content .article-sec {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame .content .article-sec {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.singlepost .inner .frame .content .article-sec p {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .singlepost .inner .frame .content .article-sec p {
    margin-bottom: 4.0816326531vw;
  }
}
.singlepost .inner .morebtn .wp-block-button .wp-block-button__link::after {
  right: auto;
  left: 33px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 980px) {
  .singlepost .inner .morebtn .wp-block-button .wp-block-button__link::after {
    left: 6.1224489796vw;
  }
}

/* 保証の規定 */
.page-default {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #2b2b2b;
  background-color: #efede4;
}
@media screen and (max-width: 980px) {
  .page-default {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.page-default .inner {
  padding-bottom: 100px;
  counter-reset: number 0;
}
@media screen and (max-width: 980px) {
  .page-default .inner {
    padding-bottom: 20.4081632653vw;
  }
}
.page-default .inner .mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .page-default .inner .mb20 {
    margin-bottom: 4.0816326531vw;
  }
}
.page-default .inner .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 21px;
}
@media screen and (max-width: 980px) {
  .page-default .inner .ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 4.2857142857vw;
  }
}
.page-default .inner .wp-block-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 980px) {
  .page-default .inner .wp-block-list {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.page-default .inner .wp-block-list.first li {
  margin-left: 30px;
  text-indent: -30px;
}
@media screen and (max-width: 980px) {
  .page-default .inner .wp-block-list.first li {
    margin-left: 6.1224489796vw;
    text-indent: -6.1224489796vw;
  }
}
.page-default .inner .wp-block-list.first li::before {
  display: inline-block;
  counter-increment: number 1;
  content: "(" counter(number) ")";
  margin-right: 8px;
  min-width: 22px;
  text-indent: 0;
}
@media screen and (max-width: 980px) {
  .page-default .inner .wp-block-list.first li::before {
    margin-right: 1.6326530612vw;
    min-width: 4.4897959184vw;
  }
}
.page-default .inner .wp-block-list.first li .wp-block-list {
  counter-reset: number 0;
}
.page-default .inner .wp-block-list.first li .wp-block-list.second li::before {
  counter-increment: number 1;
  content: counter(number, lower-roman) ".";
}

/* お問い合わせ */
.contact .contactform {
  display: table;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .contact .contactform {
    display: block;
  }
}
.contact .contactform .contactitem {
  display: table-row;
}
@media screen and (max-width: 980px) {
  .contact .contactform .contactitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact .contactform .contactitem .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.contact .contactform .contactitem .column .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contactform .contactitem dt,
.contact .contactform .contactitem dd {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 0.5em 1em;
}
.contact .contactform .contactitem dt .error-space,
.contact .contactform .contactitem dd .error-space {
  height: 1.3em;
  display: block;
}
.contact .contactform .contactitem dt small.pc-hidden,
.contact .contactform .contactitem dd small.pc-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .contact .contactform .contactitem dt small.pc-hidden,
  .contact .contactform .contactitem dd small.pc-hidden {
    display: inline-block;
    margin-left: 10px;
  }
}
.contact .contactform .contactitem dt small.sp-hidden,
.contact .contactform .contactitem dd small.sp-hidden {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .contact .contactform .contactitem dt small.sp-hidden,
  .contact .contactform .contactitem dd small.sp-hidden {
    display: none;
  }
}
.contact .contactform .contactitem dt {
  white-space: nowrap;
}
.contact .contactform .contactitem dt .required {
  color: #fff;
  line-height: 1.1;
  border-radius: 3px;
  padding: 1px 5px;
  margin-left: 8px;
  background-color: #e52d27;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .contact .contactform .contactitem dt .required {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.contact .contactform .contactitem button,
.contact .contactform .contactitem input,
.contact .contactform .contactitem input[type=email],
.contact .contactform .contactitem optgroup,
.contact .contactform .contactitem select,
.contact .contactform .contactitem textarea {
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .contact .contactform .contactitem button,
  .contact .contactform .contactitem input,
  .contact .contactform .contactitem input[type=email],
  .contact .contactform .contactitem optgroup,
  .contact .contactform .contactitem select,
  .contact .contactform .contactitem textarea {
    max-width: 81.6326530612vw;
  }
}
.contact .contactform .contactitem select,
.contact .contactform .contactitem input {
  max-width: 200px;
}
@media screen and (max-width: 980px) {
  .contact .contactform .contactitem select,
  .contact .contactform .contactitem input {
    max-width: 40.8163265306vw;
  }
}
.contact .contactform .contactitem textarea {
  max-height: 200px;
}
@media screen and (max-width: 980px) {
  .contact .contactform .contactitem textarea {
    max-height: 40.8163265306vw;
  }
}
.contact .privacycheck {
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 980px) {
  .contact .privacycheck {
    margin-bottom: 1.2244897959vw;
  }
}
.contact .privacycheck label input[type=checkbox] {
  display: none;
}
.contact .privacycheck label input[type=checkbox]:checked + span::before {
  background-color: #ea935d;
  border-color: #ea935d;
}
.contact .privacycheck label .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .contact .privacycheck label .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 3.0612244898vw;
    padding-left: 6.1224489796vw;
  }
}
.contact .privacycheck label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #c6c6c6;
  border-radius: 5px;
}
@media screen and (max-width: 980px) {
  .contact .privacycheck label .wpcf7-list-item-label::before {
    width: 4.8979591837vw;
    height: 4.8979591837vw;
  }
}
.contact .privacycheck label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 11px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (max-width: 980px) {
  .contact .privacycheck label .wpcf7-list-item-label::after {
    width: 2.2448979592vw;
    height: 1.6326530612vw;
    border-left: 0.612244898vw solid #fff;
    border-bottom: 0.612244898vw solid #fff;
    left: 1.2244897959vw;
    top: 1.6326530612vw;
  }
}
.contact .attention {
  text-align: center;
}
.contact .attention a {
  display: inline-block;
  text-decoration: underline;
}
.contact .btn {
  padding: 0;
  position: relative;
  max-width: 344px;
  width: 100%;
  margin: auto;
  display: block;
}
.contact .btn:hover p::after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact .btn:hover p.disabled::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contact .btn:hover input {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0px 3px 0px #ea935d;
          box-shadow: 0px 3px 0px #ea935d;
}
.contact .btn:hover input:disabled {
  background-color: #ccc;
  color: #fff;
  -webkit-box-shadow: 0px 5px 0px #a0a0a0;
          box-shadow: 0px 5px 0px #a0a0a0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 980px) {
  .contact .btn:hover input:disabled {
    -webkit-box-shadow: 0px 1.0204081633vw 0px #a0a0a0;
            box-shadow: 0px 1.0204081633vw 0px #a0a0a0;
  }
}
@media screen and (max-width: 980px) {
  .contact .btn {
    max-width: 59.7959183673vw;
  }
}
.contact .btn p::after {
  content: "";
  background: url(../images/download.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 43px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 980px) {
  .contact .btn p::after {
    width: 2.6530612245vw;
    height: 2.6530612245vw;
    right: 4.0816326531vw;
    top: 0;
    bottom: 0;
  }
}
.contact .btn input {
  display: block;
  width: 100%;
  border-radius: 27px;
  background: #ea935d;
  -webkit-box-shadow: 0px 5px 0px #db854f;
          box-shadow: 0px 5px 0px #db854f;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #fff;
  height: 54px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact .btn input:disabled {
  background-color: #ccc;
  color: #fff;
  -webkit-box-shadow: 0px 5px 0px #a0a0a0;
          box-shadow: 0px 5px 0px #a0a0a0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 980px) {
  .contact .btn input:disabled {
    -webkit-box-shadow: 0px 1.0204081633vw 0px #a0a0a0;
            box-shadow: 0px 1.0204081633vw 0px #a0a0a0;
  }
}
@media screen and (max-width: 980px) {
  .contact .btn input {
    height: 9.387755102vw;
    border-radius: 5.5102040816vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
    -webkit-box-shadow: 0px 1.0204081633vw 0px #db854f;
            box-shadow: 0px 1.0204081633vw 0px #db854f;
  }
}
.contact .btn .wpcf7-spinner {
  display: none;
}
.contact .wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  min-height: 1.4em;
  font-size: 0.9em;
  color: red;
  margin-top: 0.3em;
}/*# sourceMappingURL=style.css.map */