@charset "UTF-8";
/*! destyle.css v3.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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

a,
span {
  display: inline-block;
}

/*===================================================
共通
===================================================*/
/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #514327;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}

body {
  width: 780px;
  margin: 0 auto;
  position: relative;
}

main {
  overflow: hidden;
}

a {
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 2.0512820513vw;
  }
  body {
    width: 100%;
  }
}
/* フォント
***************************************************************/
.gothic {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

/* コンテンツ幅
***************************************************************/
.inner {
  padding: 0 32px;
}

@media screen and (max-width: 780px) {
  .inner {
    width: 100%;
    padding: 0 4.1025641026vw;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.fixed_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.fixed_cta_inner {
  width: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.fixed_cta_inner a {
  padding: 24px 0 32px;
  display: block;
  background: #fff;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
  border-radius: 24px;
  font-size: 32px;
}

.fixed_cta_inner a span {
  position: relative;
}

.fixed_cta_inner a span::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 4px;
  background-image: radial-gradient(circle, #4b3822 2px, transparent 2px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  width: 100%;
}

.dots {
  position: relative;
}

.dots::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 6px;
  background-image: radial-gradient(circle, #4b3822 3px, transparent 3px);
  background-size: 12px 6px;
  background-repeat: repeat-x;
  width: 100%;
}

.sec_title {
  position: relative;
  font-size: 52px;
  text-align: center;
}

.sec_title::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 280px);
  transform: translate(-50%, -50%);
}

.sec_title::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: calc(50% - 350px);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 780px) {
  .fixed_cta_inner {
    width: 100vw;
    gap: 2.5641025641vw;
    padding: 2.3076923077vw 2.5641025641vw;
  }
  .fixed_cta_inner a {
    padding: 3.0769230769vw 0 4.1025641026vw;
    filter: drop-shadow(0vw 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.16));
    border-radius: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
  .fixed_cta_inner a span::before {
    bottom: -0.7692307692vw;
    height: 0.5128205128vw;
    background-image: radial-gradient(circle, #4b3822 0.2564102564vw, transparent 0.2564102564vw);
    background-size: 1.0256410256vw 0.5128205128vw;
  }
  .dots::before {
    bottom: -0.7692307692vw;
    height: 0.7692307692vw;
    background-image: radial-gradient(circle, #4b3822 0.3846153846vw, transparent 0.3846153846vw);
    background-size: 1.5384615385vw 0.7692307692vw;
  }
  .sec_title {
    font-size: 6.6666666667vw;
  }
  .sec_title::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    left: calc(50% - 35.8974358974vw);
  }
  .sec_title::after {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: calc(50% - 44.8717948718vw);
  }
}
/* header
***************************************************************/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px 30px 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

header h1 img {
  width: 162px;
}

header nav {
  width: 326px;
}

@media screen and (max-width: 780px) {
  header {
    padding: 3.8461538462vw 4.6153846154vw 3.8461538462vw 6.1538461538vw;
  }
  header h1 img {
    width: 20.7692307692vw;
  }
  header nav {
    width: 41.7948717949vw;
  }
}
/* footer
***************************************************************/
footer {
  background: #fbfae3;
  padding: 120px 0 268px;
  text-align: center;
}

footer h2 a img {
  width: 400px;
}

footer nav {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
  margin-top: 108px;
}

footer nav a.hina {
  font-size: 32px;
  width: 600px;
  border-radius: 62px;
  background: #f0e992;
  padding: 34px 0;
  line-height: 1;
}

footer nav a.gogatsu {
  font-size: 32px;
  width: 600px;
  border-radius: 62px;
  background: #c7ebe3;
  padding: 34px 0;
  line-height: 1;
}

footer small.copyright {
  font-size: 24px;
  margin-top: 82px;
  display: block;
}

@media screen and (max-width: 780px) {
  footer {
    padding: 15.3846153846vw 0 34.358974359vw;
  }
  footer h2 a img {
    width: 51.2820512821vw;
  }
  footer nav {
    gap: 5.1282051282vw;
    margin-top: 13.8461538462vw;
  }
  footer nav a.hina {
    font-size: 4.1025641026vw;
    width: 76.9230769231vw;
    border-radius: 7.9487179487vw;
    padding: 4.358974359vw 0;
  }
  footer nav a.gogatsu {
    font-size: 4.1025641026vw;
    width: 76.9230769231vw;
    border-radius: 7.9487179487vw;
    padding: 4.358974359vw 0;
  }
  footer small.copyright {
    font-size: 3.0769230769vw;
    margin-top: 10.5128205128vw;
  }
}
/* fv
***************************************************************/
.fv {
  position: relative;
  margin-top: -11rem;
}

.fv_img {
  width: 280px;
  position: absolute;
  right: 0;
  bottom: 188px;
}

.fv .textBox {
  position: absolute;
  left: 74px;
  top: 272px;
}

.fv .textBox h2 {
  z-index: 33333;
  position: relative;
}

.fv .textBox p {
  z-index: 33333;
  position: relative;
}

.fv .textBox img {
  width: 17rem;
  position: absolute;
  z-index: 0;
  top: 0;
}

.fv h2 {
  font-size: 46px;
  line-height: 60px;
}

.fv h2 span.t1 {
  display: block;
}

.fv h2 span.t2 {
  padding-left: 40px;
  display: block;
}

.fv h2 span.t3 {
  padding-left: 80px;
  display: block;
}

.fv p {
  font-size: 28px;
  line-height: 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  left: -20px;
}

.fv p::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.fv p::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 780px) {
  .fv_img {
    width: 35.8974358974vw;
    bottom: 24.1025641026vw;
  }
  .fv .textBox {
    left: 9.4871794872vw;
    top: 34.8717948718vw;
  }
  .fv h2 {
    font-size: 5.8974358974vw;
    line-height: 7.6923076923vw;
  }
  .fv h2 span.t2 {
    padding-left: 5.1282051282vw;
  }
  .fv h2 span.t3 {
    padding-left: 10.2564102564vw;
  }
  .fv p {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    margin-top: 7.6923076923vw;
    gap: 2.5641025641vw;
    left: -2.5641025641vw;
  }
  .fv p::before {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
  .fv p::after {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}
/* section1
***************************************************************/
.sec1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 18px;
  padding: 48px 24px 52px;
  background: #fcfaca;
}

.sec1 a {
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 72px;
  display: block;
  background: #f0e992;
  filter: drop-shadow(0px 2px 1px rgba(157, 157, 157, 0.16));
  border-radius: 48px;
  line-height: 1;
  padding: 25px 70px 25px 36px;
  text-align: center;
  position: relative;
}

.sec1 a::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../img/icon_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 780px) {
  .sec1 {
    gap: 3.3333333333vw 2.3076923077vw;
    padding: 6.1538461538vw 3.0769230769vw 6.6666666667vw;
  }
  .sec1 a {
    font-size: 3.5897435897vw;
    line-height: 9.2307692308vw;
    filter: drop-shadow(0vw 0.2564102564vw 0.1282051282vw rgba(157, 157, 157, 0.16));
    border-radius: 6.1538461538vw;
    padding: 3.2051282051vw 8.9743589744vw 3.2051282051vw 4.6153846154vw;
  }
  .sec1 a::after {
    width: 5.641025641vw;
    height: 5.641025641vw;
    top: 50%;
    right: 3.0769230769vw;
  }
}
/* section2
***************************************************************/
.sec2 {
  background: linear-gradient(#f9f2dd 0%, #fff5ed 100%);
  padding-bottom: 48px;
}

.sec2_title2 {
  text-align: center;
  line-height: 1.8;
}

.sec2_title2 .t1 {
  font-size: 44px;
}

.sec2_title2 .t2 {
  font-size: 64px;
}

.sec2_list {
  display: flex;
  flex-flow: column;
  gap: 98px;
  margin-top: 110px;
}

.sec2_item {
  background: #fff;
  padding: 0 20px 80px;
  border-radius: 120px 120px 60px 60px;
  position: relative;
  z-index: 1;
}

.sec2_item::before {
  content: "";
  display: inline-block;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec2_item_num {
  width: 208px;
  margin: 0 auto;
  position: relative;
}

.sec2_item_num span {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.sec2_item_title3 {
  text-align: center;
  font-size: 34px;
  color: #514327;
  position: relative;
  line-height: 1.4;
  margin-top: 40px;
}

.sec2_item_title3::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 220px);
  transform: translate(-50%, -50%);
}

.sec2_item_title3::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: calc(50% - 300px);
  transform: translate(-50%, -50%);
}

.sec2_item_title3 span {
  font-size: 64px;
}

.sec2_item_txt01 {
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  margin-top: 48px;
}

.sec2 .img_show {
  position: relative;
  height: 676px;
  overflow: hidden;
  transition: 0.4s;
  box-sizing: border-box;
  margin-top: 48px;
}

.sec2 .img_show:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 676px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  transition: 0.4s;
}

/*クラス付与時のスタイル*/
.sec2 .img_show.active:before {
  opacity: 0;
  visibility: hidden;
}

.sec2 .img_show p {
  text-align: right;
  font-size: 20px;
}

.sec2 button {
  width: 600px;
  cursor: pointer;
  border: none;
  font-size: 28px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  line-height: 1.2;
  border-radius: 16px;
  display: block;
  margin: 20px auto 0;
  position: relative;
}

.sec2 button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 53%;
  left: 190px;
  transform: translate(0, -50%);
}

.sec2 .img_show.active + button::before {
  display: none;
}

.sec2_img01 {
  margin-top: 24px;
  padding: 0 38px;
}

.sec2_item_txt02 {
  font-size: 28px;
  line-height: 56px;
  margin-top: 48px;
  padding: 0 38px;
}

.sec2_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-top: 48px;
  padding: 0 38px;
}

.sec2_flexBox_title4 {
  font-size: 26px;
  letter-spacing: -0.04em;
  line-height: 32px;
  padding: 44px 0 32px;
  background-image: url(../img/fukidashi01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  text-align: center;
}

.sec2_flexBox_img {
  margin-top: -30px;
}

.sec2_flexBox_txt03 {
  font-size: 22px;
  line-height: 34px;
  margin-top: -40px;
}

.sec2 .btn {
  border-radius: 62px;
  background: #fcfaca;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  width: 600px;
  display: block;
  margin: 48px auto 0;
  font-size: 32px;
  text-align: center;
  padding: 34px 0;
  line-height: 54px;
}

@media screen and (max-width: 780px) {
  .sec2 {
    padding-bottom: 6.1538461538vw;
  }
  .sec2_title2 .t1 {
    font-size: 5.641025641vw;
  }
  .sec2_title2 .t2 {
    font-size: 8.2051282051vw;
  }
  .sec2_list {
    gap: 12.5641025641vw;
    margin-top: 14.1025641026vw;
  }
  .sec2_item {
    padding: 0 2.5641025641vw 10.2564102564vw;
    border-radius: 15.3846153846vw 15.3846153846vw 7.6923076923vw 7.6923076923vw;
  }
  .sec2_item::before {
    width: 71.7948717949vw;
    height: 71.7948717949vw;
    top: -7.4358974359vw;
  }
  .sec2_item_num {
    width: 26.6666666667vw;
  }
  .sec2_item_num span {
    font-size: 4.6153846154vw;
  }
  .sec2_item_title3 {
    font-size: 4.358974359vw;
    margin-top: 5.1282051282vw;
  }
  .sec2_item_title3::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    left: calc(50% - 28.2051282051vw);
  }
  .sec2_item_title3::after {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: calc(50% - 38.4615384615vw);
  }
  .sec2_item_title3 span {
    font-size: 8.2051282051vw;
  }
  .sec2_item_txt01 {
    font-size: 4.1025641026vw;
    line-height: 7.6923076923vw;
    margin-top: 6.1538461538vw;
  }
  .sec2 .img_show {
    height: 86.6666666667vw;
    margin-top: 6.1538461538vw;
  }
  .sec2 .img_show:before {
    height: 86.6666666667vw;
  }
  .sec2 .img_show p {
    font-size: 2.5641025641vw;
  }
  .sec2 button {
    width: 76.9230769231vw;
    font-size: 3.5897435897vw;
    box-shadow: 0vw 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.1);
    padding: 2.5641025641vw 0;
    border-radius: 2.0512820513vw;
    margin: 2.5641025641vw auto 0;
  }
  .sec2 button::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    left: 24.358974359vw;
  }
  .sec2_img01 {
    margin-top: 3.0769230769vw;
    padding: 0 4.8717948718vw;
  }
  .sec2_item_txt02 {
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
    margin-top: 6.1538461538vw;
    padding: 0 4.8717948718vw;
  }
  .sec2_flex {
    gap: 6.1538461538vw;
    margin-top: 6.1538461538vw;
    padding: 0 4.8717948718vw;
  }
  .sec2_flexBox_title4 {
    font-size: 3.3333333333vw;
    line-height: 4.1025641026vw;
    padding: 5.641025641vw 0 4.1025641026vw;
  }
  .sec2_flexBox_img {
    margin-top: -3.8461538462vw;
  }
  .sec2_flexBox_txt03 {
    font-size: 2.8205128205vw;
    line-height: 4.358974359vw;
    margin-top: -5.1282051282vw;
  }
  .sec2 .btn {
    border-radius: 7.9487179487vw;
    box-shadow: 0vw 0.2564102564vw 0.7692307692vw rgba(0, 0, 0, 0.1);
    width: 76.9230769231vw;
    margin: 6.1538461538vw auto 0;
    font-size: 4.1025641026vw;
    padding: 4.358974359vw 0;
    line-height: 6.9230769231vw;
  }
}
/* section3
***************************************************************/
.sec3 {
  background: #f0e992;
  padding: 40px;
}

.sec3 .inner {
  border-radius: 48px;
  background: #f8f3b1;
  padding: 92px 50px 84px;
  text-align: center;
}

.sec3_title2 {
  font-size: 44px;
  position: relative;
}

.sec3_title2::before {
  content: "";
  display: inline-block;
  width: 540px;
  height: 82px;
  background-image: url(../img/fukidashi02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec3_video {
  margin-top: 120px;
  border-radius: 32px;
  display: block;
  width: 100%;
  height: 337px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .sec3 {
    padding: 5.1282051282vw 6.4102564103vw;
  }
  .sec3 .inner {
    border-radius: 6.1538461538vw;
    padding: 11.7948717949vw 6.4102564103vw 10.7692307692vw;
  }
  .sec3_title2 {
    font-size: 5.641025641vw;
  }
  .sec3_title2::before {
    width: 69.2307692308vw;
    height: 10.5128205128vw;
    bottom: -6.4102564103vw;
  }
  .sec3_video {
    margin-top: 15.3846153846vw;
    border-radius: 5.1282051282vw;
    height: 43.2051282051vw;
  }
}
/* section4
***************************************************************/
.sec4 {
  background: #fbfae3;
}

.sec4_title2 {
  text-align: center;
  font-size: 44px;
  color: #514327;
  position: relative;
  line-height: 1.4;
}

.sec4_title2 span {
  font-size: 52px;
}

.sec4_title2::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 220px);
  transform: translate(-50%, -50%);
}

.sec4_title2::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: calc(50% - 300px);
  transform: translate(-50%, -50%);
}

.sec4_list {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-top: 80px;
}

@media screen and (max-width: 780px) {
  .sec4_title2 {
    font-size: 5.641025641vw;
  }
  .sec4_title2 span {
    font-size: 6.6666666667vw;
  }
  .sec4_title2::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    left: calc(50% - 28.2051282051vw);
  }
  .sec4_title2::after {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: calc(50% - 38.4615384615vw);
  }
  .sec4_list {
    gap: 4.1025641026vw;
    margin-top: 10.2564102564vw;
  }
}
/* section5
***************************************************************/
.sec5 {
  background: #F0E992;
  padding: 40px 0;
}

.sec5_slider .slick-slide {
  margin: 0 10px;
  border-radius: 40px;
  overflow: hidden;
}

.sec5_slider .slick-prev,
.sec5_slider .slick-next {
  position: absolute;
  top: 464px;
  cursor: pointer;
  outline: none;
  background-image: url(../img/slider_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 96px;
  height: 128px;
  z-index: 10;
}

.sec5_slider .slick-prev {
  left: -40px;
  transform: scale(-1, 1);
}

.sec5_slider .slick-next {
  right: -40px;
}

@media screen and (max-width: 780px) {
  .sec5 {
    padding: 5.1282051282vw 0;
  }
  .sec5_slider .slick-slide {
    margin: 0 1.2820512821vw;
    border-radius: 5.1282051282vw;
  }
  .sec5_slider .slick-prev,
  .sec5_slider .slick-next {
    top: 59.4871794872vw;
    width: 12.3076923077vw;
    height: 16.4102564103vw;
  }
  .sec5_slider .slick-prev {
    left: -5.1282051282vw;
  }
  .sec5_slider .slick-next {
    right: -5.1282051282vw;
  }
}
/* section6
***************************************************************/
.sec6 {
  padding: 0 0 120px;
}

.sec6 .inner {
  padding: 40px 50px 0;
}

.sec6_title2 {
  text-align: center;
}

.sec6_title2 .t1.dots {
  font-size: 44px;
}

.sec6_title2 .t2.dots {
  font-size: 52px;
}

.sec6_list {
  margin-top: 64px;
  display: flex;
  flex-flow: column;
  gap: 98px;
}

.sec6_num {
  font-size: 40px;
  padding: 48px 0 46px;
  width: 296px;
  margin: 0 auto;
  background-image: url(../img/section_bg02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.sec6_item_title3 {
  font-size: 48px;
  line-height: 72px;
  position: relative;
  text-align: center;
}

.sec6_item_title3::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 280px);
  transform: translate(-50%, -50%);
}

.sec6_item_title3::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: calc(50% - 350px);
  transform: translate(-50%, -50%);
}

.sec6_item_img {
  margin-top: 64px;
}

.sec6_item_txt {
  font-size: 28px;
  line-height: 56px;
  margin-top: 48px;
  padding: 0 45px;
}

@media screen and (max-width: 780px) {
  .sec6 {
    padding: 0 0 15.3846153846vw;
  }
  .sec6 .inner {
    padding: 5.1282051282vw 6.4102564103vw 0;
  }
  .sec6_title2 .t1.dots {
    font-size: 5.641025641vw;
  }
  .sec6_title2 .t2.dots {
    font-size: 6.6666666667vw;
  }
  .sec6_list {
    margin-top: 8.2051282051vw;
    gap: 12.5641025641vw;
  }
  .sec6_num {
    font-size: 5.1282051282vw;
    padding: 6.1538461538vw 0 5.8974358974vw;
    width: 37.9487179487vw;
  }
  .sec6_item_title3 {
    font-size: 6.1538461538vw;
    line-height: 9.2307692308vw;
  }
  .sec6_item_title3::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    left: calc(50% - 35.8974358974vw);
  }
  .sec6_item_title3::after {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: calc(50% - 44.8717948718vw);
  }
  .sec6_item_img {
    margin-top: 8.2051282051vw;
  }
  .sec6_item_txt {
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
    margin-top: 6.1538461538vw;
    padding: 0 5.7692307692vw;
  }
}
/* section7
***************************************************************/
.sec7 {
  background: #fbfae3;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.sec7::before {
  content: "";
  display: inline-block;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: #fbfae3;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec7 .inner {
  overflow: hidden;
}

.sec7 .sec_title::before {
  left: calc(50% - 220px);
}

.sec7 .sec_title::after {
  right: calc(50% - 290px);
}

.sec7_list {
  display: flex;
  flex-flow: column;
  gap: 64px;
  margin-top: 64px;
}

.sec7_title3 {
  font-size: 32px;
}

.sec7_slider {
  margin-top: 10px;
  margin-right: calc(50% - 50vw);
}

.sec7_slider .slick-list {
  overflow: unset;
}

.sec7_slider .slick-slide {
  width: 460px;
  margin-right: 20px;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
}

.sec7_item_title4 {
  font-size: 28px;
  line-height: 36px;
  margin-top: 20px;
}

.sec7_item_txt01 {
  font-size: 30px;
  border-top: 2px dashed #514327;
  padding-top: 16px;
  margin-top: 16px;
  line-height: 1;
}

.sec7_item_txt01 span {
  font-size: 20px;
  margin-left: 10px;
}

.sec7_item_txt02 {
  font-size: 20px;
  color: #adadad;
  margin-top: 10px;
}

.sec7_item_btn {
  width: 360px;
  border-radius: 12px;
  background: #f0e992;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  font-size: 26px;
  padding: 14px 0 18px;
}

@media screen and (max-width: 780px) {
  .sec7 {
    padding: 10.2564102564vw 0;
    margin-top: 7.6923076923vw;
  }
  .sec7::before {
    width: 71.7948717949vw;
    height: 71.7948717949vw;
    top: -7.4358974359vw;
  }
  .sec7 .sec_title::before {
    left: calc(50% - 28.2051282051vw);
  }
  .sec7 .sec_title::after {
    right: calc(50% - 37.1794871795vw);
  }
  .sec7_list {
    gap: 8.2051282051vw;
    margin-top: 8.2051282051vw;
  }
  .sec7_title3 {
    font-size: 4.1025641026vw;
  }
  .sec7_slider {
    margin-top: 1.2820512821vw;
  }
  .sec7_slider .slick-slide {
    width: 58.9743589744vw;
    margin-right: 2.5641025641vw;
    padding: 3.8461538462vw;
    border-radius: 3.0769230769vw;
  }
  .sec7_item_title4 {
    font-size: 3.5897435897vw;
    line-height: 4.6153846154vw;
    margin-top: 2.5641025641vw;
  }
  .sec7_item_txt01 {
    font-size: 3.8461538462vw;
    border-top: 0.2564102564vw dashed #514327;
    padding-top: 2.0512820513vw;
    margin-top: 2.0512820513vw;
  }
  .sec7_item_txt01 span {
    font-size: 2.5641025641vw;
    margin-left: 1.2820512821vw;
  }
  .sec7_item_txt02 {
    font-size: 2.5641025641vw;
    margin-top: 1.2820512821vw;
  }
  .sec7_item_btn {
    width: 46.1538461538vw;
    border-radius: 1.5384615385vw;
    margin: 5.1282051282vw auto 0;
    font-size: 3.3333333333vw;
    padding: 1.7948717949vw 0 2.3076923077vw;
  }
}
/* section8
***************************************************************/
.sec8 {
  padding: 0 0 116px;
}

.sec8 .inner {
  margin-top: 40px;
}

.sec8_title2 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
}

.sec8_title2 span {
  position: relative;
  z-index: 1;
}

.sec8_title2 span::before {
  content: "";
  display: inline-block;
  width: 105%;
  height: 20px;
  background: #ffedd1;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec8_title3.sec_title {
  line-height: 1.4;
  margin-top: 54px;
}

.sec8_title3.sec_title::before {
  left: calc(50% - 220px);
}

.sec8_title3.sec_title::after {
  right: calc(50% - 290px);
}

.sec8_txt {
  font-size: 28px;
  line-height: 56px;
  margin-top: 76px;
  padding: 0 58px;
}

.sec8_list {
  display: flex;
  flex-flow: column;
  gap: 56px;
  margin-top: 48px;
  padding: 0 56px;
}

.sec8_item_title4 {
  background: #f5f5f5;
  font-size: 32px;
  padding: 24px 0;
  line-height: 1;
  text-align: center;
}

.sec8_item_img {
  margin-top: 24px;
}

.sec8_btn {
  border-radius: 62px;
  background: #fcfaca;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  width: 600px;
  display: block;
  margin: 64px auto 0;
  font-size: 32px;
  text-align: center;
  padding: 34px 0;
  line-height: 1;
}

@media screen and (max-width: 780px) {
  .sec8 {
    padding: 0 0 14.8717948718vw;
  }
  .sec8 .inner {
    margin-top: 5.1282051282vw;
  }
  .sec8_title2 {
    font-size: 5.1282051282vw;
  }
  .sec8_title2 span::before {
    height: 2.5641025641vw;
    bottom: -0.641025641vw;
  }
  .sec8_title3.sec_title {
    margin-top: 6.9230769231vw;
  }
  .sec8_title3.sec_title::before {
    left: calc(50% - 28.2051282051vw);
  }
  .sec8_title3.sec_title::after {
    right: calc(50% - 37.1794871795vw);
  }
  .sec8_txt {
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
    margin-top: 9.7435897436vw;
    padding: 0 7.4358974359vw;
  }
  .sec8_list {
    gap: 7.1794871795vw;
    margin-top: 6.1538461538vw;
    padding: 0 7.1794871795vw;
  }
  .sec8_item_title4 {
    font-size: 4.1025641026vw;
    padding: 3.0769230769vw 0;
  }
  .sec8_item_img {
    margin-top: 3.0769230769vw;
  }
  .sec8_btn {
    border-radius: 7.9487179487vw;
    box-shadow: 0vw 0.2564102564vw 0.7692307692vw rgba(0, 0, 0, 0.1);
    width: 76.9230769231vw;
    margin: 8.2051282051vw auto 0;
    font-size: 4.1025641026vw;
    padding: 4.358974359vw 0;
  }
}
/* section9
***************************************************************/
.sec9 {
  background: #f8f8e9;
  padding: 96px 50px 100px;
}

.sec9 .sec_title {
  line-height: 1.4;
}

.sec9 .sec_title::before {
  left: calc(50% - 230px);
  top: 60%;
}

.sec9 .sec_title::after {
  right: calc(50% - 300px);
  top: 60%;
}

.sec9_txtBox {
  padding: 56px 40px 68px;
  background: #fff;
  border-radius: 32px;
  margin-top: 78px;
}

.sec9_txtBox:nth-of-type(2) {
  margin-top: 40px;
}

.sec9_txtBox_title3 {
  font-size: 32px;
  line-height: 52px;
  text-align: center;
  position: relative;
}

.sec9_txtBox_title3::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 116px;
  background-image: url(../img/before02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 42px;
  transform: translate(0, -50%);
}

.sec9_txtBox_title3::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 116px;
  background-image: url(../img/before02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translate(0, -50%) scale(-1, 1);
}

.sec9_txtBox_img {
  margin-top: 60px;
}

.sec9_txt {
  font-size: 28px;
  line-height: 64px;
  padding: 0 25px;
  margin-top: 48px;
}

@media screen and (max-width: 780px) {
  .sec9 {
    padding: 12.3076923077vw 6.4102564103vw 12.8205128205vw;
  }
  .sec9 .sec_title::before {
    left: calc(50% - 29.4871794872vw);
  }
  .sec9 .sec_title::after {
    right: calc(50% - 38.4615384615vw);
  }
  .sec9_txtBox {
    padding: 7.1794871795vw 5.1282051282vw 8.7179487179vw;
    border-radius: 4.1025641026vw;
    margin-top: 10vw;
  }
  .sec9_txtBox:nth-of-type(2) {
    margin-top: 5.1282051282vw;
  }
  .sec9_txtBox_title3 {
    font-size: 4.1025641026vw;
    line-height: 6.6666666667vw;
  }
  .sec9_txtBox_title3::before {
    width: 4.6153846154vw;
    height: 14.8717948718vw;
    left: 5.3846153846vw;
  }
  .sec9_txtBox_title3::after {
    width: 4.6153846154vw;
    height: 14.8717948718vw;
    right: 5.3846153846vw;
  }
  .sec9_txtBox_img {
    margin-top: 7.6923076923vw;
  }
  .sec9_txt {
    font-size: 3.5897435897vw;
    line-height: 8.2051282051vw;
    padding: 0 3.2051282051vw;
    margin-top: 6.1538461538vw;
  }
}
/* section10
***************************************************************/
.sec10 {
  padding: 80px 0 112px;
}

.sec10_title2 {
  font-size: 48px;
  text-align: center;
  width: 444px;
  padding: 102px 0 160px;
  background-image: url(../img/fukidashi03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.sec10_slider {
  margin-top: 64px;
}

.sec10_title3 {
  font-size: 28px;
  margin-top: 32px;
}

.sec10_txt {
  font-size: 28px;
  line-height: 44px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.sec10_slider .slick-slide {
  margin: 0 32px;
  width: 480px;
  height: 662px;
}

.sec10_slider .slick-slide img {
  height: 375px;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 40px;
}

.sec10 .btn {
  border-radius: 62px;
  background: #fcfaca;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  width: 600px;
  display: block;
  margin: 80px auto 0;
  font-size: 32px;
  text-align: center;
  padding: 34px 0;
  line-height: 54px;
}

@media screen and (max-width: 780px) {
  .sec10 {
    padding: 10.2564102564vw 0 14.358974359vw;
  }
  .sec10_title2 {
    font-size: 6.1538461538vw;
    width: 56.9230769231vw;
    padding: 13.0769230769vw 0 20.5128205128vw;
  }
  .sec10_slider {
    margin-top: 8.2051282051vw;
  }
  .sec10_title3 {
    font-size: 3.5897435897vw;
    margin-top: 4.1025641026vw;
  }
  .sec10_txt {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
    margin-top: 2.5641025641vw;
    height: 21.7948717949vw;
  }
  .sec10_slider .slick-slide {
    margin: 0 4.1025641026vw;
    width: 61.5384615385vw;
    height: 84.8717948718vw;
  }
  .sec10_slider .slick-slide img {
    height: 48.0769230769vw;
    border-radius: 5.1282051282vw;
  }
  .sec10 .btn {
    border-radius: 7.9487179487vw;
    box-shadow: 0vw 0.2564102564vw 0.7692307692vw rgba(0, 0, 0, 0.1);
    width: 76.9230769231vw;
    margin: 10.2564102564vw auto 0;
    font-size: 4.1025641026vw;
    padding: 4.358974359vw 0;
    line-height: 6.9230769231vw;
  }
}
/* section11
***************************************************************/
.sec11 {
  background: #f0e992;
  padding: 108px 0 84px;
}

.sec11 .sec_title::before {
  top: 80%;
  left: calc(50% - 260px);
}

.sec11 .sec_title::after {
  top: 80%;
  right: calc(50% - 320px);
}

.sec11_img01 {
  margin-top: 80px;
}

.sec11_img02 {
  margin-top: 24px;
  position: relative;
  left: -20px;
}

.sec11_txt {
  font-size: 32px;
  margin-top: 36px;
  text-align: center;
}

.sec11_imgBox {
  position: relative;
  padding: 0 48px;
  margin-top: 74px;
}

.sec11_imgBox_txt {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #f0de73;
  position: absolute;
  top: -50px;
  right: -12px;
}

.sec11_imgBox_txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  width: 100%;
}

.sec11 .btn {
  border-radius: 62px;
  background: #fbfae3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 600px;
  display: block;
  margin: 46px auto 0;
  font-size: 32px;
  text-align: center;
  padding: 34px 0;
  line-height: 54px;
}

@media screen and (max-width: 780px) {
  .sec11 {
    padding: 13.8461538462vw 0 10.7692307692vw;
  }
  .sec11 .sec_title::before {
    left: calc(50% - 33.3333333333vw);
  }
  .sec11 .sec_title::after {
    right: calc(50% - 41.0256410256vw);
  }
  .sec11_img01 {
    margin-top: 10.2564102564vw;
  }
  .sec11_img02 {
    margin-top: 3.0769230769vw;
    left: -2.5641025641vw;
  }
  .sec11_txt {
    font-size: 4.1025641026vw;
    margin-top: 4.6153846154vw;
  }
  .sec11_imgBox {
    padding: 0 6.1538461538vw;
    margin-top: 9.4871794872vw;
  }
  .sec11_imgBox_txt {
    width: 35.8974358974vw;
    height: 35.8974358974vw;
    top: -6.4102564103vw;
    right: -1.5384615385vw;
  }
  .sec11_imgBox_txt span {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .sec11 .btn {
    border-radius: 7.9487179487vw;
    box-shadow: 0vw 0.3846153846vw 0.7692307692vw rgba(0, 0, 0, 0.16);
    width: 76.9230769231vw;
    margin: 5.8974358974vw auto 0;
    font-size: 4.1025641026vw;
    padding: 4.358974359vw 0;
    line-height: 6.9230769231vw;
  }
}
/* section12
***************************************************************/
.sec12 {
  background: #F8F8F8;
  padding: 98px 0 132px;
}

.sec12 .inner {
  padding: 0 60px;
}

.sec12_title2 {
  text-align: center;
  font-size: 48px;
}

.sec12_accordion-area {
  margin-top: 80px;
  display: flex;
  flex-flow: column;
  gap: 32px;
}

.sec12_accordion-area li {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  padding: 48px 70px 48px 36px;
}

/*アコーディオンタイトル*/
.accordion_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 28px;
  line-height: 40px;
}

.accordion_title span {
  display: flex;
  align-items: center;
  gap: 28px;
}

.accordion_title span::before {
  content: "Q";
  display: inline-block;
  width: 68px;
  height: 68px;
  background: #f0e992;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  font-size: 32px;
  font-family: "Noto Nastaliq Urdu";
}

/*アイコンの＋と×*/
.accordion_title::before,
.accordion_title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #514327;
  transition: 0.3s;
}

.accordion_title::before {
  top: 48%;
  right: -40px;
}

.accordion_title::after {
  top: 48%;
  right: -40px;
  transform: rotate(90deg);
}

.accordion_title.close::after {
  transform: rotate(0);
}

.accordion_box {
  display: none;
  font-size: 24px;
  line-height: 2;
  position: relative;
  padding: 40px 0 0 95px;
}

.accordion_box::before {
  content: "A";
  display: block;
  width: 68px;
  height: 68px;
  background: #f0e992;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  font-size: 32px;
  font-family: "Noto Nastaliq Urdu";
  position: absolute;
  left: 0;
  top: 30px;
}

.accordion_box a {
  text-decoration: underline;
}

@media screen and (max-width: 780px) {
  .sec12 {
    padding: 12.5641025641vw 0 16.9230769231vw;
  }
  .sec12 .inner {
    padding: 0 7.6923076923vw;
  }
  .sec12_title2 {
    font-size: 6.1538461538vw;
  }
  .sec12_accordion-area {
    margin-top: 10.2564102564vw;
    gap: 4.1025641026vw;
  }
  .sec12_accordion-area li {
    border-radius: 2.0512820513vw;
    box-shadow: 0vw 0.2564102564vw 0.5128205128vw rgba(0, 0, 0, 0.08);
    padding: 6.1538461538vw 8.9743589744vw 6.1538461538vw 4.6153846154vw;
  }
  /*アコーディオンタイトル*/
  .accordion_title {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
  }
  .accordion_title span {
    gap: 3.5897435897vw;
  }
  .accordion_title span::before {
    width: 8.7179487179vw;
    height: 8.7179487179vw;
    line-height: 6.6666666667vw;
    font-size: 4.1025641026vw;
  }
  /*アイコンの＋と×*/
  .accordion_title::before,
  .accordion_title::after {
    width: 3.8461538462vw;
    height: 0.3846153846vw;
  }
  .accordion_title::before {
    right: -5.1282051282vw;
  }
  .accordion_title::after {
    right: -5.1282051282vw;
  }
  .accordion_box {
    font-size: 3.0769230769vw;
    padding: 5.1282051282vw 0 0 12.1794871795vw;
  }
  .accordion_box::before {
    width: 8.7179487179vw;
    height: 8.7179487179vw;
    line-height: 6.6666666667vw;
    font-size: 4.1025641026vw;
    top: 3.8461538462vw;
  }
}