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

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

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  background-color: transparent;
  color: inherit;
  transition: ease 0.2s;
  text-decoration: underline;
}
a:hover {
  transition: ease 0.2s;
  text-decoration: none;
}

p a:link {
  text-decoration: underline;
}

.break_keep {
  word-break: keep-all;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

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

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

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

.moverbright {
  transition: filter 0.3s ease;
  filter: brightness(1);
  /* デフォルト値なのでこの一行は省略してもOK */
}

.moverbright:hover {
  filter: brightness(1.8);
  /* 明るくする */
}

.resimg {
  width: 100%;
  height: auto;
  display: block;
}

.pc_content {
  display: inherit;
}

.sp_content {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 769px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: inherit;
  }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
ul.check {
  margin: 0 0 1em 0;
  padding: 0 0 0 12px;
}
ul.check li {
  position: relative;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  line-height: 1.6;
  list-style: none;
  padding: 0 0 0 30px;
  color: rgba(229, 133, 48, 0.7960784314);
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}
ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 2px solid rgba(229, 133, 48, 0.7960784314);
  border-bottom: 3px solid rgba(229, 133, 48, 0.7960784314);
  transform: rotate(-45deg);
}

/* diamond */
ul.diamond {
  margin: 1em 1.5em 2.5em;
  padding: 0 0 0 0.5em;
}
ul.diamond li {
  position: relative;
  list-style: none;
  line-height: 1.72;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
ul.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -0.5em;
  width: 4px;
  height: 4px;
  background-color: rgba(229, 133, 48, 0.7960784314);
  transform: rotate(-45deg);
}

ul.noteList {
  margin: 1em 1em 2.5em;
  padding: 0 0 0 0;
}
ul.noteList li {
  padding-left: 0;
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding: 0;
  list-style: none;
  line-height: 1.72;
}
ul.noteList li:before {
  font-weight: 700;
  content: "※";
}

ol.numList {
  counter-reset: item;
  list-style-type: none;
  margin: 1em 1.5em 2.5em;
  padding: 0 0 0 1em;
}
ol.numList li {
  line-height: 1.72;
  margin-bottom: 0.5em;
  text-indent: -1.1em;
  counter-increment: cnt;
}
ol.numList li:before {
  counter-increment: item;
  content: " " counter(cnt) ". ";
  color: rgba(229, 133, 48, 0.7960784314);
  font-weight: 700;
}

a.textline {
  text-decoration: underline;
}

.textblock ul {
  margin: 1em auto 2.5em;
  padding: 0 0 0 0.5em;
}
.textblock ul li {
  position: relative;
  list-style: none;
  line-height: 1.6;
  padding: 1.2em 0.2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.textblock ul li a {
  text-decoration: underline;
}
.textblock ol {
  counter-reset: item;
  list-style-type: none;
  margin: 1em auto 2.5em;
  padding: 0 0 0 1em;
}
.textblock ol li {
  margin-bottom: 0.5em;
  text-indent: -1.1em;
  line-height: 1.6;
  padding: 1.2em 0.2em;
  counter-increment: cnt;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.textblock ol li a {
  text-decoration: underline;
}
.textblock ol li:before {
  counter-increment: item;
  content: " " counter(cnt) ". ";
  color: rgba(229, 133, 48, 0.7960784314);
  font-weight: 700;
}

table {
  width: 100% !important;
  margin-bottom: 2em;
}

th,
td {
  padding: 1em;
  vertical-align: middle;
}

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

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 2em 0;
  margin-top: 0;
  padding: 0;
}

p {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.01em;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}
li {
  letter-spacing: 0.03em;
}

strong {
  color: #E58430;
}

@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_content {
    display: none;
  }
}
.lazyload {
  opacity: 1;
}

.lazyloaded {
  opacity: 0;
  animation-name: fade-in1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --boxshawdow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
}

main {
  overflow: hidden;
}

.fixed_footer_link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #7b6f60;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  z-index: 999;
}
.fixed_footer_link .arrow {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #ffffff;
}
.fixed_footer_link .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

@media screen and (min-width: 768px) {
  .fixed_footer_link {
    display: none;
  }
}
.container {
  position: relative;
  text-align: left;
  width: 85%;
  max-width: 1080px;
  margin: 0 auto 1em;
  padding: 3em 0 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.container .bgcolor {
  position: relative;
  background-color: rgba(239, 237, 235, 0.5);
  box-shadow: 0 0 0 100vmax rgba(239, 237, 235, 0.5);
  clip-path: inset(0 -100vmax);
  margin-bottom: 4%;
  padding: 8% 0;
}

@media screen and (max-width: 769px) {
  .container {
    width: 90%;
    max-width: initial;
  }
}
.inner {
  margin: auto;
  width: 88%;
  max-width: 1080px;
}

.line_o {
  line-height: 1.9;
  padding-bottom: 1px;
  display: inline;
  background: linear-gradient(transparent 70%, #fbe1c4 0%);
}

.line_b {
  line-height: 1.9;
  padding-bottom: 1px;
  display: inline;
  background: linear-gradient(transparent 70%, #CBE8F5 0%);
}

.light_g {
  line-height: 1.9;
  padding-bottom: 1px;
  display: inline;
  background: linear-gradient(transparent 70%, rgba(92, 204, 157, 0.3019607843) 0%);
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
  background: #000 url(../img/visual/00_main_image.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 4%;
}
.hero::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/visual/00_main_layer.png) no-repeat 50% 50%;
  background-size: cover;
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: 2;
}
.hero .hero_inner {
  position: relative;
  width: 95%;
  height: 100%;
  color: #fff;
  text-align: left;
  margin: auto;
  z-index: 3;
}
.hero .hero_catch {
  position: absolute;
  top: 25%;
  left: 5%;
}
.hero h1 {
  position: relative;
  font-size: 69px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
}
.hero h1::after {
  content: "";
  position: absolute;
  left: -100%;
  display: block;
  width: 175%;
  height: 1.5px;
  background-color: #fff;
  margin-top: 30px;
}
.hero .sub {
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 769px) {
  .hero {
    position: relative;
    width: 100%;
    height: calc(36vh + 36vw);
    overflow: hidden;
    z-index: 2;
    background: #000 url(../img/visual/00_main_image.jpg) no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .hero .hero_inner {
    width: 90%;
    max-width: initial;
    color: #fff;
    text-align: left;
    z-index: 3;
  }
  .hero .hero_catch {
    position: absolute;
    top: initial;
    bottom: 4%;
    z-index: 3;
  }
  .hero h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .hero h1::after {
    content: "";
    position: absolute;
    left: -25%;
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    margin-top: 8px;
  }
  .hero .sub {
    font-size: 15px;
    line-height: 1.5;
  }
}
.btn_house_link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: block;
  width: auto;
  max-width: 240px;
}

@media screen and (max-width: 769px) {
  .btn_house_link {
    display: none;
  }
}
.intro {
  position: relative;
  background: #f4f2f0;
  border-radius: 30px;
  padding: 4% 5% 4%;
  margin: 0 auto 8%;
  text-align: center;
}
.intro::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f4f2f0;
}
.intro .grid_flex {
  margin-bottom: 0;
}
.intro .box {
  border-radius: 10px;
  overflow: hidden;
}
.intro .box .t {
  background: rgba(229, 133, 48, 0.7960784314);
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.5em 0.8em;
  border-radius: 9999px;
  margin-bottom: 5%;
  text-align: center;
  text-wrap: balance;
}
@media screen and (max-width: 769px) {
  .intro .box .t {
    font-size: 14px;
    line-height: 1.4;
    padding: 0.6em 1em;
  }
}
.intro .box .post_box {
  overflow: hidden;
}
.intro .box .post_trim {
  border-radius: 10px;
  border: 3px solid rgba(229, 133, 48, 0.7960784314);
}

@media screen and (max-width: 769px) {
  .intro {
    position: relative;
    padding: 4% 6% 10%;
    margin: 0 auto 6em;
  }
  .intro .box {
    margin-bottom: 1em;
  }
}
.over_title {
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  background-color: rgba(109, 93, 73, 0.8);
  padding: 10px 12px;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .over_title {
    font-size: 12px;
  }
}
.llust_field {
  text-align: center;
  margin: 5em auto;
  width: 85%;
  max-width: 890px;
}
.llust_field .illust_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}
.llust_field .illust_flex .illust_row {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.llust_field .illust_flex .illust_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
}
.llust_field .illust_flex .illust_item .post_radius {
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.llust_field .illust_flex .illust_item .illust_label {
  width: 100%;
  background-color: #E0F0F0;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-wrap: balance;
  white-space: nowrap;
  padding: 3px 14px;
  border-radius: 9999px;
  font-weight: 500;
}
.llust_field .fact_box {
  background-color: #fff;
  padding: 2em 1em;
  margin-top: 3em;
  text-align: center;
  border-radius: 10px;
}
.llust_field .fact_box .fact_text {
  font-size: 1.8rem;
  line-height: 1.6;
}
.llust_field .fact_box .fact_text .mark {
  font-size: 0.9rem;
  vertical-align: super;
}
.llust_field .fact_box .fact_note {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1em;
}

@media screen and (max-width: 769px) {
  .llust_field {
    text-align: center;
    margin: 5em auto;
    width: 95%;
    max-width: initial;
  }
  .llust_field .illust_flex {
    display: flex;
    flex-direction: row;
    gap: 3.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .llust_field .illust_flex .illust_row {
    display: contents;
  }
  .llust_field .illust_flex .illust_row .illust_item {
    width: 44%;
  }
  .llust_field .illust_flex .illust_row .illust_item .illust_label {
    padding: 3px 8px;
    font-size: 14px;
  }
  .llust_field .illust_flex .illust_row .illust_item:nth-child(5) {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.intro_catch {
  margin: 4% auto 12%;
}

.intro_textbox {
  width: 90%;
  margin: auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 2em;
}
.intro_textbox p {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  .intro_textbox {
    width: 100%;
  }
  .intro_textbox p {
    font-size: 18px;
  }
}
.features_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 1.5em;
}
.features_list li {
  color: #fff;
  text-align: center;
  background-color: #E58430;
  border-radius: 9999px;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  .features_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto 1.5em;
    width: 90%;
  }
  .features_list li {
    width: 45%;
    font-size: 14px;
  }
}
.intro_columns {
  margin: 0 auto 6%;
}

.before_after_wrap {
  display: grid;
  grid-template-columns: 42.05% 57.95%;
  align-items: center;
  gap: 80px;
  height: min-content;
  padding-left: 5%;
  overflow: hidden;
}
.before_after_wrap .post_trim {
  aspect-ratio: 748/553 !important;
  border-radius: 0 10px 10px 0;
}
.before_after_wrap .post_trim2 {
  aspect-ratio: 1031/553 !important;
  border-radius: 10px 0 0 10px;
}
.before_after_wrap .before_block {
  position: relative;
}
.before_after_wrap .before_block::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -60px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #edbb8a;
  align-self: center;
  transform: translate(0%, -50%);
}
.before_after_wrap .before_block,
.before_after_wrap .after_block {
  position: relative;
  height: 100%;
}
.before_after_wrap .before_block .post_trim,
.before_after_wrap .after_block .post_trim {
  height: 100%;
  object-fit: cover;
}
.before_after_wrap .image_grid {
  position: relative;
}
.before_after_wrap .label {
  position: absolute;
  top: 0;
  z-index: 1;
  display: inline-block;
  background: rgba(118, 86, 55, 0.7);
  color: #fff;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding: 4px 34px;
  overflow: hidden;
}
.before_after_wrap .before_block .label {
  right: 0;
  border-radius: 0 10px 0 10px;
}
.before_after_wrap .after_block .label {
  left: 0;
  border-radius: 10px 0 10px 0;
}
.before_after_wrap .arrow {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 40px solid #edbb8a;
  align-self: center;
}

@media screen and (max-width: 769px) {
  .before_after_wrap {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 90px;
    height: min-content;
    padding: 0;
    overflow: hidden;
  }
  .before_after_wrap .post_trim {
    aspect-ratio: 748/553 !important;
    border-radius: 10px;
  }
  .before_after_wrap .post_trim2 {
    aspect-ratio: 1031/553 !important;
    border-radius: 0;
  }
  .before_after_wrap .before_block {
    position: relative;
    padding: 0 5%;
  }
  .before_after_wrap .before_block::after {
    content: "";
    position: absolute;
    top: inherit;
    right: initial;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 25px solid #edbb8a;
  }
  .before_after_wrap .before_block,
  .before_after_wrap .after_block {
    position: relative;
    height: 100%;
  }
  .before_after_wrap .label {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
    display: inline-block;
    background: rgba(118, 86, 55, 0.7);
    color: #fff;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    padding: 4px 34px;
    overflow: hidden;
  }
  .before_after_wrap .before_block .label {
    left: auto;
    right: 0;
    border-radius: 0 10px 0 10px;
  }
  .before_after_wrap .after_block .label {
    left: auto;
    border-radius: 0 0 0 10px;
  }
  .before_after_wrap .arrow {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 40px solid #edbb8a;
    align-self: center;
  }
}
.case_result_heading {
  margin: 0 auto 4%;
}

.case_graphs {
  position: relative;
  display: grid;
  grid-template-columns: 46.63% 53.37%;
  align-items: center;
  gap: 80px;
  height: min-content;
  margin: 0 auto 5%;
}
.case_graphs .post_trim {
  border-radius: 10px;
  overflow: hidden;
}
.case_graphs .ua_before,
.case_graphs .ua_after {
  position: relative;
  height: 100%;
  padding: 10px;
}
.case_graphs .ua_before .post_trim,
.case_graphs .ua_after .post_trim {
  height: 100%;
  object-fit: cover;
}
.case_graphs .ua_after {
  position: relative;
  background-color: rgba(229, 132, 48, 0.1);
  border-radius: 10px;
}
.case_graphs .ua_after .post_box {
  overflow: hidden;
}
.case_graphs .ua_before {
  position: relative;
  background-color: #EFEDEB;
  border-radius: 10px;
}
.case_graphs .ua_before .post_box {
  overflow: hidden;
}
.case_graphs .ua_before::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -60px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #E0F0F0;
  align-self: center;
  transform: translate(0%, -50%);
}

@media screen and (max-width: 769px) {
  .case_graphs {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 80px;
    height: auto;
    margin: 0 auto 5%;
  }
  .case_graphs .ua_before {
    width: 85%;
    margin: 0 auto;
  }
  .case_graphs .ua_before::after {
    content: "";
    position: absolute;
    top: initial;
    right: initial;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 25px solid #E0F0F0;
  }
}
.faq_section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}
.faq_section .faq_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.faq_section .faq_title .post_radius {
  width: 115px;
  height: 115px;
  background-color: #F7F6F5;
}
.faq_section .faq_title h2 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  margin-top: 12px;
}

.faq_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.faq_card {
  width: calc(50% - 12px);
  border-radius: 12px;
  box-shadow: 0 0 0 1px #e0e0e0;
  text-align: left;
}
.faq_card .faq_q {
  font-size: 19px;
  margin-bottom: 12px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 12px;
}
.faq_card .faq_q span {
  font-size: 24px;
  color: #f58220;
  margin-right: 2px;
}
.faq_card .faq_a {
  padding: 20px 24px;
  margin-bottom: 0;
}
.faq_card .faq_a br {
  margin-bottom: 8px;
}

@media screen and (max-width: 769px) {
  .faq_section {
    padding: 30px 20px;
  }
  .faq_section .faq_title .post_radius {
    width: 85px;
    height: 85px;
  }
  .faq_section .faq_title h2 {
    font-size: 22px;
  }
  .faq_grid {
    display: block;
    gap: 24px;
    max-width: initial;
    margin: 0 auto;
  }
  .faq_card {
    width: 100%;
    background: #fdfdfd;
    margin-bottom: 2em;
  }
  .faq_card .faq_q {
    font-size: 20px;
    margin-bottom: 12px;
    padding: 8px 24px;
  }
  .faq_card .faq_q span {
    font-size: 24px;
    color: #f58220;
    margin-right: 6px;
  }
  .faq_card .faq_a {
    margin-bottom: 0;
    padding: 8px 24px 24px;
  }
  .faq_card .faq_a br {
    margin-bottom: 8px;
  }
}
:root {
  --margin: 5% auto 12%;
}

.wide_container {
  margin: 3em auto 8em;
  width: 95%;
  max-width: 1600px;
}
.wide_container.nomar {
  margin-bottom: 3em;
}

.balloon {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 1.5em 0;
  padding: 7px 10px;
  background: #FFF;
  border: solid 3px #cce7f4;
  box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em;
}
.balloon h3 {
  color: #1f2d99;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .balloon h3 {
    font-size: 18px;
  }
}
.balloon::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  margin-left: -13px;
  border: 10px solid transparent;
  border-top: 10px solid #FFF;
  z-index: 2;
}
.balloon::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 40px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #cce7f4;
  z-index: 1;
}

.speech_bubble {
  position: relative;
  background-color: #CBE8F5;
  color: #000;
  padding: 1.8em;
  border-radius: 9999px;
  max-width: 900px;
  margin: 0 auto 4%;
  text-align: center;
}
.speech_bubble h2 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin: 0 auto;
}
.speech_bubble p {
  margin: 0;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
}
.speech_bubble::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background-color: #CBE8F5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media screen and (max-width: 769px) {
  .speech_bubble {
    padding: 1em 1.4em 1.4em 1.4em;
    max-width: initial;
    margin: 0 auto 30px;
    text-align: center;
    width: 92%;
  }
  .speech_bubble h2 {
    font-size: 18px;
    margin: 0 auto;
  }
  .speech_bubble p {
    margin: 0;
    font-size: 14px;
  }
}
.benefits_container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto 6%;
}
.benefits_container .post_radius {
  background-color: #EAF8F3;
  aspect-ratio: 1/1;
  background-size: contain;
}

@media screen and (max-width: 769px) {
  .benefits_container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    margin: 0 auto 6%;
    width: 80%;
  }
  .benefits_container .benefit_illust {
    width: 80%;
    margin: 0 auto 2%;
  }
}
.benefit_balloon {
  position: relative;
  background-color: #5ccc9d;
  color: #fff;
  width: 100%;
  margin: 0 auto 34px;
  padding: 0.8em 1.8em 1.6em;
  border-radius: 9999px;
  display: inline-block;
}
.benefit_balloon h2 {
  line-height: 1.35;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  letter-spacing: -0.06em;
}
.benefit_balloon h2 span {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}
.benefit_balloon::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #5ccc9d;
}

@media screen and (max-width: 769px) {
  .benefit_balloon {
    position: relative;
  }
  .benefit_balloon h2 {
    font-size: 18px;
  }
  .benefit_balloon h2 span {
    font-size: 14px;
  }
  .benefit_balloon::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5ccc9d;
  }
}
.renovation_balloon {
  position: relative;
  background-color: #E58430;
  color: #fff;
  width: 80%;
  margin: 0px auto -40px;
  padding: 1.6em 1.8em 1.6em;
  border-radius: 9999px;
  display: block;
  z-index: 1;
}
.renovation_balloon h2 {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  text-wrap: balance;
}
.renovation_balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E58430;
}

@media screen and (max-width: 769px) {
  .renovation_balloon {
    position: relative;
    background-color: #E58430;
    color: #fff;
    width: 100%;
    margin: 0px auto -40px;
    padding: 0.8em 1.8em 1.6em;
    display: inline-block;
    z-index: 1;
  }
  .renovation_balloon h2 {
    font-size: 16px;
    font-weight: 500;
  }
}
.highlight_badge {
  position: relative;
  background-color: #E58430;
  color: #fff;
  width: max-content;
  margin: 0 auto 8%;
  padding: 6px 30px 10px;
  border-radius: 9999px;
  display: block;
  z-index: 1;
  line-height: 1.35;
  font-size: 19px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  letter-spacing: -0.06em;
}
.highlight_badge span {
  font-size: 26px;
}
.highlight_badge::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 10%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E58430;
}

@media screen and (max-width: 769px) {
  .highlight_badge {
    display: block;
    z-index: 1;
    line-height: 1.35;
    font-size: 14px;
  }
  .highlight_badge span {
    font-size: 18px;
  }
}
.compare_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.compare_table thead th {
  background-color: #4FC18C;
  color: #fff;
  font-weight: 500;
  padding: 14px 8px;
  border-right: 1px solid #fff;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}
.compare_table thead th span {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.compare_table thead th.highlight {
  background-color: #E58430;
}
.compare_table tbody th {
  background-color: #E9F8F3;
  padding: 12px;
  font-weight: bold;
  text-align: left;
}
.compare_table tbody td {
  background-color: #F6FCFA;
  padding: 12px;
  text-align: left;
}
.compare_table tbody td:last-child {
  background-color: #F6FCFA;
}
.compare_table tbody td.highlight {
  background-color: #FFF3E9;
}
.compare_table tbody tr:last-child td.highlight {
  background-color: #FFF3E9;
}
.compare_table th:first-child,
.compare_table td:first-child {
  position: sticky;
  left: 0;
}

@media screen and (max-width: 769px) {
  .compare_table tbody th,
  .compare_table tbody td {
    font-size: 14px;
  }
}
.case_notes {
  margin-bottom: 8em;
}
.case_notes p {
  color: #676767;
  font-size: 15px;
  font-family: 500;
}

.bnr_campain {
  position: relative;
  width: 90%;
  margin: 5% auto;
  padding: 1em;
}

@media screen and (max-width: 769px) {
  .bnr_campain {
    position: relative;
    width: 100%;
    margin: 4% auto;
    padding: 0;
  }
}
.partial_renovation {
  margin: 0 auto 10em;
}

.partial_case_label {
  position: relative;
  margin-top: 6%;
}
.partial_case_label h2 {
  background-color: #6D5D49;
  border: 1px solid #707070;
  font-size: 24px;
  color: #fff;
  margin: 4% auto;
  padding: 6px 16px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  display: block;
  width: max-content;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  .partial_renovation {
    margin: 0 auto 8em;
  }
  .partial_case_label {
    position: relative;
    margin-top: 6%;
  }
  .partial_case_label h2 {
    background-color: #6D5D49;
    border: 1px solid #707070;
    font-size: 19px;
    color: #fff;
    margin: 4% auto;
    padding: 6px 16px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 80%;
  }
}
.partial_wrap {
  margin: 0 auto 8em;
}

.partial_process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  overflow: hidden;
  border-radius: 10px;
}

.process_labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-bottom: 5%;
}
.process_labels .label_item {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #e58430;
  text-align: center;
}
.process_labels .arrow {
  position: relative;
  display: inline-block;
}
.process_labels .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 2em;
  height: 2px;
  background-color: #E58430;
  transform: translateY(-50%);
}
.process_labels .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E58430;
  border-right: 2px solid #E58430;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 769px) {
  .partial_process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    overflow: hidden;
    border-radius: 10px;
  }
  .process_labels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    margin: 12px 0;
  }
  .process_labels .label_item {
    position: relative;
    font-size: 14px;
    font-weight: 500;
  }
  .process_labels .arrow {
    position: relative;
    display: inline-block;
  }
  .process_labels .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 3em;
    height: 2px;
    background-color: #E58430;
    transform: translateY(-50%);
  }
  .process_labels .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #E58430;
    border-right: 2px solid #E58430;
    transform: translateY(-50%) rotate(45deg);
  }
}
.grid_gallery {
  position: relative;
  width: 100%;
  gap: 3px;
  border-radius: 10px;
  overflow: hidden;
}

.grid_top {
  margin-bottom: 3px;
}

.grid_top,
.grid_bottom {
  display: grid;
  gap: 3px;
}
.grid_top .grid_item,
.grid_bottom .grid_item {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.grid_top {
  grid-template-columns: 1fr 2fr;
}
.grid_top .item_1 {
  background-image: url("../img/flow/sec06_image01.jpg");
  aspect-ratio: 3/4;
}
.grid_top .item_2 {
  background-image: url("../img/flow/sec06_image02.jpg");
  aspect-ratio: 16/9;
}

.grid_bottom {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.grid_bottom .item_3 {
  background-image: url("../img/flow/sec06_image03.jpg");
  aspect-ratio: 4/3;
}
.grid_bottom .item_4 {
  background-image: url("../img/flow/sec06_image04.jpg");
  aspect-ratio: 4/3;
}

.voice_card {
  position: relative;
  display: grid;
  grid-template-columns: 213px 1fr;
  align-items: center;
  gap: 50px;
  margin-bottom: 6%;
}

.voice_profile {
  text-align: center;
}
.voice_profile .post_radius {
  width: 213px;
  height: 213px;
  margin: 0 auto 12px;
  border-radius: 9999px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.voice_profile .voice_info {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}

.voice_content {
  position: relative;
  background: #fff;
  padding: 2em;
  border-radius: 10px;
  min-height: 274px;
}
.voice_content::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 24px solid #fff;
}
.voice_content .voice_headline {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.voice_content .voice_text {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}
.voice_content .voice_text br {
  display: block;
  content: "";
  margin-bottom: 8px;
}

@media screen and (max-width: 769px) {
  .voice_card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 30px;
    margin-bottom: 6%;
  }
  .voice_profile {
    text-align: center;
  }
  .voice_profile .post_radius {
    width: 180px;
    height: 180px;
    margin: 0 auto 12px;
  }
  .voice_profile .voice_info {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  .voice_content {
    position: relative;
    background: #fff;
    padding: 2em;
    border-radius: 10px;
  }
  .voice_content::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #fff;
  }
  .voice_content .voice_headline {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .voice_content .voice_text {
    font-size: 15px;
  }
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --btnover: .2s ease-in;
  --border: 1px solid rgba(0, 0, 0, .3);
}

body {
  counter-reset: number 0;
}

.imgs {
  margin-bottom: 0.8em;
}

.ph_caption {
  margin: 0.6em 0;
  font-size: clamp(1.3rem, 0.971rem + 0.69vw, 1.4rem);
  line-height: 1.5;
}

.concept_block {
  padding: 3% 0;
}

.block_wrap {
  max-width: 1080px;
  display: flex;
  margin: 1em auto 3em;
}
.block_wrap .box_img {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.block_wrap .box_img .post_trim {
  aspect-ratio: 740/367;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.block_wrap .box_content {
  width: 50%;
  margin-left: 60px;
}
.block_wrap h2 {
  margin-bottom: 10%;
}
.block_wrap.reverse {
  flex-direction: row-reverse;
}
.block_wrap.reverse .box_img {
  margin-left: initial;
  margin-right: calc(50% - 50vw);
}
.block_wrap.reverse .box_img .post_trim {
  aspect-ratio: 740/367;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.block_wrap.reverse .box_content {
  width: 50%;
  margin-left: 0;
  margin-right: 40px;
}

@media screen and (max-width: 769px) {
  .block_wrap {
    max-width: initial;
    display: grid;
  }
  .block_wrap .box_img {
    flex: initial;
    margin-bottom: 1.5em;
  }
  .block_wrap .box_content {
    width: 100%;
    margin-left: 0;
  }
  .block_wrap h2 {
    margin-bottom: 4%;
  }
  .block_wrap.reverse {
    flex-direction: column-reverse;
  }
  .block_wrap.reverse .box_img {
    margin-left: initial;
  }
  .block_wrap.reverse .box_content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.grid_flex {
  display: grid;
  margin: 0 auto 2.8em;
}
.grid_flex .box.bg_color {
  background-color: #D7F0DD;
  overflow: hidden;
  border-radius: 5px;
  padding: 2em;
}
.grid_flex .box.bg_color h2 {
  margin: 0 0 0.8em 0;
  color: #000;
}
.grid_flex .post_box {
  overflow: hidden;
  border-radius: 10px;
}
.grid_flex .post_box .notrim {
  overflow: hidden;
  border-radius: 10px;
}
.grid_flex .post_box .post_trim.containFit {
  overflow: hidden;
  border-radius: 10px;
}
.grid_flex .post_box .post_square {
  overflow: hidden;
}
.grid_flex .post_box .post_wide {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.grid_flex.ph_2column {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.grid_flex.ph_3column {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.grid_flex.ph_4column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 769px) {
  .grid_flex {
    display: grid;
    margin-bottom: 2em;
  }
  .grid_flex.ph_1column {
    display: block;
  }
  .grid_flex.ph_2column {
    grid-template-columns: 1fr;
  }
  .grid_flex.ph_3column {
    grid-template-columns: 1fr;
  }
  .grid_flex.ph_4column {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.btn_grid {
  display: grid;
  margin: 1em auto 3em;
  align-items: self-start;
}
.btn_grid.is_center {
  place-content: center;
}
.btn_grid.is_one {
  grid-template-columns: 1fr;
  place-content: center;
  gap: 30px;
}
.btn_grid.is_two {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.btn_grid.is_two .arrow_link,
.btn_grid.is_two .arrow_icon {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .btn_grid.is_one {
    width: 100%;
    max-width: initial;
    gap: 16px;
  }
  .btn_grid.is_two {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
hr {
  margin: 2em auto;
  border-color: 1px solid rgba(0, 0, 0, 0.3);
}

.field {
  margin-top: 0;
  margin-bottom: 3em;
}
.field.is_mar {
  margin-bottom: 40px;
}
.field:last-child {
  margin-bottom: 1%;
}
.field::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 769px) {
  .field.is_mar {
    margin-bottom: 40px;
  }
}
.headings_center_1 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 41px;
  line-height: 1.38;
  margin: 0 0 6% 0;
  text-align: center;
  text-wrap: balance;
}

.headings_center_2 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.38;
  margin: 0 0 4% 0;
  text-align: center;
  text-wrap: balance;
}
.headings_center_2.cer {
  font-size: 28px;
}
.headings_center_2.c_o {
  margin: 5% 0 2% 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #E58430;
}

.voice_intro {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  margin: -30px 0 4% 0;
  text-align: center;
  text-wrap: balance;
}

.headings_center_3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.38;
  margin: 0 0 4% 0;
  text-align: center;
  text-wrap: balance;
}

@media screen and (max-width: 769px) {
  .headings_center_1 {
    font-size: 20px;
  }
  .headings_center_2 {
    font-size: 18px;
  }
  .headings_center_2.cer {
    font-size: 16px;
  }
  .headings_center_3 {
    font-size: 22px;
  }
  .voice_intro {
    font-size: 16px;
    line-height: 1.45;
    margin: 0px 0 4% 0;
  }
}
.headings_display_1 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.45;
  margin: 0 0 3% 0;
}

@media screen and (max-width: 769px) {
  .headings_display_1 {
    font-size: 19px;
  }
}
.headings_display_2 {
  position: relative;
  font-size: 25px;
  line-height: 1.45;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 1.2em 0;
}

@media screen and (max-width: 769px) {
  .headings_display_2 {
    font-size: 16px;
  }
}
.headings_display_3 {
  font-size: clamp(1.8rem, 0.807rem + 2.07vw, 2.1rem);
  font-weight: 500;
  margin: 0 0 1.2em 0;
}

.headings_display_creator {
  font-size: clamp(1.8rem, 0.807rem + 2.07vw, 2.1rem);
  font-weight: 500;
  margin: 0 0 2em 0;
}

.catch {
  font-size: 26px;
  color: #E58430;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

@media screen and (max-width: 769px) {
  .catch {
    font-size: 17px;
  }
}
.textblock {
  margin: 0 auto 3%;
}
.textblock.bold p {
  font-weight: 500;
}
.textblock.center {
  text-align: center;
}
.textblock p:last-child {
  margin-bottom: 0;
}

.point_heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #333;
}
.point_heading .point_label {
  display: inline-flex;
  align-items: center;
  background-color: #e57d20;
  padding: 4px 14px 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.point_heading .point_label .point_text {
  margin-right: 6px;
}
.point_heading .point_label .point_circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #e57d20;
}
.point_heading .point_label .point_circle::before {
  content: attr(data-number);
  line-height: 1;
}
.point_heading .point_title {
  font-size: 30px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  .point_heading .point_label {
    font-size: 13px;
  }
  .point_heading .point_title {
    font-size: 20px;
  }
}
/* map youtube */
.iframeBlock {
  position: relative;
  width: 100%;
  margin: 0 auto 2.5em;
  padding-bottom: 54.25%;
  padding-top: 30px;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.iframeBlock.ftmap {
  margin: 0 auto;
  padding-bottom: 28.25%;
  border-radius: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.iframeBlock iframe,
.iframeBlock object,
.iframeBlock embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .iframeBlock {
    max-width: initial;
  }
  .iframeBlock.ftmap {
    padding-bottom: 72.25%;
  }
}
.coverFit {
  object-fit: cover;
  object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.containFit {
  object-fit: contain;
  object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 95% auto;
  background-position: 50% 50%;
  background-color: #fff;
}

.sizeFit {
  width: 100%;
  height: 50vh;
}

.box {
  position: relative;
}

.post_box {
  position: relative;
  overflow: hidden;
}

.post_img {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  padding: 4%;
}

/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 50.25%;
  background-size: cover;
}

/*横長*/
.post_auto {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
}

.post_wide {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}

.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 390/456;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 9999px;
}

/* --------------------------------
table
-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 3em;
  border: none;
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  line-height: 1.65;
}
table caption {
  font-size: clamp(1.8rem, 1.582rem + 1.09vw, 2.4rem);
  font-weight: 600;
  text-align: left;
  padding: 0 0.4em 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table th,
table td {
  padding: 1.4em 0.5em 1em;
  line-height: 1.6;
  font-feature-settings: "palt";
}
table.cell2 tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table.cell2 tr:last-child {
  border: none;
}
table.cell2 th {
  vertical-align: top;
  text-align: left;
  width: min-content;
  min-width: 5em;
  white-space: nowrap;
}
table.cell3 th,
table.cell3 td {
  width: 20%;
  min-width: 130px;
  padding: 1em;
}
table.cell3 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
table.cell3 tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table.cell3 th {
  text-align: left;
  white-space: nowrap;
  color: rgba(229, 133, 48, 0.7960784314);
}
table.cell3 td {
  width: auto;
  padding: 10px 20px;
}
table.free {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table.free th,
table.free td {
  padding: 1em;
}
table.free tr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
table.free tr:last-child {
  border-bottom: none;
}
table.free th {
  text-align: left;
  white-space: nowrap;
}
table.free td {
  width: auto;
}
table.free td:nth-last-child(2n+1) {
  background-color: #ECECEC;
  white-space: nowrap;
}

@media screen and (max-width: 769px) {
  .scroll-hint-text {
    margin-top: 0;
  }
  .js-scrollable {
    margin-bottom: 2em;
  }
  table {
    position: relative;
    width: 100%;
    text-align: left;
    border: none;
  }
  table.cell2 th,
  table.cell2 td {
    display: block;
    width: 100%;
  }
  table.cell2 tr {
    display: block;
    width: 100%;
  }
  table.cell2 tr:last-child {
    border-bottom: none;
  }
  table.cell2 th {
    font-weight: 500;
    background-color: #FAFAFA;
    padding: 0.5em 0;
  }
  table.cell2 td {
    display: block;
    width: 100%;
    padding: 0.5em 0;
  }
  table.cell3 {
    white-space: nowrap;
    margin-bottom: 1em;
  }
  table.cell3 tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  table.free {
    white-space: nowrap;
    margin-bottom: 1em;
  }
  table.free tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.textlink {
  position: relative;
  transition: var(--btnover);
  display: inline-block;
  padding: 0 2.4em 0 0;
  text-decoration: underline !important;
}
.textlink.is_site {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  width: auto;
  max-width: fit-content;
}
.textlink.is_site::after {
  position: absolute;
  right: 10px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("../img/module/icon/icon_site.svg") no-repeat center;
  background-size: contain;
}
.textlink::after {
  clear: both;
  content: "";
  display: block;
}
.textlink a {
  position: relative;
  display: block;
  padding: 18px 30px 18px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.textlink a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: translate(0%, -50%) rotate(45deg);
}
.textlink .link1set {
  margin-bottom: 20px;
}
.textlink .link1set .left_more {
  display: flex;
  justify-content: flex-start;
}
.textlink .link1set .center_more {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.textlink .link1set .right_more {
  display: flex;
  justify-content: flex-end;
}
.textlink .link2set {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link2set .morelink {
  width: 49%;
}
.textlink .link3set {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link3set .morelink {
  width: 32%;
}

@media screen and (max-width: 769px) {
  .textlink {
    margin: 20px auto 20px;
  }
  .textlink a {
    position: relative;
    display: block;
    padding: 14px 30px 14px 16px;
    text-decoration: none;
    transition: 0.5s;
  }
  .textlink .link1set {
    margin-bottom: 0.5em;
  }
  .textlink .link1set .left_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .center_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .right_more {
    display: block;
    width: 100%;
  }
  .textlink .link2set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link2set .morelink {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .textlink .link3set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link3set .morelink {
    width: 100%;
  }
}
.free_layout_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.free_layout_btn {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: auto;
  margin: 1.2em auto 1.8em;
  border-radius: 6px;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  transition: 0.2s ease-in-out;
}
.free_layout_btn.hilight {
  border: 1px solid rgba(229, 133, 48, 0.7960784314);
  background-color: rgba(0, 0, 0, 0.0862745098);
}
.free_layout_btn:hover {
  background-color: rgba(59, 176, 119, 0.1215686275);
  transition: 0.2s ease-in-out;
  border: 1px solid rgba(229, 133, 48, 0.7960784314);
  color: rgba(229, 133, 48, 0.7960784314);
}
.free_layout_btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: translate(0%, -50%) rotate(45deg);
}
.free_layout_btn .btn_box {
  display: flex;
  align-items: center;
}
.free_layout_btn .btnimg {
  width: 25%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.free_layout_btn .btn_container {
  width: 70%;
  padding: 3% 4%;
}
.free_layout_btn .btn_container .btn_text {
  color: #000;
  text-align: left;
}
.free_layout_btn .btn_container .btn_text .title h2 {
  font-size: clamp(1.8rem, 3.1vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 1em;
}
.free_layout_btn .btn_container .btn_text .info {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 769px) {
  .free_layout_btn {
    width: 100%;
    max-width: initial;
    height: auto;
  }
  .free_layout_btn::after {
    border: none;
  }
  .free_layout_btn .btn_box {
    display: block;
  }
  .free_layout_btn .btnimg {
    width: 100%;
    padding-top: 48%;
  }
  .free_layout_btn .btn_container {
    position: relative;
    width: 100%;
    padding: 4% 24px 4% 4%;
  }
  .free_layout_btn .btn_container::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: translate(0%, -50%) rotate(45deg);
  }
  .free_layout_btn .btn_container .btn_text {
    color: #000;
    text-align: left;
  }
  .free_layout_btn .btn_container .btn_text .title h2 br {
    display: none;
  }
  .free_layout_btn .btn_container .btn_text .info {
    font-size: 14px;
  }
}
.free-layout-album {
  width: 100%;
  margin-top: 4%;
  margin-bottom: 4%;
}

.photo-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
  gap: 16px;
  margin: 0;
}
.photo-list .photo-item a {
  position: relative;
  transition: var(--btnover);
}
.photo-list .photo-item a:hover {
  opacity: 0.8;
  transition: var(--btnover);
}
.photo-list .photo-item .photo {
  border-radius: 10px;
  aspect-ratio: 185/140;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.vbox-item {
  display: block;
  width: 100%;
  height: auto;
}

.vbox-prev span,
.vbox-next span {
  border-top-color: #fff;
  border-right-color: #fff;
}

.zoom_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: #fff;
  width: 22px;
  z-index: 1;
}
.zoom_icon::after, .zoom_icon::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #000000;
  position: absolute;
  top: 25%;
  left: calc(50% - 1px);
}
.zoom_icon::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 769px) {
  .free-layout-album {
    width: 100%;
  }
  .photo-list {
    display: grid;
    gap: 16px;
    margin: 0;
  }
}
.flex_content {
  position: relative;
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 30px;
  width: 100%;
  margin: 0 auto 6%;
}
.flex_content.reverse {
  grid-template-columns: 1fr 430px;
}
.flex_content.reverse .flex_ph {
  order: 2;
}
.flex_content.reverse .flex_summary {
  order: 1;
}
.flex_content.w50 {
  grid-template-columns: repeat(2, 1fr);
}
.flex_content.w50.reverse {
  grid-template-columns: repeat(2, 1fr);
}
.flex_content.w50.reverse .flex_ph {
  order: 2;
}
.flex_content.w50.reverse .flex_summary {
  order: 1;
}
.flex_content .flex_ph {
  order: 1;
  position: relative;
}
.flex_content .flex_ph .post_box {
  overflow: hidden;
  border-radius: 10px;
}
.flex_content .flex_ph .post_box .flex_img {
  aspect-ratio: 390/390;
  border-radius: 10px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 80%;
  background-color: #B4B4B4;
}
.flex_content .flex_summary {
  order: 2;
}
.flex_content .flex_summary .text {
  margin-bottom: 1.5em;
}
.flex_content .flex_summary .text p {
  margin-bottom: 0;
}
.flex_content .flex_summary .arrow_link {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  .flex_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-width: initial;
  }
  .flex_content.reverse {
    grid-template-columns: 1fr;
  }
  .flex_content .flex_summary {
    display: contents;
  }
  .flex_content h2 {
    order: -1;
  }
  .flex_content .flex_ph {
    order: 1;
  }
  .flex_content .text {
    order: 2;
  }
  .flex_content .arrow_link {
    order: 3;
  }
  .flex_content.w50 {
    grid-template-columns: 1fr;
  }
  .flex_content.w50.reverse {
    grid-template-columns: 1fr;
  }
  .flex_content.w50.reverse h2 {
    order: -1;
  }
  .flex_content.w50.reverse .flex_ph {
    order: 3;
  }
  .flex_content.w50.reverse .text {
    order: 2;
  }
}
.inverse_flex {
  position: relative;
  background-color: #c7d3d8;
  box-shadow: 0 0 0 100vmax #c7d3d8;
  clip-path: inset(0 -100vmax);
  margin: 1em auto 3em;
  padding: 2.3em 0;
}
.inverse_flex .flex_content {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 30px;
  margin: 0 auto;
}
.inverse_flex.reverse .flex_summary {
  order: -1;
}
.inverse_flex .flex_summary {
  width: 100%;
}
.inverse_flex .flex_summary h2 {
  font-size: clamp(1.8rem, 1.575rem + 1.12vw, 2.4rem);
  font-weight: 600;
  color: rgba(229, 133, 48, 0.7960784314);
  margin: 0 0 1.2em 0;
}
.inverse_flex .flex_summary h3 {
  position: relative;
  font-size: clamp(1.7rem, 1.55rem + 0.75vw, 2.1rem);
  color: #000;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 1.5em 0;
}

@media screen and (max-width: 769px) {
  .inverse_flex .flex_content {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 auto;
  }
  .inverse_flex h2 {
    order: -1;
  }
  .inverse_flex .flex_ph {
    order: 1;
  }
  .inverse_flex .text {
    order: 2;
  }
  .inverse_flex .flex_summary {
    display: contents;
  }
}
summary {
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消す */
  display: none;
}

details:not(:last-child) {
  margin-bottom: 1.5em;
}

details {
  margin-bottom: 4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
details summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1em;
}
details summary .summary_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
details summary h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.582rem + 1.09vw, 2.2rem);
  font-weight: 700;
  margin: 0 0 0 80px;
  padding: 1em;
  color: rgba(229, 133, 48, 0.7960784314);
}
details summary h2:before {
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  text-align: center;
  content: "Q.";
  font-size: 5rem;
  font-weight: 700;
  color: rgba(229, 133, 48, 0.7960784314);
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
}
details .answer {
  overflow: hidden;
}
details .answer .content_inner {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em;
}

.icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  position: relative;
  cursor: pointer;
  transform: rotate(90deg);
}
.icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background-color: rgba(229, 133, 48, 0.7960784314);
  transform: translate(-50%, -50%);
}
.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px rgba(229, 133, 48, 0.7960784314);
  border-right: solid 2px rgba(229, 133, 48, 0.7960784314);
  transform: translate(0%, -50%) rotate(45deg);
}

details.is-opened .icon {
  transform: rotate(270deg);
}

.archive_wrap {
  display: grid;
  place-content: center;
  margin-bottom: 2em;
}
.archive_wrap .archive_display {
  color: #fff;
  background-color: #08253B;
  border-radius: 9999px;
  display: inline-block;
  margin: 0 auto;
  padding: 0.6em 2em;
  font-size: clamp(1.9rem, 1.367rem + 1.11vw, 2.2rem);
  font-weight: 500;
}

table.status_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
table.status_table thead th {
  background-color: #3e5060;
  color: white;
  font-weight: 500;
  padding: 1rem;
  text-align: center;
}
table.status_table th.rounded-left {
  border-radius: 9999px 0 0 9999px;
  border-right: 1px solid #ADADAD;
}
table.status_table th.right {
  border-right: 1px solid #ADADAD;
}
table.status_table th.rounded-right {
  border-radius: 0 9990px 9999px 0;
  border-left: 1px solid #ADADAD;
}
table.status_table td {
  padding: 1em;
  text-align: center;
  border-right: 1px solid #ADADAD;
  font-weight: 500;
  border-bottom: 1px solid #ADADAD !important;
}
table.status_table td:last-child {
  border-right: none;
  border-bottom: none;
}
table.status_table tr:nth-child(even) td {
  background-color: #EBEBEB;
}
table.status_table .vacant {
  font-weight: 400;
}

.madori {
  display: flex;
  justify-content: flex-end;
}

.parking_table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  text-align: center;
}
.parking_table th,
.parking_table td {
  white-space: nowrap;
  padding: 15px;
  vertical-align: middle;
}
.parking_table thead th {
  background-color: #4f6170;
  color: #fff;
  font-weight: bold;
  border-color: #4f6170;
  text-align: center;
}
.parking_table th.rounded-left {
  border-radius: 9999px 0 0 9999px;
  border-right: 1px solid #ADADAD;
}
.parking_table th.rounded-right {
  border-radius: 0 9990px 9999px 0;
  border-left: 1px solid #ADADAD;
}
.parking_table td {
  border-right: 1px solid #ADADAD;
}
.parking_table td:last-child {
  border-right: none;
}

.textContent img {
  width: 100%;
  height: auto;
  display: block;
}
