@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a,
button {
  cursor: revert;
  text-decoration: none;
}

ol,
ul,
dl,
dt,
dd,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

button {
  border: none;
  box-shadow: none;
  font-family: inherit;
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", serif;
  overflow-x: hidden;
  color: #151515;
}
@media screen and (min-width: 768px) {
  body p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  body p {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  body p {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}

a {
  color: inherit;
  transition: all 0.3s;
}

.u-en {
  font-family: "Roboto", serif;
}

.u-color--orange {
  color: #E66A00;
}

.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1104px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-inner {
    max-width: 78.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-inner {
    max-width: 88.2666666667vw;
  }
}

.c-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .c-ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.c-ttl-sub {
  text-align: center;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .c-ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .c-ttl-sub {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl-sub {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-ttl-sub {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .c-ttl-sub {
    margin-bottom: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .c-lead {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-lead {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .c-lead {
    margin-bottom: 9.6vw;
  }
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #E66A00;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 320px;
    height: 60px;
    border-radius: 30px;
    padding-left: 60px;
  }
  .c-btn:hover {
    box-shadow: 0 0 16px rgba(230, 106, 0, 0.5);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-btn:hover {
    padding-left: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) and (min-width: 768px) {
  .c-btn:hover {
    padding-left: 3.8571428571vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-btn:hover::after {
    right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) and (min-width: 768px) {
  .c-btn:hover::after {
    right: 1.7142857143vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-btn:hover .c-btn-txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) and (min-width: 768px) {
  .c-btn:hover .c-btn-txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-btn {
    width: 22.8571428571vw;
    height: 4.2857142857vw;
    border-radius: 2.1428571429vw;
    padding-left: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .c-btn {
    width: 85.3333333333vw;
    height: 16vw;
    border-radius: 8vw;
    padding-left: 16vw;
  }
}
.c-btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/common/ic-arrow02-or.png);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    width: 24px;
    height: 24px;
    right: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-btn::after {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
    right: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .c-btn::after {
    width: 6.4vw;
    height: 6.4vw;
    right: 8vw;
  }
}
.c-btn-txt {
  color: #E66A00;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-txt {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-btn-txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .c-btn-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000001;
  width: 100vw;
  transition: all 0.3s;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 160px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header {
    height: 11.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header {
    height: 14.4vw;
  }
}
.l-header__inner {
  display: flex;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__inner {
    padding-top: 0.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__inner {
    padding-left: 4.2666666667vw;
    padding-right: 3.2vw;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    margin-left: 48px;
  }
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__logo {
    margin-left: 1.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: 170px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__logo img {
    width: 12.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__logo img {
    width: 34.6666666667vw;
  }
}
.l-header__navwrap {
  width: 100%;
  background-color: #FAF9F8;
}
@media screen and (min-width: 768px) {
  .l-header__navwrap {
    margin-top: auto;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__navwrap {
    position: fixed;
    top: 14.4vw;
    right: -120%;
    height: calc(100vh - 14.4vw);
    padding: 8vw 0 16vw;
    z-index: 10000001;
    transition: all 0.6s;
    overflow-y: auto;
  }
}
.l-header__navwrap.is-panelactive {
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    margin: 0 auto;
    max-width: 1920px;
  }
}
.l-header__nav-list {
  display: flex;
}
@media screen and (max-width: 767.99px) {
  .l-header__nav-list {
    flex-direction: column;
    margin-bottom: 13.3333333333vw;
    padding: 0 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list > li {
    display: flex;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list > li:not(:last-of-type) {
    border-right: 1px solid #666666;
  }
}
.l-header__nav-list > li > a {
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list > li > a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__nav-list > li > a {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__nav-list > li > a {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list > li > a {
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  .l-header__nav-list > li > a:hover {
    background-color: #EBE7DE;
    color: #5D3900;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__nav-list > li > a {
    height: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__nav-list > li > a {
    flex-direction: column;
    border-bottom: 1px solid #EAD7C3;
    color: #5D3900;
    padding: 4.2666666667vw 0;
  }
  .l-header__nav-list > li > a::after {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/common/ic-arrow02-or.png);
    width: 6.4vw;
    height: 6.4vw;
    right: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__nav-list > li .child-cat {
    margin-top: 3.2vw;
    padding-left: 5.3333333333vw;
  }
}
.l-header__nav-list > li .child-cat li {
  margin-bottom: 3.2vw;
  display: flex;
}
.l-header__nav-list > li .child-cat li a {
  width: 100%;
  position: relative;
  background-color: #F7F3E6;
  padding: 3.2vw 8vw 3.2vw 5.3333333333vw;
}
@media screen and (max-width: 767.99px) {
  .l-header__nav-list > li .child-cat li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-header__nav-list > li .child-cat li a::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow03-or02.png);
  top: 50%;
  transform: translateY(-50%);
  right: 5.3333333333vw;
  width: 2.1333333333vw;
  height: 3.7333333333vw;
}
.l-header__nav-list > li.haschild {
  border-bottom: 1px solid #EAD7C3;
}
.l-header__nav-list > li.haschild .haschild-ttl {
  color: #5D3900;
}
@media screen and (max-width: 767.99px) {
  .l-header__nav-list > li.haschild .haschild-ttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__nav-list > li.haschild .haschild-ttl {
    display: flex;
    width: 100%;
    position: relative;
    padding: 4.2666666667vw 0;
  }
}
.l-header__nav-list > li.haschild .haschild-ttl.is-open .haschild-ttl-ico::after {
  height: 0;
}
.l-header__nav-list > li.haschild .haschild-ttl-ico {
  position: absolute;
  top: 50%;
  width: 6.4vw;
  height: 6.4vw;
  right: 2.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #E66A00;
}
.l-header__nav-list > li.haschild .haschild-ttl-ico::before, .l-header__nav-list > li.haschild .haschild-ttl-ico::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  border-radius: 0.5333333333vw;
}
.l-header__nav-list > li.haschild .haschild-ttl-ico::before {
  width: 3.7333333333vw;
  height: 0.8vw;
}
.l-header__nav-list > li.haschild .haschild-ttl-ico::after {
  width: 0.8vw;
  height: 3.7333333333vw;
}
.l-header__nav-list > li.haschild .haschild-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
}
.l-header__nav-list > li.haschild .haschild-list-item {
  width: 42.6666666667vw;
}
.l-header__nav-list > li.haschild .haschild-list-item a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #EAD7C3;
  position: relative;
  border-radius: 3.2vw;
  height: 16vw;
  overflow: hidden;
}
.l-header__nav-list > li.haschild .haschild-list-item a::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow03-or02.png);
  top: 50%;
  transform: translateY(-50%);
  right: 2.6666666667vw;
  width: 2.1333333333vw;
  height: 3.7333333333vw;
}
.l-header__nav-list > li.haschild .haschild-list-item a img {
  width: 12.8vw;
  height: 100%;
  object-fit: cover;
}
.l-header__nav-list > li.haschild .haschild-list-item a .txt {
  padding-left: 1.6vw;
}
@media screen and (max-width: 767.99px) {
  .l-header__nav-list > li.haschild .haschild-list-item a .txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-header__contact {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__contact {
    align-items: center;
    column-gap: 28px;
    margin-right: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact {
    column-gap: 1.4285714286vw;
    margin-right: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-header__contact {
    justify-content: center;
  }
}
.l-header__contact-form {
  border: 1px solid #A2A2A2;
}
@media screen and (min-width: 768px) {
  .l-header__contact-form {
    overflow: hidden;
    display: flex;
    width: 440px;
    height: 64px;
    border-radius: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-form {
    width: 31.4285714286vw;
    height: 4.5714285714vw;
    border-radius: 8.5333333333vw;
  }
}
.l-header__contact-form input {
  color: #666666;
  font-family: inherit;
  border: none;
}
@media screen and (min-width: 768px) {
  .l-header__contact-form input {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-form input {
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__contact-form input {
    flex: 1;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-form input {
    padding-left: 2.1428571429vw;
  }
}
.l-header__contact-form input:focus {
  outline: none;
}
.l-header__contact-form button {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__contact-form button {
    width: 70px;
  }
  .l-header__contact-form button::before {
    position: absolute;
    content: "";
    display: block;
    height: 64%;
    width: 2px;
    background-color: #A2A2A2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-form button {
    width: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__contact-form button img {
    width: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-form button img {
    width: 2.1428571429vw;
  }
}
.l-header__contact-tel .txt {
  color: #08A361;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-header__contact-tel .txt {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-tel .txt {
    font-size: 1.0714285714vw;
  }
}
.l-header__contact-tel .num {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__contact-tel .num {
    column-gap: 12px;
  }
  .l-header__contact-tel .num:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-tel .num {
    column-gap: 0.8571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__contact-tel .num-icon {
    width: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-tel .num-icon {
    width: 2.1428571429vw;
  }
}
.l-header__contact-tel .num-txt {
  color: #08A361;
}
@media screen and (min-width: 768px) {
  .l-header__contact-tel .num-txt {
    font-size: 36px;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-tel .num-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__contact-tel .num-txt {
    padding-top: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-tel .num-txt {
    padding-top: 0.2857142857vw;
  }
}
.l-header__contact-mail {
  border: 2px solid #08A361;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__contact-mail {
    width: 320px;
    height: 64px;
    border-radius: 83px;
    padding-left: 8px;
    column-gap: 13px;
  }
  .l-header__contact-mail:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-mail {
    width: 22.8571428571vw;
    height: 4.5714285714vw;
    border-radius: 5.9285714286vw;
    padding-left: 0.5714285714vw;
    column-gap: 0.9285714286vw;
  }
}
.l-header__contact-mail .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #08A361;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-header__contact-mail .icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-mail .icon {
    width: 3.4285714286vw;
    height: 3.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__contact-mail .icon img {
    width: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-mail .icon img {
    width: 1.7142857143vw;
  }
}
.l-header__contact-mail .txt {
  color: #08A361;
}
@media screen and (min-width: 768px) {
  .l-header__contact-mail .txt {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-mail .txt {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__contact-mail .txt {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-mail .txt {
    padding-bottom: 0.2857142857vw;
  }
}
.l-header__contact-line {
  border: 2px solid #08A361;
  background-color: #06C755;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__contact-line {
    width: 320px;
    height: 64px;
    border-radius: 83px;
    padding-left: 20px;
    column-gap: 24px;
  }
  .l-header__contact-line:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-line {
    width: 22.8571428571vw;
    height: 4.5714285714vw;
    border-radius: 5.9285714286vw;
    padding-left: 1.4285714286vw;
    column-gap: 1.7142857143vw;
  }
}
.l-header__contact-line .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__contact-line .icon {
    padding-top: 4px;
    width: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-line .icon {
    padding-top: 0.2857142857vw;
    width: 2.8571428571vw;
  }
}
.l-header__contact-line .txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__contact-line .txt {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__contact-line .txt {
    font-size: 1.4285714286vw;
  }
}
.l-header__spform {
  margin-left: auto;
  display: table;
  position: relative;
}
.l-header__spform-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.8vw;
  height: 12.8vw;
  border: 1px solid #666666;
  border-radius: 2.1333333333vw;
}
.l-header__spform-btn img {
  width: 8vw;
}
.l-header__spform-popup {
  display: none;
  position: fixed;
  z-index: 100001;
  width: 100vw;
  top: 14.4vw;
  left: 0;
  background: rgba(102, 102, 102, 0.7);
  padding: 1.0666666667vw 5.3333333333vw;
}
.l-header__spform-popup form {
  display: flex;
  background-color: #fff;
  border: 1px solid #A2A2A2;
  width: 78.1333333333vw;
  height: 12.8vw;
  border-radius: 8.5333333333vw;
  overflow: hidden;
}
.l-header__spform-popup form input {
  font-family: inherit;
  width: 64.2666666667vw;
  padding-left: 5.3333333333vw;
  color: #666;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 767.99px) {
  .l-header__spform-popup form input {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-header__spform-popup form input:focus {
  outline: none;
}
.l-header__spform-popup form button {
  position: relative;
  width: 13.3333333333vw;
}
.l-header__spform-popup form button::before {
  position: absolute;
  content: "";
  display: block;
  height: 9.6vw;
  width: 2px;
  background-color: #A2A2A2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__spform-popup form button img {
  width: 6.4vw;
}
.l-header__spform-popup .closebtn {
  position: absolute;
  top: 2.6666666667vw;
  right: 5.3333333333vw;
  padding-top: 6.4vw;
}
.l-header__spform-popup .closebtn::before, .l-header__spform-popup .closebtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 8vw;
  height: 0.8vw;
  border-radius: 0.5333333333vw;
  top: 2.1333333333vw;
  left: 0;
  background-color: #fff;
}
.l-header__spform-popup .closebtn::before {
  transform: rotate(-30deg);
}
.l-header__spform-popup .closebtn::after {
  transform: rotate(30deg);
}
.l-header__spform-popup .closebtn-txt {
  display: block;
  color: #fff;
}
@media screen and (max-width: 767.99px) {
  .l-header__spform-popup .closebtn-txt {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-header__openbtn {
  position: relative;
  background-color: #5D3900;
  width: 12.8vw;
  height: 12.8vw;
  border-radius: 2.1333333333vw;
  margin-left: 2.6666666667vw;
}
.l-header__openbtn::after {
  position: absolute;
  content: "メニュー";
  font-family: inherit;
  color: #fff;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 1.6vw;
}
@media screen and (max-width: 767.99px) {
  .l-header__openbtn::after {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-header__openbtn .bar {
  position: absolute;
  left: 2.4vw;
  width: 8vw;
  height: 0.8vw;
  border-radius: 0.5333333333vw;
  background-color: #fff;
  transition: all 0.6s;
}
.l-header__openbtn .bar:first-of-type {
  top: 2.4vw;
}
.l-header__openbtn .bar:nth-of-type(2) {
  top: 4.5333333333vw;
}
.l-header__openbtn .bar:last-of-type {
  top: 6.6666666667vw;
}
.l-header__openbtn.is-active::after {
  content: "閉じる";
}
.l-header__openbtn.is-active .bar:first-of-type {
  top: 4.8vw;
  transform: rotate(30deg);
}
.l-header__openbtn.is-active .bar:nth-of-type(2) {
  opacity: 0;
}
.l-header__openbtn.is-active .bar:last-of-type {
  top: 4.8vw;
  transform: rotate(-30deg);
}

.l-lp-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000001;
  width: 100vw;
  transition: all 0.3s;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lp-header {
    height: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header {
    height: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-header {
    height: 14.4vw;
  }
}
.l-lp-header__inner {
  display: flex;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-lp-header__inner {
    max-width: 1820px;
    width: 95%;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-header__inner {
    padding-left: 4.2666666667vw;
  }
}
.l-lp-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-lp-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-header__logo img {
    width: 170px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__logo img {
    width: 12.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-header__logo img {
    width: 34.6666666667vw;
  }
}
.l-lp-header__contact {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact {
    align-items: center;
    column-gap: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact {
    column-gap: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-header__contact {
    column-gap: 1.0666666667vw;
  }
}
.l-lp-header__contact-tel .txt {
  color: #08A361;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-tel .txt {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-tel .txt {
    font-size: 1.0714285714vw;
  }
}
.l-lp-header__contact-tel .num {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-tel .num {
    column-gap: 12px;
  }
  .l-lp-header__contact-tel .num:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-tel .num {
    column-gap: 0.8571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-tel .num-icon {
    width: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-tel .num-icon {
    width: 2.1428571429vw;
  }
}
.l-lp-header__contact-tel .num-txt {
  color: #08A361;
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-tel .num-txt {
    font-size: 36px;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-tel .num-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-tel .num-txt {
    padding-top: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-tel .num-txt {
    padding-top: 0.2857142857vw;
  }
}
.l-lp-header__contact-mail {
  border: 2px solid #08A361;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-mail {
    width: 320px;
    height: 64px;
    border-radius: 83px;
    padding-left: 8px;
    column-gap: 13px;
  }
  .l-lp-header__contact-mail:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-mail {
    width: 22.8571428571vw;
    height: 4.5714285714vw;
    border-radius: 5.9285714286vw;
    padding-left: 0.5714285714vw;
    column-gap: 0.9285714286vw;
  }
}
.l-lp-header__contact-mail .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #08A361;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-mail .icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-mail .icon {
    width: 3.4285714286vw;
    height: 3.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-mail .icon img {
    width: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-mail .icon img {
    width: 1.7142857143vw;
  }
}
.l-lp-header__contact-mail .txt {
  color: #08A361;
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-mail .txt {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-mail .txt {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-header__contact-mail .txt {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-header__contact-mail .txt {
    padding-bottom: 0.2857142857vw;
  }
}
.l-lp-header__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.4vw;
  height: 14.4vw;
}
.l-lp-header__contact-btn.tel {
  background-color: #106F46;
}
.l-lp-header__contact-btn.tel img {
  width: 6.9333333333vw;
}
.l-lp-header__contact-btn.mail {
  background-color: #08A361;
}
.l-lp-header__contact-btn.mail img {
  width: 6.4vw;
}

.l-footer__navwrap {
  background-color: #fff;
}
@media screen and (max-width: 767.99px) {
  .l-footer__navwrap {
    padding: 16vw 0;
  }
}
.l-footer__nav {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    max-width: 1920px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__nav {
    flex-direction: column;
    align-items: center;
    row-gap: 7.4666666667vw;
  }
}
.l-footer__nav-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item {
    flex: 1;
  }
}
.l-footer__nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__nav-item a {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__nav-item a {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item a {
    height: 60px;
  }
  .l-footer__nav-item a:hover {
    color: #5D3900;
    background-color: #EBE7DE;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__nav-item a {
    height: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__nav-item a {
    color: #5D3900;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item:not(:last-of-type) {
    border-right: 1px solid #666666;
  }
}
.l-footer__bg {
  background-color: #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__bg {
    padding: 5.7142857143vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__bg {
    padding: 21.3333333333vw 0;
  }
}
.l-footer__inner {
  text-align: center;
}
.l-footer__logo {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 20px;
  }
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__logo {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 170px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__logo img {
    width: 12.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__logo img {
    width: 45.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__txt {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__txt {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__txt {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__txt {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__company {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__company {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__company {
    margin-bottom: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__company {
    margin-bottom: 6.4vw;
  }
}
.l-footer__company-link {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__company-link {
    padding-right: 29px;
  }
  .l-footer__company-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__company-link {
    padding-right: 2.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__company-link {
    padding-right: 7.7333333333vw;
  }
}
.l-footer__company-link::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-link.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__company-link::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__company-link::after {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__company-link::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.l-footer__copy {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 12px;
    line-height: 1.4166666667;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__copy {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-footer__copy {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.4166666667;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}

.l-lp-footer__bg {
  background-color: #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-lp-footer__bg {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__bg {
    padding: 5.7142857143vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__bg {
    padding: 21.3333333333vw 0;
  }
}
.l-lp-footer__inner {
  text-align: center;
}
.l-lp-footer__logo {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-lp-footer__logo {
    margin-bottom: 20px;
  }
  .l-lp-footer__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__logo {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__logo {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-footer__logo img {
    width: 170px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__logo img {
    width: 12.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__logo img {
    width: 45.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-footer__txt {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-footer__txt {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__txt {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__txt {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-footer__company {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__company {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__company {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp-footer__company {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__company {
    margin-bottom: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__company {
    margin-bottom: 6.4vw;
  }
}
.l-lp-footer__company-link {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lp-footer__company-link {
    padding-right: 29px;
  }
  .l-lp-footer__company-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__company-link {
    padding-right: 2.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__company-link {
    padding-right: 7.7333333333vw;
  }
}
.l-lp-footer__company-link::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-link.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-lp-footer__company-link::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__company-link::after {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__company-link::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.l-lp-footer__copy {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lp-footer__copy {
    font-size: 12px;
    line-height: 1.4166666667;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp-footer__copy {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp-footer__copy {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.4166666667;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}

.l-undermv {
  background-color: #FDE8D3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-undermv {
    height: 180px;
    margin-top: 160px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-undermv {
    height: 12.8571428571vw;
    margin-top: 11.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-undermv {
    height: 26.6666666667vw;
    margin-top: 14.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-undermv__ttl {
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-undermv__ttl {
    font-size: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-undermv__ttl {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .l-bread {
    padding-top: 24px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-bread {
    padding-top: 1.7142857143vw;
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-bread {
    padding-top: 6.4vw;
    margin-bottom: 8vw;
  }
}
.l-bread__list {
  display: flex;
}
.l-bread__list-item {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-bread__list-item:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-bread__list-item:not(:last-of-type) {
    margin-right: 0.7142857143vw;
    padding-right: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-bread__list-item:not(:last-of-type) {
    margin-right: 2.6666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.l-bread__list-item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-bk.png);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-bread__list-item:not(:last-of-type)::after {
    width: 6px;
    height: 10px;
    top: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-bread__list-item:not(:last-of-type)::after {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
    top: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-bread__list-item:not(:last-of-type)::after {
    width: 1.6vw;
    height: 2.6666666667vw;
    top: 1.0666666667vw;
  }
}
.l-bread__list-item a {
  color: #E66A00;
  white-space: nowrap;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-bread__list-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .l-bread__list-item a, .l-bread__list-item span {
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-bread__list-item a, .l-bread__list-item span {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-bread__list-item a, .l-bread__list-item span {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.l-categoryselect {
  background-color: #E66A00;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-categoryselect {
    align-items: center;
    border-radius: 24px;
    padding: 28px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-categoryselect {
    border-radius: 1.7142857143vw;
    padding: 2vw;
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect {
    flex-direction: column;
    align-items: center;
    margin-bottom: 6.4vw;
    row-gap: 3.7333333333vw;
    padding: 5.3333333333vw;
    border-radius: 3.2vw;
  }
}
.l-categoryselect__txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-categoryselect__txt {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-categoryselect__txt {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect__txt {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-categoryselect__txt {
    flex: 1;
  }
}
.l-categoryselect__select {
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect__select {
    width: 100%;
  }
}
.l-categoryselect__select::after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-or.png);
}
@media screen and (min-width: 768px) {
  .l-categoryselect__select::after {
    width: 12px;
    height: 20px;
    right: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-categoryselect__select::after {
    width: 0.8571428571vw;
    height: 1.4285714286vw;
    right: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect__select::after {
    width: 3.2vw;
    height: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.l-categoryselect__select-box {
  font-family: inherit;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-categoryselect__select-box {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-categoryselect__select-box {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect__select-box {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-categoryselect__select-box {
    padding: 20px;
    width: 480px;
    height: 70px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-categoryselect__select-box {
    padding: 1.4285714286vw;
    width: 34.2857142857vw;
    height: 5vw;
    border-radius: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect__select-box {
    padding: 3.7333333333vw 5.3333333333vw;
    width: 100%;
    height: 14.4vw;
    border-radius: 2.1333333333vw;
  }
}
.l-categoryselect__select-box:focus {
  outline: none;
}
.l-categoryselect__form {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect__form {
    flex-direction: column;
    row-gap: 2.6666666667vw;
    width: 100%;
  }
}
.l-categoryselect__form-btn {
  cursor: pointer;
  background-color: #FDE8D3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-categoryselect__form-btn {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-categoryselect__form-btn {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect__form-btn {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-categoryselect__form-btn {
    margin-left: 20px;
    padding: 10px 60px 10px 25px;
    border-radius: 35px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-categoryselect__form-btn {
    margin-left: 1.4285714286vw;
    padding: 0.7142857143vw 4.2857142857vw 0.7142857143vw 1.7857142857vw;
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect__form-btn {
    padding: 2.6666666667vw 16vw 2.6666666667vw 6.6666666667vw;
    border-radius: 9.3333333333vw;
  }
}
.l-categoryselect__form-btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-search-bk.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-categoryselect__form-btn::after {
    width: 23px;
    height: 23px;
    right: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-categoryselect__form-btn::after {
    width: 1.6428571429vw;
    height: 1.6428571429vw;
    right: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-categoryselect__form-btn::after {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    right: 6.4vw;
  }
}

.l-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-pagination .nav-links {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-pagination .nav-links {
    column-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-pagination .nav-links {
    column-gap: 3.2vw;
  }
}
.l-pagination .nav-links .page-numbers {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", serif;
}
@media screen and (min-width: 768px) {
  .l-pagination .nav-links .page-numbers {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-pagination .nav-links .page-numbers {
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-pagination .nav-links .page-numbers {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-pagination .nav-links .page-numbers {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-pagination .nav-links .page-numbers {
    width: 4.5714285714vw;
    height: 4.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-pagination .nav-links .page-numbers {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.l-pagination .nav-links a {
  background-color: #EAD7C3;
  border: 2px solid #E66A00;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-pagination .nav-links a:hover {
    background-color: #E66A00;
    color: #fff;
  }
}
.l-pagination .nav-links a.prev, .l-pagination .nav-links a.next {
  position: relative;
  background-color: #E66A00;
  border: 2px solid #E66A00;
}
@media screen and (min-width: 768px) {
  .l-pagination .nav-links a.prev, .l-pagination .nav-links a.next {
    width: 80px;
    height: 80px;
  }
  .l-pagination .nav-links a.prev:hover, .l-pagination .nav-links a.next:hover {
    background-color: #fff;
  }
  .l-pagination .nav-links a.prev:hover::before, .l-pagination .nav-links a.next:hover::before {
    background-image: url(../img/common/ic-arrow-or.png);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-pagination .nav-links a.prev, .l-pagination .nav-links a.next {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-pagination .nav-links a.prev, .l-pagination .nav-links a.next {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.l-pagination .nav-links a.prev::before, .l-pagination .nav-links a.next::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/common/ic-arrow-wh.png);
}
@media screen and (min-width: 768px) {
  .l-pagination .nav-links a.prev::before, .l-pagination .nav-links a.next::before {
    width: 15px;
    height: 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-pagination .nav-links a.prev::before, .l-pagination .nav-links a.next::before {
    width: 1.0714285714vw;
    height: 1.7857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-pagination .nav-links a.prev::before, .l-pagination .nav-links a.next::before {
    width: 2.9333333333vw;
    height: 4.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-pagination .nav-links a.prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-pagination .nav-links a.prev {
    margin-right: 0.7142857143vw;
  }
}
.l-pagination .nav-links a.next {
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .l-pagination .nav-links a.next {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-pagination .nav-links a.next {
    margin-left: 0.7142857143vw;
  }
}
.l-pagination .nav-links .dots {
  background-color: transparent;
  border: none;
  color: #E66A00;
  width: auto;
}
.l-pagination .nav-links .current {
  background-color: #fff;
  border: 2px solid #E66A00;
  color: #E66A00;
}

.l-results__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-results__list {
    flex-wrap: wrap;
    column-gap: 42px;
    row-gap: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list {
    column-gap: 3vw;
    row-gap: 3.4285714286vw;
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list {
    flex-direction: column;
    row-gap: 8vw;
    margin-bottom: 9.6vw;
  }
}
.l-results__list-item a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-results__list-item a {
    border-radius: 24px;
    width: 340px;
  }
  .l-results__list-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a {
    border-radius: 1.7142857143vw;
    width: 24.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a {
    width: 100%;
    border-radius: 6.4vw;
  }
}
.l-results__list-item a .category {
  position: absolute;
  z-index: 1;
  background-color: #151515;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .category {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .category {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .category {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .category {
    padding: 2px 12px;
    border-radius: 20px;
    top: 14px;
    left: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .category {
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
    top: 1vw;
    left: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .category {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
    top: 3.7333333333vw;
    left: 3.7333333333vw;
  }
}
.l-results__list-item a img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-results__list-item a img {
    height: 227px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a img {
    height: 16.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a img {
    height: 51.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text {
    padding: 18px 24px 27px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text {
    padding: 1.2857142857vw 1.7142857143vw 1.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text {
    padding: 5.3333333333vw 5.3333333333vw 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-ttl {
    min-height: 78px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-ttl {
    min-height: 5.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-results__list-item a .text-tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-tag {
    column-gap: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-tag {
    column-gap: 0.8571428571vw;
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-tag {
    column-gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.l-results__list-item a .text-tag li {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-tag li {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-tag li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-tag li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-tag li {
    padding: 2px 12px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-tag li {
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-tag li {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.l-results__list-item a .text-brand {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-brand {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-brand {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-brand {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-brand {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-brand {
    margin-bottom: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-brand {
    margin-bottom: 2.6666666667vw;
  }
}
.l-results__list-item a .text-brand-name {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-brand-name {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-brand-name {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-brand-name {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-results__list-item a .text-date {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-date {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-date {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-date {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-date {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-date {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-date {
    margin-bottom: 5.8666666667vw;
  }
}
.l-results__list-item a .text-price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-price {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-price {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-price {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-price-num {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-price-num {
    font-size: 2.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-price-num {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results__list-item a .text-price-num {
    margin-left: 16px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__list-item a .text-price-num {
    margin-left: 1.1428571429vw;
    margin-right: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__list-item a .text-price-num {
    margin-left: 4.2666666667vw;
    margin-right: 1.6vw;
  }
}
.l-results__note {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-results__note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__note {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__note {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-results__note {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results__note {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results__note {
    margin-bottom: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .l-news__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-news__list {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-news__list {
    margin-bottom: 8vw;
  }
}
.l-news__list-item {
  border-bottom: 1px solid #EBE7DE;
  display: flex;
}
.l-news__list-item a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-news__list-item a {
    padding: 30px 20px;
  }
  .l-news__list-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-news__list-item a {
    padding: 2.1428571429vw 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-news__list-item a {
    padding: 5.8666666667vw 2.6666666667vw;
  }
}
.l-news__list-item a .info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-news__list-item a .info {
    column-gap: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-news__list-item a .info {
    column-gap: 1.7142857143vw;
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-news__list-item a .info {
    column-gap: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-news__list-item a .info-date {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-news__list-item a .info-date {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-news__list-item a .info-date {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-news__list-item a .info-cat {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-news__list-item a .info-cat {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-news__list-item a .info-cat {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-news__list-item a .info-cat {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-news__list-item a .ttl {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-news__list-item a .ttl {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-news__list-item a .ttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.l-column__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-column__list {
    flex-wrap: wrap;
    margin-bottom: 60px;
    column-gap: 46.5px;
    row-gap: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list {
    margin-bottom: 4.2857142857vw;
    column-gap: 3.3214285714vw;
    row-gap: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list {
    margin-bottom: 8vw;
    flex-direction: column;
    row-gap: 8vw;
  }
}
.l-column__list.mb0 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-column__list-item {
    width: 337px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item {
    width: 24.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-column__list-item a:hover .img img {
    opacity: 0.7;
    transform: scale(1.1);
  }
  .l-column__list-item a:hover .text-ttl {
    color: #E99C33;
  }
}
.l-column__list-item a .img {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .img {
    height: 224px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .img {
    height: 16vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .img {
    height: 58.9333333333vw;
    border-radius: 6.4vw;
  }
}
.l-column__list-item a .img img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.l-column__list-item a .img-cat {
  position: absolute;
  z-index: 1;
  background-color: #151515;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .img-cat {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .img-cat {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .img-cat {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .img-cat {
    top: 14px;
    left: 14px;
    padding: 2px 12px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .img-cat {
    top: 1vw;
    left: 1vw;
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .img-cat {
    top: 3.7333333333vw;
    left: 3.7333333333vw;
    border-radius: 5.3333333333vw;
    padding: 0.5333333333vw 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .text {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .text {
    margin-top: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .text {
    margin-top: 5.3333333333vw;
  }
}
.l-column__list-item a .text-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .text-ttl {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .text-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .text-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .text-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .text-ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-column__list-item a .text-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-column__list-item a .text-info-tag {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .text-info-tag {
    column-gap: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .text-info-tag {
    column-gap: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .text-info-tag {
    column-gap: 3.2vw;
  }
}
.l-column__list-item a .text-info-tag li {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .text-info-tag li {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .text-info-tag li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .text-info-tag li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .text-info-tag li {
    padding: 2px 12px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .text-info-tag li {
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .text-info-tag li {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.l-column__list-item a .text-info-date {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-column__list-item a .text-info-date {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column__list-item a .text-info-date {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column__list-item a .text-info-date {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

.l-link__bg {
  background-color: #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-link__bg {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__bg {
    padding: 7.1428571429vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__bg {
    padding: 16vw 0;
  }
}
.l-link__box {
  background-color: #D6D0C3;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-link__box {
    max-width: 1360px;
    border-radius: 36px;
    padding: 65px 0 50px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__box {
    max-width: 97.1428571429vw;
    border-radius: 2.5714285714vw;
    padding: 4.6428571429vw 0 3.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__box {
    max-width: 88.2666666667vw;
    border-radius: 9.6vw;
    padding: 15.4666666667vw 0 8vw;
  }
}
.l-link__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-link__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list {
    flex-direction: column;
    align-items: center;
    row-gap: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-link__list-item {
    width: 340px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__list-item {
    width: 24.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list-item {
    width: 77.6vw;
  }
}
.l-link__list-item a {
  position: relative;
  display: block;
  text-align: center;
  background-color: #FDE8D3;
  border: 3px solid #E66A00;
}
@media screen and (min-width: 768px) {
  .l-link__list-item a {
    box-shadow: 0 20px 0 #E66A00;
    border-radius: 24px;
    padding: 100px 0 24px;
  }
  .l-link__list-item a:hover {
    box-shadow: none;
    transform: translateY(20px);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__list-item a {
    box-shadow: 0 1.4285714286vw 0 #E66A00;
    border-radius: 1.7142857143vw;
    padding: 7.1428571429vw 0 1.7142857143vw;
  }
  .l-link__list-item a:hover {
    transform: translateY(1.4285714286vw);
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list-item a {
    box-shadow: 0 2.6666666667vw 0 #E66A00;
    border-radius: 6.4vw;
    padding: 17.0666666667vw 0 8vw;
  }
}
.l-link__list-item a .icon {
  position: absolute;
  background-color: #fff;
  border: 3px solid #E66A00;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-link__list-item a .icon {
    width: 104px;
    height: 104px;
    top: -20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__list-item a .icon {
    width: 7.4285714286vw;
    height: 7.4285714286vw;
    top: -1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list-item a .icon {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    top: -7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-link__list-item a .icon img {
    width: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__list-item a .icon img {
    width: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list-item a .icon img {
    width: 12.8vw;
  }
}
.l-link__list-item a .txt {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-link__list-item a .txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__list-item a .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list-item a .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-link__list-item a .txt {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__list-item a .txt {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list-item a .txt {
    margin-bottom: 3.2vw;
  }
}
.l-link__list-item a .link {
  display: inline-block;
  color: #5D3900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-link__list-item a .link {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__list-item a .link {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list-item a .link {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-link__list-item a .link {
    padding-right: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__list-item a .link {
    padding-right: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list-item a .link {
    padding-right: 9.6vw;
  }
}
.l-link__list-item a .link::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-br.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-link__list-item a .link::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-link__list-item a .link::after {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-link__list-item a .link::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.l-spcta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #E99C33;
  padding: 2.6666666667vw 0 4.2666666667vw;
}
.l-spcta .p-cta__item-btn {
  width: max-content;
  margin: 0 auto;
}
.l-spcta .p-cta__item-btn .btn-txt {
  color: #fff;
}
@media screen and (max-width: 767.99px) {
  .l-spcta .p-cta__item-btn .btn-txt {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-spcta .p-cta__item-btn.line .btn {
  padding-left: 5.3333333333vw;
}
@media screen and (max-width: 767.99px) {
  .l-spcta .p-cta__item-btn.line .btn-num {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.l-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000012;
}
.l-modal__bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.l-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-modal__content {
    width: 1000px;
    height: 500px;
    padding: 36px 80px;
    border-radius: 24px;
    max-height: 70vh;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-modal__content {
    width: 71.4285714286vw;
    height: 35.7142857143vw;
    padding: 2.5714285714vw 5.7142857143vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-modal__content {
    width: 88.2666666667vw;
    height: 70vh;
    padding: 8vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.l-modal__closebtn {
  position: absolute;
  background-color: #E66A00;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-modal__closebtn {
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-modal__closebtn {
    top: 1.4285714286vw;
    right: 1.4285714286vw;
    width: 4.2857142857vw;
    height: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-modal__closebtn {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.l-modal__closebtn::before, .l-modal__closebtn::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .l-modal__closebtn::before, .l-modal__closebtn::after {
    width: 36px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-modal__closebtn::before, .l-modal__closebtn::after {
    width: 2.5714285714vw;
    border-radius: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-modal__closebtn::before, .l-modal__closebtn::after {
    width: 6.4vw;
    height: 0.8vw;
  }
}
.l-modal__closebtn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-modal__closebtn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .cta-mt {
    margin-top: -266px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .cta-mt {
    margin-top: -19vw;
  }
}

.p-cta {
  position: relative;
  z-index: 5;
}
.p-cta__bg {
  background-color: #E99C33;
}
.p-cta__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__inner {
    padding: 3.5714285714vw 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__inner {
    padding: 7.4666666667vw 0 6.4vw;
  }
}
.p-cta__inner::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/im-cta.png);
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-cta__inner::before {
    width: 215px;
    height: 280px;
    top: -30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__inner::before {
    width: 15.3571428571vw;
    height: 20vw;
    top: -2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__inner::before {
    width: 30.6666666667vw;
    height: 40vw;
    top: 5.3333333333vw;
  }
}
.p-cta__ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__ttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__ttl {
    margin-bottom: 42px;
    padding-left: 230px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__ttl {
    margin-bottom: 3vw;
    padding-left: 16.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__ttl {
    margin-bottom: 8vw;
    padding-left: 36vw;
  }
}
.p-cta__wrap {
  position: relative;
  z-index: 5;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-cta__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__wrap {
    flex-direction: column;
    row-gap: 9.6vw;
  }
}
.p-cta__item {
  position: relative;
  z-index: 1;
}
.p-cta__item-btn {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn:hover {
    transform: translateY(10px);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn:hover {
    transform: translateY(0.7142857143vw);
  }
}
.p-cta__item-btn.tel .btn {
  background-color: #08A361;
}
.p-cta__item-btn.tel .btn-icon {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn.tel .btn-icon img {
    width: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn.tel .btn-icon img {
    width: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn.tel .btn-icon img {
    width: 6.4vw;
  }
}
.p-cta__item-btn.mail .btn {
  background-color: #fff;
}
.p-cta__item-btn.mail .btn-icon {
  background-color: #08A361;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn.mail .btn-icon img {
    width: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn.mail .btn-icon img {
    width: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn.mail .btn-icon img {
    width: 6.4vw;
  }
}
.p-cta__item-btn.line .btn {
  background-color: #06C755;
}
.p-cta__item-btn.line .btn-icon {
  background-color: transparent;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn.line .btn-icon img {
    width: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn.line .btn-icon img {
    width: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn.line .btn-icon img {
    width: 10.6666666667vw;
  }
}
.p-cta__item-btn.line .btn-txt {
  color: #fff;
}
.p-cta__item-btn .bnr {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  border: 2px solid #08A361;
  color: #08A361;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn .bnr {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn .bnr {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn .bnr {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn .bnr {
    width: 300px;
    height: 36px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn .bnr {
    width: 21.4285714286vw;
    height: 2.5714285714vw;
    border-radius: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn .bnr {
    width: 53.3333333333vw;
    height: 6.4vw;
    border-radius: 4.8vw;
  }
}
.p-cta__item-btn .btn {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #08A361;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn .btn {
    column-gap: 40px;
    padding-left: 11px;
    width: 520px;
    height: 100px;
    border-radius: 83px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn .btn {
    column-gap: 2.8571428571vw;
    padding-left: 0.7857142857vw;
    width: 37.1428571429vw;
    height: 7.1428571429vw;
    border-radius: 5.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn .btn {
    column-gap: 3.7333333333vw;
    width: 86.9333333333vw;
    height: 16.5333333333vw;
    border-radius: 22.1333333333vw;
    padding-left: 1.8666666667vw;
  }
}
.p-cta__item-btn .btn::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #106F46;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn .btn::after {
    border-radius: 50px;
    top: 6px;
    left: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn .btn::after {
    border-radius: 3.5714285714vw;
    top: 0.4285714286vw;
    left: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn .btn::after {
    border-radius: 13.3333333333vw;
    top: 1.3333333333vw;
    left: 1.3333333333vw;
  }
}
.p-cta__item-btn .btn-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn .btn-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn .btn-icon {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn .btn-icon {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.p-cta__item-btn .btn-num {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn .btn-num {
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn .btn-num {
    font-size: 3.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn .btn-num {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-cta__item-btn .btn-txt {
  color: #08A361;
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn .btn-txt {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn .btn-txt {
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn .btn-txt {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__item-btn .btn-num, .p-cta__item-btn .btn-txt {
    padding-top: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-btn .btn-num, .p-cta__item-btn .btn-txt {
    padding-top: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-btn .btn-num, .p-cta__item-btn .btn-txt {
    padding-top: 1.0666666667vw;
  }
}
.p-cta__item-note {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__item-note {
    font-size: 16px;
    line-height: 1.3125;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-note {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-note {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__item-note {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__item-note {
    margin-top: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-cta__item-note {
    margin-top: 2.1333333333vw;
  }
}

.p-ctabox {
  background-color: #E99C33;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-ctabox {
    max-width: 1000px;
    border-radius: 36px;
    padding: 24px 0 24px 344px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-ctabox {
    max-width: 71.4285714286vw;
    border-radius: 2.5714285714vw;
    padding: 1.7142857143vw 0 1.7142857143vw 24.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-ctabox {
    max-width: 94.1333333333vw;
    border-radius: 8vw;
    padding: 6.4vw 2.9333333333vw;
  }
}
.p-ctabox::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/im-cta.png);
}
@media screen and (min-width: 768px) {
  .p-ctabox::before {
    width: 215px;
    height: 280px;
    left: 70px;
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-ctabox::before {
    width: 15.3571428571vw;
    height: 20vw;
    left: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-ctabox::before {
    width: 24.5333333333vw;
    height: 32vw;
    top: 5.3333333333vw;
    left: 9.6vw;
  }
}
.p-ctabox__ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-ctabox__ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-ctabox__ttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-ctabox__ttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-ctabox__ttl {
    margin-bottom: 50px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-ctabox__ttl {
    margin-bottom: 3.5714285714vw;
    padding-left: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-ctabox__ttl {
    margin-bottom: 7.2vw;
    padding-left: 37.3333333333vw;
  }
}
.p-ctabox .p-cta__item {
  width: max-content;
}

.p-step__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .p-step__bg {
    padding: 120px 0 160px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__bg {
    padding: 8.5714285714vw 0 11.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__bg {
    padding: 16vw 0;
  }
}
.p-step__bg.top {
  background-color: #FDFBF2;
}
.p-step__main-ttl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-step__main-ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-ttl {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-ttl {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-ttl .num {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-ttl .num {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-ttl .num {
    font-size: calc(42 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-ttl .num {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-ttl .num {
    margin-right: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-ttl .num {
    margin-right: 0.8vw;
  }
}
.p-step__main-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-step__main-list {
    justify-content: space-between;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list {
    flex-direction: column;
    row-gap: 17.0666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-step__main-list .item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-step__main-list .item {
    padding: 40px 32px 48px;
    border-radius: 24px;
    width: 316px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list .item {
    padding: 2.8571428571vw 2.2857142857vw 3.4285714286vw;
    border-radius: 1.7142857143vw;
    width: 22.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list .item {
    padding: 8vw 10.6666666667vw 8vw;
    border-radius: 6.4vw;
  }
}
.p-step__main-list .item:not(:last-of-type) {
  position: relative;
}
.p-step__main-list .item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
}
@media screen and (min-width: 768px) {
  .p-step__main-list .item:not(:last-of-type)::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 50%;
    transform: translate(100%, -50%);
    width: 12px;
    height: 18px;
    right: -33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list .item:not(:last-of-type)::after {
    width: 0.8571428571vw;
    height: 1.2857142857vw;
    right: -2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list .item:not(:last-of-type)::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    transform: translate(-50%, 100%);
    width: 6.4vw;
    height: 4.2666666667vw;
    bottom: -6.4vw;
  }
}
.p-step__main-list .item-number {
  position: relative;
  background-color: #F7F3E6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-step__main-list .item-number {
    border-radius: 40px;
    padding: 15px 0;
    column-gap: 38px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list .item-number {
    border-radius: 2.8571428571vw;
    padding: 1.0714285714vw 0;
    column-gap: 2.7142857143vw;
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list .item-number {
    border-radius: 10.6666666667vw;
    padding: 4vw 0;
    column-gap: 10.1333333333vw;
    margin-bottom: 6.4vw;
  }
}
.p-step__main-list .item-number::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #F7F3E6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
}
@media screen and (min-width: 768px) {
  .p-step__main-list .item-number::after {
    width: 24px;
    height: 15px;
    bottom: -11px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list .item-number::after {
    width: 1.7142857143vw;
    height: 1.0714285714vw;
    bottom: -0.7857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list .item-number::after {
    width: 6.4vw;
    height: 4vw;
    bottom: -2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-list .item-number-num {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list .item-number-num {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list .item-number-num {
    font-size: calc(40 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-list .item-number img {
    width: 50px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list .item-number img {
    width: 3.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list .item-number img {
    width: 13.3333333333vw;
  }
}
.p-step__main-list .item-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-step__main-list .item-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list .item-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list .item-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-list .item-ttl {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list .item-ttl {
    margin-bottom: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list .item-ttl {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-list .item-txt {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-list .item-txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-list .item-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-note {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-note {
    margin-bottom: 2.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-note {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-note .txt {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-note .txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-note .txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-note .txt + .txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-note .txt + .txt {
    margin-top: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-note .txt + .txt {
    margin-top: 2.1333333333vw;
  }
}
.p-step__main-caution {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution {
    border-radius: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution {
    border-radius: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution {
    border-radius: 2.1333333333vw;
  }
}
.p-step__main-caution .head {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #FDE8D3;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .head {
    column-gap: 16px;
    padding: 17px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .head {
    column-gap: 1.1428571429vw;
    padding: 1.2142857143vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .head {
    padding: 5.3333333333vw 6.4vw;
    column-gap: 3.2vw;
  }
}
.p-step__main-caution .head.is-open .head-icon::after {
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .head img {
    width: 23px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .head img {
    width: 1.6428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .head img {
    width: 6.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .head-txt {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .head-txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .head-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-step__main-caution .head-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .head-icon {
    width: 44px;
    height: 44px;
    right: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .head-icon {
    width: 3.1428571429vw;
    height: 3.1428571429vw;
    right: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .head-icon {
    width: 9.6vw;
    height: 9.6vw;
    right: 6.4vw;
  }
}
.p-step__main-caution .head-icon::before, .p-step__main-caution .head-icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .head-icon::before {
    width: 22px;
    height: 2px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .head-icon::before {
    width: 1.5714285714vw;
    height: 0.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .head-icon::before {
    width: 4.8vw;
    height: 0.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .head-icon::after {
    width: 2px;
    height: 22px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .head-icon::after {
    width: 0.1428571429vw;
    height: 1.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .head-icon::after {
    width: 0.5333333333vw;
    height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body {
    padding: 40px 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body {
    padding: 2.8571428571vw 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body {
    padding: 6.4vw 4.2666666667vw;
  }
}
.p-step__main-caution .body-box {
  background-color: #F7F3E6;
  border: 1px solid #EBE7DE;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box {
    margin-top: 30px;
    border-radius: 8px;
    padding: 36px 40px 28px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box {
    margin-top: 2.1428571429vw;
    border-radius: 0.5714285714vw;
    padding: 2.5714285714vw 2.8571428571vw 2vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box {
    margin-top: 6.4vw;
    border-radius: 2.1333333333vw;
    padding: 6.4vw 4.2666666667vw;
  }
}
.p-step__main-caution .body-box-ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box-ttl {
    column-gap: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box-ttl {
    column-gap: 1.1428571429vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box-ttl {
    flex-direction: column;
    text-align: center;
    row-gap: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box-ttl img {
    width: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box-ttl img {
    width: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box-ttl img {
    width: 9.6vw;
  }
}
.p-step__main-caution .body-box-ttl-txt {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box-ttl-txt {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box-ttl-txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box-ttl-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-step__main-caution .body-box-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box-list {
    flex-wrap: wrap;
    max-width: 625px;
    column-gap: 100px;
    row-gap: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box-list {
    max-width: 44.6428571429vw;
    column-gap: 7.1428571429vw;
    row-gap: 1.1428571429vw;
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box-list {
    flex-direction: column;
    align-items: center;
    row-gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-step__main-caution .body-box-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box-list li {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box-list li {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box-list li {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box-list li {
    padding-left: 21px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box-list li {
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box-list li {
    padding-left: 5.6vw;
  }
}
.p-step__main-caution .body-box-list li::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #5D3900;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box-list li::before {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box-list li::before {
    width: 0.6428571429vw;
    height: 0.6428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box-list li::before {
    width: 2.4vw;
    height: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box-notes p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box-notes p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box-notes p {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-caution .body-box-notes p + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-caution .body-box-notes p + p {
    margin-top: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-caution .body-box-notes p + p {
    margin-top: 2.1333333333vw;
  }
}
.p-step__main-add .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-step__main-add .wrap {
    justify-content: center;
    align-items: flex-end;
    column-gap: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .wrap {
    column-gap: 3vw;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    row-gap: 14.4vw;
  }
}
.p-step__main-add .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-step__main-add .list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .list {
    column-gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .list {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.p-step__main-add .list li {
  background-color: #E66A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-step__main-add .list li {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .list li {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .list li {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-add .list li {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .list li {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .list li {
    width: 88.2666666667vw;
    height: 16vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-add .list li .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .list li .small {
    font-size: 1.5714285714vw;
  }
}
.p-step__main-add .zero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .p-step__main-add .zero {
    column-gap: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .zero {
    column-gap: 0.8571428571vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .zero {
    column-gap: 3.2vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-step__main-add .zero::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/dc-txt.png);
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-step__main-add .zero::before {
    width: 237px;
    height: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .zero::before {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .zero::before {
    width: 63.2vw;
    height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-add .zero-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .zero-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .zero-txt {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-step__main-add .zero-yen-small {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step__main-add .zero-yen-small {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .zero-yen-small {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .zero-yen-small {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-add .zero-yen-small {
    bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .zero-yen-small {
    bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .zero-yen-small {
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__main-add .zero-yen-num {
    font-size: 110px;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__main-add .zero-yen-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__main-add .zero-yen-num {
    font-size: calc(110 / 375 * 100vw);
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-step__faq {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq {
    padding-top: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq {
    padding-top: 17.6vw;
  }
}
.p-step__faq-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-step__faq-ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq-ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq-ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-step__faq-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq-ttl {
    margin-bottom: 9.6vw;
  }
}
.p-step__faq-list .faqitem {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-step__faq-list .faqitem {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq-list .faqitem {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq-list .faqitem {
    border-radius: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-step__faq-list .faqitem:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq-list .faqitem:not(:last-of-type) {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq-list .faqitem:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}
.p-step__faq-list .faqitem-q {
  background-color: #E99C33;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-step__faq-list .faqitem-q {
    column-gap: 34px;
    padding: 18px 48px 16px 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq-list .faqitem-q {
    column-gap: 2.4285714286vw;
    padding: 1.2857142857vw 3.4285714286vw 1.1428571429vw 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq-list .faqitem-q {
    column-gap: 2.6666666667vw;
    padding: 6.4vw;
  }
}
.p-step__faq-list .faqitem-q .icon {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-step__faq-list .faqitem-q .icon {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq-list .faqitem-q .icon {
    width: 3.8571428571vw;
    height: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq-list .faqitem-q .icon {
    width: 14.4vw;
    height: 14.4vw;
  }
}
.p-step__faq-list .faqitem-q .icon .u-en {
  color: #E99C33;
}
@media screen and (min-width: 768px) {
  .p-step__faq-list .faqitem-q .icon .u-en {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq-list .faqitem-q .icon .u-en {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq-list .faqitem-q .icon .u-en {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-step__faq-list .faqitem-q .txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-step__faq-list .faqitem-q .txt {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq-list .faqitem-q .txt {
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq-list .faqitem-q .txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-step__faq-list .faqitem-a {
    padding: 24px 48px 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-step__faq-list .faqitem-a {
    padding: 1.7142857143vw 3.4285714286vw 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .p-step__faq-list .faqitem-a {
    padding: 6.4vw;
  }
}

.l-lp .p-mv__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bg {
    background-image: url(../img/lp/bg-mv01.jpg);
    padding-top: 220px;
    padding-bottom: 340px;
    aspect-ratio: 1920/1080;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bg {
    padding-top: 15.7142857143vw;
    padding-bottom: 24.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bg {
    background-image: url(../img/lp/bg-mv01-sp.jpg);
    aspect-ratio: 375/460;
    padding-top: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bg.bg02 {
    background-image: url(../img/lp/bg-mv02.jpg);
    aspect-ratio: 1920/774;
    margin-top: 100px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bg.bg02 {
    margin-top: 7.1428571429vw;
    padding-top: 8.5714285714vw;
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bg.bg02 {
    background-image: url(../img/lp/bg-mv02-sp.jpg);
    aspect-ratio: 375/480;
    padding-top: 17.3333333333vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bg.bg02 .p-mv__bottom-badge {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bg.bg02 .p-mv__bottom-badge .item:last-of-type {
    margin-top: -4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bg.bg03 {
    background-image: url(../img/lp/bg-mv02.jpg);
    aspect-ratio: 1920/774;
    margin-top: 160px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bg.bg03 {
    margin-top: 11.4285714286vw;
    padding-top: 8.5714285714vw;
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bg.bg03 {
    background-image: url(../img/lp/bg-mv02-sp.jpg);
    aspect-ratio: 375/480;
    padding-top: 17.3333333333vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bg.bg03 .p-mv__bottom-badge {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bg.bg03 .p-mv__bottom-badge .item:last-of-type {
    margin-top: -4.2666666667vw;
  }
}
.l-lp .p-mv__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__inner {
    max-width: 88.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__ttl {
    font-size: 64px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__ttl {
    font-size: 4.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__ttl {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__ttl {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__ttl {
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__ttl02 {
    font-size: 72px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__ttl02 {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__ttl02 {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__ttl02 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__ttl02 {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__ttl02 {
    text-align: center;
  }
}
.l-lp .p-mv__bottom {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom {
    align-items: center;
    column-gap: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom {
    column-gap: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom {
    flex-direction: column;
    row-gap: 3.2vw;
  }
}
.l-lp .p-mv__bottom-merit {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit {
    column-gap: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit {
    column-gap: 2.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit {
    justify-content: space-between;
  }
}
.l-lp .p-mv__bottom-merit .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .list {
    column-gap: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .list {
    column-gap: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .list {
    width: 47.4666666667vw;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.1333333333vw;
  }
}
.l-lp .p-mv__bottom-merit .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E66A00;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .list-item {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .list-item {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .list-item {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.2307692308;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .list-item {
    flex-direction: column;
    width: 120px;
    height: 120px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .list-item {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .list-item {
    width: 22.4vw;
    height: 9.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .list-item:last-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .list-item .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .list-item .small {
    font-size: 1.5714285714vw;
  }
}
.l-lp .p-mv__bottom-merit .right-top {
  position: relative;
  z-index: 1;
  color: #E66A00;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .right-top {
    margin-bottom: 5.3333333333vw;
  }
}
.l-lp .p-mv__bottom-merit .right-top::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url(../img/lp/dc-mv.png);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top::after {
    width: 237px;
    height: 36px;
    bottom: -30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top::after {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
    bottom: -2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .right-top::after {
    width: 35.2vw;
    height: 5.3333333333vw;
    bottom: -4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .right-top-txt {
    font-size: calc(19 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-txt {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-txt {
    margin-right: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .right-top-txt {
    margin-right: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-yen {
    font-size: 54px;
    line-height: 0.75;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-yen {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .right-top-yen {
    font-size: calc(27 / 375 * 100vw);
    line-height: 0.8888888889;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-yen {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-yen {
    margin-right: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .right-top-yen {
    margin-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-num {
    font-size: 110px;
    line-height: 0.8181818182;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-merit .right-top-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-merit .right-top-num {
    font-size: calc(60 / 375 * 100vw);
    line-height: 0.8333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-lp .p-mv__bottom-badge {
  display: flex;
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-badge {
    justify-content: center;
  }
}
.l-lp .p-mv__bottom-badge .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/bg-badge.png);
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-badge .item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-badge .item {
    width: 17.8571428571vw;
    height: 17.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-badge .item {
    flex-shrink: 0;
    width: 48.2666666667vw;
    height: 48.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-badge .item-txt01 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-badge .item-txt01 {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-badge .item-txt01 {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-badge .item-txt02 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-badge .item-txt02 {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-badge .item-txt02 {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-mv__bottom-badge .item-txt02 {
    margin: 4px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-mv__bottom-badge .item-txt02 {
    margin: 0.2857142857vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-mv__bottom-badge .item-txt02 {
    margin: 1.0666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro {
    padding-top: 16vw;
  }
}
.l-lp .p-intro__top-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__top-list {
    column-gap: 32px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__top-list {
    column-gap: 2.2857142857vw;
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__top-list {
    flex-wrap: wrap;
    column-gap: 6.4vw;
    row-gap: 4.2666666667vw;
    margin: 0 auto 13.3333333333vw;
    max-width: 88.2666666667vw;
  }
}
.l-lp .p-intro__top-list li {
  background-color: #FDE8D3;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__top-list li {
    font-size: 36px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__top-list li {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__top-list li {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__top-list li {
    border-radius: 12px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__top-list li {
    border-radius: 0.8571428571vw;
    padding: 1.4285714286vw 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__top-list li {
    padding: 2.6666666667vw 3.2vw;
    border-radius: 2.1333333333vw;
  }
}
.l-lp .p-intro__top-lead {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__top-lead {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__top-lead {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__top-lead {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__top-lead {
    margin-bottom: 16px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__top-lead {
    margin-bottom: 1.1428571429vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__top-lead {
    text-align: center;
    margin-bottom: 2.1333333333vw;
    padding: 0 10.1333333333vw;
  }
}
.l-lp .p-intro__top-lead::before, .l-lp .p-intro__top-lead::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash.png);
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__top-lead::before, .l-lp .p-intro__top-lead::after {
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__top-lead::before, .l-lp .p-intro__top-lead::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__top-lead::before, .l-lp .p-intro__top-lead::after {
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-lp .p-intro__top-lead::before {
  left: 0;
  transform: translateY(-50%);
}
.l-lp .p-intro__top-lead::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-lp .p-intro__top-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__top-ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__top-ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__top-ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__top-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__top-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__top-ttl {
    margin-bottom: 12.8vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__top-ttl .sp-large {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.3928571429;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-lp .p-intro__slider {
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__slider {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__slider {
    padding-bottom: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__slider {
    padding-bottom: 10.6666666667vw;
  }
}
.l-lp .p-intro__slider-wrap {
  display: flex;
  animation: scroll-left 40s infinite linear 0.5s both;
}
.l-lp .p-intro__slider-item {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__slider-item {
    width: 240px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__slider-item {
    width: 17.1428571429vw;
    margin-right: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__slider-item {
    width: 42.6666666667vw;
    margin-right: 10.6666666667vw;
  }
}
.l-lp .p-intro__slider-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__slider-item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__slider-item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__slider-item img {
    border-radius: 6.4vw;
  }
}
.l-lp .p-intro__slider-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__slider-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__slider-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__slider-item .txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__slider-item .txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__slider-item .txt {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__slider-item .txt {
    margin-top: 4.2666666667vw;
  }
}
.l-lp .p-intro__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bg {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bg {
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bg {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__fukidashi {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__fukidashi {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__fukidashi {
    margin-bottom: 10.6666666667vw;
  }
}
.l-lp .p-intro__fukidashi img {
  filter: drop-shadow(0px 10px 10px #f0e4d9);
}
.l-lp .p-intro__bottom-ttl {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-ttl {
    margin-bottom: 11.2vw;
  }
}
.l-lp .p-intro__bottom-ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/dc-intro.png);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl::after {
    bottom: -24px;
    width: 547px;
    height: 49px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl::after {
    bottom: -1.7142857143vw;
    width: 39.0714285714vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-ttl::after {
    width: 86.9333333333vw;
    height: 8vw;
    bottom: -4.2666666667vw;
  }
}
.l-lp .p-intro__bottom-ttl span {
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl .txt01 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl .txt01 {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-ttl .txt01 {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl .txt02 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl .txt02 {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-ttl .txt02 {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl .txt02 {
    margin: 8px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-ttl .txt02 {
    margin: 0.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-ttl .txt02 {
    margin: 3.7333333333vw 0;
  }
}
.l-lp .p-intro__bottom-txt {
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent {
    margin-top: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent {
    margin-top: 6.4vw;
  }
}
.l-lp .p-intro__bottom-topcontent .img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .img {
    width: 280px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .img {
    width: 20vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .img {
    width: 32vw;
  }
}
.l-lp .p-intro__bottom-topcontent .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .wrap {
    justify-content: center;
    align-items: flex-end;
    column-gap: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .wrap {
    column-gap: 3vw;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    row-gap: 14.4vw;
  }
}
.l-lp .p-intro__bottom-topcontent .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .list {
    column-gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .list {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.l-lp .p-intro__bottom-topcontent .list li {
  background-color: #E66A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .list li {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .list li {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .list li {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .list li {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .list li {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .list li {
    width: 88.2666666667vw;
    height: 16vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .list li .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .list li .small {
    font-size: 1.5714285714vw;
  }
}
.l-lp .p-intro__bottom-topcontent .zero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero {
    column-gap: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero {
    column-gap: 0.8571428571vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .zero {
    column-gap: 3.2vw;
    padding-bottom: 4.2666666667vw;
  }
}
.l-lp .p-intro__bottom-topcontent .zero::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/dc-txt.png);
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero::before {
    width: 237px;
    height: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero::before {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .zero::before {
    width: 63.2vw;
    height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .zero-txt {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-lp .p-intro__bottom-topcontent .zero-yen-small {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero-yen-small {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero-yen-small {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .zero-yen-small {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero-yen-num {
    font-size: 110px;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-topcontent .zero-yen-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-topcontent .zero-yen-num {
    font-size: calc(110 / 375 * 100vw);
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-lp .p-intro__bottom-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-intro__bottom-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-intro__bottom-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-intro__bottom-btn {
    margin-top: 13.3333333333vw;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point {
    padding: 120px 0 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point {
    padding: 8.5714285714vw 0 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point.top {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point.top {
    padding-bottom: 8.5714285714vw;
  }
}
.l-lp .p-point.top .p-point__list {
  margin-bottom: 0;
}
.l-lp .p-point__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__ttl {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__ttl {
    margin-bottom: 11.7333333333vw;
  }
}
.l-lp .p-point__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__ttl-sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__ttl-sub {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__ttl-sub {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__ttl-sub {
    margin-bottom: 3.2vw;
  }
}
.l-lp .p-point__ttl-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__ttl-main {
    column-gap: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__ttl-main {
    column-gap: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__ttl-main {
    column-gap: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__ttl-main .num {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__ttl-main .num {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__ttl-main .num {
    font-size: calc(42 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__list {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list {
    margin-bottom: 12.8vw;
  }
}
.l-lp .p-point__list-item {
  display: flex;
  background-color: #F7F3E6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item {
    align-items: center;
    border-radius: 24px;
    column-gap: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__list-item {
    border-radius: 1.7142857143vw;
    column-gap: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item {
    border-radius: 6.4vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__list-item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item:not(:last-of-type) {
    margin-bottom: 11.7333333333vw;
  }
}
.l-lp .p-point__list-item .circle {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/im-point-circle.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item .circle {
    width: 100px;
    height: 100px;
    left: 0;
    top: -40px;
    column-gap: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__list-item .circle {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    top: -2.8571428571vw;
    column-gap: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item .circle {
    width: 19.2vw;
    height: 19.2vw;
    left: -2.6666666667vw;
    top: -5.3333333333vw;
    column-gap: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item .circle-txt {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__list-item .circle-txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item .circle-txt {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item .circle-txt {
    transform: rotate(-15deg) translate(6%, 30%);
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item .circle-txt {
    transform: rotate(-15deg) translate(0%, 30%);
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item .circle-num {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__list-item .circle-num {
    font-size: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item .circle-num {
    font-size: calc(32 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-lp .p-point__list-item .img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item .img {
    width: 266px;
    border-radius: 24px 0 0 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__list-item .img {
    width: 19vw;
    border-radius: 1.7142857143vw 0 0 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item .img {
    width: 100%;
    border-radius: 6.4vw 6.4vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item .text {
    flex: 1;
    padding-right: 70px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item .text {
    padding: 8vw 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item .text-ttl {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__list-item .text-ttl {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item .text-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__list-item .text-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__list-item .text-ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__list-item .text-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-lp .p-point__adviser-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-ttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__adviser-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-ttl {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-ttl {
    margin-bottom: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__adviser-ttl {
    margin-bottom: 16vw;
  }
}
.l-lp .p-point__adviser-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-ttl::before {
    background-image: url(../img/lp/dc-adviser.png);
    width: 716px;
    height: 35px;
    bottom: -13px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-ttl::before {
    width: 51.1428571429vw;
    height: 2.5vw;
    bottom: -0.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__adviser-ttl::before {
    width: 83.7333333333vw;
    height: 12.8vw;
    top: 4.2666666667vw;
  }
}
.l-lp .p-point__adviser-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-wrap {
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-wrap {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__adviser-wrap {
    flex-wrap: wrap;
    row-gap: 9.8666666667vw;
    margin-bottom: 16vw;
  }
}
.l-lp .p-point__adviser-item {
  position: relative;
  background-color: #FFFCF7;
  border: 2px solid #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-item {
    width: 512px;
    border-radius: 24px;
    padding: 36px 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-item {
    width: 36.5714285714vw;
    border-radius: 1.7142857143vw;
    padding: 2.5714285714vw 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__adviser-item {
    width: 100%;
    border-radius: 6.4vw;
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
}
.l-lp .p-point__adviser-item::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-lp .p-point__adviser-item.item01::before {
  background-image: url(../img/lp/im-adviser01.png);
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-item.item01::before {
    width: 124px;
    height: 124px;
    right: 40px;
    top: -36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-item.item01::before {
    width: 8.8571428571vw;
    height: 8.8571428571vw;
    right: 2.8571428571vw;
    top: -2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__adviser-item.item01::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    right: 0;
    top: -6.1333333333vw;
  }
}
.l-lp .p-point__adviser-item.item02::before {
  background-image: url(../img/lp/im-adviser02.png);
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-item.item02::before {
    width: 100px;
    height: 100px;
    right: 52px;
    top: -28px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-item.item02::before {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    right: 3.7142857143vw;
    top: -2vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__adviser-item.item02::before {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    right: 1.3333333333vw;
    top: -3.4666666667vw;
  }
}
.l-lp .p-point__adviser-item .ttl {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-item .ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-item .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__adviser-item .ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-item .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-item .ttl {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-point__adviser-item .ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-point__adviser-item .txt {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-point__adviser-item .txt {
    font-size: 1.2142857143vw;
  }
}
.l-lp .p-list__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__bg {
    padding: 16vw 0;
  }
}
.l-lp .p-list__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__ttl {
    margin-bottom: 6.4vw;
  }
}
.l-lp .p-list__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__ttl-sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__ttl-sub {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__ttl-sub {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__ttl-sub {
    margin-bottom: 1.3333333333vw;
  }
}
.l-lp .p-list__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__lead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__lead {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__lead {
    margin-bottom: 9.6vw;
  }
}
.l-lp .p-list__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__list {
    column-gap: 48px;
    row-gap: 60px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__list {
    column-gap: 3.4285714286vw;
    row-gap: 4.2857142857vw;
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__list {
    justify-content: space-between;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__list-item {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__list-item {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__list-item {
    width: 41.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__list-item a:hover {
    opacity: 0.7;
  }
}
.l-lp .p-list__list-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__list-item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__list-item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__list-item img {
    border-radius: 6.4vw;
  }
}
.l-lp .p-list__list-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__list-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__list-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__list-item .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__list-item .txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__list-item .txt {
    margin-top: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__list-item .txt {
    margin-top: 2.6666666667vw;
  }
}
.l-lp .p-list__more {
  justify-content: center;
  align-items: center;
  margin: 8.5333333333vw 0 10.6666666667vw;
  column-gap: 4.2666666667vw;
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__more {
    display: flex;
  }
}
.l-lp .p-list__more.close .p-list__more-icon::after {
  height: 0;
}
.l-lp .p-list__more-icon {
  position: relative;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  border: 2px solid #E66A00;
}
.l-lp .p-list__more-icon::before, .l-lp .p-list__more-icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.8vw;
  transition: all 0.4s;
}
.l-lp .p-list__more-icon::before {
  width: 4vw;
  height: 0.5333333333vw;
}
.l-lp .p-list__more-icon::after {
  width: 0.5333333333vw;
  height: 4vw;
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__more-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-lp .p-list__bottom {
  background-color: #FDE8D3;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__bottom {
    max-width: 800px;
    border-radius: 45px;
    padding: 14px 0 14px 220px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__bottom {
    max-width: 57.1428571429vw;
    border-radius: 3.2142857143vw;
    padding: 1vw 0 1vw 15.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__bottom {
    padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 26.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.l-lp .p-list__bottom img {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__bottom img {
    width: 80px;
    left: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__bottom img {
    width: 5.7142857143vw;
    left: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__bottom img {
    width: 16vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__bottom-txt {
    font-size: 20px;
    line-height: 1.62;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__bottom-txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__bottom-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-lp .p-list__bottom-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-list__bottom-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-list__bottom-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-list__bottom-btn {
    margin-top: 21.3333333333vw;
  }
}
.l-lp .p-achievements__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__bg {
    padding: 16vw 0;
  }
}
.l-lp .p-achievements__lead {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__lead {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__lead {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__lead {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__lead {
    margin-bottom: 16px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__lead {
    margin-bottom: 1.1428571429vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__lead {
    text-align: center;
    margin-bottom: 4.2666666667vw;
    padding: 0 10.1333333333vw;
  }
}
.l-lp .p-achievements__lead::before, .l-lp .p-achievements__lead::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash.png);
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__lead::before, .l-lp .p-achievements__lead::after {
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__lead::before, .l-lp .p-achievements__lead::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__lead::before, .l-lp .p-achievements__lead::after {
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-lp .p-achievements__lead::before {
  left: 0;
  transform: translateY(-50%);
}
.l-lp .p-achievements__lead::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-lp .p-achievements__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__text {
    text-align: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__text {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__text {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider {
    margin-bottom: 48px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider {
    margin-bottom: 3.4285714286vw;
    padding-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider {
    margin-bottom: 9.6vw;
    padding-bottom: 12.2666666667vw;
  }
}
.l-lp .p-achievements__slider .slick-track {
  display: flex;
}
.l-lp .p-achievements__slider-item {
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item {
    border-radius: 24px;
    width: 340px;
    margin: 0 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item {
    border-radius: 1.7142857143vw;
    width: 24.2857142857vw;
    margin: 0 1.7857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item {
    width: 76.8vw;
    border-radius: 6.4vw;
    margin: 0 2.6666666667vw;
  }
}
.l-lp .p-achievements__slider-item .category {
  position: absolute;
  z-index: 1;
  background-color: #151515;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .category {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .category {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .category {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .category {
    padding: 2px 12px;
    border-radius: 20px;
    top: 14px;
    left: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .category {
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
    top: 1vw;
    left: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .category {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
    top: 3.7333333333vw;
    left: 3.7333333333vw;
  }
}
.l-lp .p-achievements__slider-item img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item img {
    height: 227px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item img {
    height: 16.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item img {
    height: 51.2vw;
  }
}
.l-lp .p-achievements__slider-item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text {
    padding: 18px 24px 27px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text {
    padding: 1.2857142857vw 1.7142857143vw 1.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text {
    padding: 5.3333333333vw 5.3333333333vw 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-lp .p-achievements__slider-item .text-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-tag {
    column-gap: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-tag {
    column-gap: 0.8571428571vw;
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-tag {
    column-gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.l-lp .p-achievements__slider-item .text-tag li {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-tag li {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-tag li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-tag li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-tag li {
    padding: 2px 12px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-tag li {
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-tag li {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.l-lp .p-achievements__slider-item .text-brand {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-brand {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-brand {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-brand {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-brand {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-brand {
    margin-bottom: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-brand {
    margin-bottom: 2.6666666667vw;
  }
}
.l-lp .p-achievements__slider-item .text-brand-name {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-brand-name {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-brand-name {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-brand-name {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-lp .p-achievements__slider-item .text-date {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-date {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-date {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-date {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-date {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-date {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-date {
    margin-bottom: 5.8666666667vw;
  }
}
.l-lp .p-achievements__slider-item .text-price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-price {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-price {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-price {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-price-num {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-price-num {
    font-size: 2.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-price-num {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-price-num {
    margin-left: 16px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__slider-item .text-price-num {
    margin-left: 1.1428571429vw;
    margin-right: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__slider-item .text-price-num {
    margin-left: 4.2666666667vw;
    margin-right: 1.6vw;
  }
}
.l-lp .p-achievements__note {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__note {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__note {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__note {
    text-align: center;
  }
}
.l-lp .p-achievements__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-achievements__btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-achievements__btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-achievements__btn {
    margin-top: 21.3333333333vw;
  }
}
.l-lp .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lp .slick-dots {
    column-gap: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .slick-dots {
    column-gap: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .slick-dots {
    column-gap: 3.2vw;
  }
}
.l-lp .slick-dots li {
  display: flex;
}
.l-lp .slick-dots li.slick-active button {
  background-color: #E66A00;
}
.l-lp .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-lp .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .slick-dots li button {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .slick-dots li button {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation {
    padding: 120px 0 150px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation {
    padding: 8.5714285714vw 0 10.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation {
    padding: 16vw 0;
  }
}
.l-lp .p-consultation__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__bg {
    padding: 16vw 0;
  }
}
.l-lp .p-consultation__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__text {
    text-align: center;
  }
}
.l-lp .p-consultation__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__list {
    margin-top: 80px;
    column-gap: 72px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__list {
    margin-top: 5.7142857143vw;
    column-gap: 5.1428571429vw;
    row-gap: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__list {
    justify-content: space-between;
    row-gap: 6.4vw;
    margin-top: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__list-item {
    width: 320px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__list-item {
    width: 22.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__list-item {
    width: 41.0666666667vw;
  }
}
.l-lp .p-consultation__list-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.l-lp .p-consultation__list-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__list-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__list-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__list-item .txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__list-item .txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__list-item .txt {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__list-item .txt {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add {
    margin-bottom: 12.8vw;
  }
}
.l-lp .p-consultation__add .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .wrap {
    justify-content: center;
    align-items: flex-end;
    column-gap: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .wrap {
    column-gap: 3vw;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    row-gap: 14.4vw;
  }
}
.l-lp .p-consultation__add .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .list {
    column-gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .list {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.l-lp .p-consultation__add .list li {
  background-color: #E66A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .list li {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .list li {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .list li {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .list li {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .list li {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .list li {
    width: 88.2666666667vw;
    height: 16vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .list li .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .list li .small {
    font-size: 1.5714285714vw;
  }
}
.l-lp .p-consultation__add .zero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .zero {
    column-gap: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .zero {
    column-gap: 0.8571428571vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .zero {
    column-gap: 3.2vw;
    padding-bottom: 4.2666666667vw;
  }
}
.l-lp .p-consultation__add .zero::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/dc-txt.png);
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .zero::before {
    width: 237px;
    height: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .zero::before {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .zero::before {
    width: 63.2vw;
    height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .zero-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .zero-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .zero-txt {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-lp .p-consultation__add .zero-yen-small {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .zero-yen-small {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .zero-yen-small {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .zero-yen-small {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .zero-yen-small {
    bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .zero-yen-small {
    bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .zero-yen-small {
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-consultation__add .zero-yen-num {
    font-size: 110px;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-consultation__add .zero-yen-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-consultation__add .zero-yen-num {
    font-size: calc(110 / 375 * 100vw);
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser {
    padding: 16vw 0;
  }
}
.l-lp .p-appraiser__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__ttl {
    margin-bottom: 9.6vw;
  }
}
.l-lp .p-appraiser__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__list-item {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__list-item {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list-item {
    width: 100%;
  }
}
.l-lp .p-appraiser__list-item img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__list-item img {
    height: 180px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__list-item img {
    height: 12.8571428571vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list-item img {
    height: 66.1333333333vw;
    border-radius: 6.4vw;
  }
}
.l-lp .p-appraiser__list-item .name {
  border-bottom: 1px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .name {
    margin: 20px 0 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .name {
    margin: 1.4285714286vw 0 1.1428571429vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list-item .name {
    margin: 5.3333333333vw 0 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.l-lp .p-appraiser__list-item .name-sub {
  display: block;
  color: #E99C33;
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .name-sub {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .name-sub {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list-item .name-sub {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6071428571;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .name-sub {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .name-sub {
    margin-bottom: 0.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list-item .name-sub {
    margin-bottom: 0.8vw;
  }
}
.l-lp .p-appraiser__list-item .name-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .name-main {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .name-main {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list-item .name-main {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .text-ttl {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .text-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list-item .text-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .text-ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .text-ttl {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list-item .text-ttl {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .text-txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-appraiser__list-item .text-txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-appraiser__list-item .text-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-lp .p-voice__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__bg {
    padding: 16vw 0;
  }
}
.l-lp .p-voice__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__ttl {
    margin-bottom: 6.4vw;
  }
}
.l-lp .p-voice__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__ttl-sub {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__ttl-sub {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__ttl-sub {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__ttl-sub .num {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__ttl-sub .num {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__ttl-sub .num {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__ttl-sub .num {
    margin: 0 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__ttl-sub .num {
    margin: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__ttl-sub .num {
    margin: 0 2.1333333333vw;
  }
}
.l-lp .p-voice__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__text {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__text {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__text {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider {
    padding-bottom: 14.9333333333vw;
  }
}
.l-lp .p-voice__slider .slick-track {
  display: flex;
}
.l-lp .p-voice__slider-item {
  background-color: #fff;
  border: 1px solid #FFC392;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider-item {
    width: 380px;
    border-radius: 24px;
    padding: 40px 30px 48px;
    margin: 0 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider-item {
    width: 27.1428571429vw;
    border-radius: 1.7142857143vw;
    padding: 2.8571428571vw 2.1428571429vw 3.4285714286vw;
    margin: 0 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider-item {
    width: 76.8vw;
    border-radius: 6.4vw;
    padding: 5.8666666667vw 6.4vw 5.3333333333vw;
    margin: 0 2.6666666667vw;
  }
}
.l-lp .p-voice__slider-item .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider-item .img {
    width: 110px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider-item .img {
    width: 7.8571428571vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider-item .img {
    width: 26.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.l-lp .p-voice__slider-item .persona {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider-item .persona {
    column-gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider-item .persona {
    column-gap: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider-item .persona {
    column-gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider-item .persona-txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider-item .persona-txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider-item .persona-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.4933333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider-item .ttl {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider-item .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider-item .ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider-item .ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider-item .ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider-item .ttl {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider-item .txt {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider-item .txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider-item .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-lp .p-voice__slider .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 15;
  bottom: 0;
  transform: translateY(38%);
  border-radius: 50%;
  background-color: #E66A00;
  border: 2px solid #E66A00;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider .slick-arrow {
    width: 80px;
    height: 80px;
  }
  .l-lp .p-voice__slider .slick-arrow:hover {
    background-color: #fff;
  }
  .l-lp .p-voice__slider .slick-arrow:hover::before {
    background-image: url(../img/common/ic-arrow-or.png);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider .slick-arrow {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider .slick-arrow {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.l-lp .p-voice__slider .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-wh.png);
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider .slick-arrow::before {
    width: 15px;
    height: 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider .slick-arrow::before {
    width: 1.0714285714vw;
    height: 1.7857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider .slick-arrow::before {
    width: 2.9333333333vw;
    height: 4.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider .slick-arrow.slick-prev {
    left: calc((100vw - 548px) / 2);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider .slick-arrow.slick-prev {
    left: calc((100vw - 39.1428571429vw) / 2);
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider .slick-arrow.slick-prev {
    left: 6.4vw;
  }
}
.l-lp .p-voice__slider .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-lp .p-voice__slider .slick-arrow.slick-next {
    right: calc((100vw - 548px) / 2);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-voice__slider .slick-arrow.slick-next {
    right: calc((100vw - 39.1428571429vw) / 2);
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-voice__slider .slick-arrow.slick-next {
    right: 6.4vw;
  }
}
.l-lp .p-voice__slider .slick-arrow.slick-next::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact {
    padding: 120px 0 230px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact {
    padding: 8.5714285714vw 0 16.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact {
    padding: 23.4666666667vw 0 28.2666666667vw;
  }
}
.l-lp .p-contact__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__ttl {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__ttl {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__ttl {
    margin-bottom: 16.8vw;
  }
}
.l-lp .p-contact__ttl-sub {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__ttl-sub {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__ttl-sub {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__ttl-sub {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__ttl-sub {
    margin-bottom: 12px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__ttl-sub {
    margin-bottom: 0.8571428571vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__ttl-sub {
    margin-bottom: 3.2vw;
    padding: 0 12vw;
  }
}
.l-lp .p-contact__ttl-sub::before, .l-lp .p-contact__ttl-sub::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash-or.png);
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__ttl-sub::before, .l-lp .p-contact__ttl-sub::after {
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__ttl-sub::before, .l-lp .p-contact__ttl-sub::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__ttl-sub::before, .l-lp .p-contact__ttl-sub::after {
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-lp .p-contact__ttl-sub::before {
  left: 0;
  transform: translateY(-50%);
}
.l-lp .p-contact__ttl-sub::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-lp .p-contact__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-lp .p-contact__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__btn {
    width: 526px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__btn {
    width: 37.5714285714vw;
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__btn {
    width: 88.2666666667vw;
    margin-bottom: 12.8vw;
  }
}
.l-lp .p-contact__box {
  background-color: #FFFFFF;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box {
    border: 8px solid #F7F3E6;
    border-radius: 24px;
    padding: 60px 100px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box {
    border: 0.5714285714vw solid #F7F3E6;
    border-radius: 1.7142857143vw;
    padding: 4.2857142857vw 7.1428571429vw;
    max-width: 71.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box {
    max-width: 97.3333333333vw;
    border-radius: 3.2vw;
    border: 0.8vw solid #F7F3E6;
    padding: 9.6vw 4.5333333333vw;
  }
}
.l-lp .p-contact__box input, .l-lp .p-contact__box textarea {
  font-family: inherit;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-item {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-item {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-item {
    margin-bottom: 8vw;
  }
}
.l-lp .p-contact__box-item label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-item label {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-item label {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-item label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-item label {
    margin-bottom: 20px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-item label {
    margin-bottom: 1.4285714286vw;
    column-gap: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-item label {
    margin-bottom: 4.2666666667vw;
    column-gap: 4.2666666667vw;
  }
}
.l-lp .p-contact__box-item label .required {
  background-color: #FFF8E8;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-item label .required {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-item label .required {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-item label .required {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-item label .required {
    padding: 4px 23px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-item label .required {
    padding: 0.2857142857vw 1.6428571429vw;
    border-radius: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-item label .required {
    padding: 0.8vw 5.3333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.l-lp .p-contact__box-item .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.l-lp .p-contact__box-item input,
.l-lp .p-contact__box-item textarea {
  width: 100%;
  max-width: 100%;
  background-color: #FAF9F8;
  border: 1px solid #999999;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-item input,
  .l-lp .p-contact__box-item textarea {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-item input,
  .l-lp .p-contact__box-item textarea {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-item input,
  .l-lp .p-contact__box-item textarea {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-item input,
  .l-lp .p-contact__box-item textarea {
    padding: 12px 32px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-item input,
  .l-lp .p-contact__box-item textarea {
    padding: 0.8571428571vw 2.2857142857vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-item input,
  .l-lp .p-contact__box-item textarea {
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-item input {
    height: 54px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-item input {
    height: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-item input {
    height: 17.0666666667vw;
  }
}
.l-lp .p-contact__box-item textarea {
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-item textarea {
    height: 300px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-item textarea {
    height: 21.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-item textarea {
    height: 85.3333333333vw;
  }
}
.l-lp .p-contact__box-item ::placeholder {
  color: #777777;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .ttl {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .ttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .ttl {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .ttl-txt {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .ttl-txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .ttl-txt {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .ttl-txt {
    margin-right: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .ttl-txt {
    display: block;
    font-weight: 700;
    margin-bottom: 3.2vw;
  }
}
.l-lp .p-contact__box-file .filewrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .filewrap {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .wpcf7-form-control-wrap {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .wpcf7-form-control-wrap {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .filewrap .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.l-lp .p-contact__box-file .filewrap .codedropz-upload-handler {
  background-color: #FAF9F8;
  border: 1px solid #999999;
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler {
    border-radius: 12px;
    height: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler {
    border-radius: 0.8571428571vw;
    height: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler {
    height: 51.7333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.l-lp .p-contact__box-file .filewrap .codedropz-upload-handler::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-camera.png);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler::before {
    width: 60px;
    height: 60px;
    top: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler::before {
    width: 4.2857142857vw;
    height: 4.2857142857vw;
    top: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler::before {
    width: 16vw;
    height: 16vw;
    top: 8vw;
  }
}
.l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-container {
    padding-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-container {
    padding-top: 28.8vw;
  }
}
.l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-inner {
  color: #777777;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-inner {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-inner {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-inner {
    font-size: 0;
    line-height: 0;
  }
}
.l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #E66A00;
  border: 2px solid #E66A00;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    margin-top: 8px;
    width: 209px;
    height: 56px;
    border-radius: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    margin-top: 0.5714285714vw;
    width: 14.9285714286vw;
    height: 4vw;
    border-radius: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    width: 55.7333333333vw;
    height: 14.9333333333vw;
    border-radius: 12.8vw;
  }
}
.l-lp .p-contact__box-file .filewrap .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy {
    margin-bottom: 8vw;
  }
}
.l-lp .p-contact__box-privacy .ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .ttl {
    font-size: 22px;
    line-height: 1.3090909091;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .ttl {
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .ttl {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.3090909091;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .ttl {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.l-lp .p-contact__box-privacy .privacy-box {
  overflow-y: scroll;
  border: 1px solid #999999;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box {
    margin-bottom: 64px;
    border-radius: 12px;
    padding: 32px 30px;
    height: 320px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box {
    margin-bottom: 4.5714285714vw;
    border-radius: 0.8571428571vw;
    padding: 2.2857142857vw 2.1428571429vw;
    height: 22.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box {
    margin-bottom: 8vw;
    border-radius: 3.2vw;
    padding: 8vw 6.4vw;
    height: 84.2666666667vw;
  }
}
.l-lp .p-contact__box-privacy .privacy-box::-webkit-scrollbar {
  background-color: #FAF9F8;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box::-webkit-scrollbar {
    width: 7px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box::-webkit-scrollbar {
    width: 0.5vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box::-webkit-scrollbar {
    width: 1.8666666667vw;
    border-radius: 3.2vw;
  }
}
.l-lp .p-contact__box-privacy .privacy-box::-webkit-scrollbar-thumb {
  background-color: #777777;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 7px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box::-webkit-scrollbar-thumb {
    border-radius: 0.7142857143vw;
    width: 0.5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box::-webkit-scrollbar-thumb {
    width: 1.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-ttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-ttl {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-ttl {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box-ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-txt {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-txt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-txt {
    margin-top: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box-txt {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-txt + .privacy-box-ttl {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-txt + .privacy-box-ttl {
    margin-top: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box-txt + .privacy-box-ttl {
    margin-top: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-subttl {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-subttl {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box-subttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-subttl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-box-subttl {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-box-subttl {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-check {
    margin-bottom: 8vw;
  }
}
.l-lp .p-contact__box-privacy .privacy-check span {
  display: block;
}
.l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item {
  margin: 0;
}
.l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label {
    padding-left: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label {
    padding-left: 14.4vw;
  }
}
.l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before, .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #999999;
  left: 0;
  transform: translateY(-45%);
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before {
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before {
    width: 2.5714285714vw;
    height: 2.5714285714vw;
    border-radius: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before {
    width: 8vw;
    height: 8vw;
    border-radius: 1.0666666667vw;
  }
}
.l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
  border-right: 2px solid #E66A00;
  border-bottom: 2px solid #E66A00;
  opacity: 0;
  transition: all 0.2s;
  top: 42%;
  transform: rotate(45deg) translateY(-50%);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
    left: 6px;
    width: 12px;
    height: 18px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
    left: 0.4285714286vw;
    width: 0.8571428571vw;
    height: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
    left: 1.0666666667vw;
    width: 2.6666666667vw;
    height: 4.2666666667vw;
  }
}
.l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label input {
  margin: 0;
  appearance: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-privacy .privacy-check .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-lp .p-contact__box-submit {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-submit {
    width: 360px;
    height: 96px;
  }
  .l-lp .p-contact__box-submit:has(:not(input:disabled):hover)::before {
    background-color: #E66A00;
  }
  .l-lp .p-contact__box-submit:has(:not(input:disabled):hover)::after {
    background-image: url(../img/common/ic-arrow-wh.png);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-submit {
    width: 25.7142857143vw;
    height: 6.8571428571vw;
    border-radius: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-submit {
    width: 58.6666666667vw;
    height: 16vw;
    border-radius: 12.8vw;
  }
}
.l-lp .p-contact__box-submit::before, .l-lp .p-contact__box-submit::after {
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transition: all 0.3s;
}
.l-lp .p-contact__box-submit::before {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-submit::before {
    width: 70px;
    height: 70px;
    right: 13px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-submit::before {
    width: 5vw;
    height: 5vw;
    right: 0.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-submit::before {
    width: 12.8vw;
    height: 12.8vw;
    right: 1.6vw;
  }
}
.l-lp .p-contact__box-submit::after {
  z-index: 3;
  transform: translateY(-50%) scale(-1, 1);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-or.png);
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-submit::after {
    width: 18px;
    height: 30px;
    right: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-submit::after {
    width: 1.2857142857vw;
    height: 2.1428571429vw;
    right: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-submit::after {
    width: 2.9333333333vw;
    height: 4.9333333333vw;
    right: 6.4vw;
  }
}
.l-lp .p-contact__box-submit input {
  border: 2px solid #E66A00;
  background-color: #E66A00;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-submit input {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-submit input {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-submit input {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-contact__box-submit input {
    padding-left: 110px;
    border-radius: 48px;
  }
  .l-lp .p-contact__box-submit input:not(:disabled):hover {
    background-color: #fff;
    color: #E66A00;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-contact__box-submit input {
    padding-left: 7.8571428571vw;
    border-radius: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-contact__box-submit input {
    border-radius: 12.8vw;
    padding-left: 10.6666666667vw;
  }
}
.l-lp .p-contact__box-submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  transform: translateX(100%);
}
.l-lp .p-expert__bg {
  background-color: #FDFBF2;
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__bg {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__lead {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__lead {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__lead {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__wrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__wrap {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__wrap {
    margin-bottom: 12.8vw;
  }
}
.l-lp .p-expert__item {
  background-color: #fff;
  border: 2px solid #EAD7C3;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item {
    align-items: flex-start;
    border-radius: 24px;
    padding: 36px;
    column-gap: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item {
    border-radius: 1.7142857143vw;
    padding: 2.5714285714vw;
    column-gap: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item {
    flex-direction: column;
    align-items: center;
    row-gap: 6.4vw;
    border-radius: 6.4vw;
    padding: 8vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item:not(:last-of-type) {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-img {
    width: 200px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-img {
    width: 14.2857142857vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-img {
    width: 63.7333333333vw;
    border-radius: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-text {
    flex: 1;
  }
}
.l-lp .p-expert__item-text .ttl {
  border-bottom: 1px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl {
    padding-bottom: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .ttl {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-lp .p-expert__item-text .ttl-sub {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-sub {
    font-size: 17px;
    line-height: 1.9764705882;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-sub {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .ttl-sub {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.9764705882;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-sub {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-sub {
    margin-bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .ttl-sub {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-name {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .ttl-name {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-name-small {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-name-small {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .ttl-name-small {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-name-small {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-text .ttl-name-small {
    margin-left: 0.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .ttl-name-small {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-text .txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-text .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .txt {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .txt {
    height: 80vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .txt.is-open {
    height: auto;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .morebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8vw;
    column-gap: 4.2666666667vw;
  }
}
.l-lp .p-expert__item-text .morebtn.is-open .morebtn-icon::before {
  height: 0;
}
.l-lp .p-expert__item-text .morebtn-icon {
  position: relative;
  background-color: #fff;
  border: 2px solid #E66A00;
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
}
.l-lp .p-expert__item-text .morebtn-icon::before, .l-lp .p-expert__item-text .morebtn-icon::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E66A00;
  border-radius: 1.0666666667vw;
  transition: all 0.3s;
}
.l-lp .p-expert__item-text .morebtn-icon::before {
  width: 0.5333333333vw;
  height: 4vw;
}
.l-lp .p-expert__item-text .morebtn-icon::after {
  width: 4vw;
  height: 0.5333333333vw;
}
.l-lp .p-expert__item-text .morebtn-txt {
  color: #E66A00;
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-text .morebtn-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-lp .p-expert__item-modaltext .ttl {
  border-bottom: 1px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl {
    padding-bottom: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-modaltext .ttl {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-lp .p-expert__item-modaltext .ttl-sub {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-sub {
    font-size: 17px;
    line-height: 1.9764705882;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-sub {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-modaltext .ttl-sub {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.9764705882;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-sub {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-sub {
    margin-bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-modaltext .ttl-sub {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-name {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-modaltext .ttl-name {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-name-small {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-name-small {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-modaltext .ttl-name-small {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-name-small {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .ttl-name-small {
    margin-left: 0.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-modaltext .ttl-name-small {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-modaltext .txt {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-lp .p-expert__item-modaltext .textwrap {
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert__item-modaltext .textwrap {
    height: 64%;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert__item-modaltext .textwrap {
    height: 70%;
  }
}
.l-lp .p-expert.lp .p-expert__item-text .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert.lp .p-expert__item-text .txt {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert.lp .p-expert__item-text .txt {
    -webkit-line-clamp: 7;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert.lp .p-expert__item-text .c-btn {
    margin-left: auto;
    margin-top: 6.4vw;
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert.lp .p-expert__item-text .c-btn {
    margin-top: 1.7142857143vw;
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert.lp .p-expert__item-text .c-btn {
    margin: 8vw auto 0;
  }
}
.l-lp .p-expert.lp .p-expert__item-text .c-btn::after {
  background-image: url(../img/common/ic-arrow-or.png);
  background-size: contain;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .l-lp .p-expert.lp .p-expert__item-text .c-btn::after {
    width: 9px;
    height: 15px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-lp .p-expert.lp .p-expert__item-text .c-btn::after {
    width: 0.6428571429vw;
    height: 1.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-lp .p-expert.lp .p-expert__item-text .c-btn::after {
    width: 2.4vw;
    height: 4vw;
  }
}

.l-top .p-mv__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bg {
    background-image: url(../img/lp/bg-mv01.jpg);
    padding-top: 220px;
    padding-bottom: 340px;
    aspect-ratio: 1920/1080;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bg {
    padding-top: 15.7142857143vw;
    padding-bottom: 24.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bg {
    background-image: url(../img/lp/bg-mv01-sp.jpg);
    aspect-ratio: 375/460;
    padding-top: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bg.bg02 {
    background-image: url(../img/lp/bg-mv02.jpg);
    aspect-ratio: 1920/774;
    margin-top: 100px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bg.bg02 {
    margin-top: 7.1428571429vw;
    padding-top: 8.5714285714vw;
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bg.bg02 {
    background-image: url(../img/lp/bg-mv02-sp.jpg);
    aspect-ratio: 375/480;
    padding-top: 17.3333333333vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bg.bg02 .p-mv__bottom-badge {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bg.bg02 .p-mv__bottom-badge .item:last-of-type {
    margin-top: -4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bg.bg03 {
    background-image: url(../img/lp/bg-mv02.jpg);
    aspect-ratio: 1920/774;
    margin-top: 160px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bg.bg03 {
    margin-top: 11.4285714286vw;
    padding-top: 8.5714285714vw;
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bg.bg03 {
    background-image: url(../img/lp/bg-mv02-sp.jpg);
    aspect-ratio: 375/480;
    padding-top: 17.3333333333vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bg.bg03 .p-mv__bottom-badge {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bg.bg03 .p-mv__bottom-badge .item:last-of-type {
    margin-top: -4.2666666667vw;
  }
}
.l-top .p-mv__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__inner {
    max-width: 88.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__ttl {
    font-size: 64px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__ttl {
    font-size: 4.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__ttl {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__ttl {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__ttl {
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__ttl02 {
    font-size: 72px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__ttl02 {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__ttl02 {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__ttl02 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__ttl02 {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__ttl02 {
    text-align: center;
  }
}
.l-top .p-mv__bottom {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom {
    align-items: center;
    column-gap: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom {
    column-gap: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom {
    flex-direction: column;
    row-gap: 3.2vw;
  }
}
.l-top .p-mv__bottom-merit {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit {
    column-gap: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit {
    column-gap: 2.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit {
    justify-content: space-between;
  }
}
.l-top .p-mv__bottom-merit .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .list {
    column-gap: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .list {
    column-gap: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .list {
    width: 47.4666666667vw;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.1333333333vw;
  }
}
.l-top .p-mv__bottom-merit .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E66A00;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .list-item {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .list-item {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .list-item {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.2307692308;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .list-item {
    flex-direction: column;
    width: 120px;
    height: 120px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .list-item {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .list-item {
    width: 22.4vw;
    height: 9.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .list-item:last-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .list-item .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .list-item .small {
    font-size: 1.5714285714vw;
  }
}
.l-top .p-mv__bottom-merit .right-top {
  position: relative;
  z-index: 1;
  color: #E66A00;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .right-top {
    margin-bottom: 5.3333333333vw;
  }
}
.l-top .p-mv__bottom-merit .right-top::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url(../img/lp/dc-mv.png);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top::after {
    width: 237px;
    height: 36px;
    bottom: -30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top::after {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
    bottom: -2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .right-top::after {
    width: 35.2vw;
    height: 5.3333333333vw;
    bottom: -4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .right-top-txt {
    font-size: calc(19 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-txt {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-txt {
    margin-right: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .right-top-txt {
    margin-right: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-yen {
    font-size: 54px;
    line-height: 0.75;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-yen {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .right-top-yen {
    font-size: calc(27 / 375 * 100vw);
    line-height: 0.8888888889;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-yen {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-yen {
    margin-right: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .right-top-yen {
    margin-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-num {
    font-size: 110px;
    line-height: 0.8181818182;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-merit .right-top-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-merit .right-top-num {
    font-size: calc(60 / 375 * 100vw);
    line-height: 0.8333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-top .p-mv__bottom-badge {
  display: flex;
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-badge {
    justify-content: center;
  }
}
.l-top .p-mv__bottom-badge .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/bg-badge.png);
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-badge .item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-badge .item {
    width: 17.8571428571vw;
    height: 17.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-badge .item {
    flex-shrink: 0;
    width: 48.2666666667vw;
    height: 48.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-badge .item-txt01 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-badge .item-txt01 {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-badge .item-txt01 {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-badge .item-txt02 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-badge .item-txt02 {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-badge .item-txt02 {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-mv__bottom-badge .item-txt02 {
    margin: 4px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-mv__bottom-badge .item-txt02 {
    margin: 0.2857142857vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-mv__bottom-badge .item-txt02 {
    margin: 1.0666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro {
    padding-top: 16vw;
  }
}
.l-top .p-intro__top-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__top-list {
    column-gap: 32px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__top-list {
    column-gap: 2.2857142857vw;
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__top-list {
    flex-wrap: wrap;
    column-gap: 6.4vw;
    row-gap: 4.2666666667vw;
    margin: 0 auto 13.3333333333vw;
    max-width: 88.2666666667vw;
  }
}
.l-top .p-intro__top-list li {
  background-color: #FDE8D3;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__top-list li {
    font-size: 36px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__top-list li {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__top-list li {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__top-list li {
    border-radius: 12px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__top-list li {
    border-radius: 0.8571428571vw;
    padding: 1.4285714286vw 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__top-list li {
    padding: 2.6666666667vw 3.2vw;
    border-radius: 2.1333333333vw;
  }
}
.l-top .p-intro__top-lead {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__top-lead {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__top-lead {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__top-lead {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__top-lead {
    margin-bottom: 16px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__top-lead {
    margin-bottom: 1.1428571429vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__top-lead {
    text-align: center;
    margin-bottom: 2.1333333333vw;
    padding: 0 10.1333333333vw;
  }
}
.l-top .p-intro__top-lead::before, .l-top .p-intro__top-lead::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash.png);
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__top-lead::before, .l-top .p-intro__top-lead::after {
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__top-lead::before, .l-top .p-intro__top-lead::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__top-lead::before, .l-top .p-intro__top-lead::after {
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-top .p-intro__top-lead::before {
  left: 0;
  transform: translateY(-50%);
}
.l-top .p-intro__top-lead::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-top .p-intro__top-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__top-ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__top-ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__top-ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__top-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__top-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__top-ttl {
    margin-bottom: 12.8vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__top-ttl .sp-large {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.3928571429;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-top .p-intro__slider {
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__slider {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__slider {
    padding-bottom: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__slider {
    padding-bottom: 10.6666666667vw;
  }
}
.l-top .p-intro__slider-wrap {
  display: flex;
  animation: scroll-left 40s infinite linear 0.5s both;
}
.l-top .p-intro__slider-item {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__slider-item {
    width: 240px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__slider-item {
    width: 17.1428571429vw;
    margin-right: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__slider-item {
    width: 42.6666666667vw;
    margin-right: 10.6666666667vw;
  }
}
.l-top .p-intro__slider-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__slider-item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__slider-item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__slider-item img {
    border-radius: 6.4vw;
  }
}
.l-top .p-intro__slider-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__slider-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__slider-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__slider-item .txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__slider-item .txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__slider-item .txt {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__slider-item .txt {
    margin-top: 4.2666666667vw;
  }
}
.l-top .p-intro__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bg {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bg {
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bg {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__fukidashi {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__fukidashi {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__fukidashi {
    margin-bottom: 10.6666666667vw;
  }
}
.l-top .p-intro__fukidashi img {
  filter: drop-shadow(0px 10px 10px #f0e4d9);
}
.l-top .p-intro__bottom-ttl {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-ttl {
    margin-bottom: 11.2vw;
  }
}
.l-top .p-intro__bottom-ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/dc-intro.png);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl::after {
    bottom: -24px;
    width: 547px;
    height: 49px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl::after {
    bottom: -1.7142857143vw;
    width: 39.0714285714vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-ttl::after {
    width: 86.9333333333vw;
    height: 8vw;
    bottom: -4.2666666667vw;
  }
}
.l-top .p-intro__bottom-ttl span {
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl .txt01 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl .txt01 {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-ttl .txt01 {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl .txt02 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl .txt02 {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-ttl .txt02 {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl .txt02 {
    margin: 8px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-ttl .txt02 {
    margin: 0.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-ttl .txt02 {
    margin: 3.7333333333vw 0;
  }
}
.l-top .p-intro__bottom-txt {
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent {
    margin-top: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent {
    margin-top: 6.4vw;
  }
}
.l-top .p-intro__bottom-topcontent .img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .img {
    width: 280px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .img {
    width: 20vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .img {
    width: 32vw;
  }
}
.l-top .p-intro__bottom-topcontent .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .wrap {
    justify-content: center;
    align-items: flex-end;
    column-gap: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .wrap {
    column-gap: 3vw;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    row-gap: 14.4vw;
  }
}
.l-top .p-intro__bottom-topcontent .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .list {
    column-gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .list {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.l-top .p-intro__bottom-topcontent .list li {
  background-color: #E66A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .list li {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .list li {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .list li {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .list li {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .list li {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .list li {
    width: 88.2666666667vw;
    height: 16vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .list li .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .list li .small {
    font-size: 1.5714285714vw;
  }
}
.l-top .p-intro__bottom-topcontent .zero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero {
    column-gap: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero {
    column-gap: 0.8571428571vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .zero {
    column-gap: 3.2vw;
    padding-bottom: 4.2666666667vw;
  }
}
.l-top .p-intro__bottom-topcontent .zero::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/dc-txt.png);
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero::before {
    width: 237px;
    height: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero::before {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .zero::before {
    width: 63.2vw;
    height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .zero-txt {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-top .p-intro__bottom-topcontent .zero-yen-small {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero-yen-small {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero-yen-small {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .zero-yen-small {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero-yen-num {
    font-size: 110px;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-topcontent .zero-yen-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-topcontent .zero-yen-num {
    font-size: calc(110 / 375 * 100vw);
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-top .p-intro__bottom-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-intro__bottom-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-intro__bottom-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-intro__bottom-btn {
    margin-top: 13.3333333333vw;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point {
    padding: 120px 0 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point {
    padding: 8.5714285714vw 0 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point.top {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point.top {
    padding-bottom: 8.5714285714vw;
  }
}
.l-top .p-point.top .p-point__list {
  margin-bottom: 0;
}
.l-top .p-point__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__ttl {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__ttl {
    margin-bottom: 11.7333333333vw;
  }
}
.l-top .p-point__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__ttl-sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__ttl-sub {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__ttl-sub {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__ttl-sub {
    margin-bottom: 3.2vw;
  }
}
.l-top .p-point__ttl-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__ttl-main {
    column-gap: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__ttl-main {
    column-gap: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__ttl-main {
    column-gap: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__ttl-main .num {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__ttl-main .num {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__ttl-main .num {
    font-size: calc(42 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__list {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list {
    margin-bottom: 12.8vw;
  }
}
.l-top .p-point__list-item {
  display: flex;
  background-color: #F7F3E6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item {
    align-items: center;
    border-radius: 24px;
    column-gap: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__list-item {
    border-radius: 1.7142857143vw;
    column-gap: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item {
    border-radius: 6.4vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__list-item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item:not(:last-of-type) {
    margin-bottom: 11.7333333333vw;
  }
}
.l-top .p-point__list-item .circle {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/im-point-circle.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item .circle {
    width: 100px;
    height: 100px;
    left: 0;
    top: -40px;
    column-gap: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__list-item .circle {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    top: -2.8571428571vw;
    column-gap: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item .circle {
    width: 19.2vw;
    height: 19.2vw;
    left: -2.6666666667vw;
    top: -5.3333333333vw;
    column-gap: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item .circle-txt {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__list-item .circle-txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item .circle-txt {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item .circle-txt {
    transform: rotate(-15deg) translate(6%, 30%);
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item .circle-txt {
    transform: rotate(-15deg) translate(0%, 30%);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item .circle-num {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__list-item .circle-num {
    font-size: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item .circle-num {
    font-size: calc(32 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-top .p-point__list-item .img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item .img {
    width: 266px;
    border-radius: 24px 0 0 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__list-item .img {
    width: 19vw;
    border-radius: 1.7142857143vw 0 0 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item .img {
    width: 100%;
    border-radius: 6.4vw 6.4vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item .text {
    flex: 1;
    padding-right: 70px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item .text {
    padding: 8vw 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item .text-ttl {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__list-item .text-ttl {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item .text-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__list-item .text-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__list-item .text-ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__list-item .text-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-top .p-point__adviser-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-ttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__adviser-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-ttl {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-ttl {
    margin-bottom: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__adviser-ttl {
    margin-bottom: 16vw;
  }
}
.l-top .p-point__adviser-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-ttl::before {
    background-image: url(../img/lp/dc-adviser.png);
    width: 716px;
    height: 35px;
    bottom: -13px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-ttl::before {
    width: 51.1428571429vw;
    height: 2.5vw;
    bottom: -0.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__adviser-ttl::before {
    width: 83.7333333333vw;
    height: 12.8vw;
    top: 4.2666666667vw;
  }
}
.l-top .p-point__adviser-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-wrap {
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-wrap {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__adviser-wrap {
    flex-wrap: wrap;
    row-gap: 9.8666666667vw;
    margin-bottom: 16vw;
  }
}
.l-top .p-point__adviser-item {
  position: relative;
  background-color: #FFFCF7;
  border: 2px solid #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-item {
    width: 512px;
    border-radius: 24px;
    padding: 36px 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-item {
    width: 36.5714285714vw;
    border-radius: 1.7142857143vw;
    padding: 2.5714285714vw 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__adviser-item {
    width: 100%;
    border-radius: 6.4vw;
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
}
.l-top .p-point__adviser-item::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-top .p-point__adviser-item.item01::before {
  background-image: url(../img/lp/im-adviser01.png);
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-item.item01::before {
    width: 124px;
    height: 124px;
    right: 40px;
    top: -36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-item.item01::before {
    width: 8.8571428571vw;
    height: 8.8571428571vw;
    right: 2.8571428571vw;
    top: -2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__adviser-item.item01::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    right: 0;
    top: -6.1333333333vw;
  }
}
.l-top .p-point__adviser-item.item02::before {
  background-image: url(../img/lp/im-adviser02.png);
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-item.item02::before {
    width: 100px;
    height: 100px;
    right: 52px;
    top: -28px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-item.item02::before {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    right: 3.7142857143vw;
    top: -2vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__adviser-item.item02::before {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    right: 1.3333333333vw;
    top: -3.4666666667vw;
  }
}
.l-top .p-point__adviser-item .ttl {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-item .ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-item .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__adviser-item .ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-item .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-item .ttl {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-point__adviser-item .ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-point__adviser-item .txt {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-point__adviser-item .txt {
    font-size: 1.2142857143vw;
  }
}
.l-top .p-list__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__bg {
    padding: 16vw 0;
  }
}
.l-top .p-list__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__ttl {
    margin-bottom: 6.4vw;
  }
}
.l-top .p-list__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__ttl-sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-list__ttl-sub {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__ttl-sub {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__ttl-sub {
    margin-bottom: 1.3333333333vw;
  }
}
.l-top .p-list__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-list__lead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__lead {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__lead {
    margin-bottom: 9.6vw;
  }
}
.l-top .p-list__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__list {
    column-gap: 48px;
    row-gap: 60px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__list {
    column-gap: 3.4285714286vw;
    row-gap: 4.2857142857vw;
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__list {
    justify-content: space-between;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-list__list-item {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__list-item {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__list-item {
    width: 41.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-list__list-item a:hover {
    opacity: 0.7;
  }
}
.l-top .p-list__list-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__list-item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__list-item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__list-item img {
    border-radius: 6.4vw;
  }
}
.l-top .p-list__list-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__list-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__list-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__list-item .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__list-item .txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__list-item .txt {
    margin-top: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__list-item .txt {
    margin-top: 2.6666666667vw;
  }
}
.l-top .p-list__more {
  justify-content: center;
  align-items: center;
  margin: 8.5333333333vw 0 10.6666666667vw;
  column-gap: 4.2666666667vw;
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__more {
    display: flex;
  }
}
.l-top .p-list__more.close .p-list__more-icon::after {
  height: 0;
}
.l-top .p-list__more-icon {
  position: relative;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  border: 2px solid #E66A00;
}
.l-top .p-list__more-icon::before, .l-top .p-list__more-icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.8vw;
  transition: all 0.4s;
}
.l-top .p-list__more-icon::before {
  width: 4vw;
  height: 0.5333333333vw;
}
.l-top .p-list__more-icon::after {
  width: 0.5333333333vw;
  height: 4vw;
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__more-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-top .p-list__bottom {
  background-color: #FDE8D3;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__bottom {
    max-width: 800px;
    border-radius: 45px;
    padding: 14px 0 14px 220px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__bottom {
    max-width: 57.1428571429vw;
    border-radius: 3.2142857143vw;
    padding: 1vw 0 1vw 15.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__bottom {
    padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 26.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.l-top .p-list__bottom img {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__bottom img {
    width: 80px;
    left: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__bottom img {
    width: 5.7142857143vw;
    left: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__bottom img {
    width: 16vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-list__bottom-txt {
    font-size: 20px;
    line-height: 1.62;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__bottom-txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__bottom-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-top .p-list__bottom-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-list__bottom-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-list__bottom-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-list__bottom-btn {
    margin-top: 21.3333333333vw;
  }
}
.l-top .p-achievements__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__bg {
    padding: 16vw 0;
  }
}
.l-top .p-achievements__lead {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__lead {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__lead {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__lead {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__lead {
    margin-bottom: 16px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__lead {
    margin-bottom: 1.1428571429vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__lead {
    text-align: center;
    margin-bottom: 4.2666666667vw;
    padding: 0 10.1333333333vw;
  }
}
.l-top .p-achievements__lead::before, .l-top .p-achievements__lead::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash.png);
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__lead::before, .l-top .p-achievements__lead::after {
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__lead::before, .l-top .p-achievements__lead::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__lead::before, .l-top .p-achievements__lead::after {
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-top .p-achievements__lead::before {
  left: 0;
  transform: translateY(-50%);
}
.l-top .p-achievements__lead::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-top .p-achievements__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__text {
    text-align: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__text {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__text {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider {
    margin-bottom: 48px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider {
    margin-bottom: 3.4285714286vw;
    padding-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider {
    margin-bottom: 9.6vw;
    padding-bottom: 12.2666666667vw;
  }
}
.l-top .p-achievements__slider .slick-track {
  display: flex;
}
.l-top .p-achievements__slider-item {
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item {
    border-radius: 24px;
    width: 340px;
    margin: 0 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item {
    border-radius: 1.7142857143vw;
    width: 24.2857142857vw;
    margin: 0 1.7857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item {
    width: 76.8vw;
    border-radius: 6.4vw;
    margin: 0 2.6666666667vw;
  }
}
.l-top .p-achievements__slider-item .category {
  position: absolute;
  z-index: 1;
  background-color: #151515;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .category {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .category {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .category {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .category {
    padding: 2px 12px;
    border-radius: 20px;
    top: 14px;
    left: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .category {
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
    top: 1vw;
    left: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .category {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
    top: 3.7333333333vw;
    left: 3.7333333333vw;
  }
}
.l-top .p-achievements__slider-item img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item img {
    height: 227px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item img {
    height: 16.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item img {
    height: 51.2vw;
  }
}
.l-top .p-achievements__slider-item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text {
    padding: 18px 24px 27px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text {
    padding: 1.2857142857vw 1.7142857143vw 1.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text {
    padding: 5.3333333333vw 5.3333333333vw 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-top .p-achievements__slider-item .text-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-tag {
    column-gap: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-tag {
    column-gap: 0.8571428571vw;
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-tag {
    column-gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.l-top .p-achievements__slider-item .text-tag li {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-tag li {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-tag li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-tag li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-tag li {
    padding: 2px 12px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-tag li {
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-tag li {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.l-top .p-achievements__slider-item .text-brand {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-brand {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-brand {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-brand {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-brand {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-brand {
    margin-bottom: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-brand {
    margin-bottom: 2.6666666667vw;
  }
}
.l-top .p-achievements__slider-item .text-brand-name {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-brand-name {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-brand-name {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-brand-name {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-top .p-achievements__slider-item .text-date {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-date {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-date {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-date {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-date {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-date {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-date {
    margin-bottom: 5.8666666667vw;
  }
}
.l-top .p-achievements__slider-item .text-price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-price {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-price {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-price {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-price-num {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-price-num {
    font-size: 2.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-price-num {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-price-num {
    margin-left: 16px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__slider-item .text-price-num {
    margin-left: 1.1428571429vw;
    margin-right: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__slider-item .text-price-num {
    margin-left: 4.2666666667vw;
    margin-right: 1.6vw;
  }
}
.l-top .p-achievements__note {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__note {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__note {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__note {
    text-align: center;
  }
}
.l-top .p-achievements__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-achievements__btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-achievements__btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-achievements__btn {
    margin-top: 21.3333333333vw;
  }
}
.l-top .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-top .slick-dots {
    column-gap: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .slick-dots {
    column-gap: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .slick-dots {
    column-gap: 3.2vw;
  }
}
.l-top .slick-dots li {
  display: flex;
}
.l-top .slick-dots li.slick-active button {
  background-color: #E66A00;
}
.l-top .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-top .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .slick-dots li button {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .slick-dots li button {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.l-top .p-voice__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__bg {
    padding: 16vw 0;
  }
}
.l-top .p-voice__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__ttl {
    margin-bottom: 6.4vw;
  }
}
.l-top .p-voice__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__ttl-sub {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__ttl-sub {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__ttl-sub {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__ttl-sub .num {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__ttl-sub .num {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__ttl-sub .num {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__ttl-sub .num {
    margin: 0 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__ttl-sub .num {
    margin: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__ttl-sub .num {
    margin: 0 2.1333333333vw;
  }
}
.l-top .p-voice__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__text {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__text {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__text {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider {
    padding-bottom: 14.9333333333vw;
  }
}
.l-top .p-voice__slider .slick-track {
  display: flex;
}
.l-top .p-voice__slider-item {
  background-color: #fff;
  border: 1px solid #FFC392;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider-item {
    width: 380px;
    border-radius: 24px;
    padding: 40px 30px 48px;
    margin: 0 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider-item {
    width: 27.1428571429vw;
    border-radius: 1.7142857143vw;
    padding: 2.8571428571vw 2.1428571429vw 3.4285714286vw;
    margin: 0 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider-item {
    width: 76.8vw;
    border-radius: 6.4vw;
    padding: 5.8666666667vw 6.4vw 5.3333333333vw;
    margin: 0 2.6666666667vw;
  }
}
.l-top .p-voice__slider-item .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider-item .img {
    width: 110px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider-item .img {
    width: 7.8571428571vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider-item .img {
    width: 26.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.l-top .p-voice__slider-item .persona {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider-item .persona {
    column-gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider-item .persona {
    column-gap: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider-item .persona {
    column-gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider-item .persona-txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider-item .persona-txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider-item .persona-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.4933333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider-item .ttl {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider-item .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider-item .ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider-item .ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider-item .ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider-item .ttl {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider-item .txt {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider-item .txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider-item .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-top .p-voice__slider .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 15;
  bottom: 0;
  transform: translateY(38%);
  border-radius: 50%;
  background-color: #E66A00;
  border: 2px solid #E66A00;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider .slick-arrow {
    width: 80px;
    height: 80px;
  }
  .l-top .p-voice__slider .slick-arrow:hover {
    background-color: #fff;
  }
  .l-top .p-voice__slider .slick-arrow:hover::before {
    background-image: url(../img/common/ic-arrow-or.png);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider .slick-arrow {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider .slick-arrow {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.l-top .p-voice__slider .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-wh.png);
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider .slick-arrow::before {
    width: 15px;
    height: 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider .slick-arrow::before {
    width: 1.0714285714vw;
    height: 1.7857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider .slick-arrow::before {
    width: 2.9333333333vw;
    height: 4.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider .slick-arrow.slick-prev {
    left: calc((100vw - 548px) / 2);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider .slick-arrow.slick-prev {
    left: calc((100vw - 39.1428571429vw) / 2);
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider .slick-arrow.slick-prev {
    left: 6.4vw;
  }
}
.l-top .p-voice__slider .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-top .p-voice__slider .slick-arrow.slick-next {
    right: calc((100vw - 548px) / 2);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-voice__slider .slick-arrow.slick-next {
    right: calc((100vw - 39.1428571429vw) / 2);
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-voice__slider .slick-arrow.slick-next {
    right: 6.4vw;
  }
}
.l-top .p-voice__slider .slick-arrow.slick-next::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .l-top .p-topintro {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-topintro {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-topintro {
    padding: 16vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-topintro .p-point__adviser-wrap {
    margin-bottom: 9.6vw;
  }
}
.l-top .p-topintro__bottom-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-topintro__bottom-list {
    column-gap: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-topintro__bottom-list {
    column-gap: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-topintro__bottom-list {
    flex-wrap: wrap;
    column-gap: 8vw;
    row-gap: 3.2vw;
  }
}
.l-top .p-topintro__bottom-list li {
  border-radius: 50%;
  background-color: #FDE8D3;
  color: #E66A00;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-topintro__bottom-list li {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-topintro__bottom-list li {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-topintro__bottom-list li {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-topintro__bottom-list li {
    width: 164px;
    height: 164px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-topintro__bottom-list li {
    width: 11.7142857143vw;
    height: 11.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-topintro__bottom-list li {
    width: 24vw;
    height: 24vw;
  }
}
.l-top .p-topintro__bottom-img {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-topintro__bottom-img {
    column-gap: 40px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-topintro__bottom-img {
    column-gap: 2.8571428571vw;
    margin-top: -2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-topintro__bottom-img {
    column-gap: 2.6666666667vw;
    margin-top: -3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-topintro__bottom-img img {
    width: 150px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-topintro__bottom-img img {
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-topintro__bottom-img img {
    width: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-area {
    padding: 120px 0 160px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-area {
    padding: 8.5714285714vw 0 11.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-area {
    padding: 16vw 0;
  }
}
.l-top .p-area__ttl {
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .l-top .p-area__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-area__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-area__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-area__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-area__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-area__lead {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-area__lead {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-area__lead {
    margin-bottom: 9.6vw;
  }
}
.l-top .p-column__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-top .p-column__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-column__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-column__bg {
    padding: 16vw 0;
  }
}
.l-top .p-column__subttl {
  color: #E66A00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-column__subttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-column__subttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-column__subttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-column__subttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-column__subttl {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-column__subttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-column__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-column__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-column__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-column__lead {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-column__lead {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-column__lead {
    margin-bottom: 9.6vw;
  }
}
.l-top .p-column__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-column__btn {
    margin-top: 60px;
    padding-left: 35px;
  }
  .l-top .p-column__btn:hover {
    padding-left: 24px;
  }
  .l-top .p-column__btn:hover::after {
    right: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-column__btn {
    margin-top: 4.2857142857vw;
    padding-left: 2.5vw;
  }
  .l-top .p-column__btn:hover {
    padding-left: 1.7142857143vw;
  }
  .l-top .p-column__btn:hover::after {
    right: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-column__btn {
    margin-top: 12.8vw;
    padding-left: 9.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-news {
    padding: 140px 0 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-news {
    padding: 10vw 0 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-news {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-news__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-news__ttl {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-news__ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-top .p-news__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-news__btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-top .p-news__btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-top .p-news__btn {
    margin-top: 12.8vw;
  }
}

.l-results .p-resultsarchive__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsarchive__bg {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsarchive__bg {
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsarchive__bg {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle {
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__ttl {
    margin-bottom: 9.6vw;
  }
}
.l-results .p-resultsingle__ttl-info {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info {
    column-gap: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info {
    column-gap: 1.4285714286vw;
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__ttl-info {
    column-gap: 3.2vw;
    margin-bottom: 6.4vw;
  }
}
.l-results .p-resultsingle__ttl-info .cat {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .cat {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .cat {
    column-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__ttl-info .cat {
    column-gap: 3.2vw;
  }
}
.l-results .p-resultsingle__ttl-info .cat li {
  display: flex;
}
.l-results .p-resultsingle__ttl-info .cat li a {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .cat li a {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .cat li a {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__ttl-info .cat li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .cat li a {
    border-radius: 20px;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .cat li a {
    border-radius: 1.4285714286vw;
    padding: 0.2857142857vw 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__ttl-info .cat li a {
    border-radius: 5.3333333333vw;
    padding: 0.5333333333vw 3.2vw;
  }
}
.l-results .p-resultsingle__ttl-info .tag {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .tag {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .tag {
    column-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__ttl-info .tag {
    column-gap: 3.2vw;
  }
}
.l-results .p-resultsingle__ttl-info .tag li {
  display: flex;
}
.l-results .p-resultsingle__ttl-info .tag li a {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .tag li a {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .tag li a {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__ttl-info .tag li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .tag li a {
    border-radius: 20px;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-info .tag li a {
    border-radius: 1.4285714286vw;
    padding: 0.2857142857vw 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__ttl-info .tag li a {
    border-radius: 5.3333333333vw;
    padding: 0.5333333333vw 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-txt {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__ttl-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__ttl-txt {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-results .p-resultsingle__top {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top {
    flex-direction: column;
    row-gap: 4.2666666667vw;
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-img {
    width: 624px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-img {
    width: 44.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-img img {
    border-radius: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-img img {
    border-radius: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-img img {
    border-radius: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt {
    width: 420px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .wrap {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .wrap {
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .wrap {
    margin-bottom: 3.2vw;
  }
}
.l-results .p-resultsingle__top-txt .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item {
    padding: 1.1428571429vw 0.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .item {
    padding: 5.3333333333vw 3.2vw;
  }
}
.l-results .p-resultsingle__top-txt .item.price .ttl {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .ttl {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .ttl {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .item .ttl {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .ttl {
    width: 138px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .ttl {
    width: 9.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .item .ttl {
    width: 27.2vw;
  }
}
.l-results .p-resultsingle__top-txt .item .pricetxt {
  flex: 1;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .pricetxt-num {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .pricetxt-num {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .item .pricetxt-num {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .pricetxt-yen {
    font-size: 24px;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .pricetxt-yen {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .item .pricetxt-yen {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .pricetxt-yen {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .pricetxt-yen {
    margin-left: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .item .pricetxt-yen {
    margin-left: 1.0666666667vw;
  }
}
.l-results .p-resultsingle__top-txt .item .txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .txt {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .item .txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .item .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-results .p-resultsingle__top-txt .item .txt.brand {
  font-weight: 700;
  color: #5D3900;
  text-decoration: underline;
}
.l-results .p-resultsingle__top-txt .note {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .note {
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .note {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .note {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .note {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .note {
    margin-bottom: 2.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .note {
    margin-bottom: 8.5333333333vw;
  }
}
.l-results .p-resultsingle__top-txt .contact {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #08A361;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact {
    border-radius: 8px;
    padding: 20px 30px 20px 136px;
  }
  .l-results .p-resultsingle__top-txt .contact:hover {
    box-shadow: 0 -10px 0 #08A361;
    transform: translateY(10px);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact {
    border-radius: 0.5714285714vw;
    padding: 1.4285714286vw 2.1428571429vw 1.4285714286vw 9.7142857143vw;
  }
  .l-results .p-resultsingle__top-txt .contact:hover {
    box-shadow: 0 -0.7142857143vw 0 #08A361;
    transform: translateY(0.7142857143vw);
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .contact {
    padding: 4.2666666667vw 26px 4.2666666667vw 28.8vw;
    border-radius: 2.1333333333vw;
  }
}
.l-results .p-resultsingle__top-txt .contact::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/results/im-contanct.png);
  z-index: 1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact::before {
    width: 101px;
    height: 144px;
    left: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact::before {
    width: 7.2142857143vw;
    height: 10.2857142857vw;
    left: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .contact::before {
    width: 21.0666666667vw;
    height: 30.1333333333vw;
    left: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact-txt img {
    width: 252px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact-txt img {
    width: 18vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .contact-txt img {
    width: 53.0666666667vw;
  }
}
.l-results .p-resultsingle__top-txt .contact-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact-tel img {
    width: 15px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact-tel img {
    width: 1.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .contact-tel img {
    width: 3.2vw;
  }
}
.l-results .p-resultsingle__top-txt .contact-tel-num {
  color: #08A361;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact-tel-num {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact-tel-num {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .contact-tel-num {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-results .p-resultsingle__top-txt .contact-note {
  color: #08A361;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact-note {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__top-txt .contact-note {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__top-txt .contact-note {
    font-size: calc(9 / 375 * 100vw);
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__contents {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__contents {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__contents {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__contents h2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__contents h2 {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__contents h2 {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__contents h2 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__contents h2 {
    margin-bottom: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__contents h2 {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__contents p + p {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__contents p + p {
    margin-top: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__contents p + p {
    margin-top: 6.4vw;
  }
}
.l-results .p-resultsingle__rank {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__rank {
    align-items: flex-start;
    column-gap: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__rank {
    column-gap: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank {
    flex-direction: column;
    align-items: center;
    row-gap: 6.4vw;
  }
}
.l-results .p-resultsingle__rank-ttl {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__rank-ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__rank-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table {
    flex: 1;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank-table {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank-table tbody, .l-results .p-resultsingle__rank-table tr {
    display: block;
  }
}
.l-results .p-resultsingle__rank-table th {
  background-color: #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table th {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table th {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank-table th {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table th {
    border-bottom: 3px solid #fff;
    width: 128px;
    padding: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table th {
    width: 9.1428571429vw;
    padding: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank-table th {
    display: block;
    padding: 2.1333333333vw;
    margin-bottom: 0.2666666667vw;
  }
}
.l-results .p-resultsingle__rank-table td {
  background-color: #FAF9F8;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table td {
    border-bottom: 3px solid #fff;
    border-left: 2px solid #fff;
    padding: 0 28px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table td {
    padding: 0 2vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank-table td {
    display: block;
    text-align: center;
    margin-bottom: 1.0666666667vw;
    padding: 3.2vw 0;
  }
}
.l-results .p-resultsingle__rank-table td .wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank-table td .wrap {
    flex-direction: column;
    row-gap: 2.1333333333vw;
  }
}
.l-results .p-resultsingle__rank-table td .ttl {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table td .ttl {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table td .ttl {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank-table td .ttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6875;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table td .ttl {
    width: 123px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table td .ttl {
    width: 8.7857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table td .txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-resultsingle__rank-table td .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-resultsingle__rank-table td .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-results .p-related__bg {
  background-color: #FDFBF2;
}
@media screen and (min-width: 768px) {
  .l-results .p-related__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__bg {
    padding: 16vw 0;
  }
}
.l-results .p-related__subttl {
  color: #E66A00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-results .p-related__subttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__subttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__subttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-related__subttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__subttl {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__subttl {
    margin-bottom: 1.0666666667vw;
  }
}
.l-results .p-related__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-results .p-related__ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__ttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-related__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__ttl {
    margin-bottom: 9.6vw;
  }
}
.l-results .p-related__search {
  background-color: #fff;
  border: 2px solid #E66A00;
}
@media screen and (min-width: 768px) {
  .l-results .p-related__search {
    padding: 30px 40px 60px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__search {
    padding: 2.1428571429vw 2.8571428571vw 4.2857142857vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__search {
    padding: 5.3333333333vw;
    border-radius: 3.2vw;
  }
}
.l-results .p-related__search-ttl {
  position: relative;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-results .p-related__search-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__search-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__search-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-related__search-ttl {
    margin-bottom: 30px;
    padding-left: 56px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__search-ttl {
    margin-bottom: 2.1428571429vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__search-ttl {
    margin-bottom: 3.7333333333vw;
    padding-left: 9.3333333333vw;
  }
}
.l-results .p-related__search-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-search-or.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-results .p-related__search-ttl::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__search-ttl::before {
    width: 1.8571428571vw;
    height: 1.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__search-ttl::before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.l-results .p-related__search-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-results .p-related__search-list {
    column-gap: 24px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__search-list {
    column-gap: 1.7142857143vw;
    row-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__search-list {
    column-gap: 5.3333333333vw;
    row-gap: 3.2vw;
  }
}
.l-results .p-related__search-list li {
  display: flex;
}
.l-results .p-related__search-list li a {
  background-color: #EAD7C3;
  border: 2px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-results .p-related__search-list li a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__search-list li a {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__search-list li a {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-results .p-related__search-list li a {
    padding: 6px 18px;
    border-radius: 30px;
  }
  .l-results .p-related__search-list li a:hover {
    background-color: #fff;
    border-color: #E66A00;
    color: #E66A00;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-results .p-related__search-list li a {
    padding: 0.4285714286vw 1.2857142857vw;
    border-radius: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-results .p-related__search-list li a {
    padding: 1.6vw 3.2vw;
    border-radius: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .l-voice .p-voice {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice {
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-voice .p-voice {
    padding-bottom: 16vw;
  }
}
.l-voice .p-voice__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-voice .p-voice__list {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 74px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice__list {
    row-gap: 5.2857142857vw;
    margin-bottom: 4.6428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-voice .p-voice__list {
    flex-direction: column;
    row-gap: 12.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.l-voice .p-voice__list-item {
  background-color: #fff;
  border: 2px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-voice .p-voice__list-item {
    width: 522px;
    padding: 36px 30px 30px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice__list-item {
    width: 37.2857142857vw;
    padding: 2.5714285714vw 2.1428571429vw 2.1428571429vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-voice .p-voice__list-item {
    width: 100%;
    padding: 6.4vw 5.3333333333vw 2.6666666667vw;
    border-radius: 6.4vw;
  }
}
.l-voice .p-voice__list-item .info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-voice .p-voice__list-item .info {
    padding-left: 160px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice__list-item .info {
    padding-left: 11.4285714286vw;
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-voice .p-voice__list-item .info {
    padding-left: 26.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.l-voice .p-voice__list-item .info-img {
  position: absolute;
  z-index: 1;
  display: flex;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-voice .p-voice__list-item .info-img {
    top: -56px;
    width: 140px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice__list-item .info-img {
    top: -4vw;
    width: 10vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-voice .p-voice__list-item .info-img {
    top: -10.6666666667vw;
    width: 26.6666666667vw;
  }
}
.l-voice .p-voice__list-item .info-text-ttl {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-voice .p-voice__list-item .info-text-ttl {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice__list-item .info-text-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-voice .p-voice__list-item .info-text-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-voice .p-voice__list-item .info-text-ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice__list-item .info-text-ttl {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-voice .p-voice__list-item .info-text-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-voice .p-voice__list-item .info-text-persona {
    font-size: 15px;
    line-height: 1.4933333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice__list-item .info-text-persona {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-voice .p-voice__list-item .info-text-persona {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.4933333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-voice .p-voice__list-item .text {
  background-color: #FDFBF2;
}
@media screen and (min-width: 768px) {
  .l-voice .p-voice__list-item .text {
    padding: 20px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice__list-item .text {
    padding: 1.4285714286vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-voice .p-voice__list-item .text {
    padding: 5.3333333333vw 4.2666666667vw;
    border-radius: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-voice .p-voice__list-item .text p {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-voice .p-voice__list-item .text p {
    font-size: 1.2142857143vw;
  }
}

@media screen and (min-width: 768px) {
  .l-column .p-columnarchive {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive {
    margin-bottom: 11.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive .p-related {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive .p-related {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive .p-related {
    margin-bottom: 9.6vw;
  }
}
.l-column .p-columnarchive__pickup {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 9.6vw;
  }
}
.l-column .p-columnarchive__pickup .slick-arrow {
  position: absolute;
  z-index: 1;
  font-size: 0;
  border-radius: 50%;
  background-color: #E66A00;
  border: 2px solid #E66A00;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-arrow {
    top: 50%;
    width: 80px;
    height: 80px;
  }
  .l-column .p-columnarchive__pickup .slick-arrow:hover {
    background-color: #fff;
  }
  .l-column .p-columnarchive__pickup .slick-arrow:hover::before {
    background-image: url(../img/common/ic-arrow-or.png);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-arrow {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup .slick-arrow {
    width: 12.8vw;
    height: 12.8vw;
    bottom: 12.8vw;
  }
}
.l-column .p-columnarchive__pickup .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-wh.png);
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-arrow::before {
    width: 15px;
    height: 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-arrow::before {
    width: 1.0714285714vw;
    height: 1.7857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup .slick-arrow::before {
    width: 2.9333333333vw;
    height: 4.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-arrow.slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup .slick-arrow.slick-prev {
    left: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-arrow.slick-next {
    right: 0;
    transform: translate(50%, -50%) scale(-1, 1);
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup .slick-arrow.slick-next {
    right: 6.4vw;
  }
}
.l-column .p-columnarchive__pickup .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-dots {
    bottom: 44px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-dots {
    bottom: 3.1428571429vw;
    column-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup .slick-dots {
    bottom: 17.0666666667vw;
    column-gap: 3.2vw;
  }
}
.l-column .p-columnarchive__pickup .slick-dots li {
  display: flex;
}
.l-column .p-columnarchive__pickup .slick-dots li.slick-active button {
  background-color: #E66A00;
}
.l-column .p-columnarchive__pickup .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  background-color: #EAD7C3;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup .slick-dots li button {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup .slick-dots li button {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.l-column .p-columnarchive__pickup-item {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item {
    border-radius: 36px;
    padding: 40px 72px 112px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item {
    border-radius: 2.5714285714vw;
    padding: 2.8571428571vw 5.1428571429vw 8vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item {
    padding: 12.8vw 5.8666666667vw 32vw;
  }
}
.l-column .p-columnarchive__pickup-item .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .wrap {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .wrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.l-column .p-columnarchive__pickup-item .img {
  position: relative;
  overflow: hidden;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .img {
    width: 480px;
    height: 320px;
    border-radius: 24px;
  }
  .l-column .p-columnarchive__pickup-item .img:hover img {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .img {
    width: 34.2857142857vw;
    height: 22.8571428571vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .img {
    height: 58.6666666667vw;
    border-radius: 6.4vw;
  }
}
.l-column .p-columnarchive__pickup-item .img-cat {
  position: absolute;
  z-index: 1;
  background-color: #151515;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .img-cat {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .img-cat {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .img-cat {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .img-cat {
    padding: 4px 16px;
    border-radius: 20px;
    top: 16px;
    left: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .img-cat {
    padding: 0.2857142857vw 1.1428571429vw;
    border-radius: 1.4285714286vw;
    top: 1.1428571429vw;
    left: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .img-cat {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
    top: 3.7333333333vw;
    left: 3.7333333333vw;
  }
}
.l-column .p-columnarchive__pickup-item .img img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text {
    width: 432px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text {
    width: 30.8571428571vw;
  }
}
.l-column .p-columnarchive__pickup-item .text-ttl {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-ttl {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-ttl {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .text-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-ttl {
    margin-bottom: 24px;
  }
  .l-column .p-columnarchive__pickup-item .text-ttl:hover {
    color: #E66A00;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-ttl {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-column .p-columnarchive__pickup-item .text-tag {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-tag {
    column-gap: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-tag {
    column-gap: 0.8571428571vw;
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .text-tag {
    column-gap: 3.2vw;
    float: left;
  }
}
.l-column .p-columnarchive__pickup-item .text-tag li {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-tag li {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-tag li {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .text-tag li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-tag li {
    padding: 4px 16px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-tag li {
    padding: 0.2857142857vw 1.1428571429vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .text-tag li {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.l-column .p-columnarchive__pickup-item .text-date {
  display: block;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-date {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-date {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .text-date {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-date {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-columnarchive__pickup-item .text-date {
    margin-bottom: 2.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .text-date {
    width: max-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-columnarchive__pickup-item .text .c-btn {
    clear: both;
    margin-top: 6.4vw;
  }
}
.l-column .p-related__bg {
  background-color: #FDFBF2;
}
@media screen and (min-width: 768px) {
  .l-column .p-related__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__bg {
    padding: 16vw 0;
  }
}
.l-column .p-related__subttl {
  color: #E66A00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-column .p-related__subttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__subttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__subttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-related__subttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__subttl {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__subttl {
    margin-bottom: 1.0666666667vw;
  }
}
.l-column .p-related__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-column .p-related__ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__ttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-related__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__ttl {
    margin-bottom: 9.6vw;
  }
}
.l-column .p-related__search {
  background-color: #fff;
  border: 2px solid #E66A00;
}
@media screen and (min-width: 768px) {
  .l-column .p-related__search {
    padding: 30px 40px 60px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__search {
    padding: 2.1428571429vw 2.8571428571vw 4.2857142857vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__search {
    padding: 5.3333333333vw;
    border-radius: 3.2vw;
  }
}
.l-column .p-related__search-ttl {
  position: relative;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-column .p-related__search-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__search-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__search-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-related__search-ttl {
    margin-bottom: 30px;
    padding-left: 56px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__search-ttl {
    margin-bottom: 2.1428571429vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__search-ttl {
    margin-bottom: 3.7333333333vw;
    padding-left: 9.3333333333vw;
  }
}
.l-column .p-related__search-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-search-or.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-column .p-related__search-ttl::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__search-ttl::before {
    width: 1.8571428571vw;
    height: 1.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__search-ttl::before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.l-column .p-related__search-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-column .p-related__search-list {
    column-gap: 24px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__search-list {
    column-gap: 1.7142857143vw;
    row-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__search-list {
    column-gap: 5.3333333333vw;
    row-gap: 3.2vw;
  }
}
.l-column .p-related__search-list li {
  display: flex;
}
.l-column .p-related__search-list li a {
  background-color: #EAD7C3;
  border: 2px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-column .p-related__search-list li a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__search-list li a {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__search-list li a {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-column .p-related__search-list li a {
    padding: 6px 18px;
    border-radius: 30px;
  }
  .l-column .p-related__search-list li a:hover {
    background-color: #fff;
    border-color: #E66A00;
    color: #E66A00;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-column .p-related__search-list li a {
    padding: 0.4285714286vw 1.2857142857vw;
    border-radius: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-column .p-related__search-list li a {
    padding: 1.6vw 3.2vw;
    border-radius: 8vw;
  }
}

.l-single .p-single__ttl-info {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info {
    justify-content: space-between;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info {
    flex-direction: column;
    row-gap: 2.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.l-single .p-single__ttl-info .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info .wrap {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info .wrap {
    column-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info .wrap {
    flex-wrap: wrap;
    row-gap: 1.6vw;
    column-gap: 3.2vw;
  }
}
.l-single .p-single__ttl-info .cat {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info .cat {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info .cat {
    column-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info .cat {
    column-gap: 3.2vw;
  }
}
.l-single .p-single__ttl-info .cat li {
  display: flex;
}
.l-single .p-single__ttl-info .cat li a {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info .cat li a {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info .cat li a {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info .cat li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info .cat li a {
    border-radius: 20px;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info .cat li a {
    border-radius: 1.4285714286vw;
    padding: 0.2857142857vw 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info .cat li a {
    border-radius: 5.3333333333vw;
    padding: 0.5333333333vw 3.2vw;
  }
}
.l-single .p-single__ttl-info .tag {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info .tag {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info .tag {
    column-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info .tag {
    column-gap: 3.2vw;
  }
}
.l-single .p-single__ttl-info .tag li {
  display: flex;
}
.l-single .p-single__ttl-info .tag li a {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info .tag li a {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info .tag li a {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info .tag li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info .tag li a {
    border-radius: 20px;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info .tag li a {
    border-radius: 1.4285714286vw;
    padding: 0.2857142857vw 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info .tag li a {
    border-radius: 5.3333333333vw;
    padding: 0.5333333333vw 3.2vw;
  }
}
.l-single .p-single__ttl-info .newscat {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info .newscat {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info .newscat {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info .newscat {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-single .p-single__ttl-info .date {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-info .date {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-info .date {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-info .date {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-txt {
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-txt {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__ttl-txt {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__ttl-txt {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__ttl-txt {
    margin-bottom: 9.6vw;
  }
}
.l-single .p-single__thumb {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__thumb {
    max-width: 1000px;
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__thumb {
    max-width: 71.4285714286vw;
    margin-bottom: 5.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__thumb {
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__thumb img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__thumb img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__thumb img {
    border-radius: 6.4vw;
  }
}
.l-single .p-single #ez-toc-container {
  background-color: #FAF9F8;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container {
    border-radius: 8px;
    margin-bottom: 100px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container {
    border-radius: 0.5714285714vw;
    margin-bottom: 7.1428571429vw;
    max-width: 71.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container {
    border-radius: 2.1333333333vw;
    margin-bottom: 12.8vw;
  }
}
.l-single .p-single #ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container .ez-toc-title-container {
    padding: 18px 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container .ez-toc-title-container {
    padding: 1.2857142857vw 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container .ez-toc-title-container {
    padding: 3.2vw;
  }
}
.l-single .p-single #ez-toc-container .ez-toc-title-container .ez-toc-title {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav {
    padding: 30px 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav {
    padding: 2.1428571429vw 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container nav {
    padding: 5.3333333333vw 3.2vw 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav a:hover {
    color: #E99C33;
  }
}
.l-single .p-single #ez-toc-container nav ul {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-list-level-1 {
    padding-left: 42px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-list-level-1 {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-list-level-1 {
    padding-left: 8vw;
  }
}
.l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2 {
  list-style-type: decimal;
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2::marker {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2::marker {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2::marker {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2 {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2 {
    padding-left: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2 {
    padding-left: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2 > a {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2 > a {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-2 > a {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-list-level-3 {
    padding-left: 18px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-list-level-3 {
    padding-left: 1.2857142857vw;
  }
}
.l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3 {
  list-style-type: disc;
}
.l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3::marker {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3 {
    margin-top: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3 {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3:not(:last-of-type) {
    margin-bottom: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3:not(:last-of-type) {
    margin-bottom: 1.6vw;
  }
}
.l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3 > a {
  color: #000000;
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3 > a {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3 > a {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3 > a {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single #ez-toc-container nav .ez-toc-heading-level-3 > a:hover {
    color: #E99C33;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents {
    margin-bottom: 12.8vw;
  }
}
.l-single .p-single__contents h2 {
  color: #5D3900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents h2 {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents h2 {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents h2 {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents h2 {
    margin: 100px 0 80px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents h2 {
    margin: 7.1428571429vw 0 5.7142857143vw;
    padding-left: 2.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents h2 {
    margin: 12.8vw 0 10.6666666667vw;
    padding-left: 8vw;
  }
}
.l-single .p-single__contents h2::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  top: 0;
  background-color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents h2::before {
    width: 12px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents h2::before {
    width: 0.8571428571vw;
    border-radius: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents h2::before {
    width: 2.6666666667vw;
    border-radius: 1.6vw;
  }
}
.l-single .p-single__contents h3 {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents h3 {
    font-size: 24px;
    line-height: 1.6083333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents h3 {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents h3 {
    font-size: calc(19 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents h3 {
    margin: 80px 0 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents h3 {
    margin: 5.7142857143vw 0 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents h3 {
    margin: 10.6666666667vw 0 6.4vw;
  }
}
.l-single .p-single__contents h4 {
  color: #E99C33;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents h4 {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents h4 {
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents h4 {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents h4 {
    margin: 60px 0 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents h4 {
    margin: 4.2857142857vw 0 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents h4 {
    margin: 9.6vw 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents p, .l-single .p-single__contents li {
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents p, .l-single .p-single__contents li {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents li {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents p + p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents p + p {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents p + p {
    margin-top: 4.2666666667vw;
  }
}
.l-single .p-single__contents img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents img {
    max-width: 1000px;
    border-radius: 24px;
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents img {
    max-width: 71.4285714286vw;
    border-radius: 1.7142857143vw;
    margin-top: 2.5714285714vw;
    margin-bottom: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents img {
    border-radius: 6.4vw;
    margin-top: 9.6vw;
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents ul, .l-single .p-single__contents ol {
    padding-left: 48px;
    margin: 24px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents ul, .l-single .p-single__contents ol {
    padding-left: 3.4285714286vw;
    margin: 1.7142857143vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents ul, .l-single .p-single__contents ol {
    padding-left: 8vw;
    margin: 4.2666666667vw 0;
  }
}
.l-single .p-single__contents ul li {
  list-style-type: disc;
}
.l-single .p-single__contents ul li::marker {
  color: #5D3900;
}
.l-single .p-single__contents ol li {
  list-style-type: decimal;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__contents ol li::marker {
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__contents ol li::marker {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__contents ol li::marker {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link {
    margin-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link {
    margin-bottom: 16vw;
  }
}
.l-single .p-single__link-link {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link {
    border-top: 1px solid #EBE7DE;
    border-bottom: 1px solid #EBE7DE;
    justify-content: space-between;
    padding: 40px 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link {
    padding: 2.8571428571vw 0.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link {
    flex-direction: column;
  }
}
.l-single .p-single__link-link .txt {
  display: block;
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link .txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .txt {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .txt {
    width: 492px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link .txt {
    width: 35.1428571429vw;
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .txt {
    margin-bottom: 3.2vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link > div:nth-of-type(2) {
    position: relative;
  }
  .l-single .p-single__link-link > div:nth-of-type(2)::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #EBE7DE;
    height: 1px;
    width: 80vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .prev {
    flex: 1;
    border-right: 1px solid #EBE7DE;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .prev {
    border-top: 1px solid #EBE7DE;
    width: 100%;
    padding: 8vw 0;
  }
}
.l-single .p-single__link-link .prev:not(:has(a)) {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .prev .txt {
    padding-left: 132px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link .prev .txt {
    padding-left: 9.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .prev .txt {
    padding-left: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .prev a {
    padding-left: 132px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link .prev a {
    padding-left: 9.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .prev a {
    text-align: justify;
    width: 83.3333333333vw;
    padding-left: 14.6666666667vw;
  }
}
.l-single .p-single__link-link .prev a::before {
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .prev a::after {
    left: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link .prev a::after {
    left: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .prev a::after {
    left: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .next {
    flex: 1;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .next {
    width: 100%;
    padding: 8vw 0;
    border-bottom: 1px solid #EBE7DE;
  }
}
.l-single .p-single__link-link .next:not(:has(a)) {
  display: none;
}
.l-single .p-single__link-link .next .txt {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .next .txt {
    margin-left: auto;
    padding-right: 132px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link .next .txt {
    padding-right: 9.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .next .txt {
    padding-right: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .next a {
    margin-left: auto;
    padding-right: 132px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link .next a {
    padding-right: 9.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .next a {
    text-align: justify;
    width: 83.3333333333vw;
    margin-left: auto;
    padding-right: 14.6666666667vw;
  }
}
.l-single .p-single__link-link .next a::before {
  right: 0;
}
.l-single .p-single__link-link .next a::after {
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link .next a::after {
    right: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link .next a::after {
    right: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link .next a::after {
    right: 4.4vw;
  }
}
.l-single .p-single__link-link a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link a {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link a {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link a {
    width: 492px;
  }
  .l-single .p-single__link-link a:hover::before {
    background-color: #fff;
  }
  .l-single .p-single__link-link a:hover::after {
    background-image: url(../img/common/ic-arrow-or.png);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link a {
    width: 35.1428571429vw;
  }
}
.l-single .p-single__link-link a::before, .l-single .p-single__link-link a::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
}
.l-single .p-single__link-link a::before {
  border-radius: 50%;
  background-color: #E66A00;
  border: 2px solid #E66A00;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link a::before {
    top: -10px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link a::before {
    top: -0.7142857143vw;
    width: 5.7142857143vw;
    height: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link a::before {
    top: 0;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.l-single .p-single__link-link a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-wh.png);
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link-link a::after {
    width: 15px;
    height: 24px;
    top: 18px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link-link a::after {
    width: 1.0714285714vw;
    height: 1.7142857143vw;
    top: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link-link a::after {
    width: 1.7333333333vw;
    height: 2.7733333333vw;
    top: 3.7333333333vw;
  }
}
.l-single .p-single__link .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-single .p-single__link .c-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single__link .c-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single__link .c-btn {
    margin-top: 9.6vw;
  }
}
.l-single .p-single iframe {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-single .p-single iframe {
    margin: 60px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single iframe {
    margin: 4.2857142857vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single iframe {
    margin: 12.8vw 0;
  }
}
.l-single .p-single iframe.wp-embedded-content {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .l-single .p-single iframe.wp-embedded-content {
    height: 220px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-single iframe.wp-embedded-content {
    height: 15.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-single iframe.wp-embedded-content {
    height: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-ctabox {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-ctabox {
    margin-bottom: 11.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-ctabox {
    margin-bottom: 16vw;
  }
}
.l-single .p-related__bg {
  background-color: #FDFBF2;
}
@media screen and (min-width: 768px) {
  .l-single .p-related__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__bg {
    padding: 16vw 0;
  }
}
.l-single .p-related__subttl {
  color: #E66A00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-single .p-related__subttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__subttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__subttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-related__subttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__subttl {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__subttl {
    margin-bottom: 1.0666666667vw;
  }
}
.l-single .p-related__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-single .p-related__ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__ttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-related__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__ttl {
    margin-bottom: 9.6vw;
  }
}
.l-single .p-related__search {
  background-color: #fff;
  border: 2px solid #E66A00;
}
@media screen and (min-width: 768px) {
  .l-single .p-related__search {
    padding: 30px 40px 60px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__search {
    padding: 2.1428571429vw 2.8571428571vw 4.2857142857vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__search {
    padding: 5.3333333333vw;
    border-radius: 3.2vw;
  }
}
.l-single .p-related__search-ttl {
  position: relative;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-single .p-related__search-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__search-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__search-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-related__search-ttl {
    margin-bottom: 30px;
    padding-left: 56px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__search-ttl {
    margin-bottom: 2.1428571429vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__search-ttl {
    margin-bottom: 3.7333333333vw;
    padding-left: 9.3333333333vw;
  }
}
.l-single .p-related__search-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-search-or.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-single .p-related__search-ttl::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__search-ttl::before {
    width: 1.8571428571vw;
    height: 1.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__search-ttl::before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.l-single .p-related__search-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-single .p-related__search-list {
    column-gap: 24px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__search-list {
    column-gap: 1.7142857143vw;
    row-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__search-list {
    column-gap: 5.3333333333vw;
    row-gap: 3.2vw;
  }
}
.l-single .p-related__search-list li {
  display: flex;
}
.l-single .p-related__search-list li a {
  background-color: #EAD7C3;
  border: 2px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-single .p-related__search-list li a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__search-list li a {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__search-list li a {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single .p-related__search-list li a {
    padding: 6px 18px;
    border-radius: 30px;
  }
  .l-single .p-related__search-list li a:hover {
    background-color: #fff;
    border-color: #E66A00;
    color: #E66A00;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-single .p-related__search-list li a {
    padding: 0.4285714286vw 1.2857142857vw;
    border-radius: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-single .p-related__search-list li a {
    padding: 1.6vw 3.2vw;
    border-radius: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .l-news .p-news {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-news .p-news {
    margin-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-news .p-news {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-news .p-news .l-categoryselect {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-news .p-news .l-categoryselect {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-news .p-news .l-categoryselect {
    margin-bottom: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .l-contact .p-contact {
    padding: 120px 0 230px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact {
    padding: 8.5714285714vw 0 16.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact {
    padding: 23.4666666667vw 0 28.2666666667vw;
  }
}
.l-contact .p-contact__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__ttl {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__ttl {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__ttl {
    margin-bottom: 16.8vw;
  }
}
.l-contact .p-contact__ttl-sub {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__ttl-sub {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__ttl-sub {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__ttl-sub {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__ttl-sub {
    margin-bottom: 12px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__ttl-sub {
    margin-bottom: 0.8571428571vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__ttl-sub {
    margin-bottom: 3.2vw;
    padding: 0 12vw;
  }
}
.l-contact .p-contact__ttl-sub::before, .l-contact .p-contact__ttl-sub::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash-or.png);
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__ttl-sub::before, .l-contact .p-contact__ttl-sub::after {
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__ttl-sub::before, .l-contact .p-contact__ttl-sub::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__ttl-sub::before, .l-contact .p-contact__ttl-sub::after {
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-contact .p-contact__ttl-sub::before {
  left: 0;
  transform: translateY(-50%);
}
.l-contact .p-contact__ttl-sub::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-contact .p-contact__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-contact .p-contact__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__btn {
    width: 526px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__btn {
    width: 37.5714285714vw;
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__btn {
    width: 88.2666666667vw;
    margin-bottom: 12.8vw;
  }
}
.l-contact .p-contact__box {
  background-color: #FFFFFF;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box {
    border: 8px solid #F7F3E6;
    border-radius: 24px;
    padding: 60px 100px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box {
    border: 0.5714285714vw solid #F7F3E6;
    border-radius: 1.7142857143vw;
    padding: 4.2857142857vw 7.1428571429vw;
    max-width: 71.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box {
    max-width: 97.3333333333vw;
    border-radius: 3.2vw;
    border: 0.8vw solid #F7F3E6;
    padding: 9.6vw 4.5333333333vw;
  }
}
.l-contact .p-contact__box input, .l-contact .p-contact__box textarea {
  font-family: inherit;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-item {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-item {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-item {
    margin-bottom: 8vw;
  }
}
.l-contact .p-contact__box-item label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-item label {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-item label {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-item label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-item label {
    margin-bottom: 20px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-item label {
    margin-bottom: 1.4285714286vw;
    column-gap: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-item label {
    margin-bottom: 4.2666666667vw;
    column-gap: 4.2666666667vw;
  }
}
.l-contact .p-contact__box-item label .required {
  background-color: #FFF8E8;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-item label .required {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-item label .required {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-item label .required {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-item label .required {
    padding: 4px 23px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-item label .required {
    padding: 0.2857142857vw 1.6428571429vw;
    border-radius: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-item label .required {
    padding: 0.8vw 5.3333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.l-contact .p-contact__box-item .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.l-contact .p-contact__box-item input,
.l-contact .p-contact__box-item textarea {
  width: 100%;
  max-width: 100%;
  background-color: #FAF9F8;
  border: 1px solid #999999;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-item input,
  .l-contact .p-contact__box-item textarea {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-item input,
  .l-contact .p-contact__box-item textarea {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-item input,
  .l-contact .p-contact__box-item textarea {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-item input,
  .l-contact .p-contact__box-item textarea {
    padding: 12px 32px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-item input,
  .l-contact .p-contact__box-item textarea {
    padding: 0.8571428571vw 2.2857142857vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-item input,
  .l-contact .p-contact__box-item textarea {
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-item input {
    height: 54px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-item input {
    height: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-item input {
    height: 17.0666666667vw;
  }
}
.l-contact .p-contact__box-item textarea {
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-item textarea {
    height: 300px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-item textarea {
    height: 21.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-item textarea {
    height: 85.3333333333vw;
  }
}
.l-contact .p-contact__box-item ::placeholder {
  color: #777777;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .ttl {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .ttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .ttl {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .ttl-txt {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .ttl-txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .ttl-txt {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .ttl-txt {
    margin-right: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .ttl-txt {
    display: block;
    font-weight: 700;
    margin-bottom: 3.2vw;
  }
}
.l-contact .p-contact__box-file .filewrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .filewrap {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .wpcf7-form-control-wrap {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .wpcf7-form-control-wrap {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .filewrap .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.l-contact .p-contact__box-file .filewrap .codedropz-upload-handler {
  background-color: #FAF9F8;
  border: 1px solid #999999;
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler {
    border-radius: 12px;
    height: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler {
    border-radius: 0.8571428571vw;
    height: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler {
    height: 51.7333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.l-contact .p-contact__box-file .filewrap .codedropz-upload-handler::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-camera.png);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler::before {
    width: 60px;
    height: 60px;
    top: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler::before {
    width: 4.2857142857vw;
    height: 4.2857142857vw;
    top: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler::before {
    width: 16vw;
    height: 16vw;
    top: 8vw;
  }
}
.l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-container {
    padding-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-container {
    padding-top: 28.8vw;
  }
}
.l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-inner {
  color: #777777;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-inner {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-inner {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .codedropz-upload-inner {
    font-size: 0;
    line-height: 0;
  }
}
.l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #E66A00;
  border: 2px solid #E66A00;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    margin-top: 8px;
    width: 209px;
    height: 56px;
    border-radius: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    margin-top: 0.5714285714vw;
    width: 14.9285714286vw;
    height: 4vw;
    border-radius: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .cd-upload-btn {
    width: 55.7333333333vw;
    height: 14.9333333333vw;
    border-radius: 12.8vw;
  }
}
.l-contact .p-contact__box-file .filewrap .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy {
    margin-bottom: 8vw;
  }
}
.l-contact .p-contact__box-privacy .ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .ttl {
    font-size: 22px;
    line-height: 1.3090909091;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .ttl {
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .ttl {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.3090909091;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .ttl {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.l-contact .p-contact__box-privacy .privacy-box {
  overflow-y: scroll;
  border: 1px solid #999999;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box {
    margin-bottom: 64px;
    border-radius: 12px;
    padding: 32px 30px;
    height: 320px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box {
    margin-bottom: 4.5714285714vw;
    border-radius: 0.8571428571vw;
    padding: 2.2857142857vw 2.1428571429vw;
    height: 22.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box {
    margin-bottom: 8vw;
    border-radius: 3.2vw;
    padding: 8vw 6.4vw;
    height: 84.2666666667vw;
  }
}
.l-contact .p-contact__box-privacy .privacy-box::-webkit-scrollbar {
  background-color: #FAF9F8;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box::-webkit-scrollbar {
    width: 7px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box::-webkit-scrollbar {
    width: 0.5vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box::-webkit-scrollbar {
    width: 1.8666666667vw;
    border-radius: 3.2vw;
  }
}
.l-contact .p-contact__box-privacy .privacy-box::-webkit-scrollbar-thumb {
  background-color: #777777;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 7px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box::-webkit-scrollbar-thumb {
    border-radius: 0.7142857143vw;
    width: 0.5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box::-webkit-scrollbar-thumb {
    width: 1.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-ttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-ttl {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-ttl {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box-ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-txt {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-txt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-txt {
    margin-top: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box-txt {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-txt + .privacy-box-ttl {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-txt + .privacy-box-ttl {
    margin-top: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box-txt + .privacy-box-ttl {
    margin-top: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-subttl {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-subttl {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box-subttl {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-subttl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-box-subttl {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-box-subttl {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-check {
    margin-bottom: 8vw;
  }
}
.l-contact .p-contact__box-privacy .privacy-check span {
  display: block;
}
.l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item {
  margin: 0;
}
.l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label {
    padding-left: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label {
    padding-left: 14.4vw;
  }
}
.l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before, .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #999999;
  left: 0;
  transform: translateY(-45%);
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before {
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before {
    width: 2.5714285714vw;
    height: 2.5714285714vw;
    border-radius: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::before {
    width: 8vw;
    height: 8vw;
    border-radius: 1.0666666667vw;
  }
}
.l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
  border-right: 2px solid #E66A00;
  border-bottom: 2px solid #E66A00;
  opacity: 0;
  transition: all 0.2s;
  top: 42%;
  transform: rotate(45deg) translateY(-50%);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
    left: 6px;
    width: 12px;
    height: 18px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
    left: 0.4285714286vw;
    width: 0.8571428571vw;
    height: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label::after {
    left: 1.0666666667vw;
    width: 2.6666666667vw;
    height: 4.2666666667vw;
  }
}
.l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label input {
  margin: 0;
  appearance: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-privacy .privacy-check .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-contact .p-contact__box-submit {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-submit {
    width: 360px;
    height: 96px;
  }
  .l-contact .p-contact__box-submit:has(:not(input:disabled):hover)::before {
    background-color: #E66A00;
  }
  .l-contact .p-contact__box-submit:has(:not(input:disabled):hover)::after {
    background-image: url(../img/common/ic-arrow-wh.png);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-submit {
    width: 25.7142857143vw;
    height: 6.8571428571vw;
    border-radius: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-submit {
    width: 58.6666666667vw;
    height: 16vw;
    border-radius: 12.8vw;
  }
}
.l-contact .p-contact__box-submit::before, .l-contact .p-contact__box-submit::after {
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transition: all 0.3s;
}
.l-contact .p-contact__box-submit::before {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-submit::before {
    width: 70px;
    height: 70px;
    right: 13px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-submit::before {
    width: 5vw;
    height: 5vw;
    right: 0.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-submit::before {
    width: 12.8vw;
    height: 12.8vw;
    right: 1.6vw;
  }
}
.l-contact .p-contact__box-submit::after {
  z-index: 3;
  transform: translateY(-50%) scale(-1, 1);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-or.png);
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-submit::after {
    width: 18px;
    height: 30px;
    right: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-submit::after {
    width: 1.2857142857vw;
    height: 2.1428571429vw;
    right: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-submit::after {
    width: 2.9333333333vw;
    height: 4.9333333333vw;
    right: 6.4vw;
  }
}
.l-contact .p-contact__box-submit input {
  border: 2px solid #E66A00;
  background-color: #E66A00;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-submit input {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-submit input {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-submit input {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-contact__box-submit input {
    padding-left: 110px;
    border-radius: 48px;
  }
  .l-contact .p-contact__box-submit input:not(:disabled):hover {
    background-color: #fff;
    color: #E66A00;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-contact__box-submit input {
    padding-left: 7.8571428571vw;
    border-radius: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-contact__box-submit input {
    border-radius: 12.8vw;
    padding-left: 10.6666666667vw;
  }
}
.l-contact .p-contact__box-submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  transform: translateX(100%);
}

@media screen and (min-width: 768px) {
  .l-area .p-area {
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area {
    margin-bottom: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area {
    margin-bottom: 16vw;
  }
}
.l-area .p-area__top {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-area .p-area__top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__top {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__top {
    flex-direction: column;
    row-gap: 8vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-area__top-img {
    width: 464px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__top-img {
    width: 33.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__top-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-area__top-text {
    width: 526px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__top-text {
    width: 37.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__top-text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-area__top-text .txt {
    text-align: center;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__top-text .txt {
    margin-bottom: 4.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__top-text .txt {
    margin-bottom: 16vw;
  }
}
.l-area .p-area__subttl {
  background-color: #EBE7DE;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-area .p-area__subttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__subttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__subttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-area__subttl {
    padding: 18px 0;
    margin-bottom: 60px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__subttl {
    padding: 1.2857142857vw 0;
    margin-bottom: 4.2857142857vw;
    border-radius: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__subttl {
    padding: 3.2vw 0;
    margin-bottom: 6.4vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-area__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__item:not(:last-of-type) {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__item:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.l-area .p-area__item-ttl {
  border-bottom: 1px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-area .p-area__item-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__item-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__item-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-area__item-ttl {
    padding: 0 10px 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__item-ttl {
    padding: 0 0.7142857143vw 1.1428571429vw;
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__item-ttl {
    padding: 0 2.6666666667vw 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.l-area .p-area__item-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-area .p-area__item-list {
    padding: 0 30px;
    column-gap: 40px;
    row-gap: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__item-list {
    padding: 0 2.1428571429vw;
    column-gap: 2.8571428571vw;
    row-gap: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__item-list {
    padding: 0 2.6666666667vw;
    column-gap: 5.3333333333vw;
    row-gap: 1.6vw;
  }
}
.l-area .p-area__item-list li {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-area .p-area__item-list li {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-area__item-list li {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-area__item-list li {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point {
    padding: 120px 0 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point {
    padding: 8.5714285714vw 0 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point.top {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point.top {
    padding-bottom: 8.5714285714vw;
  }
}
.l-area .p-point.top .p-point__list {
  margin-bottom: 0;
}
.l-area .p-point__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__ttl {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__ttl {
    margin-bottom: 11.7333333333vw;
  }
}
.l-area .p-point__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__ttl-sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__ttl-sub {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__ttl-sub {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__ttl-sub {
    margin-bottom: 3.2vw;
  }
}
.l-area .p-point__ttl-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__ttl-main {
    column-gap: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__ttl-main {
    column-gap: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__ttl-main {
    column-gap: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__ttl-main .num {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__ttl-main .num {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__ttl-main .num {
    font-size: calc(42 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__list {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list {
    margin-bottom: 12.8vw;
  }
}
.l-area .p-point__list-item {
  display: flex;
  background-color: #F7F3E6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item {
    align-items: center;
    border-radius: 24px;
    column-gap: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__list-item {
    border-radius: 1.7142857143vw;
    column-gap: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item {
    border-radius: 6.4vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__list-item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item:not(:last-of-type) {
    margin-bottom: 11.7333333333vw;
  }
}
.l-area .p-point__list-item .circle {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/im-point-circle.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item .circle {
    width: 100px;
    height: 100px;
    left: 0;
    top: -40px;
    column-gap: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__list-item .circle {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    top: -2.8571428571vw;
    column-gap: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item .circle {
    width: 19.2vw;
    height: 19.2vw;
    left: -2.6666666667vw;
    top: -5.3333333333vw;
    column-gap: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item .circle-txt {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__list-item .circle-txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item .circle-txt {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item .circle-txt {
    transform: rotate(-15deg) translate(6%, 30%);
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item .circle-txt {
    transform: rotate(-15deg) translate(0%, 30%);
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item .circle-num {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__list-item .circle-num {
    font-size: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item .circle-num {
    font-size: calc(32 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-area .p-point__list-item .img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item .img {
    width: 266px;
    border-radius: 24px 0 0 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__list-item .img {
    width: 19vw;
    border-radius: 1.7142857143vw 0 0 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item .img {
    width: 100%;
    border-radius: 6.4vw 6.4vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item .text {
    flex: 1;
    padding-right: 70px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item .text {
    padding: 8vw 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item .text-ttl {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__list-item .text-ttl {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item .text-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__list-item .text-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__list-item .text-ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__list-item .text-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-area .p-point__adviser-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-ttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__adviser-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-ttl {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-ttl {
    margin-bottom: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__adviser-ttl {
    margin-bottom: 16vw;
  }
}
.l-area .p-point__adviser-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-ttl::before {
    background-image: url(../img/lp/dc-adviser.png);
    width: 716px;
    height: 35px;
    bottom: -13px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-ttl::before {
    width: 51.1428571429vw;
    height: 2.5vw;
    bottom: -0.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__adviser-ttl::before {
    width: 83.7333333333vw;
    height: 12.8vw;
    top: 4.2666666667vw;
  }
}
.l-area .p-point__adviser-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-wrap {
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-wrap {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__adviser-wrap {
    flex-wrap: wrap;
    row-gap: 9.8666666667vw;
    margin-bottom: 16vw;
  }
}
.l-area .p-point__adviser-item {
  position: relative;
  background-color: #FFFCF7;
  border: 2px solid #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-item {
    width: 512px;
    border-radius: 24px;
    padding: 36px 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-item {
    width: 36.5714285714vw;
    border-radius: 1.7142857143vw;
    padding: 2.5714285714vw 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__adviser-item {
    width: 100%;
    border-radius: 6.4vw;
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
}
.l-area .p-point__adviser-item::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-area .p-point__adviser-item.item01::before {
  background-image: url(../img/lp/im-adviser01.png);
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-item.item01::before {
    width: 124px;
    height: 124px;
    right: 40px;
    top: -36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-item.item01::before {
    width: 8.8571428571vw;
    height: 8.8571428571vw;
    right: 2.8571428571vw;
    top: -2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__adviser-item.item01::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    right: 0;
    top: -6.1333333333vw;
  }
}
.l-area .p-point__adviser-item.item02::before {
  background-image: url(../img/lp/im-adviser02.png);
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-item.item02::before {
    width: 100px;
    height: 100px;
    right: 52px;
    top: -28px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-item.item02::before {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    right: 3.7142857143vw;
    top: -2vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__adviser-item.item02::before {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    right: 1.3333333333vw;
    top: -3.4666666667vw;
  }
}
.l-area .p-point__adviser-item .ttl {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-item .ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-item .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__adviser-item .ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-item .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-item .ttl {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-area .p-point__adviser-item .ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-area .p-point__adviser-item .txt {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-area .p-point__adviser-item .txt {
    font-size: 1.2142857143vw;
  }
}

@media screen and (min-width: 768px) {
  .l-kaitori .p-intro {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro {
    padding-top: 16vw;
  }
}
.l-kaitori .p-intro__top-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__top-list {
    column-gap: 32px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__top-list {
    column-gap: 2.2857142857vw;
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__top-list {
    flex-wrap: wrap;
    column-gap: 6.4vw;
    row-gap: 4.2666666667vw;
    margin: 0 auto 13.3333333333vw;
    max-width: 88.2666666667vw;
  }
}
.l-kaitori .p-intro__top-list li {
  background-color: #FDE8D3;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__top-list li {
    font-size: 36px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__top-list li {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__top-list li {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__top-list li {
    border-radius: 12px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__top-list li {
    border-radius: 0.8571428571vw;
    padding: 1.4285714286vw 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__top-list li {
    padding: 2.6666666667vw 3.2vw;
    border-radius: 2.1333333333vw;
  }
}
.l-kaitori .p-intro__top-lead {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__top-lead {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__top-lead {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__top-lead {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__top-lead {
    margin-bottom: 16px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__top-lead {
    margin-bottom: 1.1428571429vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__top-lead {
    text-align: center;
    margin-bottom: 2.1333333333vw;
    padding: 0 10.1333333333vw;
  }
}
.l-kaitori .p-intro__top-lead::before, .l-kaitori .p-intro__top-lead::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash.png);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__top-lead::before, .l-kaitori .p-intro__top-lead::after {
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__top-lead::before, .l-kaitori .p-intro__top-lead::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__top-lead::before, .l-kaitori .p-intro__top-lead::after {
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-kaitori .p-intro__top-lead::before {
  left: 0;
  transform: translateY(-50%);
}
.l-kaitori .p-intro__top-lead::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-kaitori .p-intro__top-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__top-ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__top-ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__top-ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__top-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__top-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__top-ttl {
    margin-bottom: 12.8vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__top-ttl .sp-large {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.3928571429;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-kaitori .p-intro__slider {
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__slider {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__slider {
    padding-bottom: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__slider {
    padding-bottom: 10.6666666667vw;
  }
}
.l-kaitori .p-intro__slider-wrap {
  display: flex;
  animation: scroll-left 40s infinite linear 0.5s both;
}
.l-kaitori .p-intro__slider-item {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__slider-item {
    width: 240px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__slider-item {
    width: 17.1428571429vw;
    margin-right: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__slider-item {
    width: 42.6666666667vw;
    margin-right: 10.6666666667vw;
  }
}
.l-kaitori .p-intro__slider-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__slider-item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__slider-item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__slider-item img {
    border-radius: 6.4vw;
  }
}
.l-kaitori .p-intro__slider-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__slider-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__slider-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__slider-item .txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__slider-item .txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__slider-item .txt {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__slider-item .txt {
    margin-top: 4.2666666667vw;
  }
}
.l-kaitori .p-intro__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bg {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bg {
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bg {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__fukidashi {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__fukidashi {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__fukidashi {
    margin-bottom: 10.6666666667vw;
  }
}
.l-kaitori .p-intro__fukidashi img {
  filter: drop-shadow(0px 10px 10px #f0e4d9);
}
.l-kaitori .p-intro__bottom-ttl {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-ttl {
    margin-bottom: 11.2vw;
  }
}
.l-kaitori .p-intro__bottom-ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/dc-intro.png);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl::after {
    bottom: -24px;
    width: 547px;
    height: 49px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl::after {
    bottom: -1.7142857143vw;
    width: 39.0714285714vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-ttl::after {
    width: 86.9333333333vw;
    height: 8vw;
    bottom: -4.2666666667vw;
  }
}
.l-kaitori .p-intro__bottom-ttl span {
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl .txt01 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl .txt01 {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-ttl .txt01 {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl .txt02 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl .txt02 {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-ttl .txt02 {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl .txt02 {
    margin: 8px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-ttl .txt02 {
    margin: 0.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-ttl .txt02 {
    margin: 3.7333333333vw 0;
  }
}
.l-kaitori .p-intro__bottom-txt {
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent {
    margin-top: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent {
    margin-top: 6.4vw;
  }
}
.l-kaitori .p-intro__bottom-topcontent .img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .img {
    width: 280px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .img {
    width: 20vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .img {
    width: 32vw;
  }
}
.l-kaitori .p-intro__bottom-topcontent .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .wrap {
    justify-content: center;
    align-items: flex-end;
    column-gap: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .wrap {
    column-gap: 3vw;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    row-gap: 14.4vw;
  }
}
.l-kaitori .p-intro__bottom-topcontent .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .list {
    column-gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .list {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.l-kaitori .p-intro__bottom-topcontent .list li {
  background-color: #E66A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .list li {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .list li {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .list li {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .list li {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .list li {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .list li {
    width: 88.2666666667vw;
    height: 16vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .list li .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .list li .small {
    font-size: 1.5714285714vw;
  }
}
.l-kaitori .p-intro__bottom-topcontent .zero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero {
    column-gap: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero {
    column-gap: 0.8571428571vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .zero {
    column-gap: 3.2vw;
    padding-bottom: 4.2666666667vw;
  }
}
.l-kaitori .p-intro__bottom-topcontent .zero::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/dc-txt.png);
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero::before {
    width: 237px;
    height: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero::before {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .zero::before {
    width: 63.2vw;
    height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-txt {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-kaitori .p-intro__bottom-topcontent .zero-yen-small {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-yen-small {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-yen-small {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-yen-small {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-yen-num {
    font-size: 110px;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-yen-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-topcontent .zero-yen-num {
    font-size: calc(110 / 375 * 100vw);
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-kaitori .p-intro__bottom-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro__bottom-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro__bottom-btn {
    margin-top: 13.3333333333vw;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-topintro {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-topintro {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-topintro {
    padding: 16vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-topintro .p-point__adviser-wrap {
    margin-bottom: 9.6vw;
  }
}
.l-kaitori .p-topintro__bottom-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-list {
    column-gap: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-list {
    column-gap: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-topintro__bottom-list {
    flex-wrap: wrap;
    column-gap: 8vw;
    row-gap: 3.2vw;
  }
}
.l-kaitori .p-topintro__bottom-list li {
  border-radius: 50%;
  background-color: #FDE8D3;
  color: #E66A00;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-list li {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-list li {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-topintro__bottom-list li {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-list li {
    width: 164px;
    height: 164px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-list li {
    width: 11.7142857143vw;
    height: 11.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-topintro__bottom-list li {
    width: 24vw;
    height: 24vw;
  }
}
.l-kaitori .p-topintro__bottom-img {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-img {
    column-gap: 40px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-img {
    column-gap: 2.8571428571vw;
    margin-top: -2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-topintro__bottom-img {
    column-gap: 2.6666666667vw;
    margin-top: -3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-img img {
    width: 150px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom-img img {
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-topintro__bottom-img img {
    width: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation {
    padding: 120px 0 150px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation {
    padding: 8.5714285714vw 0 10.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation {
    padding: 16vw 0;
  }
}
.l-kaitori .p-consultation__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__bg {
    padding: 16vw 0;
  }
}
.l-kaitori .p-consultation__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__text {
    text-align: center;
  }
}
.l-kaitori .p-consultation__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__list {
    margin-top: 80px;
    column-gap: 72px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__list {
    margin-top: 5.7142857143vw;
    column-gap: 5.1428571429vw;
    row-gap: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__list {
    justify-content: space-between;
    row-gap: 6.4vw;
    margin-top: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__list-item {
    width: 320px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__list-item {
    width: 22.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__list-item {
    width: 41.0666666667vw;
  }
}
.l-kaitori .p-consultation__list-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.l-kaitori .p-consultation__list-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__list-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__list-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__list-item .txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__list-item .txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__list-item .txt {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__list-item .txt {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add {
    margin-bottom: 12.8vw;
  }
}
.l-kaitori .p-consultation__add .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .wrap {
    justify-content: center;
    align-items: flex-end;
    column-gap: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .wrap {
    column-gap: 3vw;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    row-gap: 14.4vw;
  }
}
.l-kaitori .p-consultation__add .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .list {
    column-gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .list {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.l-kaitori .p-consultation__add .list li {
  background-color: #E66A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .list li {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .list li {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .list li {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .list li {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .list li {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .list li {
    width: 88.2666666667vw;
    height: 16vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .list li .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .list li .small {
    font-size: 1.5714285714vw;
  }
}
.l-kaitori .p-consultation__add .zero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero {
    column-gap: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero {
    column-gap: 0.8571428571vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .zero {
    column-gap: 3.2vw;
    padding-bottom: 4.2666666667vw;
  }
}
.l-kaitori .p-consultation__add .zero::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/dc-txt.png);
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero::before {
    width: 237px;
    height: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero::before {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .zero::before {
    width: 63.2vw;
    height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .zero-txt {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-kaitori .p-consultation__add .zero-yen-small {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero-yen-small {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero-yen-small {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .zero-yen-small {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero-yen-small {
    bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero-yen-small {
    bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .zero-yen-small {
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero-yen-num {
    font-size: 110px;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-consultation__add .zero-yen-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-consultation__add .zero-yen-num {
    font-size: calc(110 / 375 * 100vw);
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser {
    padding: 16vw 0;
  }
}
.l-kaitori .p-appraiser__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__ttl {
    margin-bottom: 9.6vw;
  }
}
.l-kaitori .p-appraiser__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list-item {
    width: 100%;
  }
}
.l-kaitori .p-appraiser__list-item img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item img {
    height: 180px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item img {
    height: 12.8571428571vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list-item img {
    height: 66.1333333333vw;
    border-radius: 6.4vw;
  }
}
.l-kaitori .p-appraiser__list-item .name {
  border-bottom: 1px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .name {
    margin: 20px 0 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .name {
    margin: 1.4285714286vw 0 1.1428571429vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list-item .name {
    margin: 5.3333333333vw 0 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.l-kaitori .p-appraiser__list-item .name-sub {
  display: block;
  color: #E99C33;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .name-sub {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .name-sub {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list-item .name-sub {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6071428571;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .name-sub {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .name-sub {
    margin-bottom: 0.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list-item .name-sub {
    margin-bottom: 0.8vw;
  }
}
.l-kaitori .p-appraiser__list-item .name-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .name-main {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .name-main {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list-item .name-main {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .text-ttl {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .text-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list-item .text-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .text-ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .text-ttl {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list-item .text-ttl {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .text-txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-appraiser__list-item .text-txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-appraiser__list-item .text-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-kaitori .p-achievements__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__bg {
    padding: 16vw 0;
  }
}
.l-kaitori .p-achievements__lead {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__lead {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__lead {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__lead {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__lead {
    margin-bottom: 16px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__lead {
    margin-bottom: 1.1428571429vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__lead {
    text-align: center;
    margin-bottom: 4.2666666667vw;
    padding: 0 10.1333333333vw;
  }
}
.l-kaitori .p-achievements__lead::before, .l-kaitori .p-achievements__lead::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash.png);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__lead::before, .l-kaitori .p-achievements__lead::after {
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__lead::before, .l-kaitori .p-achievements__lead::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__lead::before, .l-kaitori .p-achievements__lead::after {
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-kaitori .p-achievements__lead::before {
  left: 0;
  transform: translateY(-50%);
}
.l-kaitori .p-achievements__lead::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-kaitori .p-achievements__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__text {
    text-align: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__text {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__text {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider {
    margin-bottom: 48px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider {
    margin-bottom: 3.4285714286vw;
    padding-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider {
    margin-bottom: 9.6vw;
    padding-bottom: 12.2666666667vw;
  }
}
.l-kaitori .p-achievements__slider .slick-track {
  display: flex;
}
.l-kaitori .p-achievements__slider-item {
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item {
    border-radius: 24px;
    width: 340px;
    margin: 0 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item {
    border-radius: 1.7142857143vw;
    width: 24.2857142857vw;
    margin: 0 1.7857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item {
    width: 76.8vw;
    border-radius: 6.4vw;
    margin: 0 2.6666666667vw;
  }
}
.l-kaitori .p-achievements__slider-item .category {
  position: absolute;
  z-index: 1;
  background-color: #151515;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .category {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .category {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .category {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .category {
    padding: 2px 12px;
    border-radius: 20px;
    top: 14px;
    left: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .category {
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
    top: 1vw;
    left: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .category {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
    top: 3.7333333333vw;
    left: 3.7333333333vw;
  }
}
.l-kaitori .p-achievements__slider-item img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item img {
    height: 227px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item img {
    height: 16.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item img {
    height: 51.2vw;
  }
}
.l-kaitori .p-achievements__slider-item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text {
    padding: 18px 24px 27px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text {
    padding: 1.2857142857vw 1.7142857143vw 1.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text {
    padding: 5.3333333333vw 5.3333333333vw 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-kaitori .p-achievements__slider-item .text-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-tag {
    column-gap: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-tag {
    column-gap: 0.8571428571vw;
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-tag {
    column-gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.l-kaitori .p-achievements__slider-item .text-tag li {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-tag li {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-tag li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-tag li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-tag li {
    padding: 2px 12px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-tag li {
    padding: 0.1428571429vw 0.8571428571vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-tag li {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.l-kaitori .p-achievements__slider-item .text-brand {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-brand {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-brand {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-brand {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-brand {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-brand {
    margin-bottom: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-brand {
    margin-bottom: 2.6666666667vw;
  }
}
.l-kaitori .p-achievements__slider-item .text-brand-name {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-brand-name {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-brand-name {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-brand-name {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-kaitori .p-achievements__slider-item .text-date {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-date {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-date {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-date {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-date {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-date {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-date {
    margin-bottom: 5.8666666667vw;
  }
}
.l-kaitori .p-achievements__slider-item .text-price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-price {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-price {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-price {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-price-num {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-price-num {
    font-size: 2.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-price-num {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-price-num {
    margin-left: 16px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__slider-item .text-price-num {
    margin-left: 1.1428571429vw;
    margin-right: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__slider-item .text-price-num {
    margin-left: 4.2666666667vw;
    margin-right: 1.6vw;
  }
}
.l-kaitori .p-achievements__note {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__note {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__note {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__note {
    text-align: center;
  }
}
.l-kaitori .p-achievements__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-achievements__btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-achievements__btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-achievements__btn {
    margin-top: 21.3333333333vw;
  }
}
.l-kaitori .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-kaitori .slick-dots {
    column-gap: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .slick-dots {
    column-gap: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .slick-dots {
    column-gap: 3.2vw;
  }
}
.l-kaitori .slick-dots li {
  display: flex;
}
.l-kaitori .slick-dots li.slick-active button {
  background-color: #E66A00;
}
.l-kaitori .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-kaitori .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .slick-dots li button {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .slick-dots li button {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.l-kaitori .p-voice__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__bg {
    padding: 16vw 0;
  }
}
.l-kaitori .p-voice__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__ttl {
    margin-bottom: 6.4vw;
  }
}
.l-kaitori .p-voice__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__ttl-sub {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__ttl-sub {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__ttl-sub {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__ttl-sub .num {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__ttl-sub .num {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__ttl-sub .num {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__ttl-sub .num {
    margin: 0 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__ttl-sub .num {
    margin: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__ttl-sub .num {
    margin: 0 2.1333333333vw;
  }
}
.l-kaitori .p-voice__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__text {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__text {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__text {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider {
    padding-bottom: 14.9333333333vw;
  }
}
.l-kaitori .p-voice__slider .slick-track {
  display: flex;
}
.l-kaitori .p-voice__slider-item {
  background-color: #fff;
  border: 1px solid #FFC392;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item {
    width: 380px;
    border-radius: 24px;
    padding: 40px 30px 48px;
    margin: 0 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item {
    width: 27.1428571429vw;
    border-radius: 1.7142857143vw;
    padding: 2.8571428571vw 2.1428571429vw 3.4285714286vw;
    margin: 0 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider-item {
    width: 76.8vw;
    border-radius: 6.4vw;
    padding: 5.8666666667vw 6.4vw 5.3333333333vw;
    margin: 0 2.6666666667vw;
  }
}
.l-kaitori .p-voice__slider-item .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .img {
    width: 110px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .img {
    width: 7.8571428571vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider-item .img {
    width: 26.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.l-kaitori .p-voice__slider-item .persona {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .persona {
    column-gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .persona {
    column-gap: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider-item .persona {
    column-gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .persona-txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .persona-txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider-item .persona-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.4933333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .ttl {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider-item .ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider-item .ttl {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .txt {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider-item .txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider-item .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-kaitori .p-voice__slider .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 15;
  bottom: 0;
  transform: translateY(38%);
  border-radius: 50%;
  background-color: #E66A00;
  border: 2px solid #E66A00;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider .slick-arrow {
    width: 80px;
    height: 80px;
  }
  .l-kaitori .p-voice__slider .slick-arrow:hover {
    background-color: #fff;
  }
  .l-kaitori .p-voice__slider .slick-arrow:hover::before {
    background-image: url(../img/common/ic-arrow-or.png);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider .slick-arrow {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider .slick-arrow {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.l-kaitori .p-voice__slider .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-wh.png);
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider .slick-arrow::before {
    width: 15px;
    height: 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider .slick-arrow::before {
    width: 1.0714285714vw;
    height: 1.7857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider .slick-arrow::before {
    width: 2.9333333333vw;
    height: 4.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider .slick-arrow.slick-prev {
    left: calc((100vw - 548px) / 2);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider .slick-arrow.slick-prev {
    left: calc((100vw - 39.1428571429vw) / 2);
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider .slick-arrow.slick-prev {
    left: 6.4vw;
  }
}
.l-kaitori .p-voice__slider .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-voice__slider .slick-arrow.slick-next {
    right: calc((100vw - 548px) / 2);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-voice__slider .slick-arrow.slick-next {
    right: calc((100vw - 39.1428571429vw) / 2);
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-voice__slider .slick-arrow.slick-next {
    right: 6.4vw;
  }
}
.l-kaitori .p-voice__slider .slick-arrow.slick-next::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point {
    padding: 120px 0 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point {
    padding: 8.5714285714vw 0 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point.top {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point.top {
    padding-bottom: 8.5714285714vw;
  }
}
.l-kaitori .p-point.top .p-point__list {
  margin-bottom: 0;
}
.l-kaitori .p-point__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__ttl {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__ttl {
    margin-bottom: 11.7333333333vw;
  }
}
.l-kaitori .p-point__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__ttl-sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__ttl-sub {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__ttl-sub {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__ttl-sub {
    margin-bottom: 3.2vw;
  }
}
.l-kaitori .p-point__ttl-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__ttl-main {
    column-gap: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__ttl-main {
    column-gap: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__ttl-main {
    column-gap: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__ttl-main .num {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__ttl-main .num {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__ttl-main .num {
    font-size: calc(42 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__list {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list {
    margin-bottom: 12.8vw;
  }
}
.l-kaitori .p-point__list-item {
  display: flex;
  background-color: #F7F3E6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item {
    align-items: center;
    border-radius: 24px;
    column-gap: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__list-item {
    border-radius: 1.7142857143vw;
    column-gap: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item {
    border-radius: 6.4vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__list-item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item:not(:last-of-type) {
    margin-bottom: 11.7333333333vw;
  }
}
.l-kaitori .p-point__list-item .circle {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/im-point-circle.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item .circle {
    width: 100px;
    height: 100px;
    left: 0;
    top: -40px;
    column-gap: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__list-item .circle {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    top: -2.8571428571vw;
    column-gap: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item .circle {
    width: 19.2vw;
    height: 19.2vw;
    left: -2.6666666667vw;
    top: -5.3333333333vw;
    column-gap: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item .circle-txt {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__list-item .circle-txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item .circle-txt {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item .circle-txt {
    transform: rotate(-15deg) translate(6%, 30%);
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item .circle-txt {
    transform: rotate(-15deg) translate(0%, 30%);
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item .circle-num {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__list-item .circle-num {
    font-size: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item .circle-num {
    font-size: calc(32 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-kaitori .p-point__list-item .img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item .img {
    width: 266px;
    border-radius: 24px 0 0 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__list-item .img {
    width: 19vw;
    border-radius: 1.7142857143vw 0 0 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item .img {
    width: 100%;
    border-radius: 6.4vw 6.4vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item .text {
    flex: 1;
    padding-right: 70px;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item .text {
    padding: 8vw 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item .text-ttl {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__list-item .text-ttl {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item .text-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__list-item .text-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__list-item .text-ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item .text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__list-item .text-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-kaitori .p-point__adviser-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-ttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-ttl {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-ttl {
    margin-bottom: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser-ttl {
    margin-bottom: 16vw;
  }
}
.l-kaitori .p-point__adviser-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-ttl::before {
    background-image: url(../img/lp/dc-adviser.png);
    width: 716px;
    height: 35px;
    bottom: -13px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-ttl::before {
    width: 51.1428571429vw;
    height: 2.5vw;
    bottom: -0.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser-ttl::before {
    width: 83.7333333333vw;
    height: 12.8vw;
    top: 4.2666666667vw;
  }
}
.l-kaitori .p-point__adviser-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-wrap {
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-wrap {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser-wrap {
    flex-wrap: wrap;
    row-gap: 9.8666666667vw;
    margin-bottom: 16vw;
  }
}
.l-kaitori .p-point__adviser-item {
  position: relative;
  background-color: #FFFCF7;
  border: 2px solid #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item {
    width: 512px;
    border-radius: 24px;
    padding: 36px 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item {
    width: 36.5714285714vw;
    border-radius: 1.7142857143vw;
    padding: 2.5714285714vw 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser-item {
    width: 100%;
    border-radius: 6.4vw;
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
}
.l-kaitori .p-point__adviser-item::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-kaitori .p-point__adviser-item.item01::before {
  background-image: url(../img/lp/im-adviser01.png);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item.item01::before {
    width: 124px;
    height: 124px;
    right: 40px;
    top: -36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item.item01::before {
    width: 8.8571428571vw;
    height: 8.8571428571vw;
    right: 2.8571428571vw;
    top: -2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser-item.item01::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    right: 0;
    top: -6.1333333333vw;
  }
}
.l-kaitori .p-point__adviser-item.item02::before {
  background-image: url(../img/lp/im-adviser02.png);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item.item02::before {
    width: 100px;
    height: 100px;
    right: 52px;
    top: -28px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item.item02::before {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    right: 3.7142857143vw;
    top: -2vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser-item.item02::before {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    right: 1.3333333333vw;
    top: -3.4666666667vw;
  }
}
.l-kaitori .p-point__adviser-item .ttl {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item .ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser-item .ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item .ttl {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser-item .ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item .txt {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser-item .txt {
    font-size: 1.2142857143vw;
  }
}
.l-kaitori .p-list__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__bg {
    padding: 16vw 0;
  }
}
.l-kaitori .p-list__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__ttl {
    margin-bottom: 6.4vw;
  }
}
.l-kaitori .p-list__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__ttl-sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__ttl-sub {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__ttl-sub {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__ttl-sub {
    margin-bottom: 1.3333333333vw;
  }
}
.l-kaitori .p-list__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__lead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__lead {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__lead {
    margin-bottom: 9.6vw;
  }
}
.l-kaitori .p-list__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__list {
    column-gap: 48px;
    row-gap: 60px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__list {
    column-gap: 3.4285714286vw;
    row-gap: 4.2857142857vw;
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__list {
    justify-content: space-between;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__list-item {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__list-item {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__list-item {
    width: 41.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__list-item a:hover {
    opacity: 0.7;
  }
}
.l-kaitori .p-list__list-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__list-item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__list-item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__list-item img {
    border-radius: 6.4vw;
  }
}
.l-kaitori .p-list__list-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__list-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__list-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__list-item .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__list-item .txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__list-item .txt {
    margin-top: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__list-item .txt {
    margin-top: 2.6666666667vw;
  }
}
.l-kaitori .p-list__more {
  justify-content: center;
  align-items: center;
  margin: 8.5333333333vw 0 10.6666666667vw;
  column-gap: 4.2666666667vw;
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__more {
    display: flex;
  }
}
.l-kaitori .p-list__more.close .p-list__more-icon::after {
  height: 0;
}
.l-kaitori .p-list__more-icon {
  position: relative;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  border: 2px solid #E66A00;
}
.l-kaitori .p-list__more-icon::before, .l-kaitori .p-list__more-icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.8vw;
  transition: all 0.4s;
}
.l-kaitori .p-list__more-icon::before {
  width: 4vw;
  height: 0.5333333333vw;
}
.l-kaitori .p-list__more-icon::after {
  width: 0.5333333333vw;
  height: 4vw;
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__more-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-kaitori .p-list__bottom {
  background-color: #FDE8D3;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__bottom {
    max-width: 800px;
    border-radius: 45px;
    padding: 14px 0 14px 220px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__bottom {
    max-width: 57.1428571429vw;
    border-radius: 3.2142857143vw;
    padding: 1vw 0 1vw 15.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__bottom {
    padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 26.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.l-kaitori .p-list__bottom img {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__bottom img {
    width: 80px;
    left: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__bottom img {
    width: 5.7142857143vw;
    left: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__bottom img {
    width: 16vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__bottom-txt {
    font-size: 20px;
    line-height: 1.62;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__bottom-txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__bottom-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-kaitori .p-list__bottom-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-list__bottom-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-list__bottom-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-list__bottom-btn {
    margin-top: 21.3333333333vw;
  }
}
.l-kaitori .p-intro {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-intro {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-intro {
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-intro {
    margin-bottom: 12.8vw;
  }
}
.l-kaitori .p-intro__bottom-ttl::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-topintro__bottom {
    margin-top: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-topintro__bottom {
    margin-top: 9.6vw;
  }
}
.l-kaitori .p-appraiser {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-point__adviser {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-point__adviser {
    margin-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-point__adviser {
    margin-top: 16vw;
  }
}
.l-kaitori .p-point__adviser-wrap {
  margin-bottom: 0;
}
.l-kaitori .p-achievements__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step {
    margin-top: 9.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__bg {
    padding: 8.5714285714vw 0;
  }
}
.l-kaitori .p-step__detail-lead {
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-lead {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead {
    margin-bottom: 28px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead {
    margin-bottom: 2vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-lead {
    margin-bottom: 3.2vw;
    padding: 0 10.1333333333vw;
  }
}
.l-kaitori .p-step__detail-lead::before, .l-kaitori .p-step__detail-lead::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash.png);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead::before, .l-kaitori .p-step__detail-lead::after {
    top: 70%;
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead::before, .l-kaitori .p-step__detail-lead::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-lead::before, .l-kaitori .p-step__detail-lead::after {
    top: 50%;
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-kaitori .p-step__detail-lead::before {
  left: 0;
  transform: translateY(-50%);
}
.l-kaitori .p-step__detail-lead::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-kaitori .p-step__detail-lead .u-en {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead .u-en {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead .u-en {
    font-size: 5.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-lead .u-en {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead .u-en {
    top: 12px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-lead .u-en {
    top: 0.8571428571vw;
    padding: 0 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-lead .u-en {
    padding: 0 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-ttl {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list {
    margin-bottom: 6.4vw;
  }
}
.l-kaitori .p-step__detail-list .item {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item {
    border-radius: 24px;
    column-gap: 72px;
    padding: 28px 50px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item {
    border-radius: 1.7142857143vw;
    column-gap: 5.1428571429vw;
    padding: 2vw 3.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item {
    flex-direction: column;
    border-radius: 6.4vw;
    row-gap: 4.2666666667vw;
    border-radius: 6.4vw;
    padding: 5.3333333333vw 8vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item:not(:last-of-type) {
    margin-bottom: 4.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item:not(:last-of-type) {
    margin-bottom: 17.0666666667vw;
  }
}
.l-kaitori .p-step__detail-list .item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: #E66A00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item:not(:last-of-type)::after {
    width: 36px;
    height: 24px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item:not(:last-of-type)::after {
    width: 2.5714285714vw;
    height: 1.7142857143vw;
    bottom: -1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item:not(:last-of-type)::after {
    bottom: -6.4vw;
    width: 6.4vw;
    height: 4.2666666667vw;
  }
}
.l-kaitori .p-step__detail-list .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-img {
    width: 14.2857142857vw;
    height: 14.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-img {
    width: 24vw;
    height: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-img img {
    width: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-img img {
    width: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-img img {
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text {
    flex: 1;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-num {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-num {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-text-num {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-num {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-num {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-text-num {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-num .num {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-num .num {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-text-num .num {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-num .num {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-num .num {
    margin-left: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-text-num .num {
    margin-left: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-ttl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-text-ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-ttl {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-text-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-txt {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-step__detail-list .item-text-txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-step__detail-list .item-text-txt {
    text-align: left;
  }
}
.l-kaitori .p-caution__bg {
  background-color: #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__bg {
    padding: 16vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__ttl {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    column-gap: 64px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__ttl {
    margin-bottom: 7.1428571429vw;
    column-gap: 4.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__ttl {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__ttl img {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__ttl img {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__ttl img {
    width: 27.7333333333vw;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__ttl-text {
    flex: 1;
  }
}
.l-kaitori .p-caution__ttl-text .ttl {
  background-color: #5D3900;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__ttl-text .ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__ttl-text .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__ttl-text .ttl {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__ttl-text .ttl {
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__ttl-text .ttl {
    border-radius: 0.5714285714vw;
    padding: 1.2857142857vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__ttl-text .ttl {
    border-radius: 2.1333333333vw;
    padding: 4.2666666667vw;
    width: 56vw;
    margin-left: auto;
    margin-bottom: 6.4vw;
  }
}
.l-kaitori .p-caution__box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__box {
    border-radius: 30px;
    padding: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__box {
    border-radius: 2.1428571429vw;
    padding: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__box {
    clear: both;
    border-radius: 6.4vw;
    padding: 5.3333333333vw 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__box-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__box-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__box-ttl {
    margin-bottom: 9.6vw;
  }
}
.l-kaitori .p-caution__box-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__box-list {
    justify-content: space-between;
    row-gap: 110px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__box-list {
    row-gap: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__box-list {
    row-gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__box-list .item {
    width: 451px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__box-list .item {
    width: 32.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__box-list .item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__box-list .item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__box-list .item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__box-list .item img {
    border-radius: 5.3333333333vw;
  }
}
.l-kaitori .p-caution__box-list .item-ttl {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__box-list .item-ttl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__box-list .item-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__box-list .item-ttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-caution__box-list .item-ttl {
    margin: 30px 0 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-caution__box-list .item-ttl {
    margin: 2.1428571429vw 0 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-caution__box-list .item-ttl {
    margin: 3.2vw 0;
  }
}
.l-kaitori .p-expert__bg {
  background-color: #FDFBF2;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__bg {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__lead {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__lead {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__lead {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__wrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__wrap {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__wrap {
    margin-bottom: 12.8vw;
  }
}
.l-kaitori .p-expert__item {
  background-color: #fff;
  border: 2px solid #EAD7C3;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item {
    align-items: flex-start;
    border-radius: 24px;
    padding: 36px;
    column-gap: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item {
    border-radius: 1.7142857143vw;
    padding: 2.5714285714vw;
    column-gap: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item {
    flex-direction: column;
    align-items: center;
    row-gap: 6.4vw;
    border-radius: 6.4vw;
    padding: 8vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item:not(:last-of-type) {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-img {
    width: 200px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-img {
    width: 14.2857142857vw;
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-img {
    width: 63.7333333333vw;
    border-radius: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-text {
    flex: 1;
  }
}
.l-kaitori .p-expert__item-text .ttl {
  border-bottom: 1px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl {
    padding-bottom: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .ttl {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-kaitori .p-expert__item-text .ttl-sub {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-sub {
    font-size: 17px;
    line-height: 1.9764705882;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-sub {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .ttl-sub {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.9764705882;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-sub {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-sub {
    margin-bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .ttl-sub {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-name {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .ttl-name {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-name-small {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-name-small {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .ttl-name-small {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-name-small {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .ttl-name-small {
    margin-left: 0.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .ttl-name-small {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-text .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .txt {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .txt {
    height: 80vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .txt.is-open {
    height: auto;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .morebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8vw;
    column-gap: 4.2666666667vw;
  }
}
.l-kaitori .p-expert__item-text .morebtn.is-open .morebtn-icon::before {
  height: 0;
}
.l-kaitori .p-expert__item-text .morebtn-icon {
  position: relative;
  background-color: #fff;
  border: 2px solid #E66A00;
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
}
.l-kaitori .p-expert__item-text .morebtn-icon::before, .l-kaitori .p-expert__item-text .morebtn-icon::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E66A00;
  border-radius: 1.0666666667vw;
  transition: all 0.3s;
}
.l-kaitori .p-expert__item-text .morebtn-icon::before {
  width: 0.5333333333vw;
  height: 4vw;
}
.l-kaitori .p-expert__item-text .morebtn-icon::after {
  width: 4vw;
  height: 0.5333333333vw;
}
.l-kaitori .p-expert__item-text .morebtn-txt {
  color: #E66A00;
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-text .morebtn-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-kaitori .p-expert__item-modaltext .ttl {
  border-bottom: 1px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl {
    padding-bottom: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-modaltext .ttl {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-kaitori .p-expert__item-modaltext .ttl-sub {
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-sub {
    font-size: 17px;
    line-height: 1.9764705882;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-sub {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-modaltext .ttl-sub {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.9764705882;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-sub {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-sub {
    margin-bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-modaltext .ttl-sub {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-name {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-modaltext .ttl-name {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-name-small {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-name-small {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-modaltext .ttl-name-small {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-name-small {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .ttl-name-small {
    margin-left: 0.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-modaltext .ttl-name-small {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-modaltext .txt {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-kaitori .p-expert__item-modaltext .textwrap {
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert__item-modaltext .textwrap {
    height: 64%;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert__item-modaltext .textwrap {
    height: 70%;
  }
}
.l-kaitori .p-expert.lp .p-expert__item-text .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert.lp .p-expert__item-text .txt {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert.lp .p-expert__item-text .txt {
    -webkit-line-clamp: 7;
  }
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert.lp .p-expert__item-text .c-btn {
    margin-left: auto;
    margin-top: 6.4vw;
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert.lp .p-expert__item-text .c-btn {
    margin-top: 1.7142857143vw;
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert.lp .p-expert__item-text .c-btn {
    margin: 8vw auto 0;
  }
}
.l-kaitori .p-expert.lp .p-expert__item-text .c-btn::after {
  background-image: url(../img/common/ic-arrow-or.png);
  background-size: contain;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .l-kaitori .p-expert.lp .p-expert__item-text .c-btn::after {
    width: 9px;
    height: 15px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-kaitori .p-expert.lp .p-expert__item-text .c-btn::after {
    width: 0.6428571429vw;
    height: 1.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-kaitori .p-expert.lp .p-expert__item-text .c-btn::after {
    width: 2.4vw;
    height: 4vw;
  }
}

.l-item .p-list__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__bg {
    padding: 16vw 0;
  }
}
.l-item .p-list__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__ttl {
    margin-bottom: 6.4vw;
  }
}
.l-item .p-list__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__ttl-sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-list__ttl-sub {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__ttl-sub {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__ttl-sub {
    margin-bottom: 1.3333333333vw;
  }
}
.l-item .p-list__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-list__lead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__lead {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__lead {
    margin-bottom: 9.6vw;
  }
}
.l-item .p-list__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__list {
    column-gap: 48px;
    row-gap: 60px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__list {
    column-gap: 3.4285714286vw;
    row-gap: 4.2857142857vw;
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__list {
    justify-content: space-between;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-list__list-item {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__list-item {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__list-item {
    width: 41.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-list__list-item a:hover {
    opacity: 0.7;
  }
}
.l-item .p-list__list-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__list-item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__list-item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__list-item img {
    border-radius: 6.4vw;
  }
}
.l-item .p-list__list-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__list-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__list-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__list-item .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__list-item .txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__list-item .txt {
    margin-top: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__list-item .txt {
    margin-top: 2.6666666667vw;
  }
}
.l-item .p-list__more {
  justify-content: center;
  align-items: center;
  margin: 8.5333333333vw 0 10.6666666667vw;
  column-gap: 4.2666666667vw;
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__more {
    display: flex;
  }
}
.l-item .p-list__more.close .p-list__more-icon::after {
  height: 0;
}
.l-item .p-list__more-icon {
  position: relative;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  border: 2px solid #E66A00;
}
.l-item .p-list__more-icon::before, .l-item .p-list__more-icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.8vw;
  transition: all 0.4s;
}
.l-item .p-list__more-icon::before {
  width: 4vw;
  height: 0.5333333333vw;
}
.l-item .p-list__more-icon::after {
  width: 0.5333333333vw;
  height: 4vw;
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__more-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-item .p-list__bottom {
  background-color: #FDE8D3;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__bottom {
    max-width: 800px;
    border-radius: 45px;
    padding: 14px 0 14px 220px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__bottom {
    max-width: 57.1428571429vw;
    border-radius: 3.2142857143vw;
    padding: 1vw 0 1vw 15.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__bottom {
    padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 26.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.l-item .p-list__bottom img {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__bottom img {
    width: 80px;
    left: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__bottom img {
    width: 5.7142857143vw;
    left: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__bottom img {
    width: 16vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-list__bottom-txt {
    font-size: 20px;
    line-height: 1.62;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__bottom-txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__bottom-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-item .p-list__bottom-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-item .p-list__bottom-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list__bottom-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list__bottom-btn {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation {
    padding: 120px 0 150px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation {
    padding: 8.5714285714vw 0 10.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation {
    padding: 16vw 0;
  }
}
.l-item .p-consultation__bg {
  background-color: #F7F3E6;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__bg {
    padding: 16vw 0;
  }
}
.l-item .p-consultation__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__text {
    text-align: center;
  }
}
.l-item .p-consultation__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__list {
    margin-top: 80px;
    column-gap: 72px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__list {
    margin-top: 5.7142857143vw;
    column-gap: 5.1428571429vw;
    row-gap: 5.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__list {
    justify-content: space-between;
    row-gap: 6.4vw;
    margin-top: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__list-item {
    width: 320px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__list-item {
    width: 22.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__list-item {
    width: 41.0666666667vw;
  }
}
.l-item .p-consultation__list-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.l-item .p-consultation__list-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__list-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__list-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__list-item .txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__list-item .txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__list-item .txt {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__list-item .txt {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add {
    margin-bottom: 12.8vw;
  }
}
.l-item .p-consultation__add .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .wrap {
    justify-content: center;
    align-items: flex-end;
    column-gap: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .wrap {
    column-gap: 3vw;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    row-gap: 14.4vw;
  }
}
.l-item .p-consultation__add .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .list {
    column-gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .list {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.l-item .p-consultation__add .list li {
  background-color: #E66A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .list li {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .list li {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .list li {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .list li {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .list li {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .list li {
    width: 88.2666666667vw;
    height: 16vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .list li .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .list li .small {
    font-size: 1.5714285714vw;
  }
}
.l-item .p-consultation__add .zero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .zero {
    column-gap: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .zero {
    column-gap: 0.8571428571vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .zero {
    column-gap: 3.2vw;
    padding-bottom: 4.2666666667vw;
  }
}
.l-item .p-consultation__add .zero::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/dc-txt.png);
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .zero::before {
    width: 237px;
    height: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .zero::before {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .zero::before {
    width: 63.2vw;
    height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .zero-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .zero-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .zero-txt {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-item .p-consultation__add .zero-yen-small {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .zero-yen-small {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .zero-yen-small {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .zero-yen-small {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .zero-yen-small {
    bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .zero-yen-small {
    bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .zero-yen-small {
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-consultation__add .zero-yen-num {
    font-size: 110px;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-consultation__add .zero-yen-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-consultation__add .zero-yen-num {
    font-size: calc(110 / 375 * 100vw);
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-item .p-list {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-item .p-list {
    margin-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-item .p-list {
    margin-bottom: 16vw;
  }
}
.l-item .p-consultation {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .l-contact .p-thanks {
    margin: 80px 0 160px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-thanks {
    margin: 5.7142857143vw 0 11.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-thanks {
    margin: 8vw 0 16vw;
  }
}
.l-contact .p-thanks h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contact .p-thanks h2 {
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-thanks h2 {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-thanks h2 {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-thanks h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-thanks h2 {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-thanks h2 {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-thanks p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-thanks p + p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-thanks p + p {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-thanks p + p {
    margin-top: 4.2666666667vw;
  }
}
.l-contact .p-thanks .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-contact .p-thanks .c-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-contact .p-thanks .c-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-contact .p-thanks .c-btn {
    margin-top: 16vw;
  }
}

.l-itemtax {
  background-color: #FFF8E8;
}
.l-itemtax .p-list__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__bg {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__bg {
    padding: 16vw 0;
  }
}
.l-itemtax .p-list__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__ttl {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__ttl {
    margin-bottom: 6.4vw;
  }
}
.l-itemtax .p-list__ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__ttl-sub {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__ttl-sub {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__ttl-sub {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__ttl-sub {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__ttl-sub {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__ttl-sub {
    margin-bottom: 1.3333333333vw;
  }
}
.l-itemtax .p-list__ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__ttl-main {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__lead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__lead {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__lead {
    margin-bottom: 9.6vw;
  }
}
.l-itemtax .p-list__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__list {
    column-gap: 48px;
    row-gap: 60px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__list {
    column-gap: 3.4285714286vw;
    row-gap: 4.2857142857vw;
    margin-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__list {
    justify-content: space-between;
    row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__list-item {
    width: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__list-item {
    width: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__list-item {
    width: 41.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__list-item a:hover {
    opacity: 0.7;
  }
}
.l-itemtax .p-list__list-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__list-item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__list-item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__list-item img {
    border-radius: 6.4vw;
  }
}
.l-itemtax .p-list__list-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__list-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__list-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__list-item .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__list-item .txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__list-item .txt {
    margin-top: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__list-item .txt {
    margin-top: 2.6666666667vw;
  }
}
.l-itemtax .p-list__more {
  justify-content: center;
  align-items: center;
  margin: 8.5333333333vw 0 10.6666666667vw;
  column-gap: 4.2666666667vw;
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__more {
    display: flex;
  }
}
.l-itemtax .p-list__more.close .p-list__more-icon::after {
  height: 0;
}
.l-itemtax .p-list__more-icon {
  position: relative;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  border: 2px solid #E66A00;
}
.l-itemtax .p-list__more-icon::before, .l-itemtax .p-list__more-icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.8vw;
  transition: all 0.4s;
}
.l-itemtax .p-list__more-icon::before {
  width: 4vw;
  height: 0.5333333333vw;
}
.l-itemtax .p-list__more-icon::after {
  width: 0.5333333333vw;
  height: 4vw;
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__more-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-itemtax .p-list__bottom {
  background-color: #FDE8D3;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__bottom {
    max-width: 800px;
    border-radius: 45px;
    padding: 14px 0 14px 220px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__bottom {
    max-width: 57.1428571429vw;
    border-radius: 3.2142857143vw;
    padding: 1vw 0 1vw 15.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__bottom {
    padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 26.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.l-itemtax .p-list__bottom img {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__bottom img {
    width: 80px;
    left: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__bottom img {
    width: 5.7142857143vw;
    left: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__bottom img {
    width: 16vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__bottom-txt {
    font-size: 20px;
    line-height: 1.62;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__bottom-txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__bottom-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-itemtax .p-list__bottom-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-list__bottom-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-list__bottom-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-list__bottom-btn {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro {
    padding-top: 16vw;
  }
}
.l-itemtax .p-intro__top-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__top-list {
    column-gap: 32px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__top-list {
    column-gap: 2.2857142857vw;
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__top-list {
    flex-wrap: wrap;
    column-gap: 6.4vw;
    row-gap: 4.2666666667vw;
    margin: 0 auto 13.3333333333vw;
    max-width: 88.2666666667vw;
  }
}
.l-itemtax .p-intro__top-list li {
  background-color: #FDE8D3;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__top-list li {
    font-size: 36px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__top-list li {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__top-list li {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__top-list li {
    border-radius: 12px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__top-list li {
    border-radius: 0.8571428571vw;
    padding: 1.4285714286vw 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__top-list li {
    padding: 2.6666666667vw 3.2vw;
    border-radius: 2.1333333333vw;
  }
}
.l-itemtax .p-intro__top-lead {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__top-lead {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__top-lead {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__top-lead {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__top-lead {
    margin-bottom: 16px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__top-lead {
    margin-bottom: 1.1428571429vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__top-lead {
    text-align: center;
    margin-bottom: 2.1333333333vw;
    padding: 0 10.1333333333vw;
  }
}
.l-itemtax .p-intro__top-lead::before, .l-itemtax .p-intro__top-lead::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-slash.png);
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__top-lead::before, .l-itemtax .p-intro__top-lead::after {
    width: 28px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__top-lead::before, .l-itemtax .p-intro__top-lead::after {
    width: 2vw;
    height: 2.3571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__top-lead::before, .l-itemtax .p-intro__top-lead::after {
    width: 9.0666666667vw;
    height: 10.6666666667vw;
  }
}
.l-itemtax .p-intro__top-lead::before {
  left: 0;
  transform: translateY(-50%);
}
.l-itemtax .p-intro__top-lead::after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.l-itemtax .p-intro__top-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__top-ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__top-ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__top-ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__top-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__top-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__top-ttl {
    margin-bottom: 12.8vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__top-ttl .sp-large {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.3928571429;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-itemtax .p-intro__slider {
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__slider {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__slider {
    padding-bottom: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__slider {
    padding-bottom: 10.6666666667vw;
  }
}
.l-itemtax .p-intro__slider-wrap {
  display: flex;
  animation: scroll-left 40s infinite linear 0.5s both;
}
.l-itemtax .p-intro__slider-item {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__slider-item {
    width: 240px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__slider-item {
    width: 17.1428571429vw;
    margin-right: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__slider-item {
    width: 42.6666666667vw;
    margin-right: 10.6666666667vw;
  }
}
.l-itemtax .p-intro__slider-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__slider-item img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__slider-item img {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__slider-item img {
    border-radius: 6.4vw;
  }
}
.l-itemtax .p-intro__slider-item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__slider-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__slider-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__slider-item .txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__slider-item .txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__slider-item .txt {
    margin-top: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__slider-item .txt {
    margin-top: 4.2666666667vw;
  }
}
.l-itemtax .p-intro__bg {
  background-color: #FFF8E8;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bg {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bg {
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bg {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__fukidashi {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__fukidashi {
    margin-bottom: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__fukidashi {
    margin-bottom: 10.6666666667vw;
  }
}
.l-itemtax .p-intro__fukidashi img {
  filter: drop-shadow(0px 10px 10px #f0e4d9);
}
.l-itemtax .p-intro__bottom-ttl {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-ttl {
    margin-bottom: 11.2vw;
  }
}
.l-itemtax .p-intro__bottom-ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/dc-intro.png);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl::after {
    bottom: -24px;
    width: 547px;
    height: 49px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl::after {
    bottom: -1.7142857143vw;
    width: 39.0714285714vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-ttl::after {
    width: 86.9333333333vw;
    height: 8vw;
    bottom: -4.2666666667vw;
  }
}
.l-itemtax .p-intro__bottom-ttl span {
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl .txt01 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl .txt01 {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-ttl .txt01 {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl .txt02 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl .txt02 {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-ttl .txt02 {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl .txt02 {
    margin: 8px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-ttl .txt02 {
    margin: 0.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-ttl .txt02 {
    margin: 3.7333333333vw 0;
  }
}
.l-itemtax .p-intro__bottom-txt {
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent {
    margin-top: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent {
    margin-top: 6.4vw;
  }
}
.l-itemtax .p-intro__bottom-topcontent .img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .img {
    width: 280px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .img {
    width: 20vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .img {
    width: 32vw;
  }
}
.l-itemtax .p-intro__bottom-topcontent .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .wrap {
    justify-content: center;
    align-items: flex-end;
    column-gap: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .wrap {
    column-gap: 3vw;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    row-gap: 14.4vw;
  }
}
.l-itemtax .p-intro__bottom-topcontent .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .list {
    column-gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .list {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.l-itemtax .p-intro__bottom-topcontent .list li {
  background-color: #E66A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .list li {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .list li {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .list li {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .list li {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .list li {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    border-radius: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .list li {
    width: 88.2666666667vw;
    height: 16vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .list li .small {
    font-size: 22px;
    line-height: 1.5909090909;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .list li .small {
    font-size: 1.5714285714vw;
  }
}
.l-itemtax .p-intro__bottom-topcontent .zero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero {
    column-gap: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero {
    column-gap: 0.8571428571vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .zero {
    column-gap: 3.2vw;
    padding-bottom: 4.2666666667vw;
  }
}
.l-itemtax .p-intro__bottom-topcontent .zero::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/dc-txt.png);
  left: 0;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero::before {
    width: 237px;
    height: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero::before {
    width: 16.9285714286vw;
    height: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .zero::before {
    width: 63.2vw;
    height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-txt {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-txt {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-txt {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-itemtax .p-intro__bottom-topcontent .zero-yen-small {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-yen-small {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-yen-small {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-yen-small {
    font-size: calc(54 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-yen-small {
    bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-yen-num {
    font-size: 110px;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-yen-num {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-topcontent .zero-yen-num {
    font-size: calc(110 / 375 * 100vw);
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-itemtax .p-intro__bottom-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro__bottom-btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro__bottom-btn {
    margin-top: 13.3333333333vw;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-topintro {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-topintro {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-topintro {
    padding: 16vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-topintro .p-point__adviser-wrap {
    margin-bottom: 9.6vw;
  }
}
.l-itemtax .p-topintro__bottom-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-list {
    column-gap: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-list {
    column-gap: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-topintro__bottom-list {
    flex-wrap: wrap;
    column-gap: 8vw;
    row-gap: 3.2vw;
  }
}
.l-itemtax .p-topintro__bottom-list li {
  border-radius: 50%;
  background-color: #FDE8D3;
  color: #E66A00;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-list li {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-list li {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-topintro__bottom-list li {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-list li {
    width: 164px;
    height: 164px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-list li {
    width: 11.7142857143vw;
    height: 11.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-topintro__bottom-list li {
    width: 24vw;
    height: 24vw;
  }
}
.l-itemtax .p-topintro__bottom-img {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-img {
    column-gap: 40px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-img {
    column-gap: 2.8571428571vw;
    margin-top: -2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-topintro__bottom-img {
    column-gap: 2.6666666667vw;
    margin-top: -3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-img img {
    width: 150px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom-img img {
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-topintro__bottom-img img {
    width: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-kv {
    height: 480px;
    margin-top: 160px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-kv {
    height: 34.2857142857vw;
    margin-top: 11.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-kv {
    height: 64vw;
    margin-top: 14.4vw;
  }
}
.l-itemtax .p-kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-itemtax .p-lead__ttl {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-lead__ttl {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-lead__ttl {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-lead__ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-lead__ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-lead__ttl {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-lead__ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-lead__txt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-lead__txt {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-lead__txt {
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-termlist {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-termlist {
    margin-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-termlist {
    margin-bottom: 12.8vw;
  }
}
.l-itemtax .p-termlist__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-termlist__list {
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-termlist__list {
    column-gap: 1.4285714286vw;
    row-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-termlist__list {
    column-gap: 4.2666666667vw;
    row-gap: 3.2vw;
  }
}
.l-itemtax .p-termlist__list li {
  display: flex;
}
.l-itemtax .p-termlist__list li a {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-termlist__list li a {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-termlist__list li a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-termlist__list li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-termlist__list li a {
    padding: 8px 16px;
    border-radius: 20px;
  }
  .l-itemtax .p-termlist__list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-termlist__list li a {
    padding: 0.5714285714vw 1.1428571429vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-termlist__list li a {
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.l-itemtax .p-results {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-results {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-results {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-results {
    padding: 12.8vw 0;
  }
}
.l-itemtax .p-results::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: #F7F3E6;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-results::before {
    left: calc((100vw - 1230px) / 2 * -1);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-results::before {
    left: calc((100vw - 87.8571428571vw) / 2 * -1);
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-results::before {
    left: -5.8666666667vw;
  }
}
.l-itemtax .p-results__inner {
  position: relative;
  z-index: 3;
}
.l-itemtax .p-results__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-results__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-results__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-results__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-results__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-results__ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-results__ttl {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-results .l-results__list {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-results .l-results__list {
    column-gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-results .l-results__list li:nth-of-type(n+4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-results .l-results__list a {
    width: 320px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-results .l-results__list a {
    width: 22.8571428571vw;
  }
}
.l-itemtax .p-results__note {
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-results__note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-results__note {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-results__note {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-results__note {
    text-align: center;
  }
}
.l-itemtax .p-results__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-results__btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-results__btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-results__btn {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point {
    padding: 120px 0 150px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point {
    padding: 8.5714285714vw 0 10.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point {
    padding: 12.8vw 0;
  }
}
.l-itemtax .p-point__box {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box {
    border-radius: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box {
    border-radius: 6.4vw;
  }
}
.l-itemtax .p-point__box-head {
  background-color: #E66A00;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-head {
    align-items: center;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head {
    flex-direction: column;
  }
}
.l-itemtax .p-point__box-head .img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-head .img {
    width: 320px;
    height: 240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-head .img {
    width: 22.8571428571vw;
    height: 17.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .img {
    width: 100%;
    height: 58.6666666667vw;
  }
}
.l-itemtax .p-point__box-head .img img {
  object-fit: cover;
}
.l-itemtax .p-point__box-head .text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text {
    flex: 1;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .text {
    padding: 6.4vw 0 5.3333333333vw;
  }
}
.l-itemtax .p-point__box-head .text-fukidashi {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #E66A00;
  background-color: #FDE8D3;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-fukidashi {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-fukidashi {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .text-fukidashi {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-fukidashi {
    border-radius: 26px;
    margin-bottom: 20px;
    padding: 8px 38px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-fukidashi {
    border-radius: 1.8571428571vw;
    margin-bottom: 1.4285714286vw;
    padding: 0.5714285714vw 2.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .text-fukidashi {
    border-radius: 10.6666666667vw;
    margin-bottom: 5.8666666667vw;
    padding: 3.2vw 13.3333333333vw;
  }
}
.l-itemtax .p-point__box-head .text-fukidashi::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #FDE8D3;
  left: 50%;
  transform: translate(-50%, 96%);
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-fukidashi::before {
    width: 12px;
    height: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-fukidashi::before {
    width: 0.8571428571vw;
    height: 0.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .text-fukidashi::before {
    width: 3.2vw;
    height: 2.6666666667vw;
  }
}
.l-itemtax .p-point__box-head .text-ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-ttl {
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-ttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .text-ttl {
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .text-ttl-spsmall {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .text-ttl-spsmall {
    display: inline-block;
  }
}
.l-itemtax .p-point__box-head .text-ttl-num {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-ttl-num {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-ttl-num {
    font-size: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .text-ttl-num {
    font-size: calc(36 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-ttl-num {
    padding-right: 6px;
    top: 2px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-head .text-ttl-num {
    padding-right: 0.4285714286vw;
    top: 0.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-head .text-ttl-num {
    padding-right: 1.3333333333vw;
    top: 0.2666666667vw;
  }
}
.l-itemtax .p-point__box-body {
  background-color: #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-body {
    padding: 36px 40px 44px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-body {
    padding: 2.5714285714vw 2.8571428571vw 3.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-body {
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
}
.l-itemtax .p-point__box-body .list-item {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item {
    padding-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-body .list-item {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-body .list-item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-itemtax .p-point__box-body .list-item-ttl {
  display: flex;
  align-items: flex-start;
  color: #5D3900;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item-ttl {
    column-gap: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item-ttl {
    column-gap: 0.8571428571vw;
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-body .list-item-ttl {
    column-gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item-ttl .num {
    font-size: 32px;
    line-height: 1.1875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item-ttl .num {
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-body .list-item-ttl .num {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item-ttl .txt {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item-ttl .txt {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-body .list-item-ttl .txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item-txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-point__box-body .list-item-txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-point__box-body .list-item-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-itemtax .p-bottom {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-bottom {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-bottom {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-bottom {
    padding: 16vw 0;
  }
}
.l-itemtax .p-bottom::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: #FDFBF2;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-bottom::before {
    left: calc((100vw - 1230px) / 2 * -1);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-bottom::before {
    left: calc((100vw - 87.8571428571vw) / 2 * -1);
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-bottom::before {
    left: -5.8666666667vw;
  }
}
.l-itemtax .p-bottom__inner {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-column {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-column {
    margin-bottom: 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-column {
    margin-bottom: 16vw;
  }
}
.l-itemtax .p-column__subttl {
  color: #E66A00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-column__subttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-column__subttl {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-column__subttl {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-column__subttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-column__subttl {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-column__subttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-column__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-column__ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-column__ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-column .l-column__list {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-column .l-column__list {
    column-gap: 1.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-column .l-column__list-item {
    width: 320px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-column .l-column__list-item {
    width: 22.8571428571vw;
  }
}
.l-itemtax .p-column__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-column__btn {
    margin-top: 60px;
    padding-left: 35px;
  }
  .l-itemtax .p-column__btn:hover {
    padding-left: 24px;
  }
  .l-itemtax .p-column__btn:hover::after {
    right: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-column__btn {
    margin-top: 4.2857142857vw;
    padding-left: 2.5vw;
  }
  .l-itemtax .p-column__btn:hover {
    padding-left: 1.7142857143vw;
  }
  .l-itemtax .p-column__btn:hover::after {
    right: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-column__btn {
    margin-top: 12.8vw;
    padding-left: 9.0666666667vw;
  }
}
.l-itemtax .p-price {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price {
    padding: 12.8vw 0;
  }
}
.l-itemtax .p-price::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: #FDFBF2;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price::before {
    left: calc((100vw - 1230px) / 2 * -1);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price::before {
    left: calc((100vw - 87.8571428571vw) / 2 * -1);
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price::before {
    left: -5.8666666667vw;
  }
}
.l-itemtax .p-price__inner {
  position: relative;
  z-index: 3;
}
.l-itemtax .p-price__ttl {
  text-align: center;
  color: #E66A00;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__ttl {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-itemtax .p-price__date {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__date {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__date {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__date {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__date {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__date {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__date {
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item:not(:last-of-type) {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item:not(:last-of-type) {
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item:not(:last-of-type):first-of-type {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item:not(:last-of-type):first-of-type {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item:not(:last-of-type):first-of-type {
    margin-bottom: 21.3333333333vw;
  }
}
.l-itemtax .p-price__item-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap {
    column-gap: 20px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap {
    column-gap: 1.4285714286vw;
    row-gap: 1.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap {
    justify-content: space-between;
    row-gap: 5.3333333333vw;
  }
}
.l-itemtax .p-price__item-wrap .topitem {
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem {
    width: 235px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem {
    width: 16.7857142857vw;
    border-radius: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .topitem {
    width: 41.6vw;
    border-radius: 2.1333333333vw;
  }
}
.l-itemtax .p-price__item-wrap .topitem-head {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-head {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-head {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .topitem-head {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-head {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-head {
    padding: 1.4285714286vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .topitem-head {
    padding: 2.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body {
    padding: 24px 0 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body {
    padding: 1.7142857143vw 0 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .topitem-body {
    padding: 2.6666666667vw 0 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-num {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-num {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .topitem-body-num {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-num .num {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-num .num {
    font-size: 2.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .topitem-body-num .num {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-num .num {
    padding-right: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-num .num {
    padding-right: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .topitem-body-num .num {
    padding-right: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-dod {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-dod {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .topitem-body-dod {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-dod {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .topitem-body-dod {
    margin-top: 0.2857142857vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .topitem-body-dod {
    margin-top: 1.0666666667vw;
  }
}
.l-itemtax .p-price__item-wrap .topitem.k24 .topitem-head {
  background-color: #E66A00;
}
.l-itemtax .p-price__item-wrap .topitem.pt1000 .topitem-head {
  background-color: #E99C33;
}
.l-itemtax .p-price__item-wrap .topitem.sv1000 .topitem-head {
  background-color: #5D3900;
}
.l-itemtax .p-price__item-wrap .topitem.pd1000 .topitem-head {
  background-color: #151515;
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap.gold {
    row-gap: 3.2vw;
  }
}
.l-itemtax .p-price__item-wrap.gold .item-ttl {
  color: #E66A00;
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap.pt {
    row-gap: 3.2vw;
  }
}
.l-itemtax .p-price__item-wrap.pt .item-ttl {
  color: #E99C33;
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap.sv {
    row-gap: 3.2vw;
  }
}
.l-itemtax .p-price__item-wrap.sv .item-ttl {
  color: #5D3900;
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap.combo {
    row-gap: 3.2vw;
  }
}
.l-itemtax .p-price__item-wrap.combo .item-ttl {
  color: #666666;
}
.l-itemtax .p-price__item-wrap .item {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item {
    width: 490px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item {
    width: 35vw;
    border-radius: 0.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .item {
    width: 100%;
    border-radius: 2.1333333333vw;
  }
}
.l-itemtax .p-price__item-wrap .item-ttl {
  background-color: #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .item-ttl {
    font-size: calc(17 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-ttl {
    width: 190px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-ttl {
    width: 13.5714285714vw;
    padding: 1.4285714286vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .item-ttl {
    width: 43.2vw;
    padding: 4vw 0;
  }
}
.l-itemtax .p-price__item-wrap .item-price {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-price {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-price {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .item-price {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-price {
    padding: 17px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-price {
    padding: 1.2142857143vw 0;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .item-price {
    padding: 3.2vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-price-num {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-price-num {
    font-size: 2.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .item-price-num {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-price-num {
    padding-right: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__item-wrap .item-price-num {
    padding-right: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__item-wrap .item-price-num {
    padding-right: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__note {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__note {
    margin-top: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__note {
    margin-top: 12.8vw;
  }
}
.l-itemtax .p-price__note-item {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-price__note-item {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-price__note-item {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-price__note-item {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .l-bread .l-inner {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .l-bread .l-inner {
    max-width: 96.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .l-container {
    margin-left: calc((100vw - 1260px) / 2);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1350px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1480px) {
  .l-itemtax .l-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .l-container {
    max-width: 96.4285714286vw;
    padding-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .l-main {
    width: 1000px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .l-main {
    width: 71.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .l-main {
    margin: 0 auto;
    max-width: 88.2666666667vw;
  }
}
.l-itemtax .p-sidebar {
  background-color: #fff;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar {
    width: 290px;
    position: sticky;
    top: 170px;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar {
    width: 20.7142857143vw;
    top: 12.1428571429vw;
    padding: 1.7142857143vw 1.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-sidebar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact {
    margin-bottom: 2.1428571429vw;
  }
}
.l-itemtax .p-sidebar__contact-box {
  border: 2px solid #08A361;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box {
    border-radius: 0.2857142857vw;
  }
}
.l-itemtax .p-sidebar__contact-box .ttl {
  display: block;
  background-color: #08A361;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .ttl {
    padding: 9px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .ttl {
    padding: 0.6428571429vw;
  }
}
.l-itemtax .p-sidebar__contact-box .box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box {
    padding: 16px 0 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box {
    padding: 1.1428571429vw 0 1.4285714286vw;
  }
}
.l-itemtax .p-sidebar__contact-box .box-num {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-num {
    column-gap: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-num {
    column-gap: 0.4285714286vw;
  }
}
.l-itemtax .p-sidebar__contact-box .box-num .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #08A361;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-num .icon {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-num .icon {
    width: 2.5714285714vw;
    height: 2.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-num .icon img {
    width: 18px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-num .icon img {
    width: 1.2857142857vw;
  }
}
.l-itemtax .p-sidebar__contact-box .box-num .num {
  color: #08A361;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-num .num {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-num .num {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-txt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__contact-box .box-txt {
    margin-top: 0.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item:not(:last-of-type) {
    margin-bottom: 3.4285714286vw;
  }
}
.l-itemtax .p-sidebar__item-ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-ttl {
    padding-left: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-ttl {
    padding-left: 1.1428571429vw;
    margin-bottom: 1.7142857143vw;
  }
}
.l-itemtax .p-sidebar__item-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
  left: 0;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-ttl::before {
    width: 6px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-ttl::before {
    width: 0.4285714286vw;
    border-radius: 0.2142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li:not(:last-of-type) {
    margin-bottom: 1.1428571429vw;
  }
}
.l-itemtax .p-sidebar__item-kaitori li a {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #EBE7DE;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a {
    padding-left: 20px;
    column-gap: 16px;
    height: 60px;
    border-radius: 4px;
  }
  .l-itemtax .p-sidebar__item-kaitori li a:hover::after {
    background-image: url(../img/common/ic-arrow02-or.png);
  }
  .l-itemtax .p-sidebar__item-kaitori li a:hover .txt {
    color: #E66A00;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a {
    padding-left: 1.4285714286vw;
    column-gap: 1.1428571429vw;
    height: 4.2857142857vw;
    border-radius: 0.2857142857vw;
  }
}
.l-itemtax .p-sidebar__item-kaitori li a::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow02-or02.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a::after {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
    right: 1.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a img {
    width: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a img {
    width: 2.5714285714vw;
  }
}
.l-itemtax .p-sidebar__item-kaitori li a .txt {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a .txt {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a .txt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a .txt {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-kaitori li a .txt {
    padding-bottom: 0.2142857143vw;
  }
}
.l-itemtax .p-sidebar__item-termbox {
  border: 2px solid #EAD7C3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox {
    border-radius: 0.2857142857vw;
  }
}
.l-itemtax .p-sidebar__item-termbox .ttl {
  background-color: #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .ttl {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .ttl {
    padding: 1.0714285714vw 1.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .list {
    padding: 0 20px 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .list {
    padding: 0 1.4285714286vw 1.7142857143vw;
  }
}
.l-itemtax .p-sidebar__item-termbox .list li {
  display: flex;
}
.l-itemtax .p-sidebar__item-termbox .list a {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .list a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .list a {
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .list a {
    padding: 16px 28px 16px 0;
  }
  .l-itemtax .p-sidebar__item-termbox .list a:hover {
    color: #E66A00;
  }
  .l-itemtax .p-sidebar__item-termbox .list a:hover::after {
    background-image: url(../img/common/ic-arrow02-or.png);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .list a {
    padding: 1.1428571429vw 2vw 1.1428571429vw 0;
  }
}
.l-itemtax .p-sidebar__item-termbox .list a::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow02-or02.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .list a::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termbox .list a::after {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
  }
}
.l-itemtax .p-sidebar__item-termlist li {
  border-bottom: 1px solid #EAD7C3;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li {
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li:not(:last-of-type) {
    margin-bottom: 1.1428571429vw;
  }
}
.l-itemtax .p-sidebar__item-termlist li a {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li a {
    column-gap: 12px;
  }
  .l-itemtax .p-sidebar__item-termlist li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li a {
    column-gap: 0.8571428571vw;
  }
}
.l-itemtax .p-sidebar__item-termlist li a::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow03-or.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li a::after {
    width: 8px;
    height: 15px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li a::after {
    width: 0.5714285714vw;
    height: 1.0714285714vw;
  }
}
.l-itemtax .p-sidebar__item-termlist li a img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li a img {
    border-radius: 4px;
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li a img {
    border-radius: 0.2857142857vw;
    width: 3.4285714286vw;
    height: 3.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li a .txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-sidebar__item-termlist li a .txt {
    font-size: 1.1428571429vw;
  }
}
.l-itemtax .p-list {
  margin-bottom: 0;
}
.l-itemtax .p-intro {
  background-color: #FDFBF2;
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-intro {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-intro {
    padding: 5.7142857143vw 0 8.5714285714vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-intro {
    padding: 12.8vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .p-topintro__bottom {
    margin-top: 3.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .p-topintro__bottom {
    margin-top: 9.6vw;
  }
}
.l-itemtax .l-itemtax__ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-itemtax .l-itemtax__ttl {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .l-itemtax__ttl {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .l-itemtax__ttl {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-itemtax .l-itemtax__ttl {
    padding-left: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .l-itemtax__ttl {
    padding-left: 2.2857142857vw;
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .l-itemtax__ttl {
    padding-left: 8vw;
    margin-bottom: 8vw;
  }
}
.l-itemtax .l-itemtax__ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #E66A00;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-itemtax .l-itemtax__ttl::before {
    width: 12px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-itemtax .l-itemtax__ttl::before {
    width: 0.8571428571vw;
    border-radius: 0.4285714286vw;
  }
}
@media screen and (max-width: 767.99px) {
  .l-itemtax .l-itemtax__ttl::before {
    width: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}

.js-accordion-head {
  cursor: pointer;
}

.js-accordion-body {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}