@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

* {
  font-family: "Noto Sans JP", "Zen Maru Gothic";
  font-size: 16px;
}

html {
  font-size: 26.6666666667vw;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
  }
}

body {
  overflow-x: hidden;
  height: 100%;
  font-family: "Noto Sans JP", "Zen Maru Gothic";
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.4;
  font-feature-settings: "palt";
  color: #333;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

input:focus,
textarea:focus {
  outline: none;
  border: 2px solid #FF9D55;
}

input[type=checkbox]:focus {
  outline: 2px solid #FF9D55;
}

*:focus {
  outline: 2px solid #FF9D55;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  align-items: center;
  width: 100%;
  background: rgba(250, 244, 232, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 32px 10px;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 15px 0;
  }
}
.l-header__nav {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    padding: 0 20px;
  }
}
.l-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 15px;
}
@media screen and (max-width: 1024px), print {
  .l-header__top {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-header__top {
    margin: 0;
    flex-direction: row;
  }
}
.l-header-logo__link {
  width: 100%;
  max-width: 220px;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header-logo__link {
    max-width: 150px;
  }
}
.l-header-logo__img {
  width: 100%;
  display: block;
}
.l-header-nav__inner-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
  gap: 60px;
  max-width: 720px;
  width: 100%;
}
.l-header-nav__inner-item {
  position: relative;
}
.l-header-nav__inner-item:last-child .l-header-nav__inner-anchor::after {
  display: none;
}
.l-header-nav__inner-anchor {
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.l-header-nav__inner-anchor:hover {
  color: #7dc61d;
}
.l-header-nav__inner-anchor::after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: -35px;
  width: 10px;
  height: 10px;
  background-image: url(../images/heder_icon.svg);
  background-repeat: no-repeat;
}
.l-header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
@media screen and (max-width: 1024px), print {
  .l-header-contact {
    justify-content: center;
  }
}
.l-header-contact__telbox {
  text-align: right;
}
.l-header-contact__teltext {
  font-size: 13px;
  color: #FF9D55;
  font-weight: 500;
}
.l-header-contact__tel a p {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  color: #FF9D55;
  font-family: "Roboto", "Noto Sans JP";
  letter-spacing: 2px;
}
.l-header-contact__tel a p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 20px;
  height: 20px;
  background-image: url(../images/tel_icon_header.svg);
  background-repeat: no-repeat;
}
.l-header-contact__web {
  max-width: 200px;
  width: 100%;
}
.l-header-contact__web a {
  display: block;
  padding: 13px;
  background-color: #7dc61e;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 4px 5px 0 #d3d9d4;
  position: relative;
}
.l-header-contact__web a::before, .l-header-contact__web a::after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.l-header-contact__web a::before {
  left: 30px;
  background-image: url(../images/btn_mail_icon.svg);
  width: 22px;
  height: 22px;
}
.l-header-contact__web a::after {
  right: 20px;
  background-image: url(../images/btn_arrow.svg);
  width: 15px;
  height: 15px;
}
.l-header .hamburger {
  position: relative;
  padding-bottom: 18px;
}
.l-header .hamburger::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
  line-height: 1;
}
.l-header .hamburger > .inner {
  width: 30px;
}

.l-footer {
  margin: 110px auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: 40px auto 0;
  }
}
.l-footer_box.pc {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .l-footer_box.pc {
    padding: 0 2%;
  }
}
.l-footer_box_left {
  width: 40%;
}
@media screen and (max-width: 1024px), print {
  .l-footer_box_left {
    width: 50%;
  }
}
.l-footer_box_left_logo img {
  width: 100%;
}
.l-footer_box_right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px), print {
  .l-footer_box_right {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_box.pc {
    display: none;
  }
}
.l-footer_list {
  margin: 35px auto;
}
.l-footer_list ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer_list ul {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_list__item {
    width: 48%;
  }
  .l-footer_list__item a {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 30px;
    border-top: 1px solid #EDE7E3;
    position: relative;
  }
  .l-footer_list__item a::before {
    content: "";
    background-image: url(../images/widget-arrow.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 15px;
    height: 11.5px;
  }
  .l-footer_list__item:last-of-type a {
    border-bottom: 1px solid #EDE7E3;
  }
  .l-footer_list__item:nth-last-of-type(2) a {
    border-bottom: 1px solid #EDE7E3;
  }
}
.l-footer_list__item::after {
  content: "|";
  color: #FF9D55;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-footer_list__item::after {
    content: none;
  }
}
.l-footer_list__item:last-child::after {
  content: none;
}
.l-footer_copyright {
  font-size: 14px;
  margin: auto;
  text-align: center;
  background-color: #EDE7E3;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .l-footer_copyright {
    padding-bottom: 70px;
  }
}
.l-footer-sp {
  display: none;
}
.l-footer_bnr-cases {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer_bnr-cases {
    display: block;
    text-align: center;
    width: 95%;
    margin: 40px auto 60px;
  }
  .l-footer_bnr-cases img {
    max-width: 270px;
    width: 100%;
  }
}
.l-footer_box-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer_box-sp {
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
    background: #EDE7E3;
    padding: 25px 0 10px;
  }
  .l-footer_box-sp img {
    max-width: 160px;
    width: 100%;
  }
}
.l-footer-pop.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer-pop.sp {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
}
.l-footer-pop__link-img {
  width: 100%;
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 110px;
    right: 20px;
  }
}
#page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 1px solid #EDE7E3;
  color: #7dc61e;
  border-radius: 120px;
  font-size: 18px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #page-top a {
    font-size: 16px;
    width: 60px;
    height: 60px;
  }
}
#page-top a :hover {
  text-decoration: none;
  opacity: 0.5;
}

.l-section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-top: 60px;
  }
}

.l-bgwrap {
  background-image: url(../images/example_bg_01.jpg);
  background-position: top center;
  background-size: 1918px;
  background-repeat: no-repeat;
}

#content {
  display: flex;
  flex-direction: row-reverse;
  margin: 5rem auto 0;
  justify-content: center;
  gap: 60px;
  margin-top: 23rem;
}
@media screen and (max-width: 1024px), print {
  #content {
    gap: 30px;
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  #content {
    margin: 90px auto 0;
    padding: 0;
  }
}
#content .post {
  max-width: 700px;
}
@media screen and (max-width: 1024px), print {
  #content .post {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #content .post {
    width: 95%;
  }
}
#content .post p {
  line-height: 1.6;
  letter-spacing: 0.06em;
}
#content img {
  width: 100%;
}

.home #content {
  margin: 60px auto 0;
}
@media screen and (max-width: 820px) {
  .home #content {
    padding: 0 2%;
  }
}

div#widget-area {
  max-width: 270px;
}
div#widget-area img {
  width: 100%;
}

.l-title-h1 {
  width: 100%;
  padding: 24px 20px;
  color: #3E3A3A;
  font-size: 32px;
  font-weight: 600;
  border: 4px solid #EDE7E3;
  border-radius: 5px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-title-h1 {
    padding: 20px 15px;
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.l-title-h1::after {
  content: "";
  transform: rotate(-45deg);
  border-top: 4px solid #EDE7E3;
  width: 55px;
  position: absolute;
  bottom: 15px;
  right: -10px;
}

.l-title-h2 {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  padding: 13px 20px;
  background: linear-gradient(to right, #FFD798, #FAF4E8);
  border-radius: 5px;
  position: relative;
  color: #4a3724;
}
@media screen and (max-width: 767px) {
  .l-title-h2 {
    padding: 13px 12px;
  }
}
.l-title-h2::after {
  content: "";
  transform: rotate(-45deg);
  border-top: 3px solid #ffffff;
  width: 40px;
  position: absolute;
  bottom: 10px;
  right: -10px;
}

.l-title-h3 {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  padding: 15px 20px;
  background-color: #ffedc9;
  border-left: 3px solid #FF9D55;
}
@media screen and (max-width: 767px) {
  .l-title-h3 {
    padding: 12px;
    font-size: 17px;
  }
}

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

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

@media screen and (max-width: 767px) {
  .l-header__nav {
    position: relative;
  }
  .l-header-nav__inner-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 15px;
  }
  .l-header-nav__inner-item {
    width: 47%;
  }
  .l-header-nav__inner-item:last-child .l-header-nav__inner-anchor::after {
    display: block;
  }
  .l-header-nav__inner-anchor {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 18px 10px 18px 30px;
    border-radius: 2px;
  }
  .l-header-nav__inner-anchor::after {
    right: 0;
    left: 12px;
  }
  #sp-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    background-color: rgba(200, 223, 169, 0.8);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
  }
  #sp-menu.is-active {
    pointer-events: auto;
    animation: slideDown 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  }
  #sp-menu.is-leaving {
    pointer-events: none;
    animation: slideUp 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slideUp {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(-100%);
      opacity: 0;
    }
  }
}
.p-fv {
  margin-top: 0;
  padding: 115px 0;
  background-image: url(../images/main_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px), print {
  .p-fv {
    padding: 60px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 0;
    background-image: unset;
  }
}
.p-fv__img {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px), print {
  .p-fv__img {
    width: 62.5%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    width: 100%;
    margin: 0;
  }
}
.p-fv__img img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    max-width: unset;
  }
}

.mainimg-box {
  display: none;
}

.home .mainimg-box {
  display: block;
  margin: 0;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background: linear-gradient(0deg, #fffcf4, transparent);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .home .mainimg-box {
    padding-top: 23rem;
  }
}
.home .mainimg-box img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1435px;
}
@media screen and (max-width: 769px) {
  .home .mainimg-box img {
    max-width: 95%;
  }
}
.home .mainimg-box .pc, .home .mainimg-box .sp {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .l-main .mainimg-box {
    margin: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .mainimg-box {
    margin: 0;
    padding-top: 80px;
    padding-bottom: 15px;
  }
}
.top-main-visual .mv-inner {
  display: flex;
  gap: 3px;
  grid-template-columns: repeat(4, 1fr); /* 4列レイアウトに変更 */
  grid-template-rows: repeat(3, auto); /* 高さを自動調整 */
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.top-main-visual .mv-inner {
  display: flex;
  gap: 3px;
  grid-template-columns: repeat(4, 1fr); /* 4列レイアウトに変更 */
  grid-template-rows: repeat(3, auto); /* 高さを自動調整 */
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.top-main-visual .mv-inner .top-grid {
  display: grid;
  align-items: center;
  align-content: center;
  gap: 1%;
}

.item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area01 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.area02 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.area03 {
  grid-column: 1/1;
  grid-row: 1/1;
}

.area04 {
  grid-column: 2/2;
  grid-row: 1/2;
}

.area06 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.area08 {
  grid-column: 2/2;
  grid-row: 2/3;
}

.area09 {
  grid-column: 3/3;
  grid-row: 2/2;
}

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

.top-main-visual .mv-inner:after, .top-main-visual .mv-inner:before {
  background-position: top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
}

.top-main-visual .mv-inner:before {
  aspect-ratio: 160/108;
  background-image: url(../images/top/mv_star01.svg);
  background-size: 160px auto;
  left: 23%;
  min-height: 108px;
  top: 69%;
  width: 14.815%;
}

.top-main-visual .mv-inner:after {
  aspect-ratio: 67/60;
  background-image: url(../images/top/mv_star02.svg);
  background-size: 67px auto;
  min-height: 60px;
  right: 22.5%;
  top: 31%;
  width: 6.204%;
}

.top-main-visual .area01 {
  aspect-ratio: 1.8;
  border-radius: 60px 0 0 30px;
}

.top-main-visual .area02 {
  aspect-ratio: 0.9;
  border-radius: 0 0 0 30px;
}

.top-main-visual .area03 {
  aspect-ratio: 0.9;
  border-radius: 0 0 20px 0;
}

.top-main-visual .area04 {
  aspect-ratio: 0.9;
  border-radius: 0 0 0 20px;
}

.top-main-visual .area06 {
  aspect-ratio: 0.9;
  border-radius: 0 0 50px 0;
}

.top-main-visual .area07 {
  aspect-ratio: 0.9;
  border-radius: 0 0 0 50px;
}

.top-main-visual .area08 {
  aspect-ratio: 0.9;
}

.top-main-visual .area09 {
  aspect-ratio: 0.9;
  border-radius: 0 0 60px 0;
}

.top-main-visual .area10 {
  aspect-ratio: 0.9;
  border-radius: 0 30px 10px 0;
}

.top-main-visual .area11 {
  aspect-ratio: 0.9;
  border-radius: 30px 20px 0 0;
}

.top-main-visual .area12 {
  aspect-ratio: 0.9;
  border-radius: 20px 0 50px 0;
}

.top-main-visual .area13 {
  aspect-ratio: 0.9;
  border-radius: 10px 20px 20px 50px;
}

.top-main-visual .area14 {
  aspect-ratio: 0.45;
  border-radius: 20px 0 20px 20px;
}

.top-main-visual .area15 {
  aspect-ratio: 0.9;
  border-radius: 0 0 0 20px;
}

.top-main-visual .area16 {
  aspect-ratio: 0.9;
  border-radius: 0 50px 0 0;
}

.top-main-visual .area16 span {
  font-size: clamp(0.9rem, 0.3755868545vw + 7.592px, 1.3rem);
}

.top-main-visual .area17 {
  aspect-ratio: 0.9;
  border-radius: 50px 0 100px 20px;
}

.top-main-visual .area18 {
  aspect-ratio: 0.9;
  border-radius: 0 60px 0 0;
}

.top-main-visual .area19 {
  aspect-ratio: 0.9;
  border-radius: 0 0 20px 0;
}

.top-main-visual .area20 {
  aspect-ratio: 0.9;
  border-radius: 0 0 0 100px;
}

.top-main-visual .area21 {
  aspect-ratio: 1.8;
  border-radius: 0 50px 20px 10px;
  display: grid;
}

.top-main-visual .area21 span {
  align-self: end;
  font-size: clamp(0.9rem, 0.3755868545vw + 7.592px, 1.3rem);
}

.top-main-visual .area22 {
  aspect-ratio: 0.9;
  border-radius: 50px 0 20px 20px;
}

.top-main-visual .area23 {
  aspect-ratio: 0.9;
  border-radius: 0 20px 0 20px;
}

.top-main-visual .area24 {
  aspect-ratio: 0.9;
  border-radius: 20px 0 20px 0;
}

.top-main-visual .area25 {
  aspect-ratio: 0.9;
  border-radius: 0 20px 0 20px;
}

.top-main-visual .area26 {
  border-radius: 20px 0 0 0;
}

.top-main-visual .area27 {
  aspect-ratio: 1.8;
  border-radius: 0 20px 20px 0;
}

.top-main-visual .area28 {
  aspect-ratio: 1.8;
  border-radius: 60px 0 0 0;
}

.top-main-visual .area29 {
  aspect-ratio: 1.8;
  border-radius: 0 10px 0 0;
}

.top-main-visual .area30 {
  aspect-ratio: 3.6;
  border-radius: 10px 20px 0 0;
}

.top-main-visual .copy {
  align-self: center;
  grid-area: 5/14/7/25;
  margin: 0 35px 0 1vw;
  z-index: 2;
}

.top-main-visual .copy img {
  height: auto;
  width: 55%;
}

.top-main-visual .scroll {
  bottom: -5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.top-main-visual .scroll.animate svg .star, .top-main-visual .scroll.animate svg .v-line-front {
  animation-play-state: running;
}

.top-main-visual .scroll svg {
  height: clamp(6rem, 3.5714285714vw + 31.429px, 7rem);
}

.top-main-visual .scroll svg .v-line {
  fill: #c6d1ee;
}

.top-main-visual .scroll svg .v-line-front {
  stroke: #0c3388;
  stroke-dasharray: 44;
  stroke-dashoffset: 44;
  stroke-width: 10;
  animation: animate-line 3s ease-in-out infinite;
  animation-play-state: paused;
}

.top-main-visual .scroll svg .mask-path {
  fill: none;
  stroke: #fff;
}

.top-main-visual .scroll svg .star {
  fill: #c6d1ee;
  animation: animate-star 3s ease-in-out infinite;
  animation-play-state: paused;
}

.p-fv + .p-contact {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-fv + .p-contact {
    padding: 0 3% 60px;
  }
}

.p-contact {
  padding: 80px 0;
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 30px 3%;
    background-image: url(../images/contact_bg_sp.jpg);
  }
}
.p-contact-header {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.p-contact-header__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p-contact-header__title {
    flex-direction: column;
    margin-top: -10%;
  }
}
.p-contact-header__illust {
  position: relative;
  top: -20%;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: -7% auto;
}
@media screen and (min-width: 768px), print {
  .p-contact-header__illust {
    position: absolute;
    top: unset;
    bottom: -65px;
    left: 0;
    display: block;
    width: 40.1%;
    margin: 0;
  }
}
.p-contact-header__titleImg {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-contact-header__titleImg {
    max-width: unset;
    width: 47.6%;
    margin-right: auto;
    margin-left: 40.1%;
  }
}
.p-contact-header__text {
  margin: 35px 0 38px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.p-contact-header__text br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact-header__text {
    margin: 20px 0 23px;
    font-size: 16px;
    line-height: 1.6;
  }
  .p-contact-header__text br {
    display: block;
  }
}
.p-contact-body {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 100px;
}
@media screen and (max-width: 1024px), print {
  .p-contact-body {
    gap: clamp(20px, 4%, 100px);
    padding: 0 3% 0 1%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-body {
    flex-wrap: wrap;
    padding: 0 1%;
  }
}
.p-contact-body__tel {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .p-contact-body__tel {
    width: 100%;
    margin-top: 0;
  }
}
.p-contact-body__tel img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-contact-body__tel img {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-body__mail img {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}

.p-concept {
  position: relative;
  max-width: 1050px;
  width: 88%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-concept {
    margin: 60px auto 0;
  }
}
.p-concept__title {
  max-width: 545px;
  width: 55%;
  margin: 0 0 0 auto;
  font-size: 43px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    max-width: unset;
    width: 100%;
    margin: 20px auto 0;
    font-size: 30px;
  }
}
.p-concept__wrap {
  display: block;
}
.p-concept__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 405px;
  width: 40%;
}
.p-concept__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    position: relative;
    max-width: unset;
    width: 100%;
    margin: 0 auto;
  }
}
.p-concept-text__wrap {
  max-width: 545px;
  width: 55%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-concept-text__wrap {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
  }
}
.p-concept-text__title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.9em;
}
@media screen and (max-width: 767px) {
  .p-concept-text__title {
    font-size: 18px;
  }
}
.p-concept-text__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.9em;
}
@media screen and (max-width: 767px) {
  .p-concept-text__text {
    text-wrap: pretty;
    text-align: justify;
  }
  .p-concept-text__text br {
    display: none;
  }
}

.p-problem {
  padding: 80px 0;
  background-image: url(../images/problem-bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-problem {
    padding: 60px 0;
    background-image: url(../images/problem_bg_sp.jpg);
  }
}
.p-problem__wrap {
  max-width: 1227px;
  width: 88%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-problem__wrap {
    width: 90%;
  }
}
.p-problem-case__item {
  display: block;
}
.p-problem-case__item img {
  margin: 0 auto;
}
.p-problem-footer {
  text-align: center;
}
.p-problem-footer__text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.p-problem-footer__text + p {
  margin-top: 10px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-problem-footer__text + p {
    margin-top: 20px;
    font-size: 19px;
  }
}

#content .post .p-flow {
  max-width: 1200px;
  width: 94%;
  border-radius: 30px;
  background: #FCF7E4;
  margin: 80px auto 0;
  padding: 30px 4%;
}
@media screen and (max-width: 767px) {
  #content .post .p-flow {
    margin-top: 120px;
  }
}
#content .post .p-flow__text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content .post .p-flow__text {
    font-size: 16px;
    text-wrap: pretty;
    text-align: justify;
  }
  #content .post .p-flow__text br {
    display: none;
  }
}
#content .post .p-flow__img {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto 0;
}
#content .post .p-flow__img img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #content .post .p-flow__img {
    margin: 30px auto 0;
  }
}

.p_faq_box {
  margin-bottom: 20px;
}
.p_faq_box-item {
  margin-bottom: 40px;
}
.p_faq_box-item_q {
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  background-color: #f8f2e6;
  border-radius: 10px;
  margin-bottom: 20px;
}
.p_faq_box-item_q span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #ff9d54;
  padding-right: 10px;
  border-radius: 5px;
}
.p_faq_box-item_a {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p_faq_box-item_a {
    margin-left: 0;
  }
}

.p-information-data {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 88%;
  height: auto;
  margin: 30px auto 0;
  border-top: 3px solid #707070;
  border-bottom: 3px solid #707070;
  box-sizing: border-box;
}
.p-information-data__title, .p-information-data__text {
  padding: 31.5px 9.5px 28.5px;
  border-bottom: 1px solid #707070;
}
.p-information-data__title:nth-last-child(2), .p-information-data__title:last-child, .p-information-data__text:nth-last-child(2), .p-information-data__text:last-child {
  border-bottom: unset;
}
.p-information-data__title {
  width: 185px;
  font-size: 18px;
}
.p-information-data__text {
  width: calc(100% - 185px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-information-data__title, .p-information-data__text {
    width: 100%;
  }
  .p-information-data__title {
    padding: 15.5px 9.5px 2px;
    border-bottom: unset;
    font-weight: 500;
  }
  .p-information-data__text {
    padding: 4px 9.5px 14.5px;
  }
}
.p-information-data + .p-information__title {
  margin-top: 40px;
  font-size: 30px;
  text-align: center;
}
.p-information-data.c-toggle {
  transition: 0.4s;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.p-information-data.c-toggle::before, .p-information-data.c-toggle::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 28px;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-information-data.c-toggle::before, .p-information-data.c-toggle::after {
    right: 18px;
  }
}
.p-information-data.c-toggle.js-close {
  height: 91.1px !important;
}
@media screen and (max-width: 767px) {
  .p-information-data.c-toggle.js-close {
    height: 88px !important;
  }
}
.p-information-data.c-toggle.js-close::after {
  transform: translateY(-50%) rotate(-90deg);
}

.p-self {
  margin-bottom: 60px;
}
.p-self_img {
  margin-bottom: 30px;
}
.p-self_text {
  margin-bottom: 40px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.p-self_text p {
  margin-bottom: 20px;
}

.p-review {
  margin-bottom: 60px;
}
.p-review .l-title-h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-review .l-title-h2 {
    margin-bottom: 15px;
  }
}
.p-review p {
  margin-bottom: 20px;
}
.p-review_list {
  margin-bottom: 30px;
}

.p-top-cases {
  margin-bottom: 60px;
}
.p-top-cases h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-cases h2 {
    margin-bottom: 25px;
  }
}
.p-top-cases_img {
  margin-bottom: 30px;
}
.p-top-cases .l-title-h2_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2%;
  margin: 30px 0;
}
.p-top-cases .l-title-h2_list__item {
  width: 32%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .p-top-cases .l-title-h2_list__item {
    width: 49%;
  }
}

.p-campaign {
  margin-bottom: 30px;
}
.p-campaign .l-title-h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-campaign .l-title-h2 {
    margin-bottom: 15px;
  }
}
.p-campaign p {
  margin-bottom: 20px;
}

.p-recommend h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-recommend h2 {
    margin-bottom: 15px;
  }
}
.p-recommend p {
  margin-bottom: 20px;
}
.p-recommend_list {
  margin-bottom: 30px;
}
.p-recommend_list__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-recommend_list__item {
    margin-bottom: 15px;
  }
}
.p-recommend_list__item img {
  width: 100%;
}

#content .post .p-greeting_box {
  margin: 40px auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #content .post .p-greeting_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#content .post .p-greeting_box__img {
  float: right;
  width: 241px;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  #content .post .p-greeting_box__img {
    float: unset;
    margin: auto;
  }
}
#content .post .p-greeting_box__text_title {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  #content .post .p-greeting_box__text_title {
    text-align: center;
  }
}
#content .post .p-greeting_box__text_title::before {
  content: "";
  background-image: url(../images/director-h3.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #content .post .p-greeting_box__text_title::before {
    top: 0;
    left: 20%;
  }
}
#content .post .p-greeting_box__text_sentence {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #content .post .p-greeting_box__text_sentence {
    letter-spacing: 1.2px;
  }
}

#content .post .p-patient_list {
  margin: 40px auto;
}
#content .post .p-patient_list_box {
  border: 2px solid #EDE7E3;
  border-bottom: 7px solid #EDE7E3;
  border-radius: 10px;
  padding: 30px 35px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #content .post .p-patient_list_box {
    padding: 35px 35px 20px;
  }
}
#content .post .p-patient_list_box_item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDE7E3;
}
@media screen and (max-width: 767px) {
  #content .post .p-patient_list_box_item {
    font-size: 15px;
  }
}
#content .post .p-patient_list_box_item__img {
  width: 83px;
}
#content .post .p-patient_list_box_item__text-span {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #content .post .p-patient_list_box_item__text-span {
    margin-bottom: 5px;
  }
}
#content .post .p-patient_list_box_item__text-span span {
  padding: 4px 25px;
  background-color: #EDE7E3;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px;
}
#content .post .p-patient_list_box_item__text-p {
  font-size: 16px;
  font-weight: 500;
}
#content .post .p-patient_list_box__day {
  position: absolute;
  top: 30px;
  right: 35px;
}
@media screen and (max-width: 767px) {
  #content .post .p-patient_list_box__day {
    font-size: 15px;
  }
}
#content .post .p-patient_list_box__text {
  margin: 20px 0;
}
#content .post .p-patient_list_box__text-span {
  margin-bottom: 20px;
}
#content .post .p-patient_list_box__text-span span {
  color: #544840;
  border: 2px solid #544840;
  border-radius: 5px;
  padding: 2px 10px;
  margin-right: 5px;
  font-weight: 500;
}
#content .post .p-patient_list_box__text-p__strong {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}

.p-sponsor {
  margin-bottom: 40px;
}
.p-sponsor h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-sponsor h2 {
    margin-bottom: 20px;
  }
}
.p-sponsor p {
  margin-bottom: 20px;
}
.p-sponsor a {
  display: block;
}
.p-sponsor a img {
  width: 100%;
}

div#widget-area .widget_text {
  margin-bottom: 20px;
}
div#widget-area .widget_text_img {
  margin-bottom: 10px;
}
div#widget-area .widget_text_text {
  font-size: 14px;
}
div#widget-area .widget_text .textwidget {
  display: flex;
  flex-direction: column;
}
div#widget-area .widget_text_information_logo {
  width: 242px;
  margin: 10px auto;
}
div#widget-area .widget_text_information_list {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}
div#widget-area .widget_text_information_list__item {
  background-color: #FAF4E8;
  color: #404954;
  font-size: 13px;
  width: 80px;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}
div#widget-area .widget_text_information_text {
  margin-bottom: 20px;
}
div#widget-area .widget-container {
  margin-bottom: 20px;
}
div#widget-area .widget-container .menu-item a {
  border-top: 1px solid #EDE7E3;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  padding-left: 30px;
}
div#widget-area .widget-container .menu-item:last-child a {
  border-bottom: 1px solid #EDE7E3;
}
div#widget-area .widget-container .menu-item a::before {
  content: "";
  background-image: url(../images/widget-arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 15px;
  height: 11.5px;
}

@media screen and (max-width: 767px) {
  #sidebar {
    display: none;
  }
}
.p-policy {
  max-width: calc(980px + 12%);
  margin: 80px auto;
  padding: 0 6%;
  font-size: 16px;
}

.p-policy__section {
  margin-top: 2em;
}
.p-policy__section-table tr {
  border-top: 1px solid #ddd;
}
.p-policy__section-table tr th, .p-policy__section-table tr td {
  font-size: 14px;
  padding: 10px;
}

.p_price {
  margin-bottom: 40px;
}
.p_price .l-title-h2 {
  margin-bottom: 30px;
}
.p_price_tax {
  text-align: right;
  margin-bottom: 15px;
}
.p_price_box-campaign {
  margin-bottom: 40px;
}
.p_price_box-campaign_p {
  font-size: 16px;
  margin-bottom: 30px;
}
.p_price_box-price {
  margin-bottom: 40px;
}
.p_price_box-price_img {
  margin-top: 25px;
}
.p_price_box-price_table {
  width: 100%;
  border: 1px solid #ece7e3;
  margin: 25px auto;
}
.p_price_box-price_table-th {
  width: 25%;
  text-align: center;
  border: 1px solid #ece7e3;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  background-color: #fffbef;
  vertical-align: middle;
}
.p_price_box-price_table-th.first {
  padding: 10px;
  border-right: 1px solid #FFF;
  background-color: #ffd799;
}
.p_price_box-price_table-td {
  width: 25%;
  text-align: center;
  border: 1px solid #ece7e3;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  vertical-align: middle;
}
.p_price_box-price_table-td.first {
  padding: 10px;
  border-right: 1px solid #FFF;
  background-color: #ffd799;
}
.p_price_box-price_table-td.first:last-child {
  border-right: 1px solid #ece7e3;
}
.p_price_box-price-sbtitle {
  color: #003882;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}
.p_price_box-price_note {
  margin-bottom: 25px;
}
.p_price_box-cash_p {
  font-size: 18px;
  margin-bottom: 20px;
}
.p_price_box-cash_img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto auto 30px;
  display: block;
}
.p_price_box-cash_img_pay {
  max-width: 555px;
  margin-bottom: 100px;
}
.p_price_important {
  background-color: #f7f7f7;
  padding: 10px 20px;
  color: #777;
}
.p_price_important-p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
}
.p_price_important-list {
  padding-left: 20px;
}
.p_price_important-list_item {
  font-size: 14px;
  margin-bottom: 10px;
  list-style-type: disc;
}
.p_price_important-list_item:last-child {
  margin-bottom: 0;
}

.p_first-important {
  margin-bottom: 20px;
}
.p_first-important .l-title-h2 {
  margin-bottom: 30px;
}
.p_first-important_img {
  width: 100%;
  margin: 0 auto 20px;
}
.p_first-important_img-n {
  margin: 0 auto;
}
.p_first-important_catch {
  font-size: 17px;
  font-weight: 600;
  padding: 5px 5px 5px 25px;
  margin-bottom: 15px;
  border-bottom: 2px solid #7dc61d;
  width: auto;
  position: relative;
}
.p_first-important_catch::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #7dc61d;
  left: 5px;
  top: 53%;
  transform: translateY(-50%);
}
.p_first-important_area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p_first-important_area {
    flex-direction: column-reverse;
  }
}
.p_first-important_area figure {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p_first-important_area figure {
    width: 100%;
  }
}
.p_first-important_textbox {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p_first-important_textbox {
    width: 100%;
  }
}
.p_first-important_text {
  margin-bottom: 20px;
  line-height: 1.7;
}
.p_first-point_img {
  margin: 30px auto;
}
.p_first-point_box-list {
  display: flex;
  flex-direction: column;
}
.p_first-point_box-list-item {
  display: flex;
  gap: 15px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #ece7e3;
  margin-top: 30px;
  width: 100%;
  justify-content: space-between;
}
.p_first-point_box-list-item:first-child {
  margin-top: 0;
}
.p_first-point_box-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px), print {
  .p_first-point_box-list-item {
    flex-direction: column-reverse;
  }
}
.p_first-point_box-list-item_img-wrapper {
  max-width: 235px;
  flex-shrink: 0;
  margin-bottom: auto;
}
@media screen and (max-width: 1024px), print {
  .p_first-point_box-list-item_img-wrapper {
    max-width: 100%;
  }
}
.p_first-point_box-list-item_img-wrapper img {
  width: 100%;
  height: auto;
}
.p_first-point_box-list-item_h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #FF9D55;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p_first-point_box-list-item_h3 {
    font-size: 20px;
  }
}
.p_first-point_box-list-item_h3_img {
  max-width: 88px;
}
@media screen and (max-width: 767px) {
  .p_first-point_box-list-item_h3_img {
    max-width: 80px;
  }
}
.p_first-point_box-list-item_p {
  font-size: 16px;
  line-height: 1.7;
}
.p_first-flow {
  margin: 60px auto;
}
.p_first-flow .l-title-h2 {
  margin-bottom: 30px;
}
.p_first-flow_box-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 2%;
}
@media screen and (max-width: 767px) {
  .p_first-flow_box-list {
    gap: 40px;
  }
}
.p_first-flow_box-list-item {
  width: 32%;
}
@media screen and (max-width: 1024px), print {
  .p_first-flow_box-list-item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p_first-flow_box-list-item {
    width: 100%;
  }
}
.p_first-flow_box-list-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #3E3A3A;
  margin-bottom: 10px;
  background-color: #faf4e8;
  padding: 15px 20px;
  border-left: 3px solid #FF9D55;
}
@media screen and (max-width: 767px) {
  .p_first-flow_box-list-item h3 {
    padding: 13px 20px;
  }
}
.p_first-flow_box-list-item img {
  max-width: 100%;
  margin-bottom: 15px;
}
.p_first-flow_box-list-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #3E3A3A;
}

.p_access-box {
  margin-bottom: 60px;
}
.p_access-box_logo {
  display: flex;
  gap: 10px;
  max-width: 550px;
  margin: auto;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p_access-box_logo {
    max-width: 80%;
    flex-direction: column;
    text-align: center;
  }
}
.p_access-box_logo__img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p_access-box_logo__img {
    max-width: 220px;
  }
}
.p_access-box_logo__text {
  font-size: 16px;
  align-self: center;
  padding: 15px;
  max-width: 255px;
  width: 100%;
  background-color: #faf4e8;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p_access-box_logo__text {
    max-width: 100%;
  }
}
.p_access-box_img {
  margin: 30px auto;
}
.p_access-box_list {
  width: 100%;
  margin: auto;
  font-size: 16px;
  line-height: 1.8;
}
.p_access-box_list table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.p_access-box_list table tr {
  border-top: 1px solid #ece7e3;
}
.p_access-box_list table tr:last-child {
  border-bottom: 1px solid #ece7e3;
}
.p_access-box_list table th {
  text-align: left;
  padding: 15px 10px;
  vertical-align: middle;
  width: 20%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p_access-box_list table th {
    width: 30%;
  }
}
.p_access-box_list table td {
  padding: 15px 0;
  vertical-align: middle;
  width: 80%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p_access-box_list table td {
    width: 70%;
  }
}

.p_staff_box_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p_staff_box_list {
    gap: 20px;
    flex-direction: column;
  }
}
.p_staff_box_list_img {
  max-width: 55%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p_staff_box_list_img {
    max-width: 100%;
  }
}
.p_staff_box_list_text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p_staff_box_list_text {
    width: 100%;
  }
}
.p_staff_box_text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
}
.p_staff_box_text-item {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
}
.p_staff_box_text-item:last-child {
  margin-bottom: 0;
}
.p_staff_box:last-of-type {
  margin-bottom: 60px;
}
.p_staff_CEO {
  margin: 20px auto 70px;
}
.p_staff_CEO h2 {
  margin-bottom: 20px;
}
.p_staff_CEO-img {
  max-width: 30%;
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p_staff_CEO-img {
    max-width: 40%;
  }
}
.p_staff_CEO-p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
}
.p_staff_CEO-p span {
  font-weight: bold;
}

.p-cases h2 {
  margin: 60px auto 30px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  padding: 13px 20px;
  background: linear-gradient(to right, #FFD798, #FAF4E8);
  border-radius: 5px;
  position: relative;
  color: #4a3724;
}
@media screen and (max-width: 767px) {
  .p-cases h2 {
    padding: 13px 12px;
  }
}
.p-cases h2::after {
  content: "";
  transform: rotate(-45deg);
  border-top: 3px solid #ffffff;
  width: 40px;
  position: absolute;
  bottom: 10px;
  right: -10px;
}
.p-cases h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  padding: 15px 20px;
  background-color: #ffedc9;
  border-left: 3px solid #FF9D55;
}
@media screen and (max-width: 767px) {
  .p-cases h3 {
    padding: 12px;
    font-size: 17px;
  }
}
.p-cases p {
  margin-bottom: 30px;
}

/* 症例ブレッド */
.worries_block {
  padding: 30px 0 5px;
}
@media screen and (max-width: 767px) {
  .worries_block {
    padding: 5px 0;
  }
  .worries_block p {
    margin: 0;
  }
}
.worries_block span.sub-hd {
  display: block;
  padding: 1em 0;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  border-top: 1px solid #FF9D55;
  border-bottom: 1px solid #FF9D55;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .worries_block span.sub-hd {
    font-size: 18px;
    padding: 10px 0;
  }
}
.worries_block span.hd_2 {
  display: block;
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: 500;
  color: #87bf25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worries_block span.hd_2 {
    font-size: 22px;
    margin-top: 1em;
  }
}
.worries_block .center-img {
  margin: auto;
  text-align: center;
}
.worries_block .center-img img {
  margin: 1.5em auto 0;
  max-width: 91px;
  filter: brightness(0) saturate(100%) invert(71%) sepia(64%) saturate(566%) hue-rotate(32deg) brightness(90%) contrast(82%);
}
@media screen and (max-width: 767px) {
  .worries_block .center-img img {
    margin: 2em auto;
  }
}
.worries_block img.img-r {
  float: right;
  width: 24%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .worries_block img.img-r {
    float: none;
    width: 40%;
    margin: auto auto 1em;
  }
}

.worries_item {
  padding: 0 20px;
}

#content .cases_img {
  margin: 40px 0;
}
#content .cases_img img {
  margin-bottom: 15px;
}
#content .cases_img img:nth-child(1) {
  margin: auto;
  width: 80%;
  display: block;
}

.center-img {
  margin: auto;
  text-align: center;
}

.problem-list ul {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .problem-list ul {
    width: 100%;
  }
}
.problem-list ul li {
  padding: 20px 0 20px 45px;
  color: #333;
  font-size: 18px;
  border-bottom: 1px dashed #FF9D55;
  background-image: url(../images/check-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .problem-list ul li {
    font-size: 16px;
  }
}

#content img.alignnone.size-large {
  width: 100%;
  height: auto;
}
#content .worries_block img.img-r {
  float: right;
  width: 24%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #content .worries_block img.img-r {
    float: none;
    width: 40%;
    margin: auto auto 1em;
  }
}

/* 症例ブレッド */
.p-blog-box {
  margin-bottom: 60px;
}
.p-blog-a {
  display: flex;
  gap: 5%;
  padding: 30px 0;
  border-top: 1px dashed #eef6ff;
  border-bottom: 1px dashed #eef6ff;
  align-items: center;
}
.p-blog-img {
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .p-blog-img {
    max-width: 40%;
  }
}
.p-blog-img img {
  height: auto;
}
.p-blog-content {
  max-width: 65%;
}
@media screen and (max-width: 767px) {
  .p-blog-content {
    max-width: 60%;
  }
}
.p-blog-date {
  font-size: 16px;
  color: #FF9D55;
  font-weight: 500;
  margin-bottom: 15px;
}
.p-blog-title {
  color: #3E3A3A;
  margin-bottom: 10px;
  font-weight: 600;
}
.p-blog-excerpt {
  font-size: 16px;
  line-height: 1.8;
  color: #3E3A3A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

#content .post .p_contact_box_tel_day {
  font-size: 14px;
  color: #3E3A3A;
  margin: auto;
  letter-spacing: 0;
}

.p_contact_box {
  margin: 0 auto 60px;
}
.p_contact_box_h2 {
  font-size: 28px;
  color: #3E3A3A;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p_contact_box_h2 {
    font-size: 26px;
    line-height: 1.5;
  }
}
.p_contact_box_h2 span {
  color: #FF9D55;
  font-size: 1em;
}
.p_contact_box_txt {
  letter-spacing: 1.5px;
}
.p_contact_box .l-title-h2 {
  margin: 30px auto;
}
.p_contact_box_tel {
  width: 100%;
  padding: 50px 60px;
  background-color: #faf4e8;
  border-radius: 30px;
  margin: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p_contact_box_tel {
    padding: 20px 10%;
  }
}
.p_contact_box_tel_txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p_contact_box_tel_txt {
    text-align: center;
  }
}
.p_contact_box_tel_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p_contact_box_tel_box {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.p_contact_box_tel_a {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p_contact_box_tel_a {
    gap: 5px;
  }
}
.p_contact_box_tel_a_span {
  font-size: 45px;
  font-weight: 600;
  color: #ff9d55;
  font-family: "Roboto", "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .p_contact_box_tel_a_span {
    font-size: 35px;
  }
}
.p_contact_box_tel_a img {
  max-width: 25px;
}
.p_contact_box_tel_day {
  font-size: 14px;
  color: #3E3A3A;
  margin: auto;
}
.p_contact_attention {
  padding: 20px;
  border: 3px solid #eb4635;
  border-radius: 5px;
  margin: 0 auto 20px;
  width: 90%;
}
.p_contact_attention-lead {
  font-size: 24px;
  font-weight: 500;
  color: #eb4635;
  letter-spacing: 1px;
  border-bottom: 2px solid #d9d2cd;
  padding: 0 0 10px 40px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_contact_attention-lead {
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-left: 30px;
  }
}
.p_contact_attention-lead::before {
  position: absolute;
  content: "";
  background-image: url(../images/contact/attention_i.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  left: 0px;
  top: 43%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p_contact_attention-lead::before {
    width: 25px;
    height: 25px;
  }
}
.p_contact_attention-text {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p_contact_attention-text {
    font-size: 17px;
  }
}
.p_contact_attention-text span {
  font-size: 1.2em;
  font-weight: 600;
  color: #eb4635;
}
.p_contact table {
  margin-top: 20px;
}
.p_contact__form #contact_form tr {
  display: flex;
  flex-direction: column;
}
.p_contact__form #contact_form tr th {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 500;
}
.p_contact__form #contact_form tr th span {
  padding: 1px 7px 2px;
  border-radius: 3px;
  background: #f9852f;
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
}
.p_contact__form #contact_form tr td {
  margin: 0 0 30px;
}
.p_contact__form #contact_form tr td textarea {
  resize: vertical;
}
.p_contact__form #contact_form input.wpcf7-form-control.wpcf7-text,
.p_contact__form #contact_form input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date,
.p_contact__form #contact_form textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 14px 20px;
  margin: 0;
  font-weight: 500;
  border: solid 1px #C8C8C8;
  border-radius: 3px;
  font-size: 16px;
}
.p_contact__submitArea {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.p_contact__form .wpcf7-spinner {
  display: none !important;
}

.p_thanks_box {
  margin-bottom: 40px;
}
.p_thanks_box p {
  margin-bottom: 20px;
}

.u-title1 {
  color: #E65429;
  font-size: 30px;
  text-align: center;
}
.u-title1 span {
  display: block;
  margin-top: 10px;
  font-size: 0.53em;
  font-weight: 500;
}

.c-page-fv {
  margin-top: 0;
}
.c-page-fv__title {
  padding: 100px 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.c-page-fv__title .en {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.1px;
}
.c-page-fv__text {
  margin-top: 60px;
  padding: 0 6%;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-fv__text {
    text-align: left;
  }
  .c-page-fv__text br {
    display: none;
  }
}
.c-page-fv__text + .c-page-fv__text {
  margin-top: 2em;
}

.privacy .c-page-fv__title {
  background-image: url(../images/policy-bg.jpg);
}

.contact .c-page-fv__title {
  background-image: url(../images/p-contact-bg.jpg);
}

.c-heading-2 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: normal;
}

a:hover {
  opacity: 0.7;
}

.c-button--input, .c-button {
  background-color: #FAF4E8;
  border: 1px solid #EDE7E3;
  border-radius: 10rem;
  padding: 15px;
  text-align: center;
  font-weight: 600;
}

.c-button--input-wrapper::after, .c-button::after {
  content: "";
  background-image: url(../images/c-btn.png);
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 15px;
  height: 11.5px;
  background-size: cover;
}

.c-button {
  display: block;
  max-width: 300px;
  width: 100%;
  position: relative;
  margin: auto;
}
.c-button--input-wrapper {
  position: relative;
  display: inline-block;
  width: 300px;
  margin: auto;
}
.c-button--input-wrapper::after {
  pointer-events: none;
}

.c-button--input {
  width: 100%;
  cursor: pointer;
  border: 1px solid #EDE7E3;
}

.c-accent {
  color: #E65429;
}

.c-red {
  color: #f33f3f;
}

.c-list-order__item, .c-list-order__text,
.c-list-order dt,
.c-list-order dd,
.c-list-order li {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}

.is-inner-dl,
.is-inner-ul {
  font-size: 14px;
  margin-top: 10px;
  line-height: 2;
}

.c-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}

table {
  margin-top: 10px;
  border-collapse: collapse;
}

.c-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c-no__cta {
  margin-top: 80px;
}
@media screen and (max-width: 1024px), print {
  .c-no__cta {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-no__cta {
    margin-top: 40px;
  }
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 4px;
  outline: none;
  border-radius: 10%;
  border: 2px solid #7dc61e;
}

input[type=checkbox]::before, input[type=checkbox]::after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all 0.2s ease-in-out;
}
input[type=checkbox]::before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
}
input[type=checkbox]::after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  transition-delay: 0.2s;
}
input[type=checkbox]:checked {
  background: #7dc61e;
}
input[type=checkbox]:checked::before {
  left: 0px;
  top: 8px;
  width: 6px;
  height: 2px;
}
input[type=checkbox]:checked::after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}
input[type=checkbox]:indeterminate {
  background: #7dc61e;
}
input[type=checkbox]:indeterminate::before, input[type=checkbox]:indeterminate::after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
}
input[type=checkbox]:indeterminate::before {
  left: 1px;
  top: 7px;
}
input[type=checkbox]:indeterminate::after {
  right: 1px;
  bottom: 7px;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}
input[type=radio]:checked::before {
  transform: scale(1);
  background: #7dc61e;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    margin: 0 0 0 0.6em;
  }
}
#content .post .c-contact {
  border: 2px solid #EDE7E3;
  border-radius: 10px;
  padding: 30px 28px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #content .post .c-contact {
    padding: 30px 10px;
  }
}
#content .post .c-contact_img {
  width: 400px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  #content .post .c-contact_img {
    width: 213px;
  }
}
#content .post .c-contact_box__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #content .post .c-contact_box__item {
    margin-bottom: 10px;
  }
}
#content .post .c-contact_address {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #content .post .c-contact_address {
    flex-direction: column;
    padding: 10px 25px;
  }
}
#content .post .c-contact_address_left {
  width: 42.5665%;
}
@media screen and (max-width: 767px) {
  #content .post .c-contact_address_left {
    width: 100%;
  }
}
#content .post .c-contact_address_left__img {
  margin-bottom: 10px;
}
#content .post .c-contact_address_right {
  width: 54.1471%;
}
@media screen and (max-width: 767px) {
  #content .post .c-contact_address_right {
    width: 100%;
  }
}
#content .post .c-contact_address_right__img {
  margin-bottom: 10px;
}
#content .post .c-contact .l-title-h2 {
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */