@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;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_text {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: 30px;
}
.recaptcha_text a {
  color: #999;
  text-decoration: underline;
}

* {
  line-height: 1.5;
  list-style: none;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4C4948;
}

@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;
}

.mia {
  margin-inline: auto;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

h2.section_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1439px) {
  h2.section_title {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}

p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  p {
    font-size: max(15px, 15px + 1 * (100vw - 390px) / 1049);
  }
}

.main_btn {
  max-width: 100%;
}
.main_btn a {
  padding: 14px;
  font-size: 16px;
  width: 270px;
  max-width: 100%;
  color: #4B4B4B;
  border: 0.5px solid #4C4948;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 389px) {
  .main_btn a {
    width: 100%;
    max-width: 270px;
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.main_btn a:hover {
  opacity: 1;
  background-color: #EEA1C0;
  border: 0.5px solid #EEA1C0;
  color: #fff;
}
.main_btn a:hover::before {
  background: url(../img/icon_arrow_right_white.svg) no-repeat center/contain;
}
.main_btn a:hover::after {
  border-right: 1px solid #EEA1C0;
  border-bottom: 1px solid #EEA1C0;
}
.main_btn a::before {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow_right.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: auto;
  aspect-ratio: 5/9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_btn a::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #8B8B8B;
  border-bottom: 1px solid #8B8B8B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.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(50px);
          transform: translateY(50px);
  -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);
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  left: 0;
  top: 0;
}
#loading .loading_inner img {
  width: 150px;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#loading .loading_inner img.show {
  opacity: 1;
}
#loading.hide {
  opacity: 0;
  pointer-events: none;
}

.fv_title, .fv_text {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.show {
  opacity: 1;
}

header {
  width: 100vw;
  z-index: 150;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
header.open {
  position: fixed;
}
@media screen and (max-width: 767px) {
  header {
    background: #fff;
    height: 75px;
    left: 0;
    top: 0;
    position: fixed;
  }
  header.open {
    background: none;
  }
  header.open .header_ham {
    top: 20px;
  }
}
header .header_inner {
  padding: 45px;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  header .header_inner {
    padding: max(20px, 20px + 25 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  header .header_inner {
    padding: 0 18px;
    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;
    height: 100%;
  }
}
header .header_inner .header_logo {
  pointer-events: all;
  display: inline-block;
}
header .header_inner .header_logo a {
  display: inline-block;
}
header .header_inner .header_logo a img {
  width: 132px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_logo a img {
    width: 256px;
  }
}
header .header_inner .header_ham {
  pointer-events: all;
  position: fixed;
  right: 24px;
  top: 70px;
  right: 26px;
  z-index: 99;
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  background: url(../img/icon_open.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_ham {
    width: max(43px, 43px + 17 * (100vw - 768px) / 671);
    right: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  header .header_inner .header_ham {
    width: 43px;
    position: static;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
header .header_inner .header_ham:hover {
  opacity: 0.7;
}
header .header_inner .header_ham.active {
  background: url(../img/icon_close.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_ham.active {
    background: url(../img/icon_close_sp.svg) no-repeat center/contain;
  }
}

.ham_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ham_menu.open {
  visibility: visible;
  opacity: 1;
}
.ham_menu .ham_menu_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #FFFBF4;
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap {
    grid-template-columns: 1fr;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_bg {
  background: url(../img/pc-menu_bg.webp) no-repeat center/cover;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_bg {
    display: none;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content {
  position: relative;
  height: 100vh;
  padding-top: 140px;
  padding-left: 100px;
  overflow-y: scroll;
}
@media screen and (max-width: 1439px) {
  .ham_menu .ham_menu_wrap .ham_menu_content {
    padding-left: max(40px, 40px + 60 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content {
    background: url(../img/sp-menu_bg.webp) no-repeat center/cover;
    padding-top: 90px;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav {
  width: 100%;
  height: 100%;
}
.ham_menu .ham_menu_wrap .ham_menu_content nav > ul {
  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;
  gap: 36px;
}
@media screen and (max-width: 1439px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul {
    gap: max(24px, 24px + 12 * (100vw - 768px) / 671);
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li > a, .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li span {
  font-size: 20px;
  color: #383838;
}
@media screen and (max-width: 1439px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li > a, .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li span {
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li > a, .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li span {
    color: #4C4948;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu {
    display: contents;
  }
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu span {
    display: none;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu ul {
  position: absolute;
  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: 18px;
  right: -150px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 5px;
}
@media screen and (max-width: 1439px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu ul {
    right: min(-100px, -100px + -50 * (100vw - 768px) / 671);
    gap: max(8px, 8px + 10 * (100vw - 768px) / 671);
    top: max(1px, 1px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu ul {
    display: contents;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu ul::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -34px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 82.5px;
  height: 0;
  border: 1px dashed #000;
}
@media screen and (max-width: 1439px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu ul::before {
    width: max(40px, 40px + 42.5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu ul::before {
    display: none;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu ul li a {
  font-size: 18px;
  color: #4D4D4D;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu ul li a {
    font-size: max(14px, 14px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav > ul > li.has_sub-menu ul li a {
    color: #4C4948;
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 671);
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap {
    margin-top: 45px;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap 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: 58px;
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap ul {
    gap: 18px;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap ul li a {
  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: 16px;
}
.ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap ul li a img.ig_icon {
  width: 23px;
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap ul li a img.ig_icon {
    width: 27px;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap ul li a img.line_icon {
  width: 27px;
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap ul li a img.line_icon {
    width: 31.5px;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap ul li a span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content nav .sns_wrap ul li a span {
    display: none;
  }
}
.ham_menu .ham_menu_wrap .ham_menu_content .catch-copy {
  display: none;
}
@media screen and (max-width: 767px) {
  .ham_menu .ham_menu_wrap .ham_menu_content .catch-copy {
    display: block;
    position: relative;
    margin-top: 45px;
    padding-bottom: 10%;
  }
  .ham_menu .ham_menu_wrap .ham_menu_content .catch-copy .catch_title {
    width: 195px;
    height: auto;
  }
  .ham_menu .ham_menu_wrap .ham_menu_content .catch-copy .catch_text {
    margin-top: 10px;
    font-size: 10px;
    font-family: "Shippori Mincho", serif;
  }
  .ham_menu .ham_menu_wrap .ham_menu_content .catch-copy .illust_bird {
    position: absolute;
    top: 26px;
    right: 42.5px;
    width: 77.5px;
  }
}

main.top h2 {
  max-width: 1280px;
  margin-inline: auto;
}
main.top .fv {
  position: relative;
  width: 100vw;
  aspect-ratio: 1280/794;
  max-height: 1200px;
}
@media screen and (max-width: 767px) {
  main.top .fv {
    aspect-ratio: 390/913;
    max-height: 100vh;
  }
}
main.top .fv .fv_img {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: block;
}
main.top .fv .fv_img img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
main.top .fv .fv_inner {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 8.33vw;
  padding-top: 12%;
}
@media screen and (max-width: 1439px) {
  main.top .fv .fv_inner {
    padding-left: max(30px, 30px + 90 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .fv .fv_inner {
    position: absolute;
    left: 0;
    bottom: 50vh;
    height: auto;
  }
}
main.top .fv .fv_inner .fv_title img {
  width: 390px;
}
@media screen and (max-width: 1439px) {
  main.top .fv .fv_inner .fv_title img {
    width: max(183px, 183px + 207 * (100vw - 390px) / 1049);
  }
}
main.top .fv .fv_inner .fv_text {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  main.top .fv .fv_inner .fv_text {
    font-size: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top .introduction {
  padding: 20px 0 110px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top .introduction {
    padding-bottom: max(40px, 40px + 70 * (100vw - 390px) / 1049);
  }
}
main.top .introduction h2 {
  text-align: center;
  position: relative;
}
main.top .introduction h2 .introduction_title {
  width: 818px;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.top .introduction h2 .introduction_title {
    width: max(261px, 261px + 557 * (100vw - 390px) / 1049);
  }
}
main.top .introduction .introduction_text {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}
@media screen and (max-width: 1439px) {
  main.top .introduction .introduction_text {
    margin-top: max(30px, 30px + 60 * (100vw - 390px) / 1049);
  }
}
main.top .introduction .introduction_text p {
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.top .introduction .introduction_text p {
    line-height: 2.06;
    text-align: left;
  }
}
main.top .introduction .top_fv_grd, main.top .introduction .introduction_grd_left, main.top .introduction .introduction_bird, main.top .introduction .introduction_wood, main.top .introduction .introduction_grd_right {
  position: absolute;
  z-index: -1;
}
main.top .introduction .top_fv_grd {
  width: 185px;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.top .introduction .top_fv_grd {
    width: max(74px, 74px + 111 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .introduction .top_fv_grd {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
main.top .introduction .introduction_grd_left {
  width: 179px;
  left: 0;
  top: 200px;
}
@media screen and (max-width: 1439px) {
  main.top .introduction .introduction_grd_left {
    width: max(84px, 84px + 95 * (100vw - 390px) / 1049);
  }
}
main.top .introduction .introduction_bird {
  width: 108px;
  right: 150px;
  top: 280px;
}
@media screen and (max-width: 1439px) {
  main.top .introduction .introduction_bird {
    width: max(51px, 51px + 57 * (100vw - 390px) / 1049);
    right: max(10px, 10px + 140 * (100vw - 390px) / 1049);
  }
}
main.top .introduction .introduction_wood {
  width: 372px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.top .introduction .introduction_wood {
    width: max(130px, 130px + 242 * (100vw - 390px) / 1049);
  }
}
main.top .introduction .introduction_grd_right {
  width: 270px;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.top .introduction .introduction_grd_right {
    width: max(131px, 131px + 139 * (100vw - 390px) / 1049);
    bottom: min(140px, 140px + -130 * (100vw - 390px) / 1049);
  }
}
main.top .session {
  position: relative;
  padding: 80px 0 100px;
}
@media screen and (max-width: 1439px) {
  main.top .session {
    padding: max(36px, 36px + 64 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top .session::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/top/session_bg.webp) no-repeat center/cover;
}
main.top .session .inner {
  max-width: 1280px;
  padding: 0 20px;
}
main.top .session h2 {
  text-align: center;
  position: relative;
}
main.top .session h2 .session_title {
  width: 687px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.top .session h2 .session_title {
    width: max(255px, 255px + 432 * (100vw - 390px) / 1049);
  }
}
main.top .session ul.session_list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  main.top .session ul.session_list {
    margin-top: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.top .session ul.session_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.top .session ul.session_list {
    grid-template-columns: 1fr;
    gap: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  main.top .session ul.session_list li:last-of-type {
    grid-column: span 2; /* 2列分を占有 */
    max-width: calc(50% - 10px);
    justify-self: center;
  }
}
@media screen and (max-width: 767px) {
  main.top .session ul.session_list li:last-of-type {
    grid-column: span 1;
    max-width: none;
  }
}
main.top .session ul.session_list li {
  background: #fff;
  padding: 35px 35px 30px;
  position: relative;
  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;
}
@media screen and (max-width: 1439px) {
  main.top .session ul.session_list li {
    padding: max(25px, 25px + 5 * (100vw - 390px) / 1049) max(25px, 25px + 10 * (100vw - 390px) / 1049) min(50px, 50px + -20 * (100vw - 390px) / 1049);
  }
}
main.top .session ul.session_list li::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #EAACB4;
}
main.top .session ul.session_list li .session_text h3 {
  margin-top: 32px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top .session ul.session_list li .session_text h3 {
    margin-top: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
main.top .session ul.session_list li .session_text p {
  margin-top: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  main.top .session ul.session_list li .session_text p {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.top .session ul.session_list li .main_btn {
  margin-top: auto;
}
main.top .session ul.session_list li .main_btn a {
  width: 100%;
  max-width: 270px;
  font-size: 14px;
  border: 0.5px solid #707070;
}
main.top .session ul.session_list li .main_btn a:hover {
  border: 0.5px solid #EEA1C0;
}
@media screen and (max-width: 767px) {
  main.top .session ul.session_list li .main_btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 389px) {
  main.top .session ul.session_list li .main_btn a {
    font-size: max(14px, 14px + 1 * (100vw - 320px) / 69);
  }
}
main.top .profile {
  padding: 100px 0 140px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top .profile {
    padding: max(40px, 40px + 100 * (100vw - 390px) / 1049) 0 max(50px, 50px + 90 * (100vw - 390px) / 1049);
  }
}
main.top .profile h2 {
  text-align: center;
  position: relative;
}
main.top .profile h2 .profile_title {
  width: 696px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.top .profile h2 .profile_title {
    width: max(279px, 279px + 417 * (100vw - 390px) / 1049);
  }
}
main.top .profile .inner {
  max-width: 1280px;
  padding: 0;
}
main.top .profile .inner .profile_wrap {
  margin-top: 140px;
  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: 88px;
}
@media screen and (max-width: 1439px) {
  main.top .profile .inner .profile_wrap {
    margin-top: max(40px, 40px + 100 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 68 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .profile .inner .profile_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
main.top .profile .inner .profile_wrap .profile_img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main.top .profile .inner .profile_wrap .profile_img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  main.top .profile .inner .profile_wrap .profile_img {
    width: 80%;
    max-width: 600px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
main.top .profile .inner .profile_wrap .profile_img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: 115%;
  aspect-ratio: 701/885;
  background: url(../img/top/profile_img_bg.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.top .profile .inner .profile_wrap .profile_img::after {
    background: url(../img/top/profile_img_bg_sp.webp) no-repeat center/contain;
    aspect-ratio: 683/866;
    right: auto;
    left: 0;
  }
}
main.top .profile .inner .profile_wrap .profile_text {
  width: calc(50% - 88px);
  max-width: 457px;
}
@media screen and (max-width: 1024px) {
  main.top .profile .inner .profile_wrap .profile_text {
    width: calc(55% - 88px);
  }
}
@media screen and (max-width: 767px) {
  main.top .profile .inner .profile_wrap .profile_text {
    width: 85%;
    max-width: auto;
  }
}
main.top .profile .inner .profile_wrap .profile_text span.katagaki {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 389px) {
  main.top .profile .inner .profile_wrap .profile_text span.katagaki {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
}
main.top .profile .inner .profile_wrap .profile_text h3 {
  font-size: 30px;
  letter-spacing: 0.2em;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 389px) {
  main.top .profile .inner .profile_wrap .profile_text h3 {
    font-size: max(24px, 24px + 6 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  main.top .profile .inner .profile_wrap .profile_text h3 {
    gap: max(22px, 22px + 10 * (100vw - 390px) / 1049);
    margin-top: max(1px, 1px + 15 * (100vw - 390px) / 1049);
  }
}
main.top .profile .inner .profile_wrap .profile_text h3 .en {
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #E3C549;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 389px) {
  main.top .profile .inner .profile_wrap .profile_text h3 .en {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
}
main.top .profile .inner .profile_wrap .profile_text p {
  margin-top: 24px;
  line-height: 2.25;
}
@media screen and (max-width: 1439px) {
  main.top .profile .inner .profile_wrap .profile_text p {
    margin-top: min(34px, 34px + -10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .profile .inner .profile_wrap .profile_text p {
    line-height: 2;
  }
}
main.top .profile .inner .profile_wrap .main_btn {
  margin-top: 56px;
}
@media screen and (max-width: 1439px) {
  main.top .profile .inner .profile_wrap .main_btn {
    margin-top: max(38px, 38px + 18 * (100vw - 390px) / 1049);
  }
}
main.top .profile .profile_wood, main.top .profile .profile_bird, main.top .profile .profile_grd {
  position: absolute;
  z-index: -1;
}
main.top .profile .profile_wood {
  width: 324px;
  right: 0;
  top: 75px;
}
@media screen and (max-width: 1439px) {
  main.top .profile .profile_wood {
    width: max(121px, 121px + 203 * (100vw - 390px) / 1049);
    top: max(1px, 1px + 74 * (100vw - 390px) / 1049);
  }
}
main.top .profile .profile_bird {
  width: 104px;
  right: 277px;
  top: 199px;
}
@media screen and (max-width: 1439px) {
  main.top .profile .profile_bird {
    width: max(64px, 64px + 40 * (100vw - 390px) / 1049);
    right: max(32px, 32px + 245 * (100vw - 390px) / 1049);
    top: max(188px, 188px + 11 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .profile .profile_bird {
    z-index: 1;
  }
}
main.top .profile .profile_grd {
  width: 212px;
  right: 0;
  bottom: 90px;
}
@media screen and (max-width: 1439px) {
  main.top .profile .profile_grd {
    width: max(122px, 122px + 90 * (100vw - 390px) / 1049);
    bottom: min(400px, 400px + -310 * (100vw - 390px) / 1049);
  }
}
main.top .infomation {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top .infomation {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
main.top .infomation::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/top/infomation_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  main.top .infomation::after {
    background: url(../img/top/infomation_bg_sp.webp) no-repeat center/cover;
  }
}
main.top .infomation .inner .infomation_wrap {
  padding: 70px 0 80px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top .infomation .inner .infomation_wrap {
    padding: max(40px, 40px + 30 * (100vw - 390px) / 1049) 0 max(60px, 60px + 20 * (100vw - 390px) / 1049);
  }
}
main.top .infomation .inner .infomation_wrap h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
main.top .infomation .inner .infomation_wrap h2 .infomation_title {
  width: 775px;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.top .infomation .inner .infomation_wrap h2 .infomation_title {
    width: max(255px, 255px + 520 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .infomation .inner .infomation_wrap h2 .infomation_title {
    right: 20px;
    top: 20px;
  }
}
main.top .infomation .inner .infomation_wrap ul.infomation_list {
  margin-top: 85px;
  max-width: calc(815px + 10%);
  padding: 0 5%;
  margin-inline: auto;
  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: 1439px) {
  main.top .infomation .inner .infomation_wrap ul.infomation_list {
    margin-top: max(60px, 60px + 25 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top .infomation .inner .infomation_wrap ul.infomation_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #9D9D9D;
}
@media screen and (max-width: 767px) {
  main.top .infomation .inner .infomation_wrap ul.infomation_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
main.top .infomation .inner .infomation_wrap ul.infomation_list li span.infomation_date {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main.top .infomation .inner .infomation_wrap ul.infomation_list li span.infomation_date {
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  main.top .infomation .inner .infomation_wrap ul.infomation_list li span.infomation_date {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top .infomation .inner .infomation_wrap ul.infomation_list li a.infomation_title {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main.top .infomation .inner .infomation_wrap ul.infomation_list li a.infomation_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  main.top .infomation .inner .infomation_wrap ul.infomation_list li a.infomation_title {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top .infomation .inner .infomation_wrap .main_btn {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.top .infomation .inner .infomation_wrap .main_btn {
    margin-top: max(80px, 80px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top .infomation .inner .infomation_wrap .main_btn {
    margin-top: max(40px, 40px + 40 * (100vw - 320px) / 69);
    max-width: 90%;
    margin-inline: auto;
  }
}
main.top .infomation .inner .infomation_wrap .infomation_bird {
  position: absolute;
  z-index: 0;
  width: 115px;
  left: 80px;
  bottom: 66px;
}
@media screen and (max-width: 1439px) {
  main.top .infomation .inner .infomation_wrap .infomation_bird {
    width: max(78px, 78px + 37 * (100vw - 390px) / 1049);
    left: max(30px, 30px + 50 * (100vw - 390px) / 1049);
    bottom: max(8px, 8px + 58 * (100vw - 390px) / 1049);
  }
}
main.top .infomation .infomation_grd {
  position: absolute;
  z-index: 1;
  width: 248px;
  left: -20px;
  top: 0;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media screen and (max-width: 1439px) {
  main.top .infomation .infomation_grd {
    width: max(107px, 107px + 141 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .infomation .infomation_grd {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
main.top .access {
  padding: 100px 0 90px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top .access {
    padding: max(38px, 38px + 62 * (100vw - 390px) / 1049) 0 max(40px, 40px + 50 * (100vw - 390px) / 1049);
  }
}
main.top .access h2 {
  text-align: center;
  position: relative;
}
main.top .access h2 .access_title {
  width: 772px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.top .access h2 .access_title {
    width: max(332px, 332px + 440 * (100vw - 390px) / 1049);
  }
}
main.top .access .inner .access_wrap {
  margin-top: 72px;
  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: 40px;
  max-width: 850px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top .access .inner .access_wrap {
    margin-top: max(30px, 30px + 42 * (100vw - 390px) / 1049);
    gap: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
main.top .access .inner .access_wrap div h3 {
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top .access .inner .access_wrap div h3 {
    font-size: max(18px, 18px + 3 * (100vw - 390px) / 1049);
  }
}
main.top .access .inner .access_wrap div p {
  margin-top: 20px;
  line-height: 2.25;
}
@media screen and (max-width: 1439px) {
  main.top .access .inner .access_wrap div p {
    margin-top: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .access .inner .access_wrap div p {
    line-height: 2;
  }
}
main.top .access .access_grd_right {
  position: absolute;
  z-index: -1;
  width: 278px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1439px) {
  main.top .access .access_grd_right {
    width: max(122px, 122px + 156 * (100vw - 390px) / 1049);
    top: min(236px, 236px + -236 * (100vw - 390px) / 1049);
  }
}
main.top .access .access_grd_left {
  position: absolute;
  z-index: -1;
  width: 220px;
  left: 0;
  bottom: 72px;
}
@media screen and (max-width: 1439px) {
  main.top .access .access_grd_left {
    width: max(142px, 142px + 78 * (100vw - 390px) / 1049);
    bottom: max(6px, 6px + 66 * (100vw - 390px) / 1049);
  }
}
main.top .access .access_bird {
  position: absolute;
  z-index: -1;
  width: 108px;
  right: 104px;
  bottom: 33px;
}
@media screen and (max-width: 1439px) {
  main.top .access .access_bird {
    width: max(62px, 62px + 46 * (100vw - 390px) / 1049);
    right: max(90px, 90px + 14 * (100vw - 390px) / 1049);
    bottom: min(308px, 308px + -275 * (100vw - 390px) / 1049);
  }
}
main.top .map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.top .map iframe {
    height: 190px;
  }
}
main.top .line {
  padding: 60px 0 70px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top .line {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0 max(40px, 40px + 30 * (100vw - 390px) / 1049);
  }
}
main.top .line .line_wrap {
  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;
  gap: 128px;
}
@media screen and (max-width: 1439px) {
  main.top .line .line_wrap {
    gap: max(40px, 40px + 88 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .line .line_wrap {
    -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) {
  main.top .line .line_wrap .line_text {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  main.top .line .line_wrap .line_text h2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
main.top .line .line_wrap .line_text p {
  margin-top: 14px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  main.top .line .line_wrap .line_text p {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
main.top .line .line_wrap .line_text .main_btn {
  margin-top: 55px;
}
@media screen and (max-width: 389px) {
  main.top .line .line_wrap .line_text .main_btn {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  main.top .line .line_wrap .line_text .main_btn {
    margin-top: max(30px, 30px + 25 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .line .line_wrap .line_text .main_btn {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }
}
main.top .line .line_wrap .line_text .main_btn a {
  margin-inline: 0;
}
@media screen and (max-width: 389px) {
  main.top .line .line_wrap .line_text .main_btn a {
    margin-inline: auto;
  }
}
main.top .line .line_wrap .line_qr {
  width: 187px;
}
@media screen and (max-width: 767px) {
  main.top .line .line_wrap .line_qr {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
main.top .line .line_grd_left {
  position: absolute;
  z-index: -1;
  width: 186px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1439px) {
  main.top .line .line_grd_left {
    width: max(82px, 82px + 104 * (100vw - 390px) / 1049);
  }
}
main.top .line .line_grd_right {
  position: absolute;
  z-index: -1;
  width: 216px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
@media screen and (max-width: 1439px) {
  main.top .line .line_grd_right {
    width: max(92px, 92px + 124 * (100vw - 390px) / 1049);
  }
}

main.post .archive_wrap {
  position: relative;
  padding: 120px 5% 100px;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap {
    padding: max(60px, 60px + 60 * (100vw - 390px) / 1049) 5% max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.post .archive_wrap:has(.blog_list) {
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap:has(.blog_list) {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.post .archive_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/page/page_bg.webp) no-repeat center/cover;
  z-index: -1;
}
main.post .archive_wrap .category_wrap {
  max-width: 1140px;
  margin-inline: auto;
}
main.post .archive_wrap .category_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap .category_wrap ul {
    gap: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.post .archive_wrap .category_wrap ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main.post .archive_wrap .category_wrap ul li a {
  padding: 8px 36px;
  font-size: 18px;
  line-height: 2;
  background: #fff;
  border-radius: 33px;
  border: 0.5px solid #BEBEBE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap .category_wrap ul li a {
    padding: max(6px, 6px + 2 * (100vw - 390px) / 1049) max(24px, 24px + 12 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
main.post .archive_wrap .category_wrap ul li a:hover {
  color: #fff;
  background: #EAACB4;
  border: 0.5px solid #EAACB4;
  opacity: 1;
}
main.post .archive_wrap .category_wrap ul li a.active {
  color: #fff;
  background: #EAACB4;
  border: 0.5px solid #EAACB4;
}
main.post .archive_wrap ul.blog_list {
  max-width: 1140px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 100px;
  gap: 50px 20px;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap ul.blog_list {
    gap: max(30px, 30px + 20 * (100vw - 390px) / 1049) 20px;
    margin-top: max(30px, 30px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.post .archive_wrap ul.blog_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  main.post .archive_wrap ul.blog_list {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-inline: auto;
  }
}
main.post .archive_wrap ul.blog_list li {
  height: 100%;
}
main.post .archive_wrap ul.blog_list li a {
  height: 100%;
  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;
}
main.post .archive_wrap ul.blog_list li a img {
  width: 100%;
  aspect-ratio: 366/262;
  -o-object-fit: cover;
     object-fit: cover;
}
main.post .archive_wrap ul.blog_list li a .text_wrap {
  padding: 15px 24px 20px;
  background: #fff;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.post .archive_wrap ul.blog_list li a .text_wrap h2 {
  font-size: 18px;
}
main.post .archive_wrap ul.blog_list li a .text_wrap p {
  margin-top: 18px;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.post .archive_wrap ul.blog_list li a .text_wrap .date_wrap {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
}
main.post .archive_wrap ul.blog_list li a .text_wrap .date_wrap time {
  position: relative;
  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: 10px;
  font-size: 14px;
  color: #7E7E7E;
}
main.post .archive_wrap ul.blog_list li a .text_wrap .date_wrap time::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/page/icon_time.webp) no-repeat center/contain;
}
main.post .archive_wrap ul.blog_list li a .text_wrap .date_wrap span.category {
  font-size: 12px;
  color: #B5106F;
}
main.post .archive_wrap ul.infomation_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: 30px;
  max-width: 1030px;
  margin-inline: auto;
}
main.post .archive_wrap ul.infomation_list li a {
  background: #fff;
  padding: 60px 85px 35px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap ul.infomation_list li a {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 65 * (100vw - 390px) / 1049) max(30px, 30px + 5 * (100vw - 390px) / 1049) max(20px, 20px + 25 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 46 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.post .archive_wrap ul.infomation_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.post .archive_wrap ul.infomation_list li a .date_wrap {
  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;
}
main.post .archive_wrap ul.infomation_list li a .date_wrap span.year {
  font-size: 20px;
  color: #EAACB4;
}
main.post .archive_wrap ul.infomation_list li a .date_wrap span.md {
  margin-top: 5px;
  font-size: 40px;
  line-height: 1.2;
  color: #EAACB4;
}
@media screen and (max-width: 767px) {
  main.post .archive_wrap ul.infomation_list li a .date_wrap span.md {
    line-height: 1;
    margin-top: 0;
  }
}
main.post .archive_wrap ul.infomation_list li a .text_wrap h2 {
  font-size: 18px;
}
main.post .archive_wrap ul.infomation_list li a .text_wrap p {
  margin-top: 24px;
  line-height: 1.5625;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap ul.infomation_list li a .text_wrap p {
    margin-top: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.post .archive_wrap ul.customer_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: 80px;
  max-width: 1030px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap ul.customer_list {
    gap: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
main.post .archive_wrap ul.customer_list li {
  background: #fff;
  padding: 30px 72px;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap ul.customer_list li {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(30px, 30px + 42 * (100vw - 390px) / 1049);
  }
}
main.post .archive_wrap ul.customer_list li h2 {
  font-size: 24px;
  color: #E4949F;
  letter-spacing: 0.05em;
}
main.post .archive_wrap ul.customer_list li p {
  margin-top: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 1439px) {
  main.post .archive_wrap ul.customer_list li p {
    margin-top: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}

.pagination {
  margin-top: 144px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 1439px) {
  .pagination {
    margin-top: max(60px, 60px + 84 * (100vw - 390px) / 1049);
  }
}
.pagination .page-numbers {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  background: #fff;
  color: #98A6B5;
  border: 0.5px solid #E6E6E6;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .pagination .page-numbers {
    width: max(40px, 40px + 10 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 10 * (100vw - 390px) / 1049);
    font-size: max(15px, 15px + 1 * (100vw - 390px) / 1049);
  }
}
.pagination .page-numbers.current {
  background: #D183B3;
  color: #fff;
  border: 1px solid #D183B3;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.pagination .prev::before, .pagination .next::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 2px solid #C42681;
  border-right: 2px solid #C42681;
}
.pagination .prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.pagination .next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

main.blog .blog_list_grd01, main.blog .blog_list_grd02, main.blog .blog_list_grd03 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
main.blog .blog_list_grd01 {
  width: 200px;
  bottom: 28.3%;
  left: -37px;
}
@media screen and (max-width: 1439px) {
  main.blog .blog_list_grd01 {
    width: max(106px, 106px + 106 * (100vw - 390px) / 1049);
  }
}
main.blog .blog_list_grd02 {
  width: 232px;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
@media screen and (max-width: 1439px) {
  main.blog .blog_list_grd02 {
    width: max(116px, 116px + 116 * (100vw - 390px) / 1049);
  }
}

main.customer ul.customer_list li {
  position: relative;
}
main.customer ul.customer_list li:nth-of-type(2)::after, main.customer ul.customer_list li:nth-of-type(4)::after {
  content: "";
  position: absolute;
  height: auto;
  z-index: 1;
}
main.customer ul.customer_list li:nth-of-type(2)::after {
  left: 7px;
  bottom: -12px;
  width: 115px;
  aspect-ratio: 115/53;
  background: url(../img/bird02.svg) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  main.customer ul.customer_list li:nth-of-type(2)::after {
    width: max(57.5px, 57.5px + 57.5 * (100vw - 390px) / 1049);
  }
}
main.customer ul.customer_list li:nth-of-type(4)::after {
  right: 101px;
  bottom: -6px;
  width: 108px;
  aspect-ratio: 108/86;
  background: url(../img/bird03.svg) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  main.customer ul.customer_list li:nth-of-type(4)::after {
    width: max(54px, 54px + 54 * (100vw - 390px) / 1049);
    right: max(50px, 50px + 51 * (100vw - 390px) / 1049);
  }
}
main.customer .customer_grd01, main.customer .customer_grd02, main.customer .customer_grd03, main.customer .customer_wood01, main.customer .customer_wood02 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
main.customer .customer_grd01 {
  width: 186px;
  top: 29.7%;
  right: 0;
}
@media screen and (max-width: 1439px) {
  main.customer .customer_grd01 {
    width: max(93px, 93px + 93 * (100vw - 390px) / 1049);
  }
}
main.customer .customer_grd02 {
  width: 200px;
  left: 0;
  bottom: 36.3%;
}
@media screen and (max-width: 1439px) {
  main.customer .customer_grd02 {
    width: max(100px, 100px + 100 * (100vw - 390px) / 1049);
  }
}
main.customer .customer_grd03 {
  width: 232px;
  right: 0;
  bottom: 13.5%;
}
@media screen and (max-width: 1439px) {
  main.customer .customer_grd03 {
    width: max(116px, 116px + 116 * (100vw - 390px) / 1049);
  }
}
main.customer .customer_wood01 {
  width: 283px;
  left: 0;
  bottom: 6%;
}
@media screen and (max-width: 1439px) {
  main.customer .customer_wood01 {
    width: max(141.5px, 141.5px + 141.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.customer .customer_wood01 {
    display: none;
  }
}
main.customer .customer_wood02 {
  width: 292px;
  right: 0;
  top: 355px;
}
@media screen and (max-width: 1439px) {
  main.customer .customer_wood02 {
    width: max(146px, 146px + 146 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.customer .customer_wood02 {
    display: none;
  }
}

main.infomation .infomation_list_grd01, main.infomation .infomation_list_grd02, main.infomation .infomation_list_grd03 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
main.infomation .infomation_list_grd01 {
  width: 212px;
  top: 33.1%;
  right: 0;
}
@media screen and (max-width: 1439px) {
  main.infomation .infomation_list_grd01 {
    width: max(106px, 106px + 106 * (100vw - 390px) / 1049);
  }
}
main.infomation .infomation_list_grd02 {
  width: 200px;
  left: 0;
  bottom: 36.4%;
}
@media screen and (max-width: 1439px) {
  main.infomation .infomation_list_grd02 {
    width: max(100px, 100px + 100 * (100vw - 390px) / 1049);
  }
}
main.infomation .infomation_list_grd03 {
  width: 232px;
  right: 0;
  bottom: 1.1%;
}
@media screen and (max-width: 1439px) {
  main.infomation .infomation_list_grd03 {
    width: max(116px, 116px + 116 * (100vw - 390px) / 1049);
  }
}

main.single .inner {
  max-width: calc(1180px + 5%);
  padding: 0 2.5%;
}
@media screen and (max-width: 767px) {
  main.single .inner {
    padding: 0 5%;
  }
}
main.single .post_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container {
    gap: max(40px, 40px + 40 * (100vw - 768px) / 671);
    padding-bottom: max(60px, 60px + 60 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
main.single .post_container .post_content_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.single .post_container .post_content_wrap .date_wrap {
  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: 40px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .post_content_wrap .date_wrap {
    gap: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
main.single .post_container .post_content_wrap .date_wrap .post_category {
  font-size: 16px;
  padding: 5px 34px;
  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;
  color: #fff;
  background: #EAACB4;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  main.single .post_container .post_content_wrap .date_wrap .post_category {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 377);
    padding: max(3px, 3px + 2 * (100vw - 390px) / 377) max(17px, 17px + 17 * (100vw - 390px) / 377);
  }
}
main.single .post_container .post_content_wrap .date_wrap .post_date {
  font-size: 15px;
  font-weight: bold;
  color: #3B4043;
}
@media screen and (max-width: 767px) {
  main.single .post_container .post_content_wrap .date_wrap .post_date {
    font-size: max(14px, 14px + 1 * (100vw - 390px) / 377);
  }
}
main.single .post_container .post_content_wrap h1 {
  font-size: 40px;
  margin-top: 26px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .post_content_wrap h1 {
    font-size: max(32px, 32px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_container .post_content_wrap h1 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 377);
  }
}
main.single .post_container .post_content_wrap .post_thumbnail {
  margin-top: 40px;
}
main.single .post_container .post_content_wrap .post_content {
  margin-top: 40px;
}
main.single .post_container .post_content_wrap .post_navigation {
  margin-top: 135px;
  display: grid;
  gap: 90px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1439px) {
  main.single .post_container .post_content_wrap .post_navigation {
    gap: max(45px, 45px + 45 * (100vw - 768px) / 671);
    margin-top: max(60px, 60px + 75 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_container .post_content_wrap .post_navigation {
    gap: max(20px, 20px + 25 * (100vw - 390px) / 377);
  }
}
main.single .post_container .post_content_wrap .post_navigation .nav a {
  background: #fff;
  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;
  border: 0.5px solid #909090;
  border-radius: 10px;
  font-size: 18px;
  padding: 24px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .post_content_wrap .post_navigation .nav a {
    font-size: max(16px, 16px + 2 * (100vw - 768px) / 671);
    padding: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}
main.single .post_container .post_content_wrap .post_navigation .nav_back a {
  position: relative;
}
main.single .post_container .post_content_wrap .post_navigation .nav_back a .btn {
  width: 50px;
  height: 50px;
  background: #FAFAFA;
  border: 2px solid #F0F3F5;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  border-radius: 8px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .post_content_wrap .post_navigation .nav_back a .btn {
    width: max(30px, 30px + 20 * (100vw - 768px) / 671);
    height: max(30px, 30px + 20 * (100vw - 768px) / 671);
    left: max(15px, 15px + 15 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  main.single .post_container .post_content_wrap .post_navigation .nav_back a .btn {
    left: max(10px, 10px + 5 * (100vw - 320px) / 69);
  }
}
main.single .post_container .post_content_wrap .post_navigation .nav_back a .btn::after {
  content: "";
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #EEA1C0;
  border-right: 2px solid #EEA1C0;
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
main.single .post_container .post_content_wrap .post_navigation .nav_back a span {
  margin-left: 20px;
}
@media screen and (max-width: 389px) {
  main.single .post_container .post_content_wrap .post_navigation .nav_back a span {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.single .post_container .post_content_wrap .comment_wrap {
  margin-top: 160px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .post_content_wrap .comment_wrap {
    margin-top: max(80px, 80px + 80 * (100vw - 768px) / 671);
  }
}
main.single .post_container .post_content_wrap .comment_wrap > h2 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .post_content_wrap .comment_wrap > h2 {
    font-size: max(24px, 24px + 6 * (100vw - 768px) / 671);
  }
}
main.single .post_container .post_content_wrap .comment_wrap > p {
  margin-top: 16px;
}
main.single .post_container .post_content_wrap .comment_wrap form {
  margin-top: 16px;
}
main.single .post_container .sidebar_wrap {
  width: 340px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap {
    width: max(200px, 200px + 140 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_container .sidebar_wrap {
    width: 100%;
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget h2 {
  font-size: 25px;
  border-bottom: 6px solid #EAACB4;
  padding-left: 14px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget h2 {
    font-size: max(20px, 20px + 5 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries {
  margin-top: 40px;
}
main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul {
  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;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul {
    margin-top: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul li {
  padding: 0 27.5px 26.5px 13.5px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul li {
    padding: 0 max(8px, 8px + 19.5 * (100vw - 768px) / 671) max(16px, 16px + 10.5 * (100vw - 768px) / 671) max(8px, 8px + 5.5 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 26px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul li a {
    gap: max(10px, 10px + 16 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul li a img {
  width: 94px;
  aspect-ratio: 94/91;
  margin-top: 4px;
  border: 1px solid #707070;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul li a img {
    width: max(64px, 64px + 30 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul li a .recent-post-text time {
  font-size: 14px;
  color: #7E7E7E;
  position: relative;
  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: 10px;
}
main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul li a .recent-post-text time::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/page/icon_time.webp) no-repeat center/contain;
}
main.single .post_container .sidebar_wrap .sidebar .widget_recent_entries ul li a .recent-post-text h3 {
  font-size: 15px;
  margin-top: 3px;
  padding-left: 10px;
}
main.single .post_container .sidebar_wrap .sidebar .widget_categories {
  margin-top: 66.5px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_categories {
    margin-top: max(40px, 40px + 26.5 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_categories ul {
  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;
  margin-top: 36px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_categories ul {
    margin-top: max(20px, 20px + 16 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_categories ul li {
  padding: 0 13.5px 21.5px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_categories ul li {
    padding: 0 max(8px, 8px + 5.5 * (100vw - 768px) / 671) max(8px, 8px + 13.5 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_categories ul li a {
  font-size: 18px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_categories ul li a {
    font-size: max(16px, 16px + 2 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_archive {
  margin-top: 110px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_archive {
    margin-top: max(60px, 60px + 50 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_archive form select {
  font-size: 18px;
  color: #8E8E8E;
  background: #fff;
  height: 60px;
  border: 0.5px solid #707070;
  padding: 8px 20px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_archive form select {
    font-size: max(16px, 16px + 2 * (100vw - 768px) / 671);
    height: max(40px, 40px + 20 * (100vw - 768px) / 671);
    padding: 0 max(10px, 10px + 10 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_archive form select option {
  font-size: 18px;
  color: #8E8E8E;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_archive form select option {
    font-size: max(16px, 16px + 2 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_search {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_search {
    margin-top: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_search form {
  position: relative;
  /* Webkit系ブラウザ（Chrome, Safari）用 */
  /* Firefox用 */
}
main.single .post_container .sidebar_wrap .sidebar .widget_search form input {
  font-size: 18px;
  color: #8E8E8E;
  height: 60px;
  border: 0.5px solid #707070;
  background: #fff;
  padding: 8px 20px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_search form input {
    font-size: max(16px, 16px + 2 * (100vw - 768px) / 671);
    height: max(40px, 40px + 20 * (100vw - 768px) / 671);
    padding: 0 max(10px, 10px + 10 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_search form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
main.single .post_container .sidebar_wrap .sidebar .widget_search form input[type=search]::-moz-search-clear-button {
  display: none;
}
main.single .post_container .sidebar_wrap .sidebar .widget_search form button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main.single .post_container .sidebar_wrap .sidebar .widget_search form button .icon_search {
  display: inline-block;
  width: 27.5px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/page/icon_search.webp) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_search form button .icon_search {
    width: max(16px, 16px + 11.5 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries h2 {
  font-size: 20px;
  color: #fff;
  background: #EEA1C0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 25px;
  border: none;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries h2 {
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 671);
    padding: max(8px, 8px + 2 * (100vw - 768px) / 671) max(16px, 16px + 4 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul {
  margin-top: 46px;
  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: 46px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul {
    margin-top: max(30px, 30px + 16 * (100vw - 768px) / 671);
    gap: max(30px, 30px + 16 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li {
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li {
    padding-bottom: max(20px, 20px + 10 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a {
    gap: max(30px, 30px + 16 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a .date_wrap {
  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;
}
main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a .date_wrap span.year {
  font-size: 20px;
  color: #EEA1C0;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a .date_wrap span.year {
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 671);
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a .date_wrap span.md {
  margin-top: 5px;
  font-size: 40px;
  line-height: 1.2;
  color: #EEA1C0;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a .date_wrap span.md {
    font-size: max(30px, 30px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a .date_wrap span.md {
    line-height: 1;
    margin-top: 0;
  }
}
main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a .text_wrap h3 {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.single .post_container .sidebar_wrap .sidebar .widget_infomation_entries ul li a .text_wrap h3 {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 671);
  }
}
main.single.single_blog {
  position: relative;
}
main.single.single_blog .blog_grd01, main.single.single_blog .blog_grd02, main.single.single_blog .blog_grd03, main.single.single_blog .blog_wood {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
main.single.single_blog .blog_grd01 {
  width: 212px;
  right: -20px;
  top: 809px;
}
@media screen and (max-width: 1439px) {
  main.single.single_blog .blog_grd01 {
    width: max(106px, 106px + 106 * (100vw - 390px) / 1049);
  }
}
main.single.single_blog .blog_grd02 {
  width: 200px;
  left: -80px;
  bottom: 787px;
}
@media screen and (max-width: 1439px) {
  main.single.single_blog .blog_grd02 {
    width: max(100px, 100px + 100 * (100vw - 390px) / 1049);
    left: min(-40px, -40px + -40 * (100vw - 390px) / 1049);
  }
}
main.single.single_blog .blog_grd03 {
  width: 212px;
  right: -20px;
  bottom: 330px;
}
@media screen and (max-width: 1439px) {
  main.single.single_blog .blog_grd03 {
    width: max(106px, 106px + 106 * (100vw - 390px) / 1049);
  }
}
main.single.single_blog .blog_wood {
  width: 292px;
  right: 35px;
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.single.single_blog .blog_wood {
    width: max(146px, 146px + 146 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single.single_blog .blog_wood {
    display: none;
  }
}
main.single.single_infomation {
  position: relative;
}
main.single.single_infomation .infomation_grd01 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
main.single.single_infomation .infomation_grd01 {
  width: 212px;
  right: 0;
  bottom: 42px;
}
@media screen and (max-width: 1439px) {
  main.single.single_infomation .infomation_grd01 {
    width: max(106px, 106px + 106 * (100vw - 390px) / 1049);
  }
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  margin-bottom: 20px;
}
.post_content h2 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .post_content h2 {
    font-size: max(24px, 24px + 6 * (100vw - 390px) / 377);
  }
}
.post_content h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .post_content h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 377);
  }
}
.post_content h4 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .post_content h4 {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 377);
  }
}
.post_content p {
  font-size: 18px;
  line-height: 2.22;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .post_content p {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 377);
  }
}
.post_content a {
  color: #1976D2;
  text-decoration: none;
}
.post_content a:hover {
  text-decoration: underline;
}
.post_content ul, .post_content ol {
  margin: 20px 0;
  padding-left: 40px;
}
.post_content ul, .post_content ul li {
  list-style-type: disc;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .post_content ul, .post_content ul li {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 377);
  }
}
.post_content ol, .post_content ol li {
  list-style-type: decimal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .post_content ol, .post_content ol li {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 377);
  }
}
.post_content blockquote {
  margin: 20px 0;
  padding: 20px;
  background-color: #f9f9f9;
  font-style: italic;
  color: #666;
}
.post_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}
.post_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.post_content table th, .post_content table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
.post_content table th {
  background-color: #f5f5f5;
}
.post_content pre {
  background: #f4f4f4;
  padding: 20px;
  overflow: auto;
  border-radius: 4px;
  margin: 20px 0;
}
.post_content code {
  background: #f4f4f4;
  padding: 2px 5px;
  border-radius: 4px;
}
.post_content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}

h3#comments {
  margin-top: 30px;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.commentlist .comment {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.commentlist .comment .comment-body {
  position: relative;
}
.commentlist .comment .comment-author {
  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;
  margin-bottom: 8px;
}
.commentlist .comment .comment-author .avatar {
  border-radius: 50%;
  margin-right: 10px;
}
.commentlist .comment .comment-author .fn {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.commentlist .comment .comment-author .says {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}
.commentlist .comment .comment-meta {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.commentlist .comment .comment-meta a {
  color: #666;
  text-decoration: none;
}
.commentlist .comment .comment-meta a:hover {
  text-decoration: underline;
}
.commentlist .comment p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.commentlist .comment .reply {
  text-align: right;
}
.commentlist .comment .reply a {
  font-size: 14px;
  color: #1976D2;
  text-decoration: none;
}
.commentlist .comment .reply a:hover {
  text-decoration: underline;
}
.commentlist .comment .children {
  margin-top: 20px;
  padding-left: 20px;
  border-left: 2px solid #ddd;
}

.comment-form input {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #CDD6DD;
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-comment label {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .comment-form .comment-form-author label,
  .comment-form .comment-form-email label,
  .comment-form .comment-form-comment label {
    font-size: 14px;
  }
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label {
  margin-top: 30px;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-comment textarea {
  padding: 10px 20px;
  border: 1px solid #CDD6DD;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .comment-form .comment-form-author input,
  .comment-form .comment-form-email input,
  .comment-form .comment-form-comment textarea {
    font-size: 14px;
  }
}
.comment-form .comment-form-author input::-webkit-input-placeholder, .comment-form .comment-form-email input::-webkit-input-placeholder, .comment-form .comment-form-comment textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #CDD6DD;
}
.comment-form .comment-form-author input::-moz-placeholder, .comment-form .comment-form-email input::-moz-placeholder, .comment-form .comment-form-comment textarea::-moz-placeholder {
  font-size: 16px;
  color: #CDD6DD;
}
.comment-form .comment-form-author input:-ms-input-placeholder, .comment-form .comment-form-email input:-ms-input-placeholder, .comment-form .comment-form-comment textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #CDD6DD;
}
.comment-form .comment-form-author input::-ms-input-placeholder, .comment-form .comment-form-email input::-ms-input-placeholder, .comment-form .comment-form-comment textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #CDD6DD;
}
.comment-form .comment-form-author input::placeholder,
.comment-form .comment-form-email input::placeholder,
.comment-form .comment-form-comment textarea::placeholder {
  font-size: 16px;
  color: #CDD6DD;
}
@media screen and (max-width: 767px) {
  .comment-form .comment-form-author input::-webkit-input-placeholder, .comment-form .comment-form-email input::-webkit-input-placeholder, .comment-form .comment-form-comment textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .comment-form .comment-form-author input::-moz-placeholder, .comment-form .comment-form-email input::-moz-placeholder, .comment-form .comment-form-comment textarea::-moz-placeholder {
    font-size: 14px;
  }
  .comment-form .comment-form-author input:-ms-input-placeholder, .comment-form .comment-form-email input:-ms-input-placeholder, .comment-form .comment-form-comment textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .comment-form .comment-form-author input::-ms-input-placeholder, .comment-form .comment-form-email input::-ms-input-placeholder, .comment-form .comment-form-comment textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .comment-form .comment-form-author input::placeholder,
  .comment-form .comment-form-email input::placeholder,
  .comment-form .comment-form-comment textarea::placeholder {
    font-size: 14px;
  }
}
.comment-form .comment-form-comment textarea {
  width: 100%;
  height: 140px;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
  width: 340px;
  max-width: 100%;
}
.comment-form .form-submit input {
  margin-top: 34px;
  background: #EEA1C0;
  color: #fff;
  border: none;
  width: 195px;
  height: 50px;
  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;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.comment-form .form-submit input:hover {
  opacity: 0.7;
}

main.page {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  main.page {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.page h2 {
  font-size: 40px;
  letter-spacing: 0.05em;
  font-family: "Sippori Mincho", serif;
}
@media screen and (max-width: 1439px) {
  main.page h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container {
  position: relative;
}
main.page .counseling_container::after {
  content: "";
  position: absolute;
  width: 76.5px;
  aspect-ratio: 153/347;
  bottom: -60px;
  left: 0;
  background: url(../img/page/counseling_grd11_sp.webp) no-repeat center/contain;
  z-index: -1;
}
main.page .counseling_container .counseling01 {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .counseling01 {
    padding-bottom: max(50px, 50px + 70 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .counseling01::after {
  content: "";
  position: absolute;
  width: 233px;
  height: auto;
  aspect-ratio: 233/358;
  left: 0;
  bottom: -193px;
  background: url(../img/page/counseling_grd01.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .counseling01::after {
    width: 61px;
    aspect-ratio: 122/274;
    bottom: -70px;
    background: url(../img/page/counseling_grd03_sp.webp) no-repeat center/contain;
  }
}
main.page .counseling_container .counseling01 .counseling01_wrap {
  max-width: 1440px;
  margin-inline: auto;
}
main.page .counseling_container .counseling01 .is-layout-flex {
  gap: 72px;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .counseling01 .is-layout-flex {
    gap: max(20px, 20px + 52 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .counseling01 .counseling01_left {
    width: 70%;
    -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
            flex-basis: auto !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
main.page .counseling_container .counseling01 .counseling01_right {
  padding-top: 30px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .counseling01 .counseling01_right {
    padding: 0 32.5px;
    position: relative;
  }
  main.page .counseling_container .counseling01 .counseling01_right::before {
    content: "";
    position: absolute;
    width: 58px;
    height: auto;
    aspect-ratio: 116/274;
    top: 0;
    left: 0;
    background: url(../img/page/counseling_grd01_sp.webp) no-repeat center/contain;
    z-index: -1;
  }
  main.page .counseling_container .counseling01 .counseling01_right::after {
    content: "";
    position: absolute;
    width: 94px;
    height: auto;
    aspect-ratio: 188/316;
    right: 0;
    top: 40%;
    background: url(../img/page/counseling_grd02_sp.webp) no-repeat center/contain;
    z-index: -1;
  }
}
main.page .counseling_container .counseling01 .counseling01_right h2 {
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .counseling01 .counseling01_right h2 {
    font-size: max(17px, 17px + 7 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .counseling01 .counseling01_right p {
  margin-top: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .counseling01 .counseling01_right p {
    font-size: max(15px, 15px + 1 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .counseling01 .counseling01_right p {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .counseling01 .counseling01_right .wp-block-image .alignright {
    margin: 0;
  }
}
main.page .counseling_container .onayami {
  position: relative;
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .onayami {
    padding: max(40px, 40px + 60 * (100vw - 390px) / 1049) 0 max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .onayami::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/page/counseling_bg.webp) no-repeat center/cover;
  z-index: -1;
}
main.page .counseling_container .onayami::after {
  content: "";
  position: absolute;
  width: 198px;
  height: auto;
  aspect-ratio: 198/402;
  bottom: 207px;
  right: 0;
  background: url(../img/page/counseling_grd02.webp) no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .onayami::after {
    width: 87px;
    background: url(../img/page/counseling_grd04_sp.webp) no-repeat center/contain;
    aspect-ratio: 174/396;
    bottom: auto;
    right: -24px;
    top: 42.5px;
  }
}
main.page .counseling_container .onayami ul {
  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: 25px;
  max-width: 1030px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .onayami ul {
    gap: max(12.5px, 12.5px + 12.5 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .onayami ul li {
  font-size: 21px;
  letter-spacing: 0.05em;
  background: #fff;
  padding: 8px 24px;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .onayami ul li {
    font-size: max(13px, 13px + 8 * (100vw - 390px) / 1049);
    padding: max(5px, 5px + 3 * (100vw - 390px) / 1049) max(8px, 8px + 16 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .please-come {
  position: relative;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .please-come::before {
    content: "";
    position: absolute;
    width: 50px;
    background: url(../img/page/counseling_grd05_sp.webp) no-repeat center/contain;
    aspect-ratio: 100/271;
    left: 0;
    top: -100px;
  }
}
main.page .counseling_container .please-come::after {
  content: "";
  position: absolute;
  width: 231px;
  height: auto;
  aspect-ratio: 231/358;
  right: 0;
  bottom: -160px;
  background: url(../img/page/counseling_grd03.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .please-come::after {
    width: 81.5px;
    aspect-ratio: 183/396;
    top: 30px;
    bottom: auto;
    background: url(../img/page/counseling_grd06_sp.webp) no-repeat center/contain;
  }
}
main.page .counseling_container .please-come .please-come_wrap {
  max-width: 1440px;
  margin-inline: auto;
}
main.page .counseling_container .please-come .is-layout-flex {
  gap: 72px;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .please-come .is-layout-flex {
    gap: max(20px, 20px + 52 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .please-come .is-layout-flex {
    gap: 14px;
    padding: 0 32.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
main.page .counseling_container .please-come .is-layout-flex .flex_right {
  padding-right: 55px;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .please-come .is-layout-flex .flex_right {
    padding-right: max(27.5px, 27.5px + 27.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .please-come .is-layout-flex .flex_right {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .please-come .is-layout-flex .flex_right h2 {
    text-align: center;
  }
}
main.page .counseling_container .please-come .is-layout-flex .flex_right p {
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .please-come .is-layout-flex .flex_right p {
    line-height: 2;
  }
}
main.page .counseling_container .flow {
  position: relative;
}
main.page .counseling_container .flow::before {
  content: "";
  position: absolute;
  width: 282px;
  height: auto;
  aspect-ratio: 282/272;
  bottom: 30px;
  right: 0;
  background: url(../img/top/profile_wood.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .flow::before {
    display: none;
  }
}
main.page .counseling_container .flow::after {
  content: "";
  position: absolute;
  width: 199px;
  height: auto;
  aspect-ratio: 199/358;
  bottom: -178px;
  left: 0;
  background: url(../img/page/counseling_grd04.webp) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .flow::after {
    bottom: auto;
    top: -90px;
    width: 75px;
    background: url(../img/page/counseling_grd07_sp.webp) no-repeat center/contain;
    aspect-ratio: 130/274;
    z-index: -1;
  }
}
main.page .counseling_container .flow .inner {
  position: relative;
}
main.page .counseling_container .flow .inner::before {
  content: "";
  position: absolute;
  width: 115px;
  height: auto;
  aspect-ratio: 115/53;
  top: 30px;
  left: 30px;
  background: url(../img/bird02.svg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .flow .inner::before {
    width: max(57.5px, 57.5px + 57.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .flow .inner::before {
    left: auto;
    top: 40px;
    right: 10px;
  }
}
main.page .counseling_container .flow .flow_list {
  max-width: 950px;
  margin-inline: auto;
  position: relative;
}
main.page .counseling_container .flow .flow_list .smb-step__body:before {
  content: "";
  display: none;
  border-left: none;
  background-image: -webkit-radial-gradient(circle, #E4949F 1.5px, transparent 1.5px);
  background-image: radial-gradient(circle, #E4949F 1.5px, transparent 1.5px);
  background-size: 6px 29px;
  background-position: top left;
  background-repeat: repeat-y;
  width: 6px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .flow .flow_list .smb-step__body > * + * {
    margin-top: 20px;
  }
}
main.page .counseling_container .flow .flow_list .smb-step__item {
  position: relative;
}
main.page .counseling_container .flow .flow_list .smb-step__item:before {
  content: "";
  display: block;
  border-left: none;
  background-image: -webkit-radial-gradient(circle, #E4949F 1.5px, transparent 1.5px);
  background-image: radial-gradient(circle, #E4949F 1.5px, transparent 1.5px);
  background-size: 6px 10px;
  background-position: top left;
  background-repeat: repeat-y;
  width: 6px;
  height: 48px;
  position: absolute;
  top: calc(50% + 45px);
  left: -45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .flow .flow_list .smb-step__item:before {
    top: calc(50% + 25px);
  }
}
main.page .counseling_container .flow .flow_list .smb-step__item:last-of-type:before {
  display: none;
}
main.page .counseling_container .flow .flow_list .smb-step__item__title {
  margin-bottom: 0px;
}
main.page .counseling_container .flow .flow_list .smb-step__item__title .smb-step__item__number {
  background: -webkit-linear-gradient(315deg, #FADEEB 0%, #FEF5ED 100%);
  background: linear-gradient(135deg, #FADEEB 0%, #FEF5ED 100%);
  color: #333;
  font-size: 18px;
}
main.page .counseling_container .flow .flow_list .smb-step__item__title span {
  font-size: 24px;
  font-weight: 500;
  font-family: "Sippori Mincho", serif;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .flow .flow_list .smb-step__item__title span {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .flow .flow_list .smb-step__item__summary p {
    font-size: max(13px, 13px + 3 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .faq {
  position: relative;
  padding: 100px 0 120px;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .faq {
    padding: max(40px, 40px + 60 * (100vw - 390px) / 1049) 0 max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/page/counseling_bg.webp) no-repeat center/cover;
  z-index: -1;
}
main.page .counseling_container .faq::after {
  content: "";
  position: absolute;
  width: 225px;
  height: auto;
  aspect-ratio: 225/402;
  bottom: 129px;
  right: 0;
  background: url(../img/page/counseling_grd05.webp) no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .faq::after {
    width: 57.5px;
    aspect-ratio: 115/376;
    bottom: auto;
    top: 12px;
    right: 0;
    background: url(../img/page/counseling_grd08_sp.webp) no-repeat center/contain;
  }
}
main.page .counseling_container .faq .faq_list .smb-faq__body {
  max-width: 1030px;
  margin-inline: auto;
}
main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item {
  background: #fff;
  border-bottom: none;
  padding: 45px 75px 30px 100px;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item {
    padding: max(20px, 20px + 25 * (100vw - 390px) / 1049) max(23px, 23px + 52 * (100vw - 390px) / 1049) max(15px, 15px + 15 * (100vw - 390px) / 1049) max(23px, 23px + 77 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item:not(:first-of-type) {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question {
    margin-bottom: 20px;
  }
}
main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label {
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label {
    margin-right: max(40px, 40px + 10 * (100vw - 390px) / 377);
  }
}
main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: url(../img/page/icon_q.svg) no-repeat center/contain;
  width: 62px;
  height: auto;
  aspect-ratio: 62/58;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label::before {
    width: max(31px, 31px + 31 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label::before {
    -webkit-transform: translateY(15%) translateX(0%);
            transform: translateY(15%) translateX(0%);
  }
}
main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__body {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__body {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__label {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__label {
    margin: 0;
  }
}
main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__body {
  line-height: 1.75;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__body p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__body p {
    line-height: 1.41;
  }
}
main.page .counseling_container .price {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .price {
    padding-top: max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .price::before {
  content: "";
  position: absolute;
  width: 222px;
  height: auto;
  aspect-ratio: 222/347;
  top: -13px;
  left: 0;
  background: url(../img/page/counseling_grd06.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .price::before {
    width: 56.5px;
    aspect-ratio: 113/274;
    top: -60px;
    left: 0;
    background: url(../img/page/counseling_grd09_sp.webp) no-repeat center/cover;
  }
}
main.page .counseling_container .price::after {
  content: "";
  position: absolute;
  width: 172px;
  height: auto;
  aspect-ratio: 172/445;
  bottom: 180px;
  right: 0;
  background: url(../img/page/counseling_grd07.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .price::after {
    width: 59px;
    aspect-ratio: 118/415;
    bottom: auto;
    top: -10px;
    right: 0;
    background: url(../img/page/counseling_grd10_sp.webp) no-repeat center/cover;
  }
}
main.page .counseling_container .price .price_wrap {
  max-width: calc(1030px + 10%);
  padding: 0 5%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .price .price_wrap {
    padding: 0 32.5px;
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .price .price_wrap .wp-block-columns {
    margin-bottom: 25px;
  }
}
main.page .counseling_container .price .price_wrap .price_list {
  gap: 0;
  width: 100%;
}
main.page .counseling_container .price .price_wrap .price_list h3 {
  background: -webkit-linear-gradient(315deg, #FBEEE9 0%, #F7D3DD 100%);
  background: linear-gradient(135deg, #FBEEE9 0%, #F7D3DD 100%);
  font-size: 24px;
  height: 110px;
  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;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .price .price_wrap .price_list h3 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    height: max(55px, 55px + 55 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .price .price_wrap .price_list p {
  background: #fff;
  border-top: 3px solid #F7D3DD;
  border-bottom: 3px solid #F7D3DD;
  border-right: 3px solid #F7D3DD;
  height: 110px;
  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;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .price .price_wrap .price_list p {
    height: max(55px, 55px + 55 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .price .price_wrap .price_list p {
    border-top: 2px solid #F7D3DD;
    border-bottom: 2px solid #F7D3DD;
    border-right: 2px solid #F7D3DD;
  }
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .price .price_wrap .price_list p span:nth-of-type(1) {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049) !important;
  }
}
main.page .counseling_container .price .price_wrap .price_list p span:nth-of-type(2) {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .price .price_wrap .price_list p span:nth-of-type(2) {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049) !important;
  }
}
main.page .counseling_container .price .price_text {
  position: relative;
}
main.page .counseling_container .price .price_text::after {
  content: "";
  position: absolute;
  width: 108px;
  height: auto;
  aspect-ratio: 108/86;
  bottom: -30px;
  right: 0;
  background: url(../img/bird03.svg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .price .price_text::after {
    width: max(54px, 54px + 54 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .price .price_text::after {
    bottom: 40px;
    right: -20px;
  }
}
main.page .counseling_container .price .price_text h3 {
  font-size: 21px;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .price .price_text h3 {
    font-size: max(15px, 15px + 6 * (100vw - 390px) / 1049);
  }
}
main.page .counseling_container .price .price_text p {
  line-height: 2.25;
}
@media screen and (max-width: 1439px) {
  main.page .counseling_container .price .price_text p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .price .price_text p {
    margin-top: 14px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  main.page .counseling_container .page_btn {
    margin-top: 65px;
  }
}
main.page .page_btn a, main.page .page_btn input {
  font-size: 24px;
  padding: 14px 20px;
  width: 400px;
  max-width: 100%;
  text-align: center;
  color: #EEA1C0;
  border: 2px solid #EEA1C0;
  position: relative;
  max-width: 100%;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  main.page .page_btn a, main.page .page_btn input {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 6 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .page_btn a, main.page .page_btn input {
    width: max(200px, 200px + 100 * (100vw - 390px) / 377);
    border: 1px solid #EEA1C0;
  }
}
main.page .page_btn a::after, main.page .page_btn input::after {
  content: "";
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #EEA1C0;
  border-right: 2px solid #EEA1C0;
  position: absolute;
  right: 34px;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  main.page .page_btn a::after, main.page .page_btn input::after {
    right: max(17px, 17px + 17 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .page_btn a::after, main.page .page_btn input::after {
    border-top: 1px solid #EEA1C0;
    border-right: 1px solid #EEA1C0;
  }
}
main.page .page_btn a:hover, main.page .page_btn input:hover {
  background-color: #EEA1C0;
  color: #fff !important;
  opacity: 1;
}
main.page .page_btn a:hover::after, main.page .page_btn input:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
main.page .profile_container .profile {
  position: relative;
}
main.page .profile_container .profile::after {
  content: "";
  position: absolute;
  width: 233px;
  height: auto;
  aspect-ratio: 233/358;
  bottom: -115px;
  left: 0;
  background: url(../img/page/profile_grd01.webp) no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .profile::after {
    width: max(72px, 72px + 161 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .profile::after {
    bottom: 12px;
    z-index: -1;
    background: url(../img/page/profile_grd03_sp.webp) no-repeat center/contain;
    aspect-ratio: 144/274;
  }
}
main.page .profile_container .profile_wrap.is-layout-flex {
  max-width: 1440px;
  margin-inline: auto;
  gap: 88px;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .profile_wrap.is-layout-flex {
    gap: max(44px, 44px + 44 * (100vw - 768px) / 671);
  }
}
main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_left {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_left {
    margin-top: max(25px, 25px + 25 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 781px) {
  main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_left {
    max-width: 80%;
  }
}
main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_left::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: 115%;
  aspect-ratio: 610/885;
  background: url(../img/top/profile_img_bg.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_left::after {
    background: url(../img/top/profile_img_bg_sp.webp) no-repeat center/contain;
    aspect-ratio: 683/866;
    right: auto;
    left: -42px;
  }
}
main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_right {
  padding-right: 90px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_right {
    padding-right: max(45px, 45px + 45 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 781px) {
  main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_right {
    padding: 0 32.5px;
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_right::before {
    content: "";
    position: absolute;
    width: 72px;
    height: auto;
    top: 60px;
    left: 0;
    background: url(../img/page/profile_grd01_sp.webp) no-repeat center/cover;
    z-index: -1;
    aspect-ratio: 144/274;
  }
  main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_right::after {
    content: "";
    position: absolute;
    width: 100px;
    height: auto;
    top: 40%;
    right: 0;
    background: url(../img/page/profile_grd02_sp.webp) no-repeat center/cover;
    z-index: -1;
    aspect-ratio: 200/316;
  }
}
main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_right .profile_wrap_text {
  line-height: 2.25;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_right .profile_wrap_text {
    font-size: max(15px, 15px + 1 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 781px) {
  main.page .profile_container .profile_wrap.is-layout-flex .profile_wrap_right .profile_wrap_text {
    line-height: 2;
    margin-top: 30px;
  }
}
main.page .profile_container .license {
  position: relative;
  padding: 100px 0 120px;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .license {
    padding: max(40px, 40px + 60 * (100vw - 390px) / 1049) 0 max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}
main.page .profile_container .license::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/page/profile_bg01.webp) no-repeat center/cover;
  z-index: -1;
}
main.page .profile_container .license::after {
  content: "";
  position: absolute;
  width: 255px;
  height: auto;
  aspect-ratio: 255/402;
  bottom: -120px;
  right: 0;
  background: url(../img/page/profile_grd02.webp) no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .license::after {
    width: max(101px, 101px + 154 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .license::after {
    bottom: auto;
    top: 0;
    background: url(../img/page/profile_grd04_sp.webp) no-repeat center/contain;
    aspect-ratio: 202/396;
  }
}
main.page .profile_container .license .license_wrap {
  max-width: 1030px;
  margin-inline: auto;
  background: #fff;
  padding: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 75px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .license .license_wrap {
    gap: max(37.5px, 37.5px + 37.5 * (100vw - 390px) / 1049);
    padding: max(40px, 40px + 5 * (100vw - 390px) / 1049) max(24px, 24px + 21 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 781px) {
  main.page .profile_container .license .license_wrap {
    gap: 0;
    margin-top: 40px;
  }
}
main.page .profile_container .license .license_wrap::after {
  content: "";
  position: absolute;
  height: auto;
  width: 115px;
  aspect-ratio: 115/53;
  bottom: 42px;
  left: 32px;
  background: url(../img/bird02.svg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main.page .profile_container .license .license_wrap::after {
    width: 77.5px;
    aspect-ratio: 155/72;
    left: auto;
    bottom: 205px;
    right: 40px;
  }
}
@media screen and (max-width: 389px) {
  main.page .profile_container .license .license_wrap::after {
    width: max(40px, 40px + 37.5 * (100vw - 390px) / 69);
  }
}
main.page .profile_container .license .license_wrap .wp-block-column {
  -webkit-flex-basis: inherit;
      -ms-flex-preferred-size: inherit;
          flex-basis: inherit;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
main.page .profile_container .license .license_wrap .wp-block-column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.page .profile_container .license .license_wrap ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.page .profile_container .license .license_wrap ul li {
  line-height: 2.25;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .license .license_wrap ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.page .profile_container .license .license_wrap ul li::before {
  content: "・";
}
main.page .profile_container .license .license_wrap ul li:not(:first-of-type) {
  margin-top: 5px;
}
main.page .profile_container .hobby {
  padding: 100px 0 80px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .hobby {
    padding: max(60px, 60px + 40 * (100vw - 390px) / 1049) 0 max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .hobby {
    padding-bottom: 0;
  }
}
main.page .profile_container .hobby::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 330px;
  bottom: 0;
  left: 0;
  background: url(../img/page/profile_bg02.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .hobby::before {
    height: max(165px, 165px + 165 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .hobby::before {
    display: none;
  }
}
main.page .profile_container .hobby::after {
  content: "";
  position: absolute;
  width: 218px;
  height: auto;
  aspect-ratio: 218/358;
  top: 125px;
  left: 0;
  background: url(../img/page/profile_grd03.webp) no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .hobby::after {
    width: max(65px, 65px + 153 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .hobby::after {
    top: -35px;
    background: url(../img/page/profile_grd05_sp.webp) no-repeat center/contain;
    aspect-ratio: 130/274;
  }
}
main.page .profile_container .hobby .hobby_wrap {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.page .profile_container .hobby .hobby_wrap::before {
    content: "";
    position: absolute;
    width: 102px;
    height: auto;
    aspect-ratio: 204/396;
    top: 100px;
    right: 0;
    background: url(../img/page/profile_grd06_sp.webp) no-repeat center/cover;
    z-index: -1;
  }
  main.page .profile_container .hobby .hobby_wrap::after {
    content: "";
    position: absolute;
    width: 57.5px;
    height: auto;
    aspect-ratio: 115/274;
    bottom: 260px;
    left: 0;
    background: url(../img/page/profile_grd07_sp.webp) no-repeat center/cover;
    z-index: -1;
  }
}
main.page .profile_container .hobby dl.hobby_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 5%;
}
main.page .profile_container .hobby dl.hobby_text div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 781px) {
  main.page .profile_container .hobby dl.hobby_text div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.page .profile_container .hobby dl.hobby_text div:not(:first-of-type) {
    margin-top: 10px;
  }
}
main.page .profile_container .hobby dl.hobby_text dt, main.page .profile_container .hobby dl.hobby_text dd {
  line-height: 2.25;
}
main.page .profile_container .hobby dl.hobby_text dt {
  font-weight: normal;
}
@media screen and (max-width: 781px) {
  main.page .profile_container .hobby dl.hobby_text dt {
    border-bottom: 1px dotted #F6D7DE;
  }
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .hobby dl.hobby_text dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.page .profile_container .hobby dl.hobby_text dd::before {
  content: "：";
}
@media screen and (max-width: 781px) {
  main.page .profile_container .hobby dl.hobby_text dd::before {
    content: none;
  }
}
main.page .profile_container .hobby .hobby_slider .wp-block-image {
  padding: 0 10px;
  height: 100%;
  display: block;
  border: none;
}
@media screen and (max-width: 767px) {
  main.page .profile_container .hobby .hobby_slider .wp-block-image {
    padding: 0 5px;
  }
}
main.page .profile_container .hobby .hobby_slider .wp-block-image figure {
  display: block;
  height: 100%;
}
main.page .profile_container .hobby .hobby_slider .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.page .profile_container .contact {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.page .profile_container .contact {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .contact::before {
    content: "";
    position: absolute;
    width: 122.5px;
    height: auto;
    aspect-ratio: 245/518;
    bottom: -50px;
    left: 0;
    background: url(../img/page/profile_grd09_sp.webp) no-repeat center/cover;
    z-index: -1;
  }
}
main.page .profile_container .contact::after {
  content: "";
  position: absolute;
  width: 207px;
  height: auto;
  aspect-ratio: 207/315;
  bottom: -185px;
  right: 0;
  background: url(../img/page/profile_grd04.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .contact::after {
    width: max(102.5px, 102.5px + 104.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .contact::after {
    top: 0;
    bottom: auto;
    background: url(../img/page/profile_grd08_sp.webp) no-repeat center/cover;
    aspect-ratio: 205/562;
  }
}
@media screen and (max-width: 781px) {
  main.page .profile_container .contact h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .contact h2::after {
    content: "";
    position: absolute;
    width: 54px;
    height: auto;
    aspect-ratio: 108/86;
    top: 16px;
    right: 46px;
    background: url(../img/bird03.svg) no-repeat center/cover;
    z-index: 0;
  }
}
main.page .profile_container .contact .contact_wrap {
  max-width: 960px;
  margin-inline: auto;
  padding: 0 5%;
}
main.page .profile_container .contact .contact_wrap dl.contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 781px) {
  main.page .profile_container .contact .contact_wrap dl.contact_list {
    -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;
  }
}
main.page .profile_container .contact .contact_wrap dl.contact_list dt, main.page .profile_container .contact .contact_wrap dl.contact_list dd {
  line-height: 2.25;
}
@media screen and (max-width: 781px) {
  main.page .profile_container .contact .contact_wrap dl.contact_list dt, main.page .profile_container .contact .contact_wrap dl.contact_list dd {
    line-height: 1.5;
  }
}
main.page .profile_container .contact .contact_wrap dl.contact_list dt {
  width: 100px;
  font-weight: normal;
}
@media screen and (max-width: 781px) {
  main.page .profile_container .contact .contact_wrap dl.contact_list dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 17px;
  }
  main.page .profile_container .contact .contact_wrap dl.contact_list dt:not(:first-of-type) {
    margin-top: 15px;
  }
}
main.page .profile_container .contact .contact_wrap dl.contact_list dd {
  width: calc(100% - 100px);
  word-break: break-all;
}
@media screen and (max-width: 781px) {
  main.page .profile_container .contact .contact_wrap dl.contact_list dd {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 391);
  }
}
main.page .profile_container .contact .contact_wrap dl.contact_list dd::before {
  content: "： ";
}
@media screen and (max-width: 781px) {
  main.page .profile_container .contact .contact_wrap dl.contact_list dd::before {
    content: none;
  }
}
main.page .profile_container .contact .contact_wrap .contact_wrap_right {
  position: relative;
}
main.page .profile_container .contact .contact_wrap .contact_wrap_right::after {
  content: "";
  position: absolute;
  width: 108px;
  height: auto;
  aspect-ratio: 108/86;
  top: -72px;
  left: -35px;
  background: url(../img/bird03.svg) no-repeat center/cover;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .contact .contact_wrap .contact_wrap_right::after {
    width: max(54px, 54px + 54 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .profile_container .contact .contact_wrap .contact_wrap_right::after {
    display: none;
  }
}
main.page .profile_container .contact .contact_wrap .contact_wrap_right img {
  width: 187px;
}
@media screen and (max-width: 1439px) {
  main.page .profile_container .contact .contact_wrap .contact_wrap_right img {
    width: max(93.5px, 93.5px + 93.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 781px) {
  main.page .profile_container .contact .contact_wrap .contact_wrap_right img {
    margin-inline: auto;
  }
}
main.page .contact_container .contact_inner {
  max-width: calc(820px + 10%);
  padding: 0 5%;
  margin-inline: auto;
}
main.page .contact_container .contact_inner h2 {
  font-size: 28px;
}
main.page .contact_container .contact_inner .contact_text {
  line-height: 2.25;
  position: relative;
  z-index: 2;
}
main.page .contact_container .contact_inner iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  main.page .contact_container .contact_inner iframe {
    height: auto;
    aspect-ratio: 3/4;
  }
}
main.page .contact-thanks p {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
main.page .psychology_container .psychology_text {
  padding: 70px 5% 40px;
  font-size: 24px;
  line-height: 2.08;
  font-weight: bold;
  font-family: "Shippori Mincho", sans-serif;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .psychology_text {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .psychology_text::before {
  content: "";
  position: absolute;
  width: 324px;
  height: auto;
  aspect-ratio: 324/324;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/page/psychology_grd01.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .psychology_text::before {
    width: max(240px, 240px + 84 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .about {
  padding: 100px 0 180px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .about {
    padding: max(40px, 40px + 60 * (100vw - 390px) / 1049) 0 max(50px, 50px + 130 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 233px;
  height: auto;
  aspect-ratio: 233/358;
  background: url(../img/page/psychology_grd03.webp) no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .about::before {
    width: max(116.5px, 116.5px + 116.5 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .about::after {
  content: "";
  position: absolute;
  width: 198px;
  height: auto;
  aspect-ratio: 198/402;
  top: 100px;
  right: 0;
  background: url(../img/page/psychology_grd02.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .about::after {
    width: max(99px, 99px + 99 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .about .about_wrap {
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}
main.page .psychology_container .about .about_wrap::before {
  content: "";
  position: absolute;
  width: 115px;
  height: auto;
  aspect-ratio: 115/53;
  top: -220px;
  left: 80px;
  background: url(../img/bird02.svg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .about .about_wrap::before {
    width: max(57.5px, 57.5px + 57.5 * (100vw - 390px) / 1049);
    top: min(-110px, -110px + -330 * (100vw - 390px) / 1049);
    left: max(20px, 20px + 60 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .about .is-layout-flex {
  gap: 115px;
  padding-left: 120px;
  padding-right: 60px;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .about .is-layout-flex {
    gap: max(30px, 30px + 85 * (100vw - 390px) / 1049);
    padding-left: max(60px, 60px + 60 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .about .is-layout-flex {
    gap: 14px;
    padding: 0 32.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}
main.page .psychology_container .about .is-layout-flex p {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .about .is-layout-flex p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .recommend {
  position: relative;
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .recommend {
    padding: max(40px, 40px + 60 * (100vw - 390px) / 1049) 0 max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .recommend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/page/counseling_bg.webp) no-repeat center/cover;
  z-index: -1;
}
main.page .psychology_container .recommend::after {
  content: "";
  position: absolute;
  width: 198px;
  height: auto;
  aspect-ratio: 198/402;
  bottom: 207px;
  right: 0;
  background: url(../img/page/counseling_grd02.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .recommend::after {
    width: 87px;
    background: url(../img/page/counseling_grd04_sp.webp) no-repeat center/contain;
    aspect-ratio: 174/396;
    bottom: auto;
    right: -24px;
    top: 42.5px;
  }
}
main.page .psychology_container .recommend ul {
  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: 25px;
  max-width: 1030px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .recommend ul {
    gap: max(12.5px, 12.5px + 12.5 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .recommend ul li {
  font-size: 21px;
  letter-spacing: 0.05em;
  background: #fff;
  padding: 8px 24px;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .recommend ul li {
    font-size: max(13px, 13px + 8 * (100vw - 390px) / 1049);
    padding: max(5px, 5px + 3 * (100vw - 390px) / 1049) max(8px, 8px + 16 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .recommend .recommend_text {
  max-width: 1030px;
  margin-inline: auto;
  padding: 60px 20px 0;
  font-size: 21px;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .recommend .recommend_text {
    font-size: max(13px, 13px + 8 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .curriculum {
  padding: 100px 0 180px;
  position: relative;
}
main.page .psychology_container .curriculum::before {
  content: "";
  position: absolute;
  width: 198px;
  height: auto;
  aspect-ratio: 198/402;
  top: -60px;
  right: 0;
  background: url(../img/page/psychology_grd04.webp) no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .curriculum::before {
    width: max(99px, 99px + 99 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .curriculum::after {
  content: "";
  position: absolute;
  width: 282px;
  height: auto;
  aspect-ratio: 282/272;
  right: 20px;
  bottom: 0;
  background: url(../img/page/psychology_wood.svg) no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .curriculum::after {
    width: max(141px, 141px + 141 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .curriculum .inner {
  position: relative;
}
main.page .psychology_container .curriculum .inner::before {
  content: "";
  position: absolute;
  width: 115px;
  height: auto;
  aspect-ratio: 115/53;
  top: 30px;
  left: 30px;
  background: url(../img/bird02.svg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .curriculum .inner::before {
    width: max(57.5px, 57.5px + 57.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .curriculum .inner::before {
    left: auto;
    top: 40px;
    right: 10px;
  }
}
main.page .psychology_container .curriculum p {
  font-size: 21px;
  line-height: 2.38;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .curriculum p {
    font-size: max(13px, 13px + 8 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .price {
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .price {
    padding-top: max(60px, 60px + 140 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .price::before {
  content: "";
  position: absolute;
  width: 222px;
  height: auto;
  aspect-ratio: 222/347;
  top: -13px;
  left: 0;
  background: url(../img/page/counseling_grd06.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .price::before {
    width: 56.5px;
    aspect-ratio: 113/274;
    top: -60px;
    left: 0;
    background: url(../img/page/counseling_grd09_sp.webp) no-repeat center/cover;
  }
}
main.page .psychology_container .price::after {
  content: "";
  position: absolute;
  width: 172px;
  height: auto;
  aspect-ratio: 172/445;
  bottom: 180px;
  right: 0;
  background: url(../img/page/counseling_grd07.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .price::after {
    width: 59px;
    aspect-ratio: 118/415;
    bottom: auto;
    top: -10px;
    right: 0;
    background: url(../img/page/counseling_grd10_sp.webp) no-repeat center/cover;
  }
}
main.page .psychology_container .price .price_wrap {
  max-width: calc(1030px + 10%);
  padding: 0 5%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .price .price_wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .price .price_wrap .wp-block-columns {
    margin-bottom: 25px;
  }
}
main.page .psychology_container .price .price_wrap .price_list {
  gap: 0;
  width: 100%;
}
main.page .psychology_container .price .price_wrap .price_list h3 {
  background: -webkit-linear-gradient(315deg, #FBEEE9 0%, #F7D3DD 100%);
  background: linear-gradient(135deg, #FBEEE9 0%, #F7D3DD 100%);
  font-size: 24px;
  height: 110px;
  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;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .price .price_wrap .price_list h3 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    height: max(55px, 55px + 55 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .price .price_wrap .price_list p {
  border-top: 3px solid #F7D3DD;
  border-bottom: 3px solid #F7D3DD;
  border-right: 3px solid #F7D3DD;
  height: 110px;
  font-size: 24px;
  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;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .price .price_wrap .price_list p {
    height: max(55px, 55px + 55 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .price .price_wrap .price_list p {
    border-top: 2px solid #F7D3DD;
    border-bottom: 2px solid #F7D3DD;
    border-right: 2px solid #F7D3DD;
    padding: 5px;
  }
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .price .price_wrap .price_list p span:nth-of-type(1) {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049) !important;
  }
}
main.page .psychology_container .price .price_wrap .price_list p span:nth-of-type(2) {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .price .price_wrap .price_list p span:nth-of-type(2) {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049) !important;
  }
}
main.page .psychology_container .price .price_wrap .price_list.column p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.page .psychology_container .price .price_text {
  position: relative;
}
main.page .psychology_container .price .price_text::after {
  content: "";
  position: absolute;
  width: 108px;
  height: auto;
  aspect-ratio: 108/86;
  bottom: -30px;
  right: 0;
  background: url(../img/bird03.svg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .price .price_text::after {
    width: max(54px, 54px + 54 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .price .price_text::after {
    bottom: 40px;
    right: -20px;
  }
}
main.page .psychology_container .price .price_text h3 {
  font-size: 21px;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .price .price_text h3 {
    font-size: max(15px, 15px + 6 * (100vw - 390px) / 1049);
  }
}
main.page .psychology_container .price .price_text p {
  line-height: 2.25;
}
@media screen and (max-width: 1439px) {
  main.page .psychology_container .price .price_text p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .price .price_text p {
    margin-top: 14px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  main.page .psychology_container .page_btn {
    margin-top: 65px;
  }
}
main.page .therapy_container .about_title {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .about_title {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .about_wrap {
  max-width: calc(880px + 10%);
  margin-inline: auto;
}
main.page .therapy_container .about_wrap .about_img {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .about_wrap .about_img {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .about_wrap p {
  line-height: 2.25;
}
main.page .therapy_container .about_bg {
  margin-top: 90px;
  position: relative;
}
main.page .therapy_container .about_bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: -550px;
  width: 198px;
  height: auto;
  aspect-ratio: 198/402;
  background: url(../img/page/psychology_grd04.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .about_bg::after {
    width: max(99px, 99px + 99 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .about_bg {
    margin-top: max(40px, 40px + 50 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .history {
  padding: 200px 0 135px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .history {
    padding: max(60px, 60px + 140 * (100vw - 390px) / 1049) 0 max(50px, 50px + 85 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .history::before {
  content: "";
  position: absolute;
  width: 233px;
  height: auto;
  aspect-ratio: 233/358;
  left: 0;
  top: -60px;
  background: url(../img/page/counseling_grd01.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .history::before {
    width: max(116.5px, 116.5px + 116.5 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .history::after {
  content: "";
  position: absolute;
  width: 198px;
  height: auto;
  aspect-ratio: 198/402;
  top: 600px;
  right: 0;
  background: url(../img/page/psychology_grd02.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .history::after {
    width: max(99px, 99px + 99 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .history .history_wrap {
  max-width: 1440px;
  margin-inline: auto;
}
main.page .therapy_container .history .is-layout-flex {
  gap: 100px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .history .is-layout-flex {
    gap: max(20px, 20px + 80 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .history .is-layout-flex.is-vk-row-reverse {
  gap: 65px;
  margin-top: 150px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .history .is-layout-flex.is-vk-row-reverse {
    gap: max(20px, 20px + 45 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 120 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .history .is-layout-flex.is-vk-row-reverse .history_right {
  padding-right: 0;
  padding-left: 56px;
}
@media screen and (max-width: 781px) {
  main.page .therapy_container .history .is-layout-flex.is-vk-row-reverse .history_right {
    padding: 0 5%;
  }
}
@media screen and (max-width: 781px) {
  main.page .therapy_container .history .history_left {
    padding: 0 5%;
  }
}
main.page .therapy_container .history .history_right {
  padding-top: 30px;
  padding-right: 40px;
}
@media screen and (max-width: 781px) {
  main.page .therapy_container .history .history_right {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .history .history_right {
    padding: 0 32.5px;
    position: relative;
  }
  main.page .therapy_container .history .history_right::before {
    content: "";
    position: absolute;
    width: 58px;
    height: auto;
    aspect-ratio: 116/274;
    top: 0;
    left: 0;
    background: url(../img/page/counseling_grd01_sp.webp) no-repeat center/contain;
    z-index: -1;
  }
  main.page .therapy_container .history .history_right::after {
    content: "";
    position: absolute;
    width: 94px;
    height: auto;
    aspect-ratio: 188/316;
    right: 0;
    top: 40%;
    background: url(../img/page/counseling_grd02_sp.webp) no-repeat center/contain;
    z-index: -1;
  }
}
main.page .therapy_container .history .history_right h3 {
  font-size: 24px;
  line-height: 1.75;
  font-family: "Shippori Mincho", sans-serif;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .history .history_right h3 {
    font-size: max(17px, 17px + 7 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .history .history_right p {
  margin-top: 55px;
  line-height: 2.25;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .history .history_right p {
    font-size: max(15px, 15px + 1 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .history .history_right p {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .history .history_right .wp-block-image .alignright {
    margin: 0;
  }
}
main.page .therapy_container .recommend {
  position: relative;
  padding: 150px 0 140px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .recommend {
    padding: max(40px, 40px + 110 * (100vw - 390px) / 1049) 0 max(50px, 50px + 90 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .recommend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/page/counseling_bg.webp) no-repeat center/cover;
  z-index: -1;
}
main.page .therapy_container .recommend::after {
  content: "";
  position: absolute;
  width: 233px;
  height: auto;
  aspect-ratio: 233/358;
  left: 0;
  top: -120px;
  background: url(../img/page/counseling_grd01.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .recommend::after {
    width: max(116.5px, 116.5px + 116.5 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .recommend ul {
  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: 25px;
  max-width: 1030px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .recommend ul {
    gap: max(12.5px, 12.5px + 12.5 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .recommend ul li {
  font-size: 21px;
  letter-spacing: 0.05em;
  background: #fff;
  padding: 8px 24px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .recommend ul li {
    font-size: max(13px, 13px + 8 * (100vw - 390px) / 1049);
    padding: max(5px, 5px + 3 * (100vw - 390px) / 1049) max(8px, 8px + 16 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .please-come {
  position: relative;
  padding: 190px 0 180px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .please-come {
    padding: max(60px, 60px + 130 * (100vw - 390px) / 1049) 0 max(50px, 50px + 130 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .please-come::before {
    content: "";
    position: absolute;
    width: 50px;
    background: url(../img/page/counseling_grd05_sp.webp) no-repeat center/contain;
    aspect-ratio: 100/271;
    left: 0;
    top: -100px;
  }
}
main.page .therapy_container .please-come::after {
  content: "";
  position: absolute;
  width: 231px;
  height: auto;
  aspect-ratio: 231/358;
  right: 0;
  bottom: -100px;
  background: url(../img/page/counseling_grd03.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .please-come::after {
    width: 81.5px;
    aspect-ratio: 183/396;
    top: 30px;
    bottom: auto;
    background: url(../img/page/counseling_grd06_sp.webp) no-repeat center/contain;
  }
}
main.page .therapy_container .please-come .please-come_wrap {
  max-width: 1440px;
  margin-inline: auto;
}
main.page .therapy_container .please-come .is-layout-flex {
  gap: 72px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .please-come .is-layout-flex {
    gap: max(20px, 20px + 52 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .please-come .is-layout-flex {
    gap: 14px;
    padding: 0 32.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
main.page .therapy_container .please-come .is-layout-flex .flex_right {
  padding-right: 55px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .please-come .is-layout-flex .flex_right {
    padding-right: max(27.5px, 27.5px + 27.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 781px) {
  main.page .therapy_container .please-come .is-layout-flex .flex_right {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .please-come .is-layout-flex .flex_right {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .please-come .is-layout-flex .flex_right h2 {
    text-align: center;
  }
}
main.page .therapy_container .please-come .is-layout-flex .flex_right p {
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .please-come .is-layout-flex .flex_right p {
    line-height: 2;
  }
}
main.page .therapy_container .flow {
  position: relative;
  padding-bottom: 190px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .flow {
    padding-bottom: max(60px, 60px + 130 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .flow::before {
  content: "";
  position: absolute;
  width: 282px;
  height: auto;
  aspect-ratio: 282/272;
  bottom: 17.5px;
  right: 0;
  background: url(../img/top/profile_wood.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .flow::before {
    display: none;
  }
}
main.page .therapy_container .flow::after {
  content: "";
  position: absolute;
  width: 199px;
  height: auto;
  aspect-ratio: 199/358;
  bottom: -178px;
  left: 0;
  background: url(../img/page/counseling_grd04.webp) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .flow::after {
    width: max(99.5px, 99.5px + 99.5 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .flow .inner {
  position: relative;
}
main.page .therapy_container .flow .inner::before {
  content: "";
  position: absolute;
  width: 115px;
  height: auto;
  aspect-ratio: 115/53;
  top: 30px;
  left: 30px;
  background: url(../img/bird02.svg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .flow .inner::before {
    width: max(57.5px, 57.5px + 57.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .flow .inner::before {
    left: auto;
    top: 40px;
    right: 10px;
  }
}
main.page .therapy_container .flow .flow_list {
  max-width: 950px;
  margin-inline: auto;
  position: relative;
}
main.page .therapy_container .flow .flow_list .smb-step__body:before {
  content: "";
  display: none;
  border-left: none;
  background-image: -webkit-radial-gradient(circle, #E4949F 1.5px, transparent 1.5px);
  background-image: radial-gradient(circle, #E4949F 1.5px, transparent 1.5px);
  background-size: 6px 29px;
  background-position: top left;
  background-repeat: repeat-y;
  width: 6px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .flow .flow_list .smb-step__body > * + * {
    margin-top: 20px;
  }
}
main.page .therapy_container .flow .flow_list .smb-step__item {
  position: relative;
}
main.page .therapy_container .flow .flow_list .smb-step__item:before {
  content: "";
  display: block;
  border-left: none;
  background-image: -webkit-radial-gradient(circle, #E4949F 1.5px, transparent 1.5px);
  background-image: radial-gradient(circle, #E4949F 1.5px, transparent 1.5px);
  background-size: 6px 10px;
  background-position: top left;
  background-repeat: repeat-y;
  width: 6px;
  height: 48px;
  position: absolute;
  top: calc(50% + 45px);
  left: -45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .flow .flow_list .smb-step__item:before {
    top: calc(50% + 25px);
  }
}
main.page .therapy_container .flow .flow_list .smb-step__item:last-of-type:before {
  display: none;
}
main.page .therapy_container .flow .flow_list .smb-step__item__title {
  margin-bottom: 16px;
}
main.page .therapy_container .flow .flow_list .smb-step__item__title .smb-step__item__number {
  background: -webkit-linear-gradient(315deg, #FADEEB 0%, #FEF5ED 100%);
  background: linear-gradient(135deg, #FADEEB 0%, #FEF5ED 100%);
  color: #333;
  font-size: 18px;
}
main.page .therapy_container .flow .flow_list .smb-step__item__title span {
  font-size: 24px;
  font-weight: 500;
  font-family: "Sippori Mincho", serif;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .flow .flow_list .smb-step__item__title span {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .flow .flow_list .smb-step__item__summary p {
    font-size: max(13px, 13px + 3 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .faq {
  position: relative;
  padding: 100px 0 120px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .faq {
    padding: max(40px, 40px + 60 * (100vw - 390px) / 1049) 0 max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/page/counseling_bg.webp) no-repeat center/cover;
  z-index: -1;
}
main.page .therapy_container .faq::after {
  content: "";
  position: absolute;
  width: 225px;
  height: auto;
  aspect-ratio: 225/402;
  top: 680px;
  right: 0;
  background: url(../img/page/counseling_grd05.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .faq::after {
    width: max(112.5px, 112.5px + 112.5 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .faq .grd_wrap::after {
  content: "";
  position: absolute;
  width: 199px;
  height: auto;
  aspect-ratio: 199/358;
  bottom: 450px;
  left: 0;
  background: url(../img/page/counseling_grd04.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .faq .grd_wrap::after {
    width: max(99.5px, 99.5px + 99.5 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .faq .faq_list .smb-faq__body {
  max-width: 1030px;
  margin-inline: auto;
}
main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item {
  background: #fff;
  border-bottom: none;
  padding: 45px 75px 30px 100px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item {
    padding: max(20px, 20px + 25 * (100vw - 390px) / 1049) max(23px, 23px + 52 * (100vw - 390px) / 1049) max(15px, 15px + 15 * (100vw - 390px) / 1049) max(23px, 23px + 77 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item:not(:first-of-type) {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question {
    margin-bottom: 20px;
  }
}
main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label {
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label {
    margin-right: max(40px, 40px + 10 * (100vw - 390px) / 377);
  }
}
main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: url(../img/page/icon_q.svg) no-repeat center/contain;
  width: 62px;
  height: auto;
  aspect-ratio: 62/58;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label::before {
    width: max(31px, 31px + 31 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__label::before {
    -webkit-transform: translateY(15%) translateX(0%);
            transform: translateY(15%) translateX(0%);
  }
}
main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__body {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__question .smb-faq__item__question__body {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__label {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__label {
    margin: 0;
  }
}
main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__body {
  line-height: 1.75;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__body p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .faq .faq_list .smb-faq__body .smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__body p {
    line-height: 1.41;
  }
}
main.page .therapy_container .price {
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price {
    padding-top: max(40px, 40px + 160 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .price::before {
  content: "";
  position: absolute;
  width: 222px;
  height: auto;
  aspect-ratio: 222/347;
  top: -13px;
  left: 0;
  background: url(../img/page/counseling_grd06.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price::before {
    width: max(111px, 111px + 111 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .price::after {
  content: "";
  position: absolute;
  width: 172px;
  height: auto;
  aspect-ratio: 172/445;
  bottom: 10px;
  right: 0;
  background: url(../img/page/counseling_grd07.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price::after {
    width: max(86px, 86px + 86 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .price .price_wrap {
  max-width: calc(1030px + 10%);
  padding: 0 5%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .price .price_wrap {
    padding: 0 32.5px;
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .price .price_wrap .wp-block-columns {
    margin-bottom: 25px;
  }
}
main.page .therapy_container .price .price_wrap .price_list {
  gap: 0;
  width: 100%;
}
main.page .therapy_container .price .price_wrap .price_list h3 {
  background: -webkit-linear-gradient(315deg, #FBEEE9 0%, #F7D3DD 100%);
  background: linear-gradient(135deg, #FBEEE9 0%, #F7D3DD 100%);
  font-size: 24px;
  height: 110px;
  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;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price .price_wrap .price_list h3 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    height: max(55px, 55px + 55 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .price .price_wrap .price_list p {
  background: #fff;
  border-top: 3px solid #F7D3DD;
  border-bottom: 3px solid #F7D3DD;
  border-right: 3px solid #F7D3DD;
  height: 110px;
  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;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price .price_wrap .price_list p {
    height: max(55px, 55px + 55 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .price .price_wrap .price_list p {
    border-top: 2px solid #F7D3DD;
    border-bottom: 2px solid #F7D3DD;
    border-right: 2px solid #F7D3DD;
  }
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price .price_wrap .price_list p span:nth-of-type(1) {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049) !important;
  }
}
main.page .therapy_container .price .price_wrap .price_list p span:nth-of-type(2) {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price .price_wrap .price_list p span:nth-of-type(2) {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049) !important;
  }
}
main.page .therapy_container .price .price_text {
  position: relative;
}
main.page .therapy_container .price .price_text::after {
  content: "";
  position: absolute;
  width: 108px;
  height: auto;
  aspect-ratio: 108/86;
  bottom: -30px;
  right: 0;
  background: url(../img/bird03.svg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price .price_text::after {
    width: max(54px, 54px + 54 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .price .price_text::after {
    bottom: 40px;
    right: -20px;
  }
}
main.page .therapy_container .price .price_text h3 {
  font-size: 21px;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price .price_text h3 {
    font-size: max(15px, 15px + 6 * (100vw - 390px) / 1049);
  }
}
main.page .therapy_container .price .price_text p {
  line-height: 2.25;
}
@media screen and (max-width: 1439px) {
  main.page .therapy_container .price .price_text p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .price .price_text p {
    margin-top: 14px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  main.page .therapy_container .page_btn {
    margin-top: 65px;
  }
}

.page_title_wrap {
  padding: 180px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .page_title_wrap {
    padding: max(115px, 115px + 65 * (100vw - 390px) / 1049) 0 max(100px, 100px + 80 * (100vw - 390px) / 1049);
  }
}
.page_title_wrap::before, .page_title_wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.page_title_wrap::before {
  width: 158px;
  height: auto;
  aspect-ratio: 158/274;
  left: 0;
  bottom: -44px;
  background: url(../img/page/page_title_grd_left.webp) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  .page_title_wrap::before {
    width: max(79px, 79px + 79 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .page_title_wrap::before {
    background: url(../img/page/page_title_grd_left_sp.webp) no-repeat center/contain;
    width: 79px;
    aspect-ratio: 158/274;
    bottom: 55px;
  }
}
.page_title_wrap::after {
  width: 212px;
  height: auto;
  aspect-ratio: 212/316;
  right: 0;
  top: -110px;
  background: url(../img/page/page_title_grd_right.webp) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  .page_title_wrap::after {
    width: max(106px, 106px + 106 * (100vw - 390px) / 1049);
    top: min(-55px, -110px + 55 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .page_title_wrap::after {
    background: url(../img/page/page_title_grd_right_sp.webp) no-repeat center/contain;
    aspect-ratio: 178/316;
    width: 88px;
    top: auto;
    bottom: -68px;
  }
}
.page_title_wrap h1, .page_title_wrap .page_title {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1439px) {
  .page_title_wrap h1, .page_title_wrap .page_title {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
.page_title_wrap .title_img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  bottom: -15px;
  max-width: 90%;
}
.page_title_wrap .illust_bird {
  position: absolute;
  right: 130px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 108px;
}
@media screen and (max-width: 1439px) {
  .page_title_wrap .illust_bird {
    width: max(54px, 54px + 54 * (100vw - 390px) / 1049);
    right: max(38px, 38px + 92 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .page_title_wrap .illust_bird {
    top: 85px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.counseling_title {
  width: 650px;
}
@media screen and (max-width: 1439px) {
  .counseling_title {
    width: max(325px, 325px + 325 * (100vw - 390px) / 1049);
  }
}

.profile_title {
  width: 413px;
}
@media screen and (max-width: 1439px) {
  .profile_title {
    width: max(206.5px, 206.5px + 206.5 * (100vw - 390px) / 1049);
  }
}

.customer_title {
  width: 780px;
}
@media screen and (max-width: 1439px) {
  .customer_title {
    width: max(390px, 390px + 390 * (100vw - 390px) / 1049);
  }
}

.contact_title {
  width: 448px;
}
@media screen and (max-width: 1439px) {
  .contact_title {
    width: max(224px, 224px + 224 * (100vw - 390px) / 1049);
  }
}

.bloglist_title {
  width: 494px;
}
@media screen and (max-width: 1439px) {
  .bloglist_title {
    width: max(247px, 247px + 247 * (100vw - 390px) / 1049);
  }
}

.blog_title {
  width: 247px;
}
@media screen and (max-width: 1439px) {
  .blog_title {
    width: max(123.5px, 123.5px + 123.5 * (100vw - 390px) / 1049);
  }
}

.infomation_title {
  width: 654px;
}
@media screen and (max-width: 1439px) {
  .infomation_title {
    width: max(327px, 327px + 327 * (100vw - 390px) / 1049);
  }
}

.psychology_title {
  width: 650px;
}
@media screen and (max-width: 1439px) {
  .psychology_title {
    width: max(325px, 325px + 325 * (100vw - 390px) / 1049);
  }
}

.therapy_title {
  width: 650px;
}
@media screen and (max-width: 1439px) {
  .therapy_title {
    width: max(325px, 325px + 325 * (100vw - 390px) / 1049);
  }
}

.contact_page {
  position: relative;
}
.contact_page .conatct_grd01, .contact_page .conatct_grd02, .contact_page .conatct_grd03, .contact_page .conatct_grd04, .contact_page .contact_wood01, .contact_page .contact_bird01, .contact_page .contact_bird02 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.contact_page .conatct_grd01 {
  width: 229px;
  left: 0;
  top: 1162px;
}
@media screen and (max-width: 1439px) {
  .contact_page .conatct_grd01 {
    width: max(114.5px, 114.5px + 114.5 * (100vw - 390px) / 1049);
  }
}
.contact_page .conatct_grd02 {
  width: 205px;
  right: 0;
  top: 1864px;
}
@media screen and (max-width: 1439px) {
  .contact_page .conatct_grd02 {
    width: max(102.5px, 102.5px + 102.5 * (100vw - 390px) / 1049);
  }
}
.contact_page .conatct_grd03 {
  width: 200px;
  left: 0;
  bottom: 916px;
}
@media screen and (max-width: 1439px) {
  .contact_page .conatct_grd03 {
    width: max(100px, 100px + 100 * (100vw - 390px) / 1049);
  }
}
.contact_page .conatct_grd04 {
  width: 225px;
  right: 0;
  bottom: 461px;
}
@media screen and (max-width: 1439px) {
  .contact_page .conatct_grd04 {
    width: max(112.5px, 112.5px + 112.5 * (100vw - 390px) / 1049);
  }
}
.contact_page .contact_wood01 {
  width: 292px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  .contact_page .contact_wood01 {
    width: max(146px, 146px + 146 * (100vw - 390px) / 1049);
  }
}
.contact_page .contact_bird01 {
  width: 108px;
  right: 121px;
  top: 2439px;
}
@media screen and (max-width: 1439px) {
  .contact_page .contact_bird01 {
    width: max(54px, 54px + 54 * (100vw - 390px) / 1049);
    right: max(60.5px, 60.5px + 60.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .contact_page .contact_bird01 {
    display: none;
  }
}
.contact_page .contact_bird02 {
  width: 115px;
  left: 101px;
  bottom: 211px;
}
@media screen and (max-width: 1439px) {
  .contact_page .contact_bird02 {
    width: max(57.5px, 57.5px + 57.5 * (100vw - 390px) / 1049);
    left: max(50.5px, 50.5px + 50.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .contact_page .contact_bird02 {
    display: none;
  }
}

main.not-found .not-found_wrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main.not-found .not-found_wrap {
    margin-top: -40px;
  }
}
main.not-found .not-found_wrap .page_btn {
  margin-top: 40px;
}
main.not-found .not-found_wrap .page_btn a {
  display: block;
  min-width: 300px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.not-found .not-found_wrap .page_btn a {
    min-width: 200px;
  }
}

.contact-form {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .contact-form {
    margin-top: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
.contact-form label {
  display: block;
  margin-bottom: 12px;
}
.contact-form label:not(:first-of-type) {
  margin-top: 40px;
}
.contact-form .required {
  color: #E4949F;
  margin-right: 12px;
  font-size: 11px;
  vertical-align: 2px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=date],
.contact-form textarea {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 12px 20px;
  width: 100%;
}
.contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form input[type=tel]::-webkit-input-placeholder, .contact-form input[type=date]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #9FA0A0;
  letter-spacing: 0.1em;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form input[type=date]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #9FA0A0;
  letter-spacing: 0.1em;
}
.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form input[type=tel]:-ms-input-placeholder, .contact-form input[type=date]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #9FA0A0;
  letter-spacing: 0.1em;
}
.contact-form input[type=text]::-ms-input-placeholder, .contact-form input[type=email]::-ms-input-placeholder, .contact-form input[type=tel]::-ms-input-placeholder, .contact-form input[type=date]::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: #9FA0A0;
  letter-spacing: 0.1em;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form input[type=date]::placeholder,
.contact-form textarea::placeholder {
  color: #9FA0A0;
  letter-spacing: 0.1em;
}
.contact-form .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .contact-form .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form input[type=date] {
  text-align: left;
  width: 300px;
}
.contact-form input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-form input[type=date] {
    width: 100%;
  }
}
.contact-form select {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 12px 20px;
  width: 100%;
  max-width: 100%;
}
.contact-form select::-webkit-input-placeholder {
  color: #9FA0A0;
}
.contact-form select::-moz-placeholder {
  color: #9FA0A0;
}
.contact-form select:-ms-input-placeholder {
  color: #9FA0A0;
}
.contact-form select::-ms-input-placeholder {
  color: #9FA0A0;
}
.contact-form select::placeholder {
  color: #9FA0A0;
}
.contact-form .select-wrapper {
  position: relative;
}
.contact-form .select-wrapper select {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 12px 20px;
  width: 100%;
}
.contact-form .select-wrapper select::-webkit-input-placeholder {
  color: #9FA0A0;
}
.contact-form .select-wrapper select::-moz-placeholder {
  color: #9FA0A0;
}
.contact-form .select-wrapper select:-ms-input-placeholder {
  color: #9FA0A0;
}
.contact-form .select-wrapper select::-ms-input-placeholder {
  color: #9FA0A0;
}
.contact-form .select-wrapper select::placeholder {
  color: #9FA0A0;
}
.contact-form .select-wrapper select.your-time {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .contact-form .select-wrapper select.your-time {
    width: 100%;
  }
}
.contact-form .select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 36px;
  top: 18px;
  color: #E4949F;
  pointer-events: none;
  font-size: 10px;
}
@media screen and (max-width: 1439px) {
  .contact-form .select-wrapper::after {
    right: max(24px, 24px + 12 * (100vw - 390px) / 1049);
  }
}
.contact-form .radio-group .wpcf7-radio {
  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: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form .radio-group .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.contact-form .radio-group .wpcf7-radio .wpcf7-list-item label {
  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: 3px;
  gap: 8px;
  margin-bottom: 0;
}
.contact-form .radio-group input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form .radio-group input[type=radio]::before {
  content: "◯";
  font-size: 26px;
  line-height: 1;
  color: #E4949F;
  display: block;
}
.contact-form .radio-group input[type=radio]:checked::before {
  content: "●";
  color: #E4949F;
}
.contact-form textarea {
  height: 320px;
}
.contact-form .policy_text {
  margin-top: 72px;
  line-height: 1.75;
}
.contact-form .page_btn {
  margin-top: 115px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .contact-form .page_btn {
    margin-top: max(60px, 60px + 55 * (100vw - 390px) / 1049);
  }
}
.contact-form .page_btn input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .page_btn input:hover {
  opacity: 0.7;
}
.contact-form .page_btn span.arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.contact-form .page_btn span.arrow::after {
  content: "";
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #EEA1C0;
  border-right: 2px solid #EEA1C0;
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .contact-form .page_btn span.arrow::after {
    right: max(17px, 17px + 17 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .contact-form .page_btn span.arrow::after {
    border-top: 1px solid #EEA1C0;
    border-right: 1px solid #EEA1C0;
  }
}
.contact-form .page_btn:hover span.arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .contact-form .page_btn:hover span.arrow::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.contact-form .wpcf7-spinner {
  display: block;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.contact-confirm {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .contact-confirm {
    margin-top: -40px;
  }
}
.contact-confirm .inner {
  max-width: calc(820px + 10%);
}
.contact-confirm .contact-form_confirm {
  margin-top: 40px;
}
.contact-confirm .contact-form_confirm .confirm-item:last-of-type {
  border-bottom: 1px solid #ddd;
}
.contact-confirm .contact-form_confirm .confirm-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #ffffff;
}
.contact-confirm .contact-form_confirm .confirm-item .confirm-label {
  background-color: #f0f0f0;
  padding: 8px;
  width: 30%;
  font-weight: bold;
  color: #333;
  border-right: 1px solid #ddd;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contact-confirm .contact-form_confirm .confirm-item .confirm-label {
    font-size: 14px;
    width: 120px;
  }
}
.contact-confirm .contact-form_confirm .confirm-item .confirm-value {
  padding: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #555;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .contact-confirm .contact-form_confirm .confirm-item .confirm-value {
    font-size: 14px;
  }
}
.contact-confirm .contact-form_confirm .button-wrapper {
  text-align: center;
}
.contact-confirm .page_btn {
  margin-top: 60px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.contact-confirm .page_btn input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-confirm .page_btn input:hover {
  opacity: 0.7;
}
.contact-confirm .page_btn span.arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.contact-confirm .page_btn span.arrow::after {
  content: "";
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #EEA1C0;
  border-right: 2px solid #EEA1C0;
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1439px) {
  .contact-confirm .page_btn span.arrow::after {
    right: max(17px, 17px + 17 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .contact-confirm .page_btn span.arrow::after {
    border-top: 1px solid #EEA1C0;
    border-right: 1px solid #EEA1C0;
  }
}
.contact-confirm .prev_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 24px;
}
.contact-confirm .prev_btn .wpcf7-previous {
  font-size: 20px;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .contact-confirm .prev_btn .wpcf7-previous {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.contact-confirm .wpcf7-spinner {
  display: block;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.contact-thanks {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .contact-thanks {
    margin-top: -40px;
  }
}

footer {
  padding: 72px 0 80px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  footer {
    padding: max(45px, 45px + 27 * (100vw - 390px) / 1049) 0 max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
footer::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/footer_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  footer::after {
    background: url(../img/footer_bg_sp.webp) no-repeat center/cover;
  }
}
footer .footer_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1439px) {
  footer .footer_wrap {
    gap: max(20px, 20px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
footer .footer_wrap .footer_logo {
  width: 154px;
}
@media screen and (max-width: 1024px) {
  footer .footer_wrap .footer_logo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer_logo {
    display: none;
  }
}
footer .footer_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer_nav01, footer .footer_nav02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
}
@media screen and (max-width: 1439px) {
  footer .footer_nav01, footer .footer_nav02 {
    gap: max(50px, 50px + 45 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav01, footer .footer_nav02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
footer .footer_nav01 h3 {
  font-size: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  footer .footer_nav01 h3 {
    font-size: 12px;
  }
}
footer .footer_nav01 .footer_nav_left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
footer .footer_nav01 .footer_nav_left .flex {
  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;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav01 .footer_nav_left .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav01 .footer_nav_left .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}
footer .footer_nav01 .footer_nav_left .flex ul {
  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: 8px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav01 .footer_nav_left .flex ul {
    gap: 2px;
  }
}
footer .footer_nav01 .footer_nav_left .flex ul li a {
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  footer .footer_nav01 .footer_nav_left .flex ul li a {
    font-size: 12px;
  }
}
footer .footer_nav01 .footer_nav_left .flex ul li a.lspa10 {
  letter-spacing: 0.1em;
}
footer .footer_nav01 .footer_nav_right {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer_nav01 .footer_nav_right .footer_nav_right_text {
  margin-top: 30px;
  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: 3px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav01 .footer_nav_right .footer_nav_right_text {
    margin-top: 20px;
    gap: 8px;
  }
}
footer .footer_nav01 .footer_nav_right .footer_nav_right_text p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  footer .footer_nav01 .footer_nav_right .footer_nav_right_text p {
    font-size: 12px;
  }
}
footer .footer_nav01 .footer_nav_right .footer_nav_right_text p.lspa05 {
  letter-spacing: 0.05em;
}
footer .footer_nav02 {
  margin-top: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav02 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .footer_nav02 .sns_wrap ul {
  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;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav02 .sns_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav02 .sns_wrap ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
footer .footer_nav02 .sns_wrap ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  footer .footer_nav02 .sns_wrap ul li a {
    font-size: 12px;
  }
}
footer .footer_nav02 .sns_wrap ul li a .ig_icon {
  width: 23px;
}
footer .footer_nav02 .sns_wrap ul li a .line_icon {
  width: 27px;
}
footer .footer_nav02 .copy {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav02 .copy {
    margin-left: 0;
    font-size: 12px;
  }
}