@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&family=Open+Sans:wght@700&family=Roboto:wght@400;500;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
body {
  background: url(../img/common/body_bg.jpg) round center/cover;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 300;
  color: #6C614F;
  margin: 0;
  overflow-x: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

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

.l-header {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: min(8.6206896552vw, 100px);
  padding: min(1.724137931vw, 20px) 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: min(21.3333333333vw, 128px);
    padding: min(5.8666666667vw, 35.2px) 0;
  }
}
.l-header__logo img {
  width: min(14.6551724138vw, 170px);
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: min(26.6666666667vw, 160px);
  }
}

.l-footer {
  background: #E0B495;
  padding: min(1.4655172414vw, 17px) 0 min(3.4482758621vw, 40px);
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: min(6.6666666667vw, 40px) 0 min(5.3333333333vw, 32px);
  }
}
.l-footer__logo {
  margin-bottom: min(2.1551724138vw, 25px);
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: min(4vw, 24px);
  }
}
.l-footer__logo img {
  width: min(14.6551724138vw, 170px);
  height: min(5.1724137931vw, 60px);
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: min(26.6666666667vw, 160px);
    height: min(9.3333333333vw, 56px);
  }
}
.l-footer__nav {
  border-top: min(0.2586206897vw, 3px) solid #fff;
  padding-top: min(1.2931034483vw, 15px);
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    border-top-width: min(0.5333333333vw, 3.2px);
    padding-top: min(4vw, 24px);
  }
}
.l-footer__nav li {
  margin-bottom: min(2.1551724138vw, 25px);
}
@media screen and (max-width: 767px) {
  .l-footer__nav li {
    margin-bottom: min(6.1333333333vw, 36.8px);
  }
}
.l-footer__nav li:last-child {
  margin-bottom: 0;
}
.l-footer__nav li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__nav li a {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .l-footer__nav li a {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav li a {
    font-size: min((15 / 375) * 100vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}

.l-container {
  width: 100%;
  max-width: min(96.5517241379vw, 1120px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: min(89.3333333333vw, 536px);
  }
}

.c-button {
  background: #769071;
  width: min(28.4482758621vw, 330px);
  height: min(5.1724137931vw, 60px);
  box-shadow: 0 min(0.6896551724vw, 8px) min(0.3448275862vw, 4px) rgba(108, 97, 79, 0.5);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    height: min(16vw, 96px);
    box-shadow: 0 min(2.1333333333vw, 12.8px) min(1.0666666667vw, 6.4px) rgba(108, 97, 79, 0.5);
  }
}
.c-button:hover {
  box-shadow: none;
  transform: translateY(min(0.8620689655vw, 10px));
}
@media screen and (max-width: 767px) {
  .c-button:hover {
    box-shadow: 0 min(2.1333333333vw, 12.8px) min(1.0666666667vw, 6.4px) rgba(108, 97, 79, 0.5);
    transform: translateY(0);
  }
}
.c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button a {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .c-button a {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .c-button a {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.c-button__wrap {
  background: #fff;
  padding: min(6.0344827586vw, 70px) 0;
}
@media screen and (max-width: 767px) {
  .c-button__wrap {
    padding: min(16vw, 96px) 0;
  }
}
.c-button__wrap .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.8620689655vw, 10px);
}
@media screen and (max-width: 767px) {
  .c-button__wrap .l-container {
    gap: min(2.6666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) {
  .c-button__text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .c-button__text {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .c-button__text {
    font-size: min((15 / 375) * 100vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  right: 30px;
}
.c-pagetop a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: 10px;
  }
}

.c-bread {
  background-color: #707070;
  width: 100%;
}

.c-bread__list {
  padding-top: 19px;
  padding-bottom: 19px;
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .c-bread__list {
    padding-top: 1.6379310345vw;
    padding-bottom: 1.6379310345vw;
  }
}
@media screen and (max-width: 767px) {
  .c-bread__list {
    padding-top: min(5.0666666667vw, 30.4px);
    padding-bottom: min(5.0666666667vw, 30.4px);
  }
}
.c-bread__list li {
  display: inline;
}
@media screen and (min-width: 768px) {
  .c-bread__list li {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .c-bread__list li {
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 767px) {
  .c-bread__list li {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.c-bread__list li:after {
  content: ">";
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .c-bread__list li:after {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .c-bread__list li:after {
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 767px) {
  .c-bread__list li:after {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .c-bread__list li:after {
    margin-right: 0.5172413793vw;
    margin-left: 0.5172413793vw;
  }
}
@media screen and (max-width: 767px) {
  .c-bread__list li:after {
    margin-right: min(1.6vw, 9.6px);
    margin-left: min(1.6vw, 9.6px);
  }
}
.c-bread__list li a {
  text-decoration: underline;
}
.c-bread__list li:last-child:after {
  display: none;
}
.c-bread__list li:last-child a {
  pointer-events: none;
  text-decoration: none;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.top .p-kv {
  background: url(../img/common/kv.png) no-repeat center/cover;
  width: 100vw;
  height: 63.8888888889vw;
  padding-top: 11.1805555556vw;
}
@media screen and (max-width: 767px) {
  .top .p-kv {
    background-image: url(../img/common/kv_sp.png);
    width: 100%;
    height: 185.6vw;
    padding-top: min(45.3333333333vw, 272px);
  }
}
.top .p-kv__inner {
  width: 77.7777777778vw;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .p-kv__inner {
    width: min(89.3333333333vw, 536px);
  }
}
.top .p-kv__catch {
  display: inline-block;
  font-size: 2.0833333333vw;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: 2.0833333333vw;
  position: relative;
  margin-bottom: 1.3194444444vw;
}
@media screen and (max-width: 767px) {
  .top .p-kv__catch {
    font-size: min((15 / 375) * 100vw, 24px);
    line-height: 1.4666666667;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-kv__catch {
    text-align: center;
    padding-bottom: min(2.6666666667vw, 16px);
    margin-bottom: min(6.9333333333vw, 41.6px);
  }
}
.top .p-kv__catch:after {
  content: "";
  display: inline-block;
  background: url(../img/common/kv-decoration.png) no-repeat center/contain;
  width: 100%;
  height: 1.3888888889vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top .p-kv__catch:after {
    background-image: url(../img/common/kv-decoration_sp.png);
    height: min(2.6666666667vw, 16px);
  }
}
.top .p-kv__title {
  color: #fff;
  font-size: 3.4722222222vw;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top .p-kv__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.top .p-kv__title span {
  display: block;
  margin-bottom: 1.7361111111vw;
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .top .p-kv__title span {
    margin-bottom: min(13.3333333333vw, 80px);
  }
}
.top .p-kv__title span:last-child {
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 767px) {
  .top .p-kv__title span:last-child {
    margin-bottom: min(10.1333333333vw, 60.8px);
  }
}
.top .p-kv__title span:before {
  content: "";
  display: block;
  background: rgba(108, 97, 79, 0.7);
  width: 47.2222222222vw;
  height: 5.5555555556vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewX(-20deg);
  transform-origin: bottom left;
  z-index: -1;
  margin-left: calc(50% - 50vw - 2.083vw);
}
@media screen and (max-width: 767px) {
  .top .p-kv__title span:before {
    width: 64vw;
    height: min(13.3333333333vw, 80px);
    margin-left: calc(50% - 50vw - min(5.3333333333vw, 32px));
  }
}
.top .p-kv__title span:last-child:before {
  width: 40.2777777778vw;
}
@media screen and (max-width: 767px) {
  .top .p-kv__title span:last-child:before {
    width: 54.133vw;
  }
}
.top .p-kv__lead {
  display: inline-block;
  background: #fff;
  padding: 0.6944444444vw;
  font-size: 1.3888888889vw;
  letter-spacing: 0.05em;
  box-shadow: 0 0.2777777778vw 0.6944444444vw rgba(224, 180, 149, 0.5);
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .top .p-kv__lead {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-kv__lead {
    text-align: center;
    padding: min(1.8666666667vw, 11.2px) min(5.3333333333vw, 32px);
    box-shadow: 0 min(1.0666666667vw, 6.4px) min(2.6666666667vw, 16px) rgba(224, 180, 149, 0.5);
    margin-bottom: min(10.6666666667vw, 64px);
  }
}
.top .p-kv__button {
  width: 22.9166666667vw;
  height: 4.1666666667vw;
  box-shadow: 0 0.5555555556vw 0.2777777778vw rgba(108, 97, 79, 0.5);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .top .p-kv__button {
    width: 100%;
    height: min(16vw, 96px);
    box-shadow: 0 min(2.1333333333vw, 12.8px) min(1.0666666667vw, 6.4px) rgba(108, 97, 79, 0.5);
  }
}
.top .p-kv__button:hover {
  box-shadow: none;
  transform: translateY(0.6944444444vw);
}
@media screen and (max-width: 767px) {
  .top .p-kv__button:hover {
    box-shadow: 0 min(2.1333333333vw, 12.8px) min(1.0666666667vw, 6.4px) rgba(108, 97, 79, 0.5);
    transform: translateY(0);
  }
}
.top .p-kv__button a {
  font-size: 1.3888888889vw;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top .p-kv__button a {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.top .p-kv__block {
  background: #fff;
  width: 52.7777777778vw;
  height: 13.8888888889vw;
  box-shadow: 0 0.2777777778vw 2.0833333333vw rgba(0, 0, 0, 0.25);
  padding: 1.3888888889vw 4.8611111111vw 2.0833333333vw;
  position: absolute;
  bottom: 2.0138888889vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top .p-kv__block {
    width: min(89.3333333333vw, 536px);
    height: min(53.3333333333vw, 320px);
    padding: 0;
    box-shadow: 0 min(1.0666666667vw, 6.4px) min(8vw, 48px) rgba(0, 0, 0, 0.25);
    bottom: min(-27.4666666667vw, -164.8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 0;
    transform: translate(-50%, 52%);
  }
}
.top .p-kv__block__title {
  color: #363026;
  font-size: 2.0833333333vw;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .top .p-kv__block__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-kv__block__title {
    margin-bottom: min(4vw, 24px);
  }
}
.top .p-kv__block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3888888889vw 4.3055555556vw;
}
@media screen and (max-width: 767px) {
  .top .p-kv__block__list {
    flex-direction: column;
    gap: min(5.8666666667vw, 35.2px);
    padding-bottom: min(2.6666666667vw, 16px);
  }
}
.top .p-kv__block__list li {
  width: 50%;
  padding-left: 3.125vw;
  color: #363026;
  font-size: 1.3888888889vw;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .p-kv__block__list li {
    font-size: min((14 / 375) * 100vw, 22.4px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-kv__block__list li {
    width: 100%;
    padding-left: min(6.6666666667vw, 40px);
  }
}
.top .p-kv__block__list li:nth-child(even) {
  width: auto;
}
@media screen and (max-width: 767px) {
  .top .p-kv__block__list li:nth-child(even) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top .p-kv__block__list li:nth-child(1), .top .p-kv__block__list li:nth-child(3) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top .p-kv__block__list li:nth-child(2), .top .p-kv__block__list li:nth-child(4) {
    order: 2;
  }
}
.top .p-kv__block__list li:before {
  content: "";
  display: inline-block;
  background: url(../img/common/check.svg) no-repeat center/contain;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top .p-kv__block__list li:before {
    width: min(5.3333333333vw, 32px);
    height: min(5.3333333333vw, 32px);
  }
}
.top .p-intro {
  padding-top: min(6.0344827586vw, 70px);
}
@media screen and (max-width: 767px) {
  .top .p-intro {
    padding-top: min(43.4666666667vw, 260.8px);
  }
}
.top .p-intro .l-container {
  padding: 0 min(2.9310344828vw, 34px);
}
@media screen and (max-width: 767px) {
  .top .p-intro .l-container {
    padding: 0;
  }
}
.top .p-intro__title {
  background: #6C614F;
  width: 100%;
  height: min(8.6206896552vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: min(6.724137931vw, 78px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .p-intro__title {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-intro__title {
    font-size: 2.5862068966vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-intro__title {
    font-size: min((14 / 375) * 100vw, 22.4px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-intro__title {
    height: min(13.3333333333vw, 80px);
    margin-bottom: min(16.2666666667vw, 97.6px);
  }
}
.top .p-intro__title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(3.0172413793vw, 35px) min(3.0172413793vw, 35px) 0 min(3.0172413793vw, 35px);
  border-color: #6C614F transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, min(2.9310344828vw, 34px));
}
@media screen and (max-width: 767px) {
  .top .p-intro__title:after {
    border-width: min(6.9333333333vw, 41.6px) min(4vw, 24px) 0 min(4vw, 24px);
    transform: translate(-50%, min(6.6666666667vw, 40px));
  }
}
.top .p-intro__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(3.9655172414vw, 46px) min(10vw, 116px);
  margin-bottom: min(5.1724137931vw, 60px);
}
@media screen and (max-width: 767px) {
  .top .p-intro__container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: min(9.3333333333vw, 56px);
    padding: 0 min(4vw, 24px);
    margin-bottom: min(10.4vw, 62.4px);
  }
}
.top .p-intro__block {
  width: min(40.3448275862vw, 468px);
  border: min(0.2586206897vw, 3px) solid #6C614F;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .p-intro__block {
    width: min(81.3333333333vw, 488px);
    border-width: min(0.5333333333vw, 3.2px);
  }
}
.top .p-intro__block__num {
  position: absolute;
  top: min(-0.6896551724vw, -8px);
  left: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top .p-intro__block__num {
    top: min(-0.5333333333vw, -3.2px);
    transform: translateX(calc(-50% - min(0.4vw, 2.4px)));
  }
}
.top .p-intro__block__num img {
  width: min(6.1206896552vw, 71px);
  height: min(6.1206896552vw, 71px);
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top .p-intro__block__num img {
    width: min(11.7333333333vw, 70.4px);
    height: min(11.7333333333vw, 70.4px);
  }
}
.top .p-intro__block__title {
  background: #E0B495;
  padding: min(0.775862069vw, 9px) 0 min(0.6896551724vw, 8px);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .p-intro__block__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-intro__block__title {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-intro__block__title {
    font-size: min((16 / 375) * 100vw, 20.8px);
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-intro__block__title {
    padding: min(2.6666666667vw, 16px) 0;
  }
}
.top .p-intro__block__text {
  background: #fff;
  padding: min(1.2931034483vw, 15px) 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .p-intro__block__text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-intro__block__text {
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-intro__block__text {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-intro__block__text {
    padding: min(2.6666666667vw, 16px) 0 min(3.7333333333vw, 22.4px);
  }
}
.top .p-intro__text {
  background: #6C614F;
  padding: min(2.4137931034vw, 28px) 0 min(2.5vw, 29px);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .p-intro__text {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-intro__text {
    font-size: 2.1551724138vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-intro__text {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-intro__text {
    padding: min(5.3333333333vw, 32px) 0;
  }
}
.top .p-intro__text span {
  background: linear-gradient(transparent 0%, transparent 90%, #E0B495 90%, #E0B495 95%, transparent 95%, transparent 100%);
  padding-bottom: min(0.5333333333vw, 3.2px);
}
@media screen and (min-width: 768px) {
  .top .p-intro__text span {
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-intro__text span {
    font-size: 3.0172413793vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-intro__text span {
    font-size: min((25 / 375) * 100vw, 40px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
.top .p-reason__title {
  background: url(../img/common/reason_bg.jpg) no-repeat center/cover;
  padding: min(4.7413793103vw, 55px) 0;
  text-align: center;
  text-shadow: 0 0 min(0.4310344828vw, 5px) #6C614F;
}
@media screen and (min-width: 768px) {
  .top .p-reason__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-reason__title {
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-reason__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-reason__title {
    background-image: url(../img/common/reason_bg_sp.jpg);
    padding: min(5.3333333333vw, 32px) 0;
    text-shadow: 0 0 min(1.3333333333vw, 8px) #6C614F;
  }
}
.top .p-reason__container {
  background: url(../img/common/reason-body_bg.jpg) no-repeat center/cover;
  padding: min(2.1551724138vw, 25px) calc(50vw - 50%) min(6.0344827586vw, 70px);
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(5.1724137931vw, 60px);
}
@media screen and (max-width: 767px) {
  .top .p-reason__container {
    padding: min(8vw, 48px) calc(50vw - 50%) min(10.6666666667vw, 64px);
    gap: min(10.9333333333vw, 65.6px);
  }
}
.top .p-reason__block {
  background: #fff;
  width: 100%;
  height: min(17.2413793103vw, 200px);
  box-shadow: 0 min(0.3448275862vw, 4px) min(2.5862068966vw, 30px) #C1D0D4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .p-reason__block {
    height: auto;
    box-shadow: 0 min(1.0666666667vw, 6.4px) min(8vw, 48px) #C1D0D4;
  }
}
.top .p-reason__block:nth-child(odd) {
  padding: min(3.1896551724vw, 37px) min(2.1551724138vw, 25px) min(3.275862069vw, 38px);
}
@media screen and (max-width: 767px) {
  .top .p-reason__block:nth-child(odd) {
    padding: 0 0 min(5.3333333333vw, 32px) 0;
  }
}
.top .p-reason__block:nth-child(even) {
  padding: min(3.1896551724vw, 37px) min(2.1551724138vw, 25px) min(3.275862069vw, 38px) min(26.724137931vw, 310px);
}
@media screen and (max-width: 767px) {
  .top .p-reason__block:nth-child(even) {
    padding: 0 0 min(5.3333333333vw, 32px) 0;
  }
}
.top .p-reason__block__image {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top .p-reason__block__image {
    position: static;
    margin-bottom: min(6.6666666667vw, 40px);
  }
}
.top .p-reason__block__image img {
  width: min(26.724137931vw, 310px);
  height: min(17.2413793103vw, 200px);
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top .p-reason__block__image img {
    width: 100%;
    height: auto;
  }
}
.top .p-reason__block:nth-child(odd) .p-reason__block__image {
  right: 0;
}
.top .p-reason__block:nth-child(even) .p-reason__block__image {
  left: 0;
}
.top .p-reason__block__title {
  display: inline;
  color: #363026;
  background-image: linear-gradient(90deg, #E0B495 0%, rgba(224, 180, 149, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: 100% 20%;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .top .p-reason__block__title {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-reason__block__title {
    font-size: 2.5862068966vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-reason__block__title {
    font-size: min((17 / 375) * 100vw, 27.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-reason__block__title {
    text-align: center;
    background-size: 100% 10%;
    padding-bottom: min(1.3333333333vw, 8px);
  }
}
@media screen and (max-width: 767px) {
  .top .p-reason__block__title__wrap {
    text-align: center;
  }
}
.top .p-reason__block__text {
  margin-top: min(1.724137931vw, 20px);
}
@media screen and (min-width: 768px) {
  .top .p-reason__block__text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-reason__block__text {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-reason__block__text {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-reason__block__text {
    margin-top: min(4vw, 24px);
    text-align: center;
  }
}
.top .p-voice {
  background: #fff;
  padding-bottom: min(8.6206896552vw, 100px);
}
@media screen and (max-width: 767px) {
  .top .p-voice {
    padding-bottom: min(16vw, 96px);
  }
}
.top .p-voice__inner {
  width: min(96.9230769231vw, 1260px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top .p-voice__inner {
    width: min(89.3333333333vw, 536px);
  }
}
.top .p-voice__title {
  color: #fff;
  margin-bottom: min(6.0344827586vw, 70px);
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .p-voice__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-voice__title {
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-voice__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-voice__title {
    margin-bottom: min(16vw, 96px);
  }
}
.top .p-voice__title:before {
  content: "";
  display: block;
  background: rgba(224, 180, 149, 0.25);
  width: min(60vw, 696px);
  height: min(9.4827586207vw, 110px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-25deg);
}
@media screen and (max-width: 767px) {
  .top .p-voice__title:before {
    width: min(89.3333333333vw, 536px);
    height: min(13.3333333333vw, 80px);
  }
}
.top .p-voice__title:after {
  content: "";
  display: block;
  background: rgba(224, 180, 149, 0.5);
  width: min(55.6896551724vw, 646px);
  height: min(9.4827586207vw, 110px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-25deg);
}
@media screen and (max-width: 767px) {
  .top .p-voice__title:after {
    width: min(82.9333333333vw, 497.6px);
    height: min(13.3333333333vw, 80px);
  }
}
.top .p-voice__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(9.4827586207vw, 110px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .p-voice__title span {
    height: min(13.3333333333vw, 80px);
  }
}
.top .p-voice__title span:before {
  content: "";
  display: block;
  background: #E0B495;
  width: min(51.3793103448vw, 596px);
  height: min(9.4827586207vw, 110px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-25deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .p-voice__title span:before {
    width: min(76.5333333333vw, 459.2px);
    height: min(13.3333333333vw, 80px);
  }
}
.top .p-voice__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .top .p-voice__container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: min(10.1333333333vw, 60.8px);
  }
}
.top .p-voice__block {
  width: min(30vw, 390px);
  box-shadow: 0 min(0.3076923077vw, 4px) min(0.7692307692vw, 10px) rgba(224, 180, 149, 0.5);
  padding: min(1.7692307692vw, 23px) min(1.1538461538vw, 15px) min(1.6153846154vw, 21px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .p-voice__block {
    width: min(89.3333333333vw, 536px);
    box-shadow: 0 min(1.0666666667vw, 6.4px) min(2.6666666667vw, 16px) rgba(224, 180, 149, 0.5);
    padding: min(5.3333333333vw, 32px) min(2.6666666667vw, 16px);
  }
}
.top .p-voice__block__image {
  position: absolute;
  top: 0;
  right: 0;
}
.top .p-voice__block__image img {
  width: min(10.7692307692vw, 140px);
  height: min(10.7692307692vw, 140px);
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top .p-voice__block__image img {
    width: min(32vw, 192px);
    height: min(32vw, 192px);
  }
}
.top .p-voice__block__head {
  margin-bottom: min(4vw, 52px);
}
@media screen and (max-width: 767px) {
  .top .p-voice__block__head {
    margin-bottom: min(6.6666666667vw, 40px);
  }
}
.top .p-voice__block__title {
  padding-bottom: min(0.6923076923vw, 9px);
  margin-bottom: min(1.1538461538vw, 15px);
  border-bottom: min(0.1538461538vw, 2px) solid #E0B495;
}
@media screen and (min-width: 768px) {
  .top .p-voice__block__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .top .p-voice__block__title {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-voice__block__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-voice__block__title {
    padding-bottom: min(2.6666666667vw, 16px);
    margin-bottom: min(2.6666666667vw, 16px);
    border-bottom-width: min(0.5333333333vw, 3.2px);
  }
}
@media screen and (min-width: 768px) {
  .top .p-voice__block__info {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-voice__block__info {
    font-size: 1.0344827586vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-voice__block__info {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .top .p-voice__block__text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-voice__block__text {
    font-size: 1.2931034483vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-voice__block__text {
    font-size: min((15 / 375) * 100vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
.top .p-difference {
  padding-bottom: min(8.6206896552vw, 100px);
}
@media screen and (max-width: 767px) {
  .top .p-difference {
    padding-bottom: min(17.0666666667vw, 102.4px);
  }
}
.top .p-difference__title {
  background: url(../img/common/difference_bg.jpg) no-repeat center/cover;
  padding: min(4.7413793103vw, 55px) 0;
  text-align: center;
  text-shadow: 0 0 min(0.4310344828vw, 5px) #6C614F;
  margin-bottom: min(3.7931034483vw, 44px);
}
@media screen and (min-width: 768px) {
  .top .p-difference__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-difference__title {
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-difference__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-difference__title {
    background-image: url(../img/common/difference_bg_sp.jpg);
    padding: min(5.3333333333vw, 32px) 0;
    text-shadow: 0 0 min(1.3333333333vw, 8px) #6C614F;
    margin-bottom: min(10.6666666667vw, 64px);
  }
}
.top .p-difference__image {
  margin-bottom: min(0.5172413793vw, 6px);
}
@media screen and (max-width: 767px) {
  .top .p-difference__image {
    margin-bottom: min(5.3333333333vw, 32px);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    text-align: center;
  }
}
.top .p-difference__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top .p-difference__image img {
    width: min(100vw, 600px);
  }
}
.top .p-difference__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .p-difference__text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-difference__text {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-difference__text {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.top .p-difference__text span {
  color: #E0B495;
  text-decoration: underline;
  text-decoration-color: rgba(118, 145, 113, 0.7);
  text-decoration-thickness: min(0.2586206897vw, 3px);
}
@media screen and (max-width: 767px) {
  .top .p-difference__text span {
    text-decoration-thickness: min(0.5333333333vw, 3.2px);
  }
}
.top .p-difference__text a {
  color: #4794E4;
  text-decoration: underline;
}
.top .p-difference__text a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .top .p-difference__text a:hover {
    opacity: 1;
  }
}
.top .p-plan {
  padding-bottom: min(7.7586206897vw, 90px);
}
@media screen and (max-width: 767px) {
  .top .p-plan {
    padding-bottom: min(10.6666666667vw, 64px);
  }
}
.top .p-plan .l-container {
  padding: 0 min(8.1896551724vw, 95px);
}
@media screen and (max-width: 767px) {
  .top .p-plan .l-container {
    padding: 0;
  }
}
.top .p-plan__title {
  background: #fff;
  width: min(52.0689655172vw, 604px);
  height: min(8.4482758621vw, 98px);
  border-radius: min(1.724137931vw, 20px);
  margin: 0 auto min(5.1724137931vw, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .p-plan__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-plan__title {
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-plan__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-plan__title {
    width: min(57.8666666667vw, 347.2px);
    height: min(18.6666666667vw, 112px);
    border-radius: min(5.3333333333vw, 32px);
    margin-bottom: min(13.3333333333vw, 80px);
    text-align: center;
  }
}
.top .p-plan__title:before {
  content: "";
  display: block;
  background-color: #6C614F;
  width: min(80.1724137931vw, 930px);
  height: min(5.1724137931vw, 60px);
  border-radius: min(1.724137931vw, 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .p-plan__title:before {
    width: min(89.3333333333vw, 536px);
    height: min(10.9333333333vw, 65.6px);
    border-radius: min(5.3333333333vw, 32px);
  }
}
.top .p-plan__image {
  margin-bottom: min(1.724137931vw, 20px);
}
@media screen and (max-width: 767px) {
  .top .p-plan__image {
    margin-bottom: min(2.6666666667vw, 16px);
  }
}
.top .p-plan__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top .p-plan__image img {
    width: min(89.3333333333vw, 536px);
  }
}
.top .p-plan__button {
  width: min(17.2413793103vw, 200px);
  height: min(4.3103448276vw, 50px);
  border-radius: min(0.8620689655vw, 10px);
  box-shadow: 0 min(0.3448275862vw, 4px) min(0.3448275862vw, 4px) rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .top .p-plan__button {
    width: min(19.2vw, 115.2px);
    width: min(23.2vw, 145px);
    /* 2023/11/20 */
    height: min(10.6666666667vw, 64px);
    border-radius: min(2.6666666667vw, 16px);
    box-shadow: 0 min(1.0666666667vw, 6.4px) min(1.0666666667vw, 6.4px) rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 374px) {
  .top .p-plan__button {
    width: min(24vw, 144px);
  }
}
.top .p-plan__button:nth-child(1) {
  background: #C1D0D4;
}
.top .p-plan__button:nth-child(2) {
  background: #E0B495;
  margin: 0 min(5.1724137931vw, 60px);
  margin-left: min(16vw,190px);
  /* 中央寄せ追加 2023/11/20 */
}
@media screen and (max-width: 767px) {
  .top .p-plan__button:nth-child(2) {
    margin: 0 min(6.1333333333vw, 36.8px);
    margin-left: min(16vw,82px);
    margin-right: 2.7vw;
  }
}
@media screen and (max-width: 374px) {
  .top .p-plan__button:nth-child(2) {
    margin: 0 min(1.3333333333vw, 8px);
  }
}
.top .p-plan__button:nth-child(3) {
  background: #6C614F;
}
.top .p-plan__button:hover {
  box-shadow: none;
  transform: translateY(min(0.4310344828vw, 5px));
}
@media screen and (max-width: 767px) {
  .top .p-plan__button:hover {
    box-shadow: 0 min(1.0666666667vw, 6.4px) min(1.0666666667vw, 6.4px) rgba(0, 0, 0, 0.25);
    transform: translateY(0);
  }
}
.top .p-plan__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top .p-plan__button a {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-plan__button a {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-plan__button a {
    font-size: min((10 / 375) * 100vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.top .p-plan__button__wrap {
  display: flex;
  justify-content: flex-end;
  margin-right: min(2.1551724138vw, 25px);
}
@media screen and (max-width: 767px) {
  .top .p-plan__button__wrap {
    margin-right: min(2.4vw, 14.4px);
  }
}
@media screen and (max-width: 374px) {
  .top .p-plan__button__wrap {
    margin-right: 0;
  }
}
.top .p-flow {
  background: #fff;
  padding-top: min(8.6206896552vw, 100px);
}
@media screen and (max-width: 767px) {
  .top .p-flow {
    padding-top: min(16vw, 96px);
  }
}
.top .p-flow__title {
  color: #fff;
  margin-bottom: min(6.8103448276vw, 79px);
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .p-flow__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-flow__title {
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-flow__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-flow__title {
    margin-bottom: min(13.8666666667vw, 83.2px);
  }
}
.top .p-flow__title:before {
  content: "";
  display: block;
  background: rgba(224, 180, 149, 0.25);
  width: min(60vw, 696px);
  height: min(9.4827586207vw, 110px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-25deg);
}
@media screen and (max-width: 767px) {
  .top .p-flow__title:before {
    width: min(89.3333333333vw, 536px);
    height: min(13.3333333333vw, 80px);
  }
}
.top .p-flow__title:after {
  content: "";
  display: block;
  background: rgba(224, 180, 149, 0.5);
  width: min(55.6896551724vw, 646px);
  height: min(9.4827586207vw, 110px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-25deg);
}
@media screen and (max-width: 767px) {
  .top .p-flow__title:after {
    width: min(82.9333333333vw, 497.6px);
    height: min(13.3333333333vw, 80px);
  }
}
.top .p-flow__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(9.4827586207vw, 110px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .p-flow__title span {
    height: min(13.3333333333vw, 80px);
  }
}
.top .p-flow__title span:before {
  content: "";
  display: block;
  background: #E0B495;
  width: min(51.3793103448vw, 596px);
  height: min(9.4827586207vw, 110px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-25deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .p-flow__title span:before {
    width: min(76.5333333333vw, 459.2px);
    height: min(13.3333333333vw, 80px);
  }
}
.top .p-flow__container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top .p-flow__container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.top .p-flow__block {
  width: 33.333%;
  height: min(25.6034482759vw, 297px);
  padding: min(10.9482758621vw, 127px) 0 0 min(3.1034482759vw, 36px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .p-flow__block {
    width: min(89.3333333333vw, 536px);
    height: min(45.0666666667vw, 270.4px);
    padding: min(27.4666666667vw, 164.8px) min(1.8666666667vw, 11.2px) 0;
  }
}
.top .p-flow__block:nth-child(1) {
  background: #C1D0D4;
}
@media screen and (max-width: 767px) {
  .top .p-flow__block:nth-child(1) {
    padding-top: min(20.5333333333vw, 123.2px);
  }
}
.top .p-flow__block:nth-child(2) {
  background: #E0B495;
}
.top .p-flow__block:nth-child(2):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(12.8017241379vw, 148.5px) 0 min(12.8017241379vw, 148.5px) min(2.5862068966vw, 30px);
  border-color: transparent transparent transparent #C1D0D4;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top .p-flow__block:nth-child(2):before {
    border-width: min(5.6vw, 33.6px) min(44.6666666667vw, 268px) 0 min(44.6666666667vw, 268px);
    border-color: #C1D0D4 transparent transparent transparent;
  }
}
.top .p-flow__block:nth-child(3) {
  background: #6C614F;
}
@media screen and (max-width: 767px) {
  .top .p-flow__block:nth-child(3) {
    height: min(50.6666666667vw, 304px);
  }
}
.top .p-flow__block:nth-child(3):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(12.8017241379vw, 148.5px) 0 min(12.8017241379vw, 148.5px) min(2.5862068966vw, 30px);
  border-color: transparent transparent transparent #E0B495;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top .p-flow__block:nth-child(3):before {
    border-width: min(5.6vw, 33.6px) min(44.6666666667vw, 268px) 0 min(44.6666666667vw, 268px);
    border-color: #E0B495 transparent transparent transparent;
  }
}
.top .p-flow__block__head {
  display: flex;
  align-items: center;
  gap: min(0.8620689655vw, 10px);
  position: absolute;
  top: min(1.724137931vw, 20px);
  left: min(1.724137931vw, 20px);
}
@media screen and (max-width: 767px) {
  .top .p-flow__block__head {
    gap: min(5.3333333333vw, 32px);
    top: min(8vw, 48px);
    left: min(8vw, 48px);
  }
}
@media screen and (max-width: 767px) {
  .top .p-flow__block:nth-child(1) .p-flow__block__head {
    top: min(4vw, 24px);
  }
}
.top .p-flow__block__num {
  display: block;
  color: #fff;
  transform: matrix(1, 0, -0.19, 0.98, 0, 0);
}
@media screen and (min-width: 768px) {
  .top .p-flow__block__num {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-flow__block__num {
    font-size: 6.8965517241vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-flow__block__num {
    font-size: min((50 / 375) * 100vw, 80px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .top .p-flow__block__title {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-flow__block__title {
    font-size: 2.1551724138vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-flow__block__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.top .p-flow__block:nth-child(3) .p-flow__block__title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top .p-flow__block__text {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-flow__block__text {
    font-size: 1.4655172414vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-flow__block__text {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-flow__block__text {
    text-align: center;
  }
}
.top .p-flow__block:nth-child(3) .p-flow__block__text {
  color: #fff;
}
.top .p-test {
  padding-bottom: min(6.0344827586vw, 70px);
}
@media screen and (max-width: 767px) {
  .top .p-test {
    padding-bottom: min(10.6666666667vw, 64px);
  }
}
.top .p-test__title {
  background: url(../img/common/test_bg.jpg) no-repeat center/cover;
  padding: min(4.7413793103vw, 55px) 0;
  text-align: center;
  text-shadow: 0 0 min(0.4310344828vw, 5px) #6C614F;
  margin-bottom: min(6.0344827586vw, 70px);
}
@media screen and (min-width: 768px) {
  .top .p-test__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-test__title {
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__title {
    background-image: url(../img/common/test_bg_sp.jpg);
    padding: min(9.3333333333vw, 56px) 0;
    text-shadow: 0 0 min(1.3333333333vw, 8px) #6C614F;
    margin-bottom: min(10.6666666667vw, 64px);
  }
}
.top .p-test__banner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top .p-test__banner {
    display: block;
  }
}
.top .p-test__banner__image {
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__image {
    width: min(89.3333333333vw, 536px);
  }
}
.top .p-test__banner__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.top .p-test__banner__detail {
  background: #fff;
  flex-grow: 1;
  padding: min(1.6379310345vw, 19px) 0 min(0.6896551724vw, 8px);
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__detail {
    padding: min(5.0666666667vw, 30.4px) 0 min(2.6666666667vw, 16px);
    display: flex;
    flex-direction: column;
  }
}
.top .p-test__banner__title {
  display: inline-block;
  padding-left: min(2.5862068966vw, 30px);
  margin-bottom: min(2.1551724138vw, 25px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .p-test__banner__title {
    font-size: 30px;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-test__banner__title {
    font-size: 2.5862068966vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__title {
    padding-left: 0;
    margin-bottom: min(3.7333333333vw, 22.4px);
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__title__wrap {
    text-align: center;
  }
}
.top .p-test__banner__title:before {
  content: "";
  display: block;
  background-color: #E0B495;
  width: 100%;
  height: min(0.2586206897vw, 3px);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__title:before {
    height: min(0.5333333333vw, 3.2px);
  }
}
.top .p-test__banner__text {
  margin-bottom: min(1.2931034483vw, 15px);
  padding: 0 min(2.5862068966vw, 30px);
}
@media screen and (min-width: 768px) {
  .top .p-test__banner__text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-test__banner__text {
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__text {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__text {
    margin-bottom: min(4vw, 24px);
    padding: 0;
    text-align: center;
  }
}
.top .p-test__banner__block {
  background: rgba(108, 97, 79, 0.5);
  margin: 0 min(1.724137931vw, 20px) min(2.1551724138vw, 25px);
  width: min(44.8275862069vw, 520px);
  height: min(6.8965517241vw, 80px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .p-test__banner__block {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-test__banner__block {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__block {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__block {
    width: min(84vw, 504px);
    height: min(14.9333333333vw, 89.6px);
    margin: 0 min(2.6666666667vw, 16px) min(8vw, 48px);
  }
}
.top .p-test__banner__link {
  text-align: right;
  padding-right: min(2.6724137931vw, 31px);
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__link {
    padding-right: min(2.6666666667vw, 16px);
  }
}
.top .p-test__banner__link a {
  color: #4794E4;
  text-decoration: underline;
  text-decoration-thickness: min(0.0862068966vw, 1px);
  position: relative;
  padding-right: min(1.3793103448vw, 16px);
}
@media screen and (min-width: 768px) {
  .top .p-test__banner__link a {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-test__banner__link a {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__link a {
    font-size: min((15 / 375) * 100vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__link a {
    text-decoration-thickness: min(0.2666666667vw, 1.6px);
    padding-right: min(8vw, 48px);
  }
}
.top .p-test__banner__link a:before {
  content: "";
  display: block;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  width: min(0.8620689655vw, 10px);
  height: min(1.3793103448vw, 16px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top .p-test__banner__link a:before {
    width: min(2.4vw, 14.4px);
    height: min(3.8666666667vw, 23.2px);
    right: min(2.6666666667vw, 16px);
  }
}
.top .p-test__banner__link a:hover {
  opacity: 0.5;
}
.top .p-profile {
  background: #fff;
}
.top .p-profile__title {
  background: url(../img/common/profile_bg.jpg) no-repeat center/cover;
  padding: min(4.7413793103vw, 55px) 0;
  text-align: center;
  text-shadow: 0 0 min(0.4310344828vw, 5px) #6C614F;
  margin-bottom: min(7.7586206897vw, 90px);
}
@media screen and (min-width: 768px) {
  .top .p-profile__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-profile__title {
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-profile__title {
    font-size: min((20 / 375) * 100vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-profile__title {
    background-image: url(../img/common/profile_bg_sp.jpg);
    padding: min(9.3333333333vw, 56px) 0;
    text-shadow: 0 0 min(1.3333333333vw, 8px) #6C614F;
    margin-bottom: min(10.6666666667vw, 64px);
  }
}
.top .p-profile__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(9.6551724138vw, 112px);
}
@media screen and (max-width: 767px) {
  .top .p-profile__container {
    flex-direction: column;
    justify-content: flex-start;
    gap: min(12vw, 72px);
    padding: 0;
  }
}
.top .p-profile__image {
  flex-shrink: 0;
  margin-right: min(-3.1896551724vw, -37px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .p-profile__image {
    margin-right: 0;
  }
}
.top .p-profile__image img {
  width: min(19.8275862069vw, 230px);
  height: min(19.8275862069vw, 230px);
  border-radius: 50%;
  border: 1px solid #E0B495;
}
@media screen and (max-width: 767px) {
  .top .p-profile__image img {
    width: min(34.6666666667vw, 208px);
    height: min(34.6666666667vw, 208px);
  }
}
.top .p-profile__detail {
  background: rgba(224, 180, 149, 0.8);
  box-shadow: 0 min(0.3448275862vw, 4px) min(0.8620689655vw, 10px) rgba(224, 180, 149, 0.5);
  padding: min(3.9655172414vw, 46px) min(2.6724137931vw, 31px) min(4.3103448276vw, 50px) min(6.5517241379vw, 76px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .p-profile__detail {
    box-shadow: 0 min(1.0666666667vw, 6.4px) min(2.6666666667vw, 16px) rgba(224, 180, 149, 0.5);
    padding: min(9.0666666667vw, 54.4px) min(2.6666666667vw, 16px) min(16vw, 96px);
  }
}
.top .p-profile__detail img {
  width: min(11.2068965517vw, 130px);
  height: min(4.4827586207vw, 52px);
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top .p-profile__detail img {
    width: min(26.6666666667vw, 160px);
    height: min(10.6666666667vw, 64px);
  }
}
@media screen and (min-width: 768px) {
  .top .p-profile__text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-profile__text {
    font-size: 1.724137931vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-profile__text {
    font-size: min((15 / 375) * 100vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-profile__text {
    text-align: center;
  }
}
.top .p-faq {
  background: #fff;
  padding: min(2.5862068966vw, 30px) 0 min(8.7068965517vw, 101px);
}
@media screen and (max-width: 767px) {
  .top .p-faq {
    padding: min(11.2vw, 67.2px) 0 min(18.6666666667vw, 112px);
  }
}
.top .p-faq__title {
  text-align: center;
  margin-bottom: min(3.4482758621vw, 40px);
}
@media screen and (min-width: 768px) {
  .top .p-faq__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-faq__title {
    font-size: 3.4482758621vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-faq__title {
    font-size: min((25 / 375) * 100vw, 40px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .top .p-faq__title {
    margin-bottom: min(11.2vw, 67.2px);
  }
}
.top .p-faq__block {
  background: #fff;
  box-shadow: 0 min(0.3448275862vw, 4px) min(2.5862068966vw, 30px) rgba(45, 60, 45, 0.25);
  border-radius: min(0.8620689655vw, 10px);
  margin-bottom: min(3.275862069vw, 38px);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top .p-faq__block {
    box-shadow: 0 min(1.0666666667vw, 6.4px) min(8vw, 48px) rgba(45, 60, 45, 0.25);
    border-radius: min(2.6666666667vw, 16px);
    margin-bottom: min(8.1333333333vw, 48.8px);
  }
}
.top .p-faq__block:last-child {
  margin-bottom: 0;
}
.top .p-faq__block:before {
  content: "";
  display: block;
  background: #E0B495;
  width: min(3.0172413793vw, 35px);
  height: min(0.5172413793vw, 6px);
  position: absolute;
  top: min(2.4137931034vw, 28px);
  right: min(1.2931034483vw, 15px);
  transition: 0.3s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top .p-faq__block:before {
    width: min(5.3333333333vw, 32px);
    height: min(0.9333333333vw, 5.6px);
    top: min(5.3333333333vw, 32px);
    right: min(2.6666666667vw, 16px);
  }
}
.top .p-faq__block:after {
  content: "";
  display: block;
  background: #E0B495;
  width: min(3.0172413793vw, 35px);
  height: min(0.5172413793vw, 6px);
  position: absolute;
  top: min(2.4137931034vw, 28px);
  right: min(1.2931034483vw, 15px);
  transform: rotate(90deg);
  transition: 0.3s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top .p-faq__block:after {
    width: min(5.3333333333vw, 32px);
    height: min(0.9333333333vw, 5.6px);
    top: min(5.3333333333vw, 32px);
    right: min(2.6666666667vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .top .p-faq__block:first-child:before {
    top: min(8vw, 48px);
  }
  .top .p-faq__block:first-child:after {
    top: min(8vw, 48px);
  }
}
@media screen and (max-width: 767px) {
  .top .p-faq__block:nth-child(3):before {
    top: min(8vw, 48px);
  }
  .top .p-faq__block:nth-child(3):after {
    top: min(8vw, 48px);
  }
}
@media screen and (max-width: 767px) {
  .top .p-faq__block:last-child:before {
    top: min(8vw, 48px);
  }
  .top .p-faq__block:last-child:after {
    top: min(8vw, 48px);
  }
}
.top .p-faq__block.is-open:before {
  opacity: 0;
}
.top .p-faq__block.is-open:after {
  transform: rotate(180deg);
}
.top .p-faq__block dt {
  color: #707070;
  background: #fff;
  padding: min(1.2068965517vw, 14px) min(8.6206896552vw, 100px) min(1.2068965517vw, 14px) min(6.0344827586vw, 70px);
  border-radius: min(0.8620689655vw, 10px);
  position: relative;
  z-index: 1;
  transition: 0.25s;
}
@media screen and (min-width: 768px) {
  .top .p-faq__block dt {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-faq__block dt {
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-faq__block dt {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-faq__block dt {
    padding: min(2.6666666667vw, 16px) min(9.3333333333vw, 56px);
    border-radius: min(2.6666666667vw, 16px);
  }
}
.top .p-faq__block dt:before {
  content: "";
  background: url(../img/common/q-icon.png) no-repeat center/contain;
  display: block;
  width: min(3.4482758621vw, 40px);
  height: min(3.4482758621vw, 40px);
  position: absolute;
  top: min(0.8620689655vw, 10px);
  left: min(0.8620689655vw, 10px);
}
@media screen and (max-width: 767px) {
  .top .p-faq__block dt:before {
    width: min(5.6vw, 33.6px);
    height: min(5.6vw, 33.6px);
    top: min(2.6666666667vw, 16px);
    left: min(1.3333333333vw, 8px);
  }
}
.top .p-faq__block.is-open dt {
  box-shadow: 0 min(0.3448275862vw, 4px) min(2.5862068966vw, 30px) rgba(45, 60, 45, 0.25);
}
@media screen and (max-width: 767px) {
  .top .p-faq__block.is-open dt {
    box-shadow: 0 min(1.0666666667vw, 6.4px) min(8vw, 48px) rgba(45, 60, 45, 0.25);
  }
}
.top .p-faq__block dd {
  color: #707070;
  display: none;
  background: #fff;
  padding: min(2.8448275862vw, 33px) min(8.6206896552vw, 100px) min(2.8448275862vw, 33px) min(6.0344827586vw, 70px);
  border-radius: min(0.8620689655vw, 10px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .p-faq__block dd {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .top .p-faq__block dd {
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 767px) {
  .top .p-faq__block dd {
    font-size: min((12 / 375) * 100vw, 19.2px);
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .top .p-faq__block dd {
    padding: min(5.3333333333vw, 32px) min(9.3333333333vw, 56px);
    border-radius: min(2.6666666667vw, 16px);
  }
}
.top .p-faq__block dd:before {
  content: "";
  background: url(../img/common/a-icon.png) no-repeat center/contain;
  display: block;
  width: min(3.4482758621vw, 40px);
  height: min(3.4482758621vw, 40px);
  position: absolute;
  top: min(2.5vw, 29px);
  left: min(0.8620689655vw, 10px);
}
@media screen and (max-width: 767px) {
  .top .p-faq__block dd:before {
    width: min(5.6vw, 33.6px);
    height: min(5.6vw, 33.6px);
    top: min(5.3333333333vw, 32px);
    left: min(1.3333333333vw, 8px);
  }
}/*# sourceMappingURL=style.css.map */