@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.fz31 {
  font-size: 31px;
}

.fz32 {
  font-size: 32px;
}

.fz33 {
  font-size: 33px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz36 {
  font-size: 36px;
}

.fz37 {
  font-size: 37px;
}

.fz38 {
  font-size: 38px;
}

.fz39 {
  font-size: 39px;
}

.fz40 {
  font-size: 40px;
}

.fz41 {
  font-size: 41px;
}

.fz42 {
  font-size: 42px;
}

.fz43 {
  font-size: 43px;
}

.fz44 {
  font-size: 44px;
}

.fz45 {
  font-size: 45px;
}

.fz46 {
  font-size: 46px;
}

.fz47 {
  font-size: 47px;
}

.fz48 {
  font-size: 48px;
}

.fz49 {
  font-size: 49px;
}

.fz50 {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .fz10-sp {
    font-size: 10px;
  }
  .fz11-sp {
    font-size: 11px;
  }
  .fz12-sp {
    font-size: 12px;
  }
  .fz13-sp {
    font-size: 13px;
  }
  .fz14-sp {
    font-size: 14px;
  }
  .fz15-sp {
    font-size: 15px;
  }
  .fz16-sp {
    font-size: 16px;
  }
  .fz17-sp {
    font-size: 17px;
  }
  .fz18-sp {
    font-size: 18px;
  }
  .fz19-sp {
    font-size: 19px;
  }
  .fz20-sp {
    font-size: 20px;
  }
  .fz21-sp {
    font-size: 21px;
  }
  .fz22-sp {
    font-size: 22px;
  }
  .fz23-sp {
    font-size: 23px;
  }
  .fz24-sp {
    font-size: 24px;
  }
  .fz25-sp {
    font-size: 25px;
  }
  .fz26-sp {
    font-size: 26px;
  }
  .fz27-sp {
    font-size: 27px;
  }
  .fz28-sp {
    font-size: 28px;
  }
  .fz29-sp {
    font-size: 29px;
  }
  .fz30-sp {
    font-size: 30px;
  }
  .fz31-sp {
    font-size: 31px;
  }
  .fz32-sp {
    font-size: 32px;
  }
  .fz33-sp {
    font-size: 33px;
  }
  .fz34-sp {
    font-size: 34px;
  }
  .fz35-sp {
    font-size: 35px;
  }
  .fz36-sp {
    font-size: 36px;
  }
  .fz37-sp {
    font-size: 37px;
  }
  .fz38-sp {
    font-size: 38px;
  }
  .fz39-sp {
    font-size: 39px;
  }
  .fz40-sp {
    font-size: 40px;
  }
  .fz41-sp {
    font-size: 41px;
  }
  .fz42-sp {
    font-size: 42px;
  }
  .fz43-sp {
    font-size: 43px;
  }
  .fz44-sp {
    font-size: 44px;
  }
  .fz45-sp {
    font-size: 45px;
  }
  .fz46-sp {
    font-size: 46px;
  }
  .fz47-sp {
    font-size: 47px;
  }
  .fz48-sp {
    font-size: 48px;
  }
  .fz49-sp {
    font-size: 49px;
  }
  .fz50-sp {
    font-size: 50px;
  }
}
* {
  line-height: 150%;
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
}

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

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

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

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.italic {
  font-style: italic;
}

p.italic {
  margin: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
}
@media screen and (max-width: 767px) {
  .border-bottom {
    padding-bottom: 6px;
  }
}

.short-border-bottom {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .short-border-bottom {
    padding-bottom: 6px;
  }
}
.short-border-bottom::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #937B63;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

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

h2 {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h2.section_title {
  font-size: 36px;
  font-weight: bold;
  background: #444;
  color: #fff;
  padding: 10px 8px;
}
@media screen and (max-width: 767px) {
  h2.section_title {
    font-size: 20px;
  }
}
h2.section_title.italic {
  font-style: italic;
  padding: 20px 8px;
}

div.section_title {
  background: #444;
  padding: 10px 20px;
}
div.section_title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  div.section_title h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h3.section_subtitle {
  padding: 10px 12px;
  background: #F5F5F5;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3.section_subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  h3.section_subtitle {
    width: 100vw;
    margin-inline: calc(50% - 50vw) !important;
  }
}

a {
  color: #937B63;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: #937B63;
          text-decoration-color: #937B63;
  text-underline-offset: 2px;
}

.cta_wrap {
  max-width: 990px;
  margin-inline: auto !important;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cta_wrap {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 500px) {
  .cta_wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw) !important;
    padding: 0 15px;
  }
}
.cta_wrap .web_btn a, .cta_wrap .line_btn a {
  display: inline-block;
  padding: 23px 8px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .cta_wrap .web_btn a, .cta_wrap .line_btn a {
    font-size: 16px;
    padding: 9px 8px;
    font-weight: 500;
  }
}
.cta_wrap .web_btn a {
  -webkit-box-shadow: 0 6px 0 #76634F;
          box-shadow: 0 6px 0 #76634F;
}
@media screen and (max-width: 767px) {
  .cta_wrap .web_btn a {
    -webkit-box-shadow: 0 2px 0 #76634F;
            box-shadow: 0 2px 0 #76634F;
  }
}
.cta_wrap .line_btn a {
  -webkit-box-shadow: 0 6px 0 #007100;
          box-shadow: 0 6px 0 #007100;
}
@media screen and (max-width: 767px) {
  .cta_wrap .line_btn a {
    -webkit-box-shadow: 0 2px 0 #007100;
            box-shadow: 0 2px 0 #007100;
  }
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

:root :where(.is-layout-constrained) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.wp-block-image {
  margin: 0;
}

@media screen and (max-width: 500px) {
  .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.fade-in-up {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.scroll_table_wrap {
  position: relative;
}
.scroll_table_wrap.is-scroll {
  padding-right: 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .scroll_table_wrap.is-scroll {
    padding-right: 10px;
    overflow: visible;
  }
}
.scroll_table_wrap .scroll {
  overflow-x: scroll;
  position: static;
}
.scroll_table_wrap .scroll.is-scroll::before {
  content: "";
  width: 15px;
  height: 150px;
  position: absolute;
  top: 60%;
  right: 50px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: #444;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .scroll_table_wrap .scroll.is-scroll::before {
    right: 0;
  }
}
.scroll_table_wrap .scroll.is-scroll::after {
  content: "※横スクロールできます。 →";
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 60px;
  color: #C62828;
}
@media screen and (max-width: 767px) {
  .scroll_table_wrap .scroll.is-scroll::after {
    right: 10px;
    font-size: 14px;
  }
}

header {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 14px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: fadeInDown 0.3s ease;
          animation: fadeInDown 0.3s ease;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header .header_inner {
  max-width: calc(1380px + 10%);
  padding: 0 5%;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  header .header_inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  header .header_inner {
    padding: 0 20px;
  }
}
header figure a {
  display: block !important;
}
@media screen and (max-width: 1439px) {
  header figure.logo {
    width: max(80px, 80px + 45 * (100vw - 768px) / 671) !important;
  }
}
@media screen and (max-width: 767px) {
  header figure.logo {
    width: 74px !important;
    height: auto;
  }
}
@media screen and (max-width: 1439px) {
  header .logo_text {
    font-size: max(10px, 10px + 6 * (100vw - 768px) / 671);
  }
}

@media screen and (max-width: 767px) {
  .header_menu {
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    position: absolute;
    top: 45px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 20px;
  }
  .header_menu.active {
    opacity: 1;
    visibility: visible;
  }
}

.widget.widget_nav_menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .widget.widget_nav_menu ul {
    gap: max(8px, 8px + 22 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .widget.widget_nav_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.widget.widget_nav_menu ul li {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .widget.widget_nav_menu ul li {
    font-size: max(11px, 11px + 5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .widget.widget_nav_menu ul li {
    font-size: 16px;
  }
}
.widget.widget_nav_menu ul li:last-of-type a {
  padding: 10px 20px;
  background: #937B63;
}
@media screen and (max-width: 1439px) {
  .widget.widget_nav_menu ul li:last-of-type a {
    padding: 10px max(8px, 8px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .widget.widget_nav_menu ul li:last-of-type a {
    display: none;
  }
}
.widget.widget_nav_menu ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .widget.widget_nav_menu ul li a {
    color: #444;
  }
}

.ham_cta_wrap {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .ham_cta_wrap {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.ham_cta_wrap a {
  width: 184px;
}

.ham_btn {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1000;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ham_btn {
    display: block;
  }
}
.ham_btn span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ham_btn span:nth-of-type(1) {
  top: calc(50% - 10px);
}
.ham_btn span:nth-of-type(3) {
  top: calc(50% + 10px);
}
.ham_btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(7.25px, 7.25px);
          transform: rotate(45deg) translate(7.25px, 7.25px);
}
.ham_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.ham_btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(7.25px, -7.25px);
          transform: rotate(-45deg) translate(7.25px, -7.25px);
}

.onayami_wrap {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  .onayami_wrap {
    width: calc(100vw - 20px);
    margin-inline: calc(50% - 50vw + 10px) !important;
  }
}
.onayami_wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.onayami_wrap .onayami_list {
  padding: 40px 16px 40px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .onayami_wrap .onayami_list {
    padding: 20px 16px;
  }
}
.onayami_wrap .onayami_list li {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .onayami_wrap .onayami_list li {
    font-size: 14px;
    padding-left: 26px;
  }
}
.onayami_wrap .onayami_list li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: -16px;
  width: 21px;
  height: 20px;
  background: url(../img/icon_check_square.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .onayami_wrap .onayami_list li::before {
    width: 16px;
    height: 15px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .risou_title .sme-font-size {
    font-size: 20px !important;
  }
}

.risou_wrap {
  padding: 60px 0 165px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .risou_wrap {
    padding: 20px 0 112px;
  }
}
.risou_wrap .risou_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}
.risou_wrap .risou_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.risou_wrap img {
  margin-top: 5px;
}

.mesasu_wrap {
  margin-top: -105px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
          clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
}
@media screen and (max-width: 767px) {
  .mesasu_wrap {
    margin-top: -90px;
    padding-top: 25px;
  }
}
.mesasu_wrap .mesasu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mesasu_wrap .mesasu_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mesasu_wrap .mesasu_img {
    width: 136px;
  }
}
.mesasu_wrap .mesasu_text {
  font-weight: bold;
  -webkit-transform: rotate(-1.82deg);
          transform: rotate(-1.82deg);
}
@media screen and (max-width: 767px) {
  .mesasu_wrap .mesasu_text {
    font-size: 20px;
  }
}

.about-trainer_wrap {
  position: relative;
  z-index: 1;
}
.about-trainer_wrap .about-trainer_bg {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100% - 74px);
  z-index: -2;
  opacity: 0.2;
}
.about-trainer_wrap .about-trainer_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-trainer_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
}
.about-trainer_wrap .about_wrap {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .about_wrap {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.about-trainer_wrap .about_wrap p {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .about_wrap p {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about-trainer_wrap .trainer_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .trainer_wrap {
    margin-top: 20px;
  }
}
.about-trainer_wrap .trainer_wrap .trainer_wrap_top {
  padding-bottom: 20px;
  border-bottom: 1px solid #444;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .trainer_wrap .trainer_wrap_top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .trainer_wrap .trainer_wrap_top .trainer_img {
    margin-inline: auto;
  }
}
.about-trainer_wrap .trainer_wrap .trainer_wrap_top .trainer_name {
  background: -webkit-gradient(linear, left top, right top, from(#111111), to(#666666));
  background: -webkit-linear-gradient(left, #111111, #666666);
  background: linear-gradient(to right, #111111, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-trainer_wrap .trainer_wrap .trainer_wrap_top .trainer_name strong {
  background: -webkit-gradient(linear, left top, right top, from(#111111), to(#666666));
  background: -webkit-linear-gradient(left, #111111, #666666);
  background: linear-gradient(to right, #111111, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .trainer_wrap .trainer_wrap_top .trainer_name {
    font-size: 20px;
    text-align: center;
  }
}
.about-trainer_wrap .trainer_wrap .trainer_wrap_top .trainer_name {
  background: -webkit-gradient(linear, left top, right top, from(#111111), to(#666666));
  background: -webkit-linear-gradient(left, #111111, #666666);
  background: linear-gradient(to right, #111111, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-trainer_wrap .trainer_wrap .trainer_wrap_top .trainer_name strong {
  background: -webkit-gradient(linear, left top, right top, from(#111111), to(#666666));
  background: -webkit-linear-gradient(left, #111111, #666666);
  background: linear-gradient(to right, #111111, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .trainer_wrap .trainer_wrap_top .trainer_name {
    font-size: 16px;
    text-align: center;
  }
}
.about-trainer_wrap .trainer_wrap .trainer_wrap_top .trainer_profile {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .trainer_wrap .trainer_wrap_top .trainer_profile {
    margin-top: 10px;
  }
}
.about-trainer_wrap .trainer_wrap .trainer_wrap_bottom {
  margin-top: 120px;
  margin-bottom: 60px;
  padding: 0 38px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .trainer_wrap .trainer_wrap_bottom {
    margin-top: 54px;
    margin-bottom: 20px;
    padding: 0;
  }
}
.about-trainer_wrap .trainer_wrap .trainer_wrap_bottom::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 119.5px;
  height: auto;
  aspect-ratio: 119.5/52.5;
  background: url(../img/message_title.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .trainer_wrap .trainer_wrap_bottom::before {
    width: 67.5px;
    left: 0;
    top: -7px;
  }
}
.about-trainer_wrap .trainer_wrap .trainer_wrap_bottom .trainer_message02 {
  margin-top: 1em;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .trainer_wrap .trainer_wrap_bottom .trainer_message02 {
    font-size: 16px;
  }
}
.about-trainer_wrap .qualification_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .qualification_wrap {
    margin-top: 20px;
  }
}
.about-trainer_wrap .qualification_wrap .qualification_list {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .qualification_wrap .qualification_list {
    padding-left: 20px;
  }
}
.about-trainer_wrap .qualification_wrap .qualification_list li {
  font-size: 24px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .qualification_wrap .qualification_list li {
    font-size: 16px;
  }
}
.about-trainer_wrap .qualification_wrap .qualification_list li .sme-font-size {
  display: block;
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .qualification_wrap .qualification_list li .sme-font-size {
    font-size: 14px !important;
  }
}
.about-trainer_wrap .qualification_wrap .qualification_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #937B63;
  top: 0.4em;
  left: -10px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .about-trainer_wrap .qualification_wrap .qualification_list li::before {
    width: 10px;
    height: 10px;
    top: 0.45em;
  }
}
.about-trainer_wrap .qualification_wrap .qualification_list li:not(:first-of-type) {
  margin-top: 10px;
}

.service_wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .service_wrap {
    padding-bottom: 40px;
  }
}
.service_wrap .service_intro {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .service_wrap .service_intro {
    margin-top: 20px;
  }
}
.service_wrap .support_wrap {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .service_wrap .support_wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .service_wrap .support_wrap > .wp-block-group {
    width: 100%;
  }
}
.service_wrap .support_wrap h3 {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .service_wrap .support_wrap h3 {
    font-size: 16px;
    padding-left: 10px;
  }
}
.service_wrap .support_list_wrap {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 108px;
}
@media screen and (max-width: 767px) {
  .service_wrap .support_list_wrap {
    margin-top: 20px;
    padding-left: 42px;
    padding-right: 0;
    gap: 10px;
  }
}
.service_wrap .support_list_wrap .support_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .service_wrap .support_list_wrap .support_list {
    gap: 10px;
  }
}
.service_wrap .support_list_wrap .support_list li {
  padding-left: 23px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .service_wrap .support_list_wrap .support_list li {
    padding-left: 10px;
  }
}
.service_wrap .support_list_wrap .support_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/icon_check.png) no-repeat center/contain;
  top: 0.3em;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .service_wrap .support_list_wrap .support_list li::before {
    width: 13px;
    height: 13px;
  }
}
.service_wrap .support_list_wrap .support_list li small {
  font-size: 12px;
  display: block;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .service_wrap .support_list_wrap .support_list li small {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .service_wrap .support_img {
    width: 146px;
  }
}
.service_wrap .flex_wrap.second {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .service_wrap .flex_wrap.second {
    margin-top: 40px;
  }
}
.service_wrap .flex_wrap.third {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .service_wrap .flex_wrap.third {
    margin-top: 40px;
  }
}
.service_wrap .flex_wrap figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service_wrap .flex_wrap figure {
    width: 100%;
  }
}
.service_wrap .flex_wrap .flex_wrap_text {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .service_wrap .flex_wrap .flex_wrap_text {
    padding-top: 10px;
    padding-left: 0;
  }
}
.service_wrap .flex_wrap .flex_wrap_text.odd {
  padding-left: 0;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .service_wrap .flex_wrap .flex_wrap_text.odd {
    padding-right: 0;
  }
}
.service_wrap .flex_wrap .flex_wrap_text h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .service_wrap .flex_wrap .flex_wrap_text h3 {
    margin-bottom: 6px;
  }
}

.result_wrap .result_title_wrap {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82.8%, 50% 100%, 0 82.8%);
          clip-path: polygon(0 0, 100% 0, 100% 82.8%, 50% 100%, 0 82.8%);
  margin-bottom: 60px;
  padding: 30px 8px 66px;
}
@media screen and (max-width: 767px) {
  .result_wrap .result_title_wrap {
    margin-bottom: 20px;
    padding: 20px 8px 38px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83.1%, 50% 100%, 0 83.1%);
            clip-path: polygon(0 0, 100% 0, 100% 83.1%, 50% 100%, 0 83.1%);
  }
}
.result_wrap .result_title_wrap .result_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.result_wrap .result_title_wrap .result_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.result_wrap .result_title_wrap p {
  font-weight: bold;
}
.result_wrap .result_subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #937B63;
  padding: 12.5px 20px;
  position: relative;
  margin: 60px auto 40px;
}
@media screen and (max-width: 767px) {
  .result_wrap .result_subtitle {
    margin: 20px auto 20px;
    padding: 8px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  .result_wrap .result_subtitle {
    font-size: max(12px, 12px + 3 * (100vw - 320px) / 69);
  }
}
.result_wrap .result_subtitle::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 16px;
  height: 13px;
  z-index: -1;
  background: #937B63;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.result_wrap .result_item .result_item_left {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .result_wrap .result_item .result_item_left {
    width: 100%;
  }
}
.result_wrap .result_item .result_item_text {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .result_wrap .result_item .result_item_text {
    padding-top: 30px;
    padding-left: 0;
  }
}
.result_wrap .result_item02 {
  margin-top: 60px;
  max-width: 955px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .result_wrap .result_item02 {
    margin-top: 40px;
  }
}
.result_wrap .result_item02 .result_item02_text01 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .result_wrap .result_item02 .result_item02_text01 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.result_wrap .result_item02 .border_wrap {
  border: 3px solid #937B63;
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .result_wrap .result_item02 .border_wrap {
    border: 1px solid #937B63;
    padding: 10px;
    margin-bottom: 40px;
  }
}
.result_wrap .result_item02 .border_wrap p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .result_wrap .result_item02 .border_wrap p {
    font-size: 16px;
  }
}
.result_wrap .voice_wrap {
  max-width: 860px;
  margin-inline: auto;
}
.result_wrap .voice_wrap .age {
  margin-top: 10px;
  margin-bottom: 20px;
}

.price_wrap .price_bg_wrap {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap {
    padding: 20px 0;
  }
}
.price_wrap .price_bg_wrap .price_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}
.price_wrap .price_bg_wrap .price_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price_wrap .price_bg_wrap .price_table_wrap {
  margin-bottom: 20px;
  padding: 45px 50px 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_table_wrap {
    margin-bottom: 10px;
    padding: 20px 15px 30px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
}
.price_wrap .price_bg_wrap .price_table_wrap .price_table {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_table_wrap .price_table {
    margin-top: 10px;
  }
}
.price_wrap .price_bg_wrap .price_table_wrap .price_table td {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_table_wrap .price_table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .price_wrap .price_bg_wrap .price_table_wrap .price_table td {
    padding-right: 5px !important;
    padding-left: 5px !important;
    font-size: 15px;
  }
}
@media screen and (max-width: 389px) {
  .price_wrap .price_bg_wrap .price_table_wrap .price_table td {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_table_wrap .price_table td .sme-font-size {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_table_wrap .price_table_bottom_text {
    text-align: center;
  }
}
.price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 30px 30px 60px;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item {
    padding: 20px 20px 30px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
}
.price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item h3 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item h3 {
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
}
.price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item h3::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #937B63;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item .price_detail_item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item .price_detail_item_list {
    margin-top: 20px;
  }
}
.price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item .price_detail_item_list li {
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item .price_detail_item_list li {
    font-size: 16px;
  }
}
.price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item .price_detail_item_list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  background: url(../img/icon_check_square_brown.png) no-repeat center/contain;
  top: 0.5em;
  left: -10px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item:nth-of-type(2) .price_detail_item_list {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .price_wrap .price_bg_wrap .price_detail_wrap .price_detail_item:nth-of-type(2) .price_detail_item_list {
    gap: 10px;
  }
}

@media screen and (max-width: 1439px) {
  .price_detail_item_list02 {
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .price_detail_item_list02 {
    padding-left: 0;
  }
}

.plan_wrap .plan_title_wrap {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#937B63), to(#D7C8B9));
  background: -webkit-linear-gradient(left, #937B63, #D7C8B9);
  background: linear-gradient(to right, #937B63, #D7C8B9);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92.6%, 50% 100%, 0 92.6%);
          clip-path: polygon(0 0, 100% 0, 100% 92.6%, 50% 100%, 0 92.6%);
  padding: 60px 0 105px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_title_wrap {
    padding: 20px 0 40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86.8%, 50% 100%, 0 86.8%);
            clip-path: polygon(0 0, 100% 0, 100% 86.8%, 50% 100%, 0 86.8%);
  }
}
.plan_wrap .plan_title_wrap .plan_title_img {
  position: absolute;
  top: 0;
  right: calc(50% - 270px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_title_wrap .plan_title_img {
    top: 0;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 213px;
  }
}
.plan_wrap .plan_title_wrap .plan_title_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_title_wrap .plan_title_list {
    gap: 10px;
  }
}
.plan_wrap .plan_title_wrap .plan_title_list li {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_title_wrap .plan_title_list li {
    font-size: 16px;
  }
}
.plan_wrap .plan_title_wrap .plan_title_list li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  top: 0.5em;
  left: 15px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_title_wrap .plan_title_list li::before {
    top: 0.2em;
  }
}
.plan_wrap .plan_table01 {
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_table01 {
    overflow-x: visible;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_table01 {
    margin-inline: calc(50% - 50vw) !important;
    width: 100vw;
    padding-left: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_table01 table {
    width: 500px !important;
  }
}
.plan_wrap .plan_table01 th, .plan_wrap .plan_table01 td {
  font-weight: bold;
  border: 1px solid #937B63 !important;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_table01 th, .plan_wrap .plan_table01 td {
    font-size: 14px;
  }
}
.plan_wrap .plan_table01 th:first-of-type, .plan_wrap .plan_table01 td:first-of-type {
  border-left: none !important;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_table01 th:first-of-type, .plan_wrap .plan_table01 td:first-of-type {
    width: 120px !important;
  }
}
.plan_wrap .plan_table01 th:last-of-type, .plan_wrap .plan_table01 td:last-of-type {
  border-right: none !important;
}
.plan_wrap .plan_table01 td {
  height: 60px;
}
.plan_wrap .plan_table01 tr:nth-of-type(1) th {
  background: none !important;
  border: none !important;
  vertical-align: bottom;
}
.plan_wrap .plan_table01 tr:nth-of-type(2) th {
  border-top: none !important;
}
.plan_wrap .plan_table01 tr:nth-of-type(2) th:nth-of-type(2), .plan_wrap .plan_table01 tr:nth-of-type(2) th:nth-of-type(3) {
  border-right: 1px solid #fff !important;
}
.plan_wrap .plan_table01 tr:nth-of-type(1) td {
  height: auto;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_table01 tr:nth-of-type(2) td {
    background: #E4D2C0 !important;
  }
}
.plan_wrap .plan_table01 tr:first-of-type th {
  border-top: none !important;
  padding: 0 5px;
}
.plan_wrap .plan_table01 tr:last-of-type td {
  border-bottom: none !important;
}
.plan_wrap .repeat_subtitle {
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_wrap .repeat_subtitle {
    margin-top: 65px;
    margin-bottom: 20px;
  }
}
.plan_wrap .repeat_subtitle::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 43px;
  height: 37px;
  background: #909190;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .plan_wrap .repeat_subtitle::before {
    width: 17px;
    height: 15px;
    top: -10px;
  }
}
.plan_wrap .plan_detail_wrap {
  padding: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_wrap {
    padding: 20px 0;
  }
}
.plan_wrap .plan_detail_wrap .plan_detail_item {
  border: 2px solid #937B63;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan_wrap .plan_detail_wrap .plan_detail_item h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_wrap .plan_detail_item h3 {
    margin-bottom: 5px;
  }
}
.plan_wrap .plan_detail_wrap .plan_detail_item .price_detail_item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_wrap .plan_detail_item .price_detail_item_list {
    padding-left: 1em;
  }
}
.plan_wrap .plan_detail_wrap .plan_detail_item .price_detail_item_list li {
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_wrap .plan_detail_item .price_detail_item_list li {
    font-size: 16px;
  }
}
.plan_wrap .plan_detail_wrap .plan_detail_item .price_detail_item_list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  background: url(../img/icon_check_square_brown.png) no-repeat center/contain;
  top: 0.5em;
  left: -10px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_wrap .plan_detail_item .price_detail_item_list li::before {
    top: 0.3em;
  }
}
.plan_wrap .plan_detail_wrap .plan_detail_left {
  padding: 45px 30px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_wrap .plan_detail_left {
    padding: 20px 15px 40px;
  }
}
.plan_wrap .plan_detail_wrap .plan_detail_left .price_detail_item_list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_wrap .plan_detail_left .price_detail_item_list {
    margin-top: 20px;
  }
}
.plan_wrap .plan_detail_wrap .plan_detail_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan_wrap .plan_detail_wrap .plan_detail_right .plan_detail_item {
  padding: 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_detail_wrap .plan_detail_right .plan_detail_item {
    padding: 20px 15px 30px;
  }
}
.plan_wrap .plan_table02 th, .plan_wrap .plan_table02 td, .plan_wrap .plan_table03 th, .plan_wrap .plan_table03 td {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .plan_wrap .plan_table02 th, .plan_wrap .plan_table02 td, .plan_wrap .plan_table03 th, .plan_wrap .plan_table03 td {
    font-size: 16px;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.faq_wrap .faq_list_wrap .faq_list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_list_wrap .faq_list {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_list_wrap .faq_list.faq_list_left .faq_list_item:last-of-type {
    border-bottom: 1px solid #444;
  }
}
.faq_wrap .faq_list_wrap .faq_list .faq_list_item {
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #444;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_list_wrap .faq_list .faq_list_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.faq_wrap .faq_list_wrap .faq_list .faq_list_item:last-of-type {
  border-bottom: none;
}
.faq_wrap .faq_list_wrap .faq_list .faq_list_item h3 {
  font-weight: bold;
  padding-left: 38px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_list_wrap .faq_list .faq_list_item h3 {
    padding-left: 34px;
  }
}
.faq_wrap .faq_list_wrap .faq_list .faq_list_item h3::before {
  content: "Q.";
  font-size: 32px;
  margin-right: 2px;
  position: absolute;
  left: 0;
  top: -0.1em;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_list_wrap .faq_list .faq_list_item h3::before {
    font-size: 20px;
    margin-right: 0;
    top: -0.05em;
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_list_wrap .faq_list .faq_list_item h3 .sme-font-size {
    font-size: 20px !important;
  }
}
.faq_wrap .faq_list_wrap .faq_list .faq_list_item p {
  margin-top: 20px;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_list_wrap .faq_list .faq_list_item p {
    padding-left: 34px;
    margin-top: 8px;
  }
}

.flow_wrap .flow_bg_wrap {
  position: relative;
  z-index: 1;
}
.flow_wrap .flow_bg_wrap .flow_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.2;
}
.flow_wrap .flow_bg_wrap .flow_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow_wrap .flow_bg_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
}
.flow_wrap .flow_bg_wrap .flow_title_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow_wrap .flow_bg_wrap .flow_title_wrap {
    margin-bottom: 20px;
  }
}
.flow_wrap .flow_list_wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flow_wrap .flow_list_wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.flow_wrap .flow_list_wrap .flow_list_item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 64px;
  padding-right: 20px;
  border-bottom: 1px solid #444;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .flow_wrap .flow_list_wrap .flow_list_item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.flow_wrap .flow_list_wrap .flow_list_item:last-of-type {
  border-bottom: none;
}
.flow_wrap .flow_list_wrap .flow_list_item .step_en {
  font-family: "DIN Alternate", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#111111), to(#666666));
  background: -webkit-linear-gradient(left, #111111, #666666);
  background: linear-gradient(to right, #111111, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .flow_wrap .flow_list_wrap .flow_list_item .step_en {
    font-size: 14px;
  }
}
.flow_wrap .flow_list_wrap .flow_list_item .step_number {
  font-family: "DIN Alternate", sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#111111), to(#666666));
  background: -webkit-linear-gradient(left, #111111, #666666);
  background: linear-gradient(to right, #111111, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .flow_wrap .flow_list_wrap .flow_list_item .step_number {
    font-size: 40px;
  }
}
.flow_wrap .flow_list_wrap .flow_list_item h3 {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flow_wrap .flow_list_wrap .flow_list_item h3 {
    margin-bottom: 6px;
  }
}
.flow_wrap .flow_list_wrap .flow_list_item p {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.access_wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .access_wrap {
    padding-bottom: 20px;
  }
}
.access_wrap .map {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .access_wrap .map {
    padding: 20px 0;
  }
}
.access_wrap iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .access_wrap iframe {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .access_wrap .access_table tr td:first-of-type {
    width: 90px !important;
    text-align: center !important;
  }
}

.contact_wrap {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    padding-bottom: 60px;
  }
}
.contact_wrap .form_wrap {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .contact_wrap .form_wrap {
    padding: 20px 0;
  }
}
.contact_wrap .privacy_wrap {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .contact_wrap .privacy_wrap {
    padding: 20px 10px;
  }
}
.contact_wrap .privacy_wrap h3, .contact_wrap .privacy_wrap p {
  max-width: 1025px;
  margin-inline: auto;
}

@media screen and (max-width: 500px) {
  .footer-fixed-btn-widget .c-container {
    padding: 0;
  }
}

.footer_fixed_btn {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn {
    bottom: 10px;
  }
}
.footer_fixed_btn .cta_wrap {
  margin: 0 auto !important;
}

.footer_fixed_btn.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.form_inner .form_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #444;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 105px;
  padding-left: 105px;
}
@media screen and (max-width: 1439px) {
  .form_inner .form_item {
    padding-left: max(20px, 20px + 85 * (100vw - 768px) / 671);
    padding-right: max(20px, 20px + 85 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .form_inner .form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.form_inner .form_item.column label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form_inner .form_item.column label div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form_inner .form_item.column label div {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
.form_inner .form_item.column label p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .form_inner .form_item.column label p {
    margin-top: 5px;
  }
}
.form_inner .form_item.your-message {
  border-bottom: none;
}
.form_inner .form_item.your-message label {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-top: 0.5em;
}
.form_inner .form_item > label {
  width: 288px;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .form_inner .form_item > label {
    width: max(200px, 200px + 88 * (100vw - 768px) / 671);
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .form_inner .form_item > label {
    width: auto;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.form_inner .form_item .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .form_inner .form_item .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.form_inner .form_item .required-badge {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 10px;
  background: #937B63;
  color: #fff;
  margin-left: 8px;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  .form_inner .form_item .required-badge {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
    padding: max(4px, 4px + 2 * (100vw - 768px) / 671) max(8px, 8px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .form_inner .form_item .required-badge {
    font-size: 10px;
    padding: 4px;
    margin-left: 10px;
  }
}
.form_inner .form_item input[type=text],
.form_inner .form_item input[type=email],
.form_inner .form_item input[type=tel],
.form_inner .form_item input[type=url],
.form_inner .form_item input[type=number],
.form_inner .form_item input[type=search],
.form_inner .form_item input[type=password],
.form_inner .form_item input[type=date],
.form_inner .form_item input[type=time],
.form_inner .form_item input[type=datetime-local],
.form_inner .form_item input[type=month],
.form_inner .form_item input[type=week],
.form_inner .form_item input[type=color],
.form_inner .form_item input[type=file],
.form_inner .form_item select,
.form_inner .form_item textarea {
  padding: 12px 10px;
  background-color: #E4D2C0;
  border: 1px solid #444;
}
@media screen and (max-width: 767px) {
  .form_inner .form_item input[type=text],
  .form_inner .form_item input[type=email],
  .form_inner .form_item input[type=tel],
  .form_inner .form_item input[type=url],
  .form_inner .form_item input[type=number],
  .form_inner .form_item input[type=search],
  .form_inner .form_item input[type=password],
  .form_inner .form_item input[type=date],
  .form_inner .form_item input[type=time],
  .form_inner .form_item input[type=datetime-local],
  .form_inner .form_item input[type=month],
  .form_inner .form_item input[type=week],
  .form_inner .form_item input[type=color],
  .form_inner .form_item input[type=file],
  .form_inner .form_item select,
  .form_inner .form_item textarea {
    padding: 8px 10px;
  }
}
.form_inner .form_item input,
.form_inner .form_item select {
  font-size: 16px;
  height: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form_inner .form_item input,
  .form_inner .form_item select {
    height: 40px;
  }
}
.form_inner .form_item textarea {
  font-size: 16px;
  height: 150px;
  width: 100%;
}
.form_inner .form_item .wpcf7-list-item-label {
  font-size: 16px;
}
.form_inner .form_item .wpcf7-acceptance,
.form_inner .form_item .wpcf7-checkbox,
.form_inner .form_item .wpcf7-radio {
  font-size: 16px;
}
.form_inner .form_item .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #d00;
}
.form_inner .form_item .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .form_inner .form_item .flex {
    width: 100%;
    gap: 8px;
  }
}
.form_inner .form_item .flex input, .form_inner .form_item .flex select {
  width: 100%;
}
.form_inner .acceptance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  margin: 30px auto 60px;
}
@media screen and (max-width: 767px) {
  .form_inner .acceptance {
    margin: 0 auto 20px;
  }
}
.form_inner .wpcf7-submit {
  width: 400px;
  height: 80px;
  font-weight: 500;
  margin-inline: auto;
  text-align: center;
  font-size: 24px;
  display: grid;
  place-items: center;
  background: #937B63;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .form_inner .wpcf7-submit {
    font-size: 20px;
    width: 220px;
    height: 50px;
  }
}

.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  /* 白抜き丸 */
  /* チェックされたときの黒丸 */
}
@media screen and (max-width: 1439px) {
  .wpcf7-radio {
    gap: max(16px, 16px + 14 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-radio {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.wpcf7-radio .wpcf7-list-item {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 0;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .wpcf7-radio .wpcf7-list-item {
    padding-left: max(25px, 25px + 5 * (100vw - 768px) / 671);
  }
}
.wpcf7-radio .wpcf7-list-item label {
  display: inline;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  height: auto;
}
.wpcf7-radio .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 15px;
  margin-top: 20px;
}

.wpcf7-acceptance, .wpcf7-checkbox {
  /* ラベル全体をクリック領域に */
  /* 実際のチェックボックスを透明に＆クリックを効かせる */
  /* テキスト部分に擬似要素でボックスを作る */
  /* チェック時に ::after を表示 */
}
.wpcf7-acceptance .wpcf7-list-item label, .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px; /* チェックボックス分の余白 */
  cursor: pointer;
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .wpcf7-acceptance .wpcf7-list-item label, .wpcf7-checkbox .wpcf7-list-item label {
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}
.wpcf7-acceptance .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2; /* 擬似要素より前面 */
}
.wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  /* pointer-events: none で、擬似要素がクリックを邪魔しないように */
  /* チェックマーク用擬似要素（初期は非表示） */
}
.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 22.5px;
  height: 22.5px;
  border: 2px solid #333;
  background: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item-label::before {
    width: 15px;
    height: 15px;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::after, .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  border-left: 2.8px solid #444;
  border-bottom: 2.8px solid #444;
  left: -16px;
  top: calc(50% - 12px);
  -webkit-transform: rotate(-45deg) translate(-100%, -50%);
          transform: rotate(-45deg) translate(-100%, -50%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label::after, .wpcf7-checkbox .wpcf7-list-item-label::after {
    width: 9px;
    height: 5px;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    left: -14px;
    top: calc(50% - 8px);
  }
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after, .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-submit:disabled {
  background: #ccc;
  color: #666;
}

input.datepicker {
  background-image: url("../img/icon_calendar.png");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 18px 20px;
  padding-right: 30px;
}