@charset "UTF-8";
/*----------------------------------

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----------------------------------

common

----------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background-color: #f5bd1d;
  color: #000;
  font-family: "PT Sans", sans-serif;
  line-height: 1.6;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
}
@media (max-width: 749px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

div,
main,
section {
  display: block;
  position: relative;
}

h1,
h2 {
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (min-width: 750px) {
  a:hover {
    opacity: 0.7 !important;
  }
}
a.block {
  display: block;
}

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

/*----------------------------------

layout

----------------------------------*/
.content {
  padding-top: 56px;
  overflow: hidden;
}
@media (max-width: 749px) {
  .content {
    padding-top: 40px;
  }
}
.content_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 749px) {
  .content_inner {
    padding: 0 10px;
  }
}
.content_box {
  position: relative;
  width: 100%;
  padding: 58px 87px 80px;
  border-radius: 40px;
  background-color: #f9f5ed;
}
@media (max-width: 749px) {
  .content_box {
    padding: 50px 10px 40px;
    border-radius: 20px;
  }
}
.content_box--radius60 {
  border-radius: 60px;
}
@media (max-width: 749px) {
  .content_box--radius60 {
    border-radius: 30px;
  }
}
.content_box_lead {
  margin-bottom: 50px;
  line-height: 2.222;
  font-size: 1.8rem;
}
@media (max-width: 749px) {
  .content_box_lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 749px) {
  .content_box_lead {
    margin-bottom: 25px;
  }
}
.content_block {
  padding: 26px 38px;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 749px) {
  .content_block {
    padding: 26px 16px;
    border-radius: 15px;
  }
}

@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.opa {
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
@media (min-width: 750px) {
  .opa:hover {
    opacity: 0.7 !important;
  }
}

.font_pt {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
}

.font_fts {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}

.coming_soon {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}
@media (max-width: 749px) {
  .coming_soon {
    margin-top: 25px;
  }
}

.word_block {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.mt80 {
  margin-top: 80px !important;
}
@media (max-width: 749px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media (max-width: 749px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*----------------------------------

header

----------------------------------*/
.header {
  width: 100%;
  background-color: #fff;
}
.header_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 104px;
  padding: 0 20px;
}
@media (max-width: 749px) {
  .header_top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100px;
    padding: 0 10px;
  }
}
.header_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ecd165;
  height: 40px;
  padding: 0 28px;
  z-index: 1000;
}
@media (max-width: 749px) {
  .header_bottom {
    padding: 0 10px;
  }
}
.header_logo {
  max-width: 287px;
}
@media (max-width: 749px) {
  .header_logo {
    max-width: 165px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  width: 100%;
}
.header_controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  position: absolute;
  top: 35px;
  right: 15px;
}
@media (max-width: 749px) {
  .header_controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 12px;
    top: 18px;
    right: 10px;
  }
}
.header_util {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 247px;
  padding: 5px 15px 4px;
  border-radius: 30px;
  background-color: #82c2eb;
}
@media (max-width: 749px) {
  .header_util {
    width: 175px;
    padding: 3px 10px;
  }
}
.header_top_link {
  position: absolute;
  top: 5px;
  right: 77px;
}
@media (max-width: 749px) {
  .header_top_link {
    right: 50px;
  }
}
.header_top_link a {
  display: block;
  width: 125px;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: #fff;
  color: #ec6d65;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 749px) {
  .header_top_link a {
    font-size: 1.2rem;
  }
}
@media (max-width: 749px) {
  .header_top_link a {
    font-size: 1.4rem;
  }
}
.header_nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ec6d65;
}
@media (max-width: 749px) {
  .header_nav {
    max-width: 100%;
  }
}
.header_nav.is-open {
  max-height: 730px;
  padding-bottom: 50px;
}
@media (max-width: 749px) {
  .header_nav.is-open {
    max-height: calc(var(--vh, 1vh) * 100 - 100px);
    overflow-y: auto;
  }
}
.header_nav_toggle {
  position: absolute;
  top: 9px;
  right: 27px;
  width: 30px;
  height: 23px;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 749px) {
  .header_nav_toggle {
    right: 10px;
  }
}
.header_nav_toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header_nav_toggle span:nth-child(1) {
  top: 0;
}
.header_nav_toggle span:nth-child(2) {
  top: 10px;
}
.header_nav_toggle span:nth-child(3) {
  bottom: 0;
}
.header_nav_toggle.is-open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_nav_toggle.is-open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.header_nav_toggle.is-open span:nth-child(3) {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_nav_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header_nav_list_item a {
  display: block;
  width: 235px;
  padding: 9px 10px;
  border-radius: 20px;
  background-color: #fff;
  color: #ec6d65;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 749px) {
  .header_nav_list_item a {
    font-size: 1.2rem;
  }
}
@media (max-width: 749px) {
  .header_nav_list_item a {
    font-size: 1.4rem;
  }
}

.textsize_label {
  margin-right: 13px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}
@media (max-width: 749px) {
  .textsize_label {
    font-size: 1.6rem;
  }
}
@media (max-width: 749px) {
  .textsize_label {
    margin-right: 8px;
    font-size: 1.3rem;
  }
}
.textsize_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  padding: 5px 0 4px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 749px) {
  .textsize_button {
    font-size: 1.1rem;
  }
}
@media (max-width: 749px) {
  .textsize_button {
    width: 24px;
    padding: 3px 0 2px;
    border-radius: 3px;
    font-size: 1rem;
  }
}
.textsize_button + .textsize_button {
  margin-left: 7px;
}
@media (max-width: 749px) {
  .textsize_button + .textsize_button {
    margin-left: 4px;
  }
}

.ruby_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 135px;
  padding: 5px 15px 4px;
  border-radius: 30px;
  background-color: #82c2eb;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}
@media (max-width: 749px) {
  .ruby_toggle {
    font-size: 1.6rem;
  }
}
@media (max-width: 749px) {
  .ruby_toggle {
    width: 95px;
    padding: 3px 0 2px;
    font-size: 1.3rem;
  }
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.share_link {
  width: 26px;
  height: 26px;
}
.share_link + .share_link {
  margin-left: 10px;
}
.share_link img {
  width: 100%;
}
.share_text {
  margin-left: 13px;
  color: #fff;
  font-size: 1.2rem;
}
@media (max-width: 749px) {
  .share_text {
    font-size: 1rem;
  }
}

/*----------------------------------

footer

----------------------------------*/
.footer_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 123px 20px 40px;
  color: #fff;
  text-align: center;
}
@media (max-width: 749px) {
  .footer_inner {
    padding: 60px 10px 20px;
  }
}
.footer_logo {
  max-width: 435px;
  margin: 0 auto 48px;
}
@media (max-width: 749px) {
  .footer_logo {
    margin-bottom: 25px;
  }
}
.footer_logo a {
  display: block;
}
.footer_logo a img {
  width: 100%;
}
.footer_nav {
  margin-bottom: 43px;
}
@media (max-width: 749px) {
  .footer_nav {
    margin-bottom: 20px;
  }
}
.footer_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 9px 0;
}
.footer_nav_list_item {
  position: relative;
  padding: 0 30px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 749px) {
  .footer_nav_list_item {
    font-size: 1.2rem;
  }
}
.footer_nav_list_item::before, .footer_nav_list_item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 16px;
  margin: auto;
  background-color: #fff;
}
.footer_nav_list_item::before {
  left: auto;
  right: -1px;
}
.footer_nav_list_item a {
  color: #fff;
}
.footer_copy {
  font-size: 1.3rem;
}
@media (max-width: 749px) {
  .footer_copy {
    font-size: 1.1rem;
  }
}

.hdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 402px;
  height: auto;
  min-height: 50px;
  margin: 0 auto;
  padding: 2px 20px 3px;
  border-radius: 30px;
  background-color: #ec6d65;
  text-align: center;
}
@media (max-width: 749px) {
  .hdg {
    max-width: 340px;
  }
}
.hdg_textWrap {
  line-height: 1.2;
}
.hdg_text {
  color: #fff;
  font-size: 3.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 749px) {
  .hdg_text {
    font-size: 3rem;
  }
}
.hdg--small {
  max-width: 402px;
}
.hdg--small .hdg_text {
  font-size: 3rem;
}
@media (max-width: 749px) {
  .hdg--small .hdg_text {
    font-size: 3rem;
  }
}
.hdg--wide {
  max-width: 756px;
}
.hdg--wide .hdg_text {
  font-size: 3.7rem;
}
@media (max-width: 749px) {
  .hdg--wide .hdg_text {
    font-size: 3rem;
  }
}
.hdg--page {
  max-width: 542px;
}
.hdg--white {
  max-width: 100%;
  min-height: 103px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff;
}
.hdg--white .hdg_text {
  color: #000;
  font-size: 3rem;
}
@media (max-width: 749px) {
  .hdg--white .hdg_text {
    font-size: 2.5rem;
  }
}
.hdg--aqua {
  max-width: 306px;
  min-height: 40px;
  background-color: #82c2eb;
}
.hdg--aqua .hdg_text {
  font-size: 2.6rem;
}
@media (max-width: 749px) {
  .hdg--aqua .hdg_text {
    font-size: 2.6rem;
  }
}

.button_pentagon {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.button_pentagon--white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 413px;
  min-height: 49px;
  background: #fff;
  color: #ec6d65;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%);
          clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%);
  font-size: 2.3rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  padding-right: 14px;
}
@media (max-width: 749px) {
  .button_pentagon--white {
    font-size: 1.9rem;
  }
}
.button_pentagon--red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 502px;
  min-height: 48px;
  background: #ec6d65;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 96.8% 0, 100% 50%, 96.8% 100%, 0 100%);
          clip-path: polygon(0 0, 96.8% 0, 100% 50%, 96.8% 100%, 0 100%);
  font-size: 2rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  padding: 4px 22px 4px 4px;
}
@media (max-width: 749px) {
  .button_pentagon--red {
    font-size: 1.8rem;
  }
}
@media (max-width: 749px) {
  .button_pentagon--red {
    max-width: 100%;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
            clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
  }
}
.button_pentagon--aqua {
  width: 100%;
  max-width: 151px;
  min-height: 31px;
  background: #82c2eb;
  color: #fff;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 22px;
  text-align: left;
}
@media (max-width: 749px) {
  .button_pentagon--aqua {
    font-size: 1.8rem;
  }
}

.button_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 494px;
  min-height: 80px;
  background: #fff;
  color: #000;
  font-size: 3.5rem;
  position: relative;
  margin: 0 auto;
  padding: 0 70px;
  border-radius: 20px;
  font-weight: 700;
}
@media (max-width: 749px) {
  .button_arrow {
    font-size: 2.8rem;
  }
}
.button_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 32px solid #ec6d65;
}

.button_pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 399px;
  min-height: 64px;
  background: none;
  color: #ec6d65;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  font-size: 2.6rem;
  position: relative;
  padding: 5px 58px;
  border: 2px solid #ec6d65;
  border-radius: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.429;
}
@media (max-width: 749px) {
  .button_pdf {
    font-size: 2.1rem;
  }
}
.button_pdf::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
.button_pdf--small {
  max-width: 363px;
}

.button_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 406px;
  min-height: 64px;
  background: #ec6d65;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  font-size: 2.6rem;
  position: relative;
  padding: 10px;
  border-radius: 20px;
  font-weight: 700;
}
@media (max-width: 749px) {
  .button_link {
    font-size: 2.1rem;
  }
}

.accordion_trigger {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.accordion_trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 15px solid #ec6d65;
}
.accordion_trigger.is-open::after {
  border-top: none;
  border-bottom: 15px solid #ec6d65;
}
.accordion_content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.accordion_content.is-open {
  max-height: 1000px;
  padding-top: 30px;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-area {
  position: relative;
  width: 100%;
  max-width: 1234px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 749px) {
  .swiper-area {
    max-width: 375px;
    padding: 0 4px;
  }
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(95%);
          transform: translateY(95%);
  width: 0;
  height: 0;
  z-index: 5;
  cursor: pointer;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
}
@media (max-width: 749px) {
  .swiper-button-prev, .swiper-button-next {
    -webkit-transform: translateY(210%);
            transform: translateY(210%);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  left: -34px;
  border-right: 40px solid #e0c8a4;
}
@media (max-width: 749px) {
  .swiper-button-prev {
    left: 4px;
    border-right: 22.5px solid #e0c8a4;
  }
}
.swiper-button-next {
  right: -34px;
  border-left: 40px solid #e0c8a4;
}
@media (max-width: 749px) {
  .swiper-button-next {
    right: 4px;
    border-left: 22.5px solid #e0c8a4;
  }
}
.swiper-interview {
  width: 100%;
  position: relative;
  padding: 10px;
}
.swiper-interview .swiper-slide {
  height: 443px;
  background-image: url(../img/top/bg_interview.svg);
  background-size: 366px 443px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
.swiper-interview .swiper-slide-inner {
  width: 100%;
  max-width: 366px;
  height: 100%;
  margin: 0 auto;
}
.swiper .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fukidashi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
  margin-top: 70px;
}
@media (max-width: 749px) {
  .fukidashi {
    gap: 3%;
    margin-top: 35px;
  }
}
.fukidashi p {
  background-color: #D0C86F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 590px;
  border-radius: 30px;
  position: relative;
  margin-right: 36px;
  min-height: 135px;
  padding: 10px 5px;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.3043 !important;
  z-index: 1;
}
@media (max-width: 749px) {
  .fukidashi p {
    font-size: 1.9rem;
  }
}
@media (max-width: 749px) {
  .fukidashi p {
    width: 65%;
    max-width: 100%;
    min-height: auto;
    margin-right: 18px;
  }
}
.fukidashi p::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 37px;
  background: #d0c86f;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: -36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 749px) {
  .fukidashi p::before {
    width: 27px;
    height: 18px;
    right: -20px;
  }
}
.fukidashi img {
  display: block;
  width: 100%;
  max-width: 160px;
}
@media (max-width: 749px) {
  .fukidashi img {
    max-width: 100%;
    width: 25%;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.modal[aria-hidden=false] {
  display: block;
}
.modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
}
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
  outline: none;
}
.modal_content_close {
  position: absolute;
  top: -52px;
  right: 0;
}

/*----------------------------------

top

----------------------------------*/
.top {
  position: relative;
}
.top .header_top_link {
  display: none;
}
.top .content {
  padding-top: 62px;
}
@media (max-width: 749px) {
  .top .content {
    padding-top: 36px;
  }
}
.top .mv {
  margin-bottom: 90px;
}
@media (max-width: 749px) {
  .top .mv {
    margin-bottom: 300px;
  }
}
.top .mv_body {
  position: relative;
  width: 100%;
  height: 65.1923076923vw;
  max-height: 678px;
  border-radius: 60px;
  background-image: url("../img/top/mv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 1040px) {
  .top .mv_body {
    height: 678px;
  }
}
@media (max-width: 749px) {
  .top .mv_body {
    height: 64.2666666667vw;
    border-radius: 20px;
  }
}
.top .mv_hdg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -49%);
          transform: translate(-50%, -49%);
  text-align: center;
}
@media (max-width: 749px) {
  .top .mv_hdg {
    -webkit-transform: translate(-50%, -62%);
            transform: translate(-50%, -62%);
  }
}
.top .mv_hdg h1 {
  width: 83.5576923077vw;
  max-width: 869px;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .top .mv_hdg h1 {
    width: 76.5333333333vw;
  }
}
.top .mv_deco {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 119.7115384615vw;
  max-width: 1245px;
  -webkit-transform: translate(-50%, -48.7%);
          transform: translate(-50%, -48.7%);
  z-index: 1;
}
@media (max-width: 749px) {
  .top .mv_deco {
    width: 97.0666666667vw;
    -webkit-transform: translate(-50%, 29%);
            transform: translate(-50%, 29%);
  }
}
.top .mv_anchor {
  position: absolute;
  bottom: -22.5%;
  left: -8.6%;
  width: 20.2884615385vw;
  max-width: 211px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .top .mv_anchor {
    left: -1%;
  }
}
@media (max-width: 749px) {
  .top .mv_anchor {
    bottom: -270px;
    left: 50%;
    width: 56.2666666667vw;
    -webkit-transform: translateX(-84%);
            transform: translateX(-84%);
  }
}
.top .mv_modal {
  position: absolute;
  bottom: -11.3%;
  right: -5.8%;
  width: 12.5vw;
  max-width: 130px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .top .mv_modal {
    right: -1%;
  }
}
@media (max-width: 749px) {
  .top .mv_modal {
    bottom: -197px;
    left: 50%;
    width: 34.6666666667vw;
    -webkit-transform: translateX(36%);
            transform: translateX(36%);
  }
}
.top .lead {
  position: relative;
  padding: 63px 0 112px;
  background-color: #fff;
}
.top .lead::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 100%;
  height: 95px;
  background: url(../img/top/bg_house.svg) repeat-x center;
  background-size: 1440px 95px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.top .lead_movie {
  max-width: 719px;
  margin: 0 auto;
}
.top .lead_text {
  margin-top: 53px;
  font-weight: 700;
  line-height: 1.826;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  font-size: 2.3rem;
}
@media (max-width: 749px) {
  .top .lead_text {
    font-size: 1.9rem;
  }
}
@media (max-width: 749px) {
  .top .lead_text {
    text-align: left;
  }
}
.top .interview {
  position: relative;
  margin-top: 150px;
  padding: 22px 0 200px;
  background-color: #f9f5ed;
}
@media (max-width: 749px) {
  .top .interview {
    padding-bottom: 75px;
  }
}
.top .interview::before, .top .interview::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 102px;
  z-index: 1;
}
@media (max-width: 749px) {
  .top .interview::before, .top .interview::after {
    height: 51px;
  }
}
.top .interview::before {
  top: -80px;
  background-image: url(../img/top/bg_wave2.svg);
  background-size: 100% 100%;
}
@media (max-width: 749px) {
  .top .interview::before {
    top: -45px;
    background-image: url(../img/top/bg_wave2_sp.svg);
    background-size: 100% 100%;
  }
}
.top .interview::after {
  bottom: -2px;
  background-image: url(../img/top/bg_wave.svg);
  background-size: 100% 100%;
}
@media (max-width: 749px) {
  .top .interview::after {
    background-image: url(../img/top/bg_wave_sp.svg);
    background-size: 100% 100%;
  }
}
.top .interview_link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 95px 40px 28px;
}
.top .interview_img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 249px;
  margin: 0 auto 20px;
}
.top .interview_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: calc(100% - 193px);
  color: #000;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  line-height: 1.3;
}
.top .interview_date {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
.top .interview_date.new::before {
  content: "NEW！";
  color: #ec6d65;
}
.top .interview_title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.top .interview_title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top .interview_info {
  position: relative;
  padding: 0 24px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.top .interview_info::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #ec6d65;
}
.top .interview .hdg {
  margin-bottom: 31px;
}
@media (max-width: 1350px) {
  .top .interview .swiper-area {
    max-width: 824px;
  }
}
@media (max-width: 950px) {
  .top .interview .swiper-area {
    max-width: 413px;
  }
}
.top .interview .button_pentagon {
  margin: 34px auto 0;
  z-index: 1;
}
.top .ehon {
  position: relative;
  margin-top: -230px;
  padding-top: 230px;
}
@media (max-width: 749px) {
  .top .ehon {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.top .ehon_btn {
  display: block;
  position: relative;
  top: -200px;
  max-width: 1231px;
  margin: 0 auto -200px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 749px) {
  .top .ehon_btn {
    top: -50px;
    width: 90%;
    margin-bottom: -50px;
  }
}
.top .ehon_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 9999;
}
.top .ehon_modal.active {
  display: block;
}
.top .ehon_modal_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.85;
  z-index: 1;
}
.top .ehon_modal_content {
  width: 90%;
  max-width: 1172px;
  height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  overflow-y: auto;
}
@media (max-width: 749px) {
  .top .ehon_modal_content {
    max-width: 365px;
    width: 100%;
    height: auto;
  }
}
.top .ehon_modal_content_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1000px;
  width: 85.325%;
  margin: 0 auto 22px;
}
.top .ehon_modal_content_main {
  max-width: 1000px;
  width: 85.325%;
}
@media (max-width: 749px) {
  .top .ehon_modal_content_main {
    max-width: 340px;
    width: 93.151%;
  }
}
.top .ehon_modal_content_main .swiper-wrapper {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top .ehon_modal_content_main img {
  width: 100%;
}
.top .ehon_modal_content_thumb {
  max-width: 1000px;
  width: 85.324%;
  margin: 50px auto 0;
}
@media (max-width: 749px) {
  .top .ehon_modal_content_thumb {
    max-width: 340px;
    width: 93.151%;
    margin-top: 21px;
  }
}
.top .ehon_modal_content_thumb .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 11px;
}
@media (max-width: 749px) {
  .top .ehon_modal_content_thumb .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 7px 10px;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
.top .ehon_modal_content_thumb .swiper-wrapper .swiper-slide {
  display: block;
  width: calc((100% - 99px) / 10);
  position: relative;
}
@media (max-width: 749px) {
  .top .ehon_modal_content_thumb .swiper-wrapper .swiper-slide {
    width: calc((100% - 40px) / 5);
  }
}
.top .ehon_modal_content_thumb .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.top .ehon_modal_content_thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top .ehon_modal_content_arrow {
  display: inline-block;
  position: absolute;
  top: 46%;
  width: 42px;
  height: 48px;
  background-color: #E0C8A4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 749px) {
  .top .ehon_modal_content_arrow {
    top: 34%;
    width: 19px;
    height: 22px;
  }
}
.top .ehon_modal_content_arrow.prev {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: 0;
}
.top .ehon_modal_content_arrow.next {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 0;
}
.top .about {
  padding: 20px 0 144px;
}
.top .about .content_box {
  padding: 38px 65px 34px;
}
@media (max-width: 749px) {
  .top .about .content_box {
    padding: 20px 10px;
  }
}
.top .about .content_box + .content_box {
  margin-top: 30px;
}
.top .about .hdg {
  margin-bottom: 24px;
}
.top .about .note {
  font-size: 1.3rem;
}
@media (max-width: 749px) {
  .top .about .note {
    font-size: 1.1rem;
  }
}
.top .about .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 749px) {
  .top .about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 750px) {
  .top .about .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 750px) {
  .top .about .flex.reverse .button_pentagon {
    margin: 0 auto 0 0;
  }
}
.top .about .flex_img {
  width: 47.126%;
  max-width: 410px;
}
@media (max-width: 749px) {
  .top .about .flex_img {
    width: 100%;
    margin: 0 auto;
  }
}
.top .about .flex_img img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.top .about .flex_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49.6%;
}
@media (max-width: 749px) {
  .top .about .flex_body {
    width: 100%;
  }
}
.top .about .flex_textWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top .about .flex_text {
  margin-bottom: 10px;
  line-height: 1.667;
}
.top .about .flex .button_pentagon {
  margin: 0 0 0 auto;
}
.top .faq {
  position: relative;
  padding: 56px 0 185px;
  background-color: #f9f5ed;
}
@media (max-width: 749px) {
  .top .faq {
    padding-bottom: 100px;
  }
}
.top .faq::before, .top .faq::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 102px;
  z-index: 1;
}
@media (max-width: 749px) {
  .top .faq::before, .top .faq::after {
    height: 51px;
  }
}
.top .faq::before {
  top: -80px;
  background-image: url(../img/top/bg_wave2.svg);
  background-size: 100% 100%;
}
@media (max-width: 749px) {
  .top .faq::before {
    top: -45px;
    background-image: url(../img/top/bg_wave2_sp.svg);
    background-size: 100% 100%;
  }
}
.top .faq::after {
  bottom: -2px;
  background-image: url(../img/top/bg_wave.svg);
  background-size: 100% 100%;
}
@media (max-width: 749px) {
  .top .faq::after {
    background-image: url(../img/top/bg_wave_sp.svg);
    background-size: 100% 100%;
  }
}
.top .faq #faq {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -140px;
  padding-top: 140px;
}
@media (max-width: 749px) {
  .top .faq #faq {
    margin-top: -110px;
    padding-top: 110px;
  }
}
.top .faq .hdg {
  margin-bottom: 34px;
}
.top .faq_list_item {
  padding: 30px 44px;
  border: solid 2px #f5bd1d;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 749px) {
  .top .faq_list_item {
    padding: 20px;
  }
}
.top .faq_list_item + .faq_list_item {
  margin-top: 20px;
}
.top .faq_question, .top .faq_answer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.top .faq_question {
  padding-bottom: 16px;
  border-bottom: solid 2px #f5bd1d;
}
.top .faq_question.accordion_trigger::after {
  -webkit-transform: translateY(-86%);
          transform: translateY(-86%);
}
.top .faq_question_textWrap {
  padding-right: 25px;
}
.top .faq_question_text {
  color: #000;
  font-weight: 700;
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 749px) {
  .top .faq_question_text {
    font-size: 1.8rem;
  }
}
.top .faq_answer_text {
  line-height: 1.777;
}
.top .faq_answer_text--small {
  font-size: 1.3rem;
}
@media (max-width: 749px) {
  .top .faq_answer_text--small {
    font-size: 1.1rem;
  }
}
.top .contact {
  padding-top: 27px;
}

/*----------------------------------

interview

----------------------------------*/
.interview .content_box {
  padding: 58px 64px;
}
@media (max-width: 749px) {
  .interview .content_box {
    padding: 50px 10px;
  }
}
.interview_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 38px 0;
  margin-top: 24px;
  margin-bottom: 60px;
}
@media (max-width: 749px) {
  .interview_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.333vw;
  }
}
.interview_item {
  width: 45.1923076923vw;
  height: 36.1538461538vw;
  background-image: url(../img/interview/bg_interview.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 750px) {
  .interview_item {
    max-width: 470px;
    max-height: 376px;
  }
}
@media (max-width: 749px) {
  .interview_item {
    width: 94.6666666667vw;
    height: 75.7333333333vw;
  }
}
.interview_item_link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6.826vw 4.807vw 1.923vw;
}
@media (min-width: 1040px) {
  .interview_item_link {
    padding: 71px 56px 13px;
  }
}
@media (max-width: 749px) {
  .interview_item_link {
    padding: 15vw 9.5vw 3vw;
  }
}
.interview_item_img {
  width: 23.9423076923vw;
  margin: 0 auto 0.961vw;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1040px) {
  .interview_item_img {
    margin-bottom: 10px;
  }
}
@media (min-width: 750px) {
  .interview_item_img {
    max-width: 249px;
  }
}
@media (max-width: 749px) {
  .interview_item_img {
    width: 48vw;
    margin-bottom: 2vw;
  }
}
.interview_item_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 8.846vw;
  padding: 0 20px;
  color: #000;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  line-height: 1.35;
}
@media (min-width: 750px) {
  .interview_item_text {
    max-height: 92px;
  }
}
@media (max-width: 749px) {
  .interview_item_text {
    height: 21.5vw;
    padding: 0 10px;
  }
}
.interview_item_date {
  margin-bottom: 0.48vw;
  font-size: 1.346vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .interview_item_date {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
@media (max-width: 749px) {
  .interview_item_date {
    margin-bottom: 0.533vw;
    font-size: 3.2vw;
  }
}
.interview_item_date.new::before {
  content: "NEW！";
  color: #ec6d65;
}
.interview_item_title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.interview_item_title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 1.538vw;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1040px) {
  .interview_item_title p {
    font-size: 1.6rem;
  }
}
@media (max-width: 749px) {
  .interview_item_title p {
    font-size: 3.954vw;
  }
}
.interview_item_info {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 1.346vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1040px) {
  .interview_item_info {
    font-size: 1.4rem;
  }
}
@media (max-width: 749px) {
  .interview_item_info {
    font-size: 3vw;
  }
}
.interview_item_info::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 13px solid #ec6d65;
}
.interview .case .hdg {
  margin-bottom: 45px;
}
@media (max-width: 749px) {
  .interview .case .hdg {
    margin-bottom: 60px;
  }
}
.interview .case .content_block {
  position: relative;
  padding: 30px 66px 42px 72px;
  -webkit-clip-path: url(#clip-pc);
          clip-path: url(#clip-pc);
  background: #fff;
}
@media (max-width: 749px) {
  .interview .case .content_block {
    padding: 40px 16px;
    -webkit-clip-path: url(#clip-sp);
            clip-path: url(#clip-sp);
  }
}
.interview .case .content_block_wrap {
  position: relative;
}
.interview .case .content_block_wrap + .content_block_wrap {
  margin-top: 45px;
}
@media (max-width: 749px) {
  .interview .case .content_block_wrap + .content_block_wrap {
    margin-top: 90px;
  }
}
.interview .case .content_block_number {
  position: absolute;
  top: -12px;
  left: 20px;
  color: #f9a29c;
  font-size: 12rem;
  font-weight: 900;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 749px) {
  .interview .case .content_block_number {
    top: -61px;
    left: 0;
    font-size: 10rem;
  }
}
.interview .case .content_block_title {
  margin-bottom: 18px;
  padding: 0 30px;
  color: #6f3d1d;
  font-size: 3rem;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  line-height: 1.333;
}
@media (max-width: 749px) {
  .interview .case .content_block_title {
    font-size: 2.5rem;
  }
}
@media (max-width: 749px) {
  .interview .case .content_block_title {
    margin-bottom: 26px;
    padding: 0;
  }
}
.interview .case .content_block_title_label {
  display: block;
  color: #ec6d65;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media (max-width: 749px) {
  .interview .case .content_block_title_label {
    font-size: 2rem;
  }
}
@media (max-width: 749px) {
  .interview .case .content_block_title_label {
    margin-bottom: 17px;
  }
}
.interview .case .content_block_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  position: relative;
  margin-bottom: 29px;
}
@media (max-width: 749px) {
  .interview .case .content_block_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 137px;
  }
}
.interview .case .content_block_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -9%);
          transform: translate(-50%, -9%);
  width: 7.5961538462vw;
  height: 7.1153846154vw;
  background-image: url(../img/common/icon_ba_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 750px) {
  .interview .case .content_block_img::after {
    max-width: 79px;
    max-height: 74px;
  }
}
@media (max-width: 749px) {
  .interview .case .content_block_img::after {
    width: 79px;
    height: 74px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.interview .case .content_block_img_group {
  width: 29.5192307692vw;
  max-width: 307px;
  text-align: center;
}
@media (max-width: 749px) {
  .interview .case .content_block_img_group {
    width: 100%;
  }
}
.interview .case .content_block_img_label {
  margin-bottom: 4px;
  color: #ec6d65;
  font-size: 2.1rem;
  font-weight: 700;
}
.interview .case .content_block_img_box {
  border-radius: 20px;
  overflow: hidden;
}
.interview .case .content_block_description {
  line-height: 1.777;
}
.interview.detail .content_box {
  padding: 58px 87px 80px;
}
@media (max-width: 749px) {
  .interview.detail .content_box {
    padding: 50px 10px 40px;
  }
}
.interview.detail .content_block {
  padding: 0;
  border-radius: 0;
  background-color: inherit;
}
.interview.detail .content .hdg_text {
  line-height: 1.053;
}
.interview.detail .content .lead {
  text-align: center;
  margin-top: 33px;
}
.interview.detail .content .lead_text {
  font-size: 3.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.571;
}
@media (max-width: 749px) {
  .interview.detail .content .lead_text {
    font-size: 2.8rem;
  }
}
.interview.detail .content .lead_text_red {
  color: #ec6d65;
  font-size: 2.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2;
  margin-top: 7px;
}
@media (max-width: 749px) {
  .interview.detail .content .lead_text_red {
    font-size: 2rem;
  }
}
@media (max-width: 749px) {
  .interview.detail .content .lead_text_red {
    line-height: 1.6;
  }
}
.interview.detail .content_block {
  margin-top: 35px;
}
@media (max-width: 749px) {
  .interview.detail .content_block {
    margin-top: 18px;
  }
}
.interview.detail .content_block img {
  border-radius: 30px;
  margin-bottom: 50px;
}
@media (max-width: 749px) {
  .interview.detail .content_block img {
    margin-bottom: 25px;
  }
}
.interview.detail .content_block_title {
  font-size: 2.5rem;
  line-height: 2.2;
  font-weight: 700;
  color: #EC6D65;
  margin-bottom: 30px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}
@media (max-width: 749px) {
  .interview.detail .content_block_title {
    margin-bottom: 15px;
  }
}
.interview.detail .content_block p {
  line-height: 1.944;
}
.interview.detail .content_block + .content_block {
  margin-top: 50px;
}
@media (max-width: 749px) {
  .interview.detail .content_block + .content_block {
    margin-top: 25px;
  }
}
.interview.detail .content .profile {
  border-top: 1.5px solid #f5bd1d;
  margin-top: 50px;
}
@media (max-width: 749px) {
  .interview.detail .content .profile {
    margin-top: 25px;
  }
}
.interview.detail .content .profile_inner {
  max-width: 696px;
  margin: 50px auto 0;
}
@media (max-width: 749px) {
  .interview.detail .content .profile_inner {
    margin-top: 25px;
  }
}
.interview.detail .content .profile_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 31px;
}
@media (max-width: 749px) {
  .interview.detail .content .profile_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.interview.detail .content .profile_flex_img {
  max-width: 171px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 750px) {
  .interview.detail .content .profile_flex_img img {
    width: 100%;
  }
}
.interview.detail .content .profile_flex_text {
  font-size: 1.3rem;
  line-height: 1.692;
  text-indent: 1em;
}
@media (max-width: 749px) {
  .interview.detail .content .profile_flex_text {
    font-size: 1.1rem;
  }
}

/*----------------------------------

link

----------------------------------*/
.link .hdg.hdg--page {
  margin-bottom: 50px;
}
@media (max-width: 749px) {
  .link .hdg.hdg--page {
    margin-bottom: 25px;
  }
}
.link .hdg.hdg--white {
  margin-bottom: 34px;
}
@media (min-width: 750px) {
  .link .content_box_lead {
    text-align: center;
  }
}
.link .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 42px;
}
@media (max-width: 749px) {
  .link .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.link .flex_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 49.273%;
}
@media (max-width: 749px) {
  .link .flex_body {
    width: 100%;
  }
}
.link .flex_text {
  line-height: 2.222;
}
.link .flex_img {
  width: 43.933%;
  max-width: 362px;
}
@media (max-width: 749px) {
  .link .flex_img {
    width: 100%;
  }
}
.link .flex.flex2 {
  gap: 85px;
}
@media (max-width: 749px) {
  .link .flex.flex2 {
    gap: 40px;
  }
}
.link .flex.flex2 .flex_img {
  width: 100%;
}
.link .flex_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  width: 97.974%;
  max-width: 362px;
}
@media (max-width: 749px) {
  .link .flex_column {
    width: 100%;
  }
}
.link .flex_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 12px;
}
@media (max-width: 749px) {
  .link .flex_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
}
.link .flex_link .link_text {
  font-weight: 500;
  line-height: 1.111;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 749px) {
  .link .flex_link .link_text {
    font-size: 1.6rem;
  }
}
.link .flex_link .link_text--small {
  display: block;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media (max-width: 749px) {
  .link .flex_link .link_text--small {
    font-size: 1rem;
  }
}
.link .button_pdf {
  margin-top: auto;
}
.link .text {
  line-height: 2.222;
  margin-bottom: 23px;
}

/*----------------------------------

renovation

----------------------------------*/
.renovation .content_box .hdg--white {
  margin-top: 46px;
}
@media (max-width: 749px) {
  .renovation .content_box .hdg--white {
    margin-top: 23px;
  }
}
.renovation .content_box .hdg--white + .content_box_text {
  margin-top: 24px;
}
@media (max-width: 749px) {
  .renovation .content_box .hdg--white + .content_box_text {
    margin-top: 11px;
  }
}
.renovation .content_box_thumb {
  display: block;
  margin-top: 46px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 749px) {
  .renovation .content_box_thumb {
    margin-top: 23px;
  }
}
.renovation .content_box_subTitle {
  color: #ec6d65;
  font-size: 2.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.52;
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 749px) {
  .renovation .content_box_subTitle {
    font-size: 2rem;
  }
}
@media (max-width: 749px) {
  .renovation .content_box_subTitle {
    margin-top: 24px;
  }
}
.renovation .content_box_subTitle + .content_box_text {
  margin-top: 10px;
}
@media (max-width: 749px) {
  .renovation .content_box_subTitle + .content_box_text {
    margin-top: 11px;
  }
}
.renovation .content_box_text {
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
@media (max-width: 749px) {
  .renovation .content_box_text {
    font-size: 1.6rem;
  }
}
.renovation_selfcheck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  margin-top: 13px;
  padding: 23px 39px 26px 49px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 749px) {
  .renovation_selfcheck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    margin-top: 10px;
    padding: 16px;
  }
}
.renovation_selfcheck_detail {
  width: 47.0827679783%;
}
@media (max-width: 749px) {
  .renovation_selfcheck_detail {
    width: 100%;
  }
}
.renovation_selfcheck_title {
  color: #6f3d1d;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.7391304348;
}
@media (max-width: 749px) {
  .renovation_selfcheck_title {
    font-size: 1.9rem;
  }
}
.renovation_selfcheck_text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 10px;
}
@media (max-width: 749px) {
  .renovation_selfcheck_text {
    font-size: 1.4rem;
  }
}
.renovation_selfcheck_button {
  margin-top: 16px;
}
@media (min-width: 750px) {
  .renovation_selfcheck_button {
    -webkit-clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
            clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
  }
}
.renovation_selfcheck_image {
  width: 50.7462686567%;
}
@media (max-width: 749px) {
  .renovation_selfcheck_image {
    width: 100%;
  }
}
.renovation_checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 23px;
  position: relative;
  width: calc(100% + 47px);
  margin-top: 15px;
  margin-left: -23.5px;
  margin-right: -23.5px;
}
@media (max-width: 749px) {
  .renovation_checklist {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 18px;
    width: 100%;
    margin: 16px 0 0;
  }
}
.renovation_checklist::after {
  content: "";
  position: absolute;
  bottom: -5.0961538462vw;
  right: -174px;
  max-width: 201px;
  max-height: 320px;
  width: 19.3269230769vw;
  height: 30.7692307692vw;
  background-image: url(../img/renovation/checklist_illustration.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1040px) {
  .renovation_checklist::after {
    bottom: -53px;
  }
}
@media (max-width: 1180px) {
  .renovation_checklist::after {
    right: -160px;
  }
}
@media (max-width: 749px) {
  .renovation_checklist::after {
    content: none;
  }
}
.renovation_checklist_item {
  width: calc((100% - 69px) / 4);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 749px) {
  .renovation_checklist_item {
    width: calc((100% - 18px) / 2);
  }
}
.renovation_steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px 0;
  margin-top: 28px;
}
@media (max-width: 749px) {
  .renovation_steps {
    gap: 100px 0;
    margin-top: 80px;
  }
}
.renovation_steps_block {
  position: relative;
  padding: 26px;
  min-height: 131px;
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 749px) {
  .renovation_steps_block {
    padding: 25px 15px;
    min-height: unset;
  }
}
.renovation_steps_block:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  margin: auto;
  width: 74px;
  height: 52px;
  background-image: url(../img/renovation/icon_steps_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 749px) {
  .renovation_steps_block:not(:first-child)::before {
    top: -74px;
  }
}
.renovation_steps_block::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.renovation_steps_block:nth-of-type(1)::after {
  top: -22px;
  right: -28px;
  width: 13.3333333333vw;
  max-width: 192px;
  height: 13.3333333333vw;
  max-height: 192px;
  background-image: url(../img/renovation/icon_steps_01.png);
}
@media (max-width: 749px) {
  .renovation_steps_block:nth-of-type(1)::after {
    top: -80px;
    right: -8px;
    width: 26.6666666667vw;
    max-width: 100px;
    height: 26.6666666667vw;
    max-height: 100px;
  }
}
.renovation_steps_block:nth-of-type(2)::after {
  top: -30px;
  left: -30px;
  width: 8.8888888889vw;
  max-width: 128px;
  height: 8.8888888889vw;
  max-height: 128px;
  background-image: url(../img/renovation/icon_steps_02.png);
}
@media (max-width: 749px) {
  .renovation_steps_block:nth-of-type(2)::after {
    top: -86px;
    left: -2px;
    width: 26.6666666667vw;
    max-width: 100px;
    height: 26.6666666667vw;
    max-height: 100px;
  }
}
.renovation_steps_block:nth-of-type(3)::after {
  bottom: -28px;
  right: -4px;
  width: 7.5694444444vw;
  max-width: 109px;
  height: 7.5694444444vw;
  max-height: 109px;
  background-image: url(../img/renovation/icon_steps_03.png);
}
@media (max-width: 749px) {
  .renovation_steps_block:nth-of-type(3)::after {
    top: -84px;
    right: -2px;
    bottom: unset;
    width: 26.6666666667vw;
    max-width: 100px;
    height: 26.6666666667vw;
    max-height: 100px;
  }
}
.renovation_steps_block:nth-of-type(4)::after {
  top: -3px;
  left: -28px;
  width: 10.1388888889vw;
  max-width: 146px;
  height: 10.1388888889vw;
  max-height: 146px;
  background-image: url(../img/renovation/icon_steps_04.png);
}
@media (max-width: 749px) {
  .renovation_steps_block:nth-of-type(4)::after {
    top: -86px;
    left: -2px;
    width: 26.6666666667vw;
    max-width: 100px;
    height: 26.6666666667vw;
    max-height: 100px;
  }
}
.renovation_steps_block:nth-of-type(5)::after {
  bottom: -32px;
  right: -27px;
  width: 10.0694444444vw;
  max-width: 145px;
  height: 10.0694444444vw;
  max-height: 145px;
  background-image: url(../img/renovation/icon_steps_05.png);
}
@media (max-width: 749px) {
  .renovation_steps_block:nth-of-type(5)::after {
    top: -86px;
    right: 11px;
    width: 26.6666666667vw;
    max-width: 100px;
    height: 26.6666666667vw;
    max-height: 100px;
  }
}
.renovation_steps_title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.1538461539;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 61px 4px;
  background: #82c2eb;
  border-radius: 50px;
}
@media (max-width: 749px) {
  .renovation_steps_title {
    font-size: 2.1rem;
  }
}
@media (max-width: 749px) {
  .renovation_steps_title {
    width: 100%;
    padding: 6px 16px 4px;
  }
}
.renovation_steps_title + .renovation_steps_text {
  margin-top: 16px;
}
.renovation_steps_subTitle {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
@media (max-width: 749px) {
  .renovation_steps_subTitle {
    font-size: 1.8rem;
  }
}
.renovation_steps_subTitle::before, .renovation_steps_subTitle::after {
  content: "●";
  color: #ec6d65;
}
.renovation_steps_subTitle:not(:first-of-type) {
  margin-top: 20px;
}
@media (max-width: 749px) {
  .renovation_steps_subTitle:not(:first-of-type) {
    margin-top: 12px;
  }
}
.renovation_steps_text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6666666667;
  margin-top: 2px;
}
@media (max-width: 749px) {
  .renovation_steps_text {
    font-size: 1.6rem;
  }
}
@media (max-width: 749px) {
  .renovation_steps_text {
    text-align: left;
    margin-top: 15px;
  }
}
.renovation_howto {
  margin-top: 32px;
}
@media (max-width: 749px) {
  .renovation_howto {
    margin-top: 100px;
  }
}
@media (max-width: 749px) {
  .renovation_howto_scrollable {
    overflow-x: auto;
  }
}
@media (min-width: 750px) {
  .renovation_howto_scrollable_image {
    width: calc(100% + 70px);
    margin-top: 38px;
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (max-width: 749px) {
  .renovation_howto_scrollable_image {
    width: 895px;
    margin-top: 19px;
  }
}
.renovation_howto_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 731px;
  background: #fff;
  border-radius: 30px;
  border-style: solid;
  border-width: 3px;
}
@media (max-width: 749px) {
  .renovation_howto_block {
    max-width: unset;
    padding: 92px 10px 40px;
  }
}
.renovation_howto_block:nth-child(odd) {
  margin-left: auto;
}
.renovation_howto_block:nth-child(odd) .renovation_howto_bubble {
  left: -80px;
}
@media (max-width: 749px) {
  .renovation_howto_block:nth-child(odd) .renovation_howto_bubble {
    top: -78px;
    left: 10px;
  }
}
.renovation_howto_block:nth-child(even) {
  margin-right: auto;
}
.renovation_howto_block:nth-child(even) .renovation_howto_bubble {
  right: -80px;
}
@media (max-width: 749px) {
  .renovation_howto_block:nth-child(even) .renovation_howto_bubble {
    top: -78px;
    right: 10px;
  }
}
.renovation_howto_block:not(:first-child) {
  margin-top: 28px;
}
@media (max-width: 749px) {
  .renovation_howto_block:not(:first-child) {
    margin-top: 96px;
  }
}
.renovation_howto_bubble {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11.4583333333vw;
  width: 165px;
  height: 10.5555555556vw;
  height: 152px;
}
@media (max-width: 749px) {
  .renovation_howto_bubble {
    bottom: unset;
  }
}
.renovation_howto_text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media (max-width: 749px) {
  .renovation_howto_text {
    font-size: 1.3rem;
  }
}
@media (max-width: 749px) {
  .renovation_howto_text {
    font-size: 1.5rem;
  }
}
.renovation_howto_block.--wall {
  border-color: #f9a29c;
}
@media (min-width: 750px) {
  .renovation_howto_block.--wall {
    gap: 0 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 19px 54px 22px 107px;
  }
}
@media (max-width: 749px) {
  .renovation_howto_block.--wall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.renovation_howto_block.--wall .renovation_howto_detail {
  width: calc(100% - 281px);
}
@media (max-width: 749px) {
  .renovation_howto_block.--wall .renovation_howto_detail {
    width: 100%;
  }
}
.renovation_howto_block.--wall .renovation_howto_image {
  width: 263px;
}
@media (max-width: 749px) {
  .renovation_howto_block.--wall .renovation_howto_image {
    width: 70.1333333333vw;
    margin: 30px auto 0;
  }
}
.renovation_howto_block.--base {
  border-color: #D3EDFB;
}
@media (min-width: 750px) {
  .renovation_howto_block.--base {
    gap: 0 11px;
    padding: 43px 95px 36px 40px;
  }
}
@media (max-width: 749px) {
  .renovation_howto_block.--base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.renovation_howto_block.--base .renovation_howto_block_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 17px;
}
@media (max-width: 749px) {
  .renovation_howto_block.--base .renovation_howto_block_item {
    gap: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.renovation_howto_block.--base .renovation_howto_block_item .renovation_howto_image {
  width: 127px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.renovation_howto_block.--base .renovation_howto_block_item .renovation_howto_text {
  margin-top: -6px;
}
@media (max-width: 749px) {
  .renovation_howto_block.--base .renovation_howto_block_item .renovation_howto_text {
    margin: 0;
  }
}
.renovation_howto_block.--joint {
  border-color: #D5EAD7;
}
@media (min-width: 750px) {
  .renovation_howto_block.--joint {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 13px;
    padding: 22px 107px 24px 108px;
  }
}
@media (max-width: 749px) {
  .renovation_howto_block.--joint {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px 0;
  }
}
.renovation_howto_block.--joint .renovation_howto_detail {
  width: calc(100% - 192px);
}
@media (max-width: 749px) {
  .renovation_howto_block.--joint .renovation_howto_detail {
    width: 100%;
  }
}
.renovation_howto_block.--joint .renovation_howto_image {
  width: 179px;
}
@media (max-width: 749px) {
  .renovation_howto_block.--joint .renovation_howto_image {
    width: 47.7333333333vw;
    margin: 0 auto 0;
  }
}
.renovation_howto_block.--roof {
  position: relative;
  border-color: #FFF3C2;
}
@media (min-width: 750px) {
  .renovation_howto_block.--roof {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
    padding: 43px 90px 42px 42px;
  }
}
@media (max-width: 749px) {
  .renovation_howto_block.--roof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.renovation_howto_block.--roof::after {
  content: "";
  position: absolute;
  bottom: 2.7884615385vw;
  left: -237px;
  max-width: 251px;
  max-height: 388px;
  width: 24.1346153846vw;
  height: 37.3076923077vw;
  background-image: url(../img/renovation/howto_illustration.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1040px) {
  .renovation_howto_block.--roof::after {
    bottom: 29px;
  }
}
@media (max-width: 1180px) {
  .renovation_howto_block.--roof::after {
    left: -200px;
  }
}
@media (max-width: 880px) {
  .renovation_howto_block.--roof::after {
    left: -160px;
  }
}
@media (max-width: 749px) {
  .renovation_howto_block.--roof::after {
    content: none;
  }
}
.renovation_howto_block.--roof .renovation_howto_detail {
  width: calc(100% - 180px);
}
@media (max-width: 749px) {
  .renovation_howto_block.--roof .renovation_howto_detail {
    width: 100%;
  }
}
.renovation_howto_block.--roof .renovation_howto_image {
  width: 127px;
}
@media (max-width: 749px) {
  .renovation_howto_block.--roof .renovation_howto_image {
    width: 33.8666666667vw;
    margin: 0 auto;
  }
}
.renovation_howto_caution {
  font-size: 1.3rem;
  text-align: right;
  line-height: 3.0769230769;
}
@media (max-width: 749px) {
  .renovation_howto_caution {
    font-size: 1.1rem;
  }
}
.renovation_howto_caution + .content_box_text {
  margin-top: 34px;
}

/*----------------------------------

earthquake

----------------------------------*/
.earthquake .content_box p {
  line-height: 2.22222;
}
.earthquake .hdg {
  margin-bottom: 46px;
  width: 100%;
  max-width: 650px;
}
@media (max-width: 749px) {
  .earthquake .hdg {
    max-width: 100%;
    margin-bottom: 23px;
  }
}
.earthquake .hdg--white {
  margin-bottom: 23px;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 749px) {
  .earthquake .hdg--white {
    margin-bottom: 11px;
  }
}
.earthquake .blue_circle_title {
  text-align: center;
}
.earthquake .blue_circle_title span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 2.2rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 749px) {
  .earthquake .blue_circle_title span {
    font-size: 1.8rem;
  }
}
.earthquake .blue_circle_title span::before, .earthquake .blue_circle_title span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #82c2eb;
  border-radius: 50%;
}
@media (max-width: 749px) {
  .earthquake .blue_circle_title span::before, .earthquake .blue_circle_title span::after {
    top: 10px;
    -webkit-transform: initial;
            transform: initial;
  }
}
.earthquake .blue_circle_title span::before {
  left: 0;
}
.earthquake .blue_circle_title span::after {
  right: 0;
}
.earthquake .note_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 749px) {
  .earthquake .note_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    justify-self: flex-start;
  }
}
.earthquake .note_text {
  font-size: 1.3rem;
  line-height: 1.30769;
}
.earthquake .note_small {
  font-size: 1.2rem;
}
.earthquake .table_box {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 46px;
}
@media (max-width: 749px) {
  .earthquake .table_box {
    margin-top: 13px;
    margin-bottom: 23px;
  }
}
.earthquake .table_box .blue_circle_title {
  margin-bottom: 9px;
}
@media (max-width: 749px) {
  .earthquake .table_box .blue_circle_title {
    margin-bottom: 5px;
  }
}
.earthquake .table_box .note_text {
  max-width: 670px;
  margin-left: 4px;
}
@media (max-width: 749px) {
  .earthquake .table_box .note_text {
    max-width: 100%;
    margin-left: 0;
  }
}
.earthquake .table_img {
  width: 100%;
  margin-bottom: 9px;
}
@media (max-width: 749px) {
  .earthquake .table_img {
    margin-bottom: 5px;
    overflow: scroll;
  }
}
@media (max-width: 749px) {
  .earthquake .table_img img {
    width: 800px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.earthquake .img_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 51px;
  margin-top: 38px;
  margin-bottom: 49px;
  position: relative;
}
@media (max-width: 749px) {
  .earthquake .img_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-top: 19px;
    margin-bottom: 25px;
  }
}
.earthquake .img_box {
  width: calc((100% - 51px) / 2);
  max-width: 387px;
}
@media (max-width: 749px) {
  .earthquake .img_box {
    width: 100%;
    max-width: 100%;
  }
}
.earthquake .img_box p {
  font-size: 1.3rem;
}
.earthquake .img_item {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.earthquake .img_item img {
  display: block;
  width: 100%;
}
.earthquake .graph_box {
  margin-top: 58px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 749px) {
  .earthquake .graph_box {
    margin-top: 29px;
    margin-bottom: 13px;
  }
}
.earthquake .graph_box .blue_circle_title {
  margin-bottom: -71px;
  position: relative;
  z-index: 2;
}
@media (max-width: 749px) {
  .earthquake .graph_box .blue_circle_title {
    margin-bottom: 14px;
  }
}
.earthquake .graph_box img {
  display: block;
  max-width: 524px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: -24px;
}
@media (max-width: 749px) {
  .earthquake .graph_box img {
    max-width: 100%;
    left: 0;
    margin-bottom: 14px;
  }
}
.earthquake .graph_box .note_text {
  position: absolute;
  bottom: 22px;
  right: 5px;
}
@media (max-width: 1000px) {
  .earthquake .graph_box .note_text {
    bottom: -10px;
  }
}
@media (max-width: 749px) {
  .earthquake .graph_box .note_text {
    position: static;
    bottom: initial;
    right: initial;
    text-align: center;
    display: block;
  }
}
.earthquake .chara_01 {
  position: absolute;
  max-width: 143px;
  width: 13.75vw;
  top: -7.0192307692vw;
  left: -1.4423076923vw;
}
@media (min-width: 1040px) {
  .earthquake .chara_01 {
    width: 143px;
    top: -73px;
    left: -15px;
  }
}
@media (max-width: 950px) {
  .earthquake .chara_01 {
    left: -80px;
  }
}
@media (max-width: 749px) {
  .earthquake .chara_01 {
    display: none;
  }
}
.earthquake .chara_02 {
  position: absolute;
  max-width: 158px;
  width: 15.1923076923vw;
  top: 3.6538461538vw;
  right: -14.4230769231vw;
}
@media (min-width: 1040px) {
  .earthquake .chara_02 {
    width: 158px;
    top: 38px;
    right: -171px;
  }
}
@media (max-width: 749px) {
  .earthquake .chara_02 {
    display: none;
  }
}
.earthquake .graph_box .chara_03 {
  position: absolute;
  max-width: 214px;
  width: 20.5769230769vw;
  top: 16.8269230769vw;
  left: -11.7307692308vw;
}
@media (min-width: 1040px) {
  .earthquake .graph_box .chara_03 {
    width: 214px;
    top: 175px;
    left: -122px;
  }
}
@media (max-width: 900px) {
  .earthquake .graph_box .chara_03 {
    top: 22.2222222222vw;
    left: -15.5555555556vw;
  }
}
@media (max-width: 749px) {
  .earthquake .graph_box .chara_03 {
    display: none;
  }
}

/*----------------------------------

rsystem

----------------------------------*/
.rsystem_img {
  margin-bottom: 46px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 749px) {
  .rsystem_img {
    margin-bottom: 23px;
  }
}
.rsystem_text {
  line-height: 2.222;
}
.rsystem .content_block {
  text-align: center;
}
.rsystem .content_block_text {
  margin-bottom: 27px;
  line-height: 1.666;
}
@media (max-width: 749px) {
  .rsystem .content_block_text {
    text-align: left;
  }
}
.rsystem .content_block_border {
  margin-top: 25px;
  padding: 20px 40px 18px;
  border: solid 1px #f5bd1d;
  border-radius: 20px;
}
@media (max-width: 749px) {
  .rsystem .content_block_border {
    padding: 20px 16px 18px;
  }
}
.rsystem .content_block_border_title {
  margin-bottom: 4px;
  font-size: 2rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 749px) {
  .rsystem .content_block_border_title {
    font-size: 1.8rem;
  }
}
.rsystem .content_block_border_text {
  margin-bottom: 15px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.733;
}
@media (max-width: 749px) {
  .rsystem .content_block_border_text {
    font-size: 1.3rem;
  }
}
.rsystem .content_block + .content_block {
  margin-top: 37px;
}
.rsystem .content_section.section2 .hdg {
  margin-bottom: 23px;
}
.rsystem .content_section.section2 .hdg--aqua {
  margin-bottom: 20px;
}
.rsystem .content_section.section2 .rsystem_text {
  margin-bottom: 34px;
}
.rsystem .content_section + .content_section {
  margin-top: 100px;
}
@media (max-width: 749px) {
  .rsystem .content_section + .content_section {
    margin-top: 50px;
  }
}
.rsystem .hdg {
  margin-bottom: 45px;
}
@media (max-width: 749px) {
  .rsystem .hdg {
    margin-bottom: 22px;
  }
}
.rsystem .note {
  font-size: 1.3rem;
}
@media (max-width: 749px) {
  .rsystem .note {
    font-size: 1.1rem;
  }
}
.rsystem .desc {
  margin-bottom: 44px;
}
.rsystem .button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 9px;
}
.rsystem .button_wrap.--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 750px) {
  .rsystem .button_pentagon1 {
    max-width: 244px;
    -webkit-clip-path: polygon(0 0, 93.8% 0, 100% 50%, 93.8% 100%, 0 100%);
            clip-path: polygon(0 0, 93.8% 0, 100% 50%, 93.8% 100%, 0 100%);
  }
}
@media (min-width: 750px) {
  .rsystem .button_pentagon2 {
    max-width: 475px;
    -webkit-clip-path: polygon(0 0, 96.4% 0, 100% 50%, 96.4% 100%, 0 100%);
            clip-path: polygon(0 0, 96.4% 0, 100% 50%, 96.4% 100%, 0 100%);
  }
}
.rsystem .button_pentagon3 {
  letter-spacing: -0.05em;
}
@media (min-width: 750px) {
  .rsystem .button_pentagon3 {
    max-width: 364px;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  }
}
.rsystem .button_pentagon4 {
  letter-spacing: -0.05em;
}
@media (min-width: 750px) {
  .rsystem .button_pentagon4 {
    max-width: 375px;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  }
}
.rsystem .chara_01 {
  position: absolute;
  max-width: 183px;
  width: 17.5961538462vw;
  top: -14.0384615385vw;
  left: -194px;
}
@media (min-width: 1040px) {
  .rsystem .chara_01 {
    top: -146px;
  }
}
@media (max-width: 1180px) {
  .rsystem .chara_01 {
    left: -130px;
  }
}
@media (max-width: 749px) {
  .rsystem .chara_01 {
    display: none;
  }
}
.rsystem .chara_02 {
  position: absolute;
  max-width: 218px;
  width: 20.9615384615vw;
  top: -3.4615384615vw;
  right: -183px;
}
@media (min-width: 1040px) {
  .rsystem .chara_02 {
    top: -36px;
  }
}
@media (max-width: 1080px) {
  .rsystem .chara_02 {
    right: -165px;
  }
}
@media (max-width: 749px) {
  .rsystem .chara_02 {
    display: none;
  }
}

/*----------------------------------

specialty

----------------------------------*/
.specialty .content_box .hdg--white {
  margin-top: 46px;
}
@media (max-width: 749px) {
  .specialty .content_box .hdg--white {
    margin-top: 23px;
  }
}
.specialty .content_box .hdg--white + .content_box_text {
  margin-top: 24px;
}
@media (max-width: 749px) {
  .specialty .content_box .hdg--white + .content_box_text {
    margin-top: 11px;
  }
}
.specialty .content_box_subTitle {
  color: #ec6d65;
  font-size: 2.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.52;
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 749px) {
  .specialty .content_box_subTitle {
    font-size: 2rem;
  }
}
@media (max-width: 749px) {
  .specialty .content_box_subTitle {
    margin-top: 24px;
  }
}
.specialty .content_box_subTitle + .content_box_text {
  margin-top: 10px;
}
@media (max-width: 749px) {
  .specialty .content_box_subTitle + .content_box_text {
    margin-top: 11px;
  }
}
.specialty .content_box_linkImg {
  display: block;
  width: 100%;
  max-width: 485px;
  margin: 20px auto;
  text-align: center;
}
.specialty .content_box_text {
  line-height: 2.2222222222;
}
.specialty_typelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  width: calc(100% + 42px);
  margin-top: 38px;
  margin-left: -21px;
  margin-right: -21px;
}
@media (max-width: 749px) {
  .specialty_typelist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
    width: 100%;
    margin: 20px 0 0;
  }
}
.specialty_typelist_item {
  width: calc((100% - 48px) / 3);
}
@media (max-width: 749px) {
  .specialty_typelist_item {
    width: 100%;
  }
}
.specialty_dial {
  text-align: center;
  margin-top: 30px;
  padding: 30px 16px 33px;
  border: 2px solid #ec6d65;
}
@media (max-width: 749px) {
  .specialty_dial {
    margin-top: 15px;
    padding: 16px 8px;
  }
}
.specialty_dial_text {
  color: #ec6d65;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2777777778;
}
@media (max-width: 749px) {
  .specialty_dial_text {
    font-size: 1.6rem;
  }
}
.specialty_dial_tel {
  font-weight: bold;
}
@media (max-width: 749px) {
  .specialty_dial_tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
  }
}
.specialty_dial_label {
  font-size: 2.8rem;
  line-height: 1.2857142857;
}
@media (max-width: 749px) {
  .specialty_dial_label {
    font-size: 2.3rem;
  }
}
.specialty_dial_label small {
  font-size: 1.8rem;
  line-height: 1.2777777778;
}
@media (max-width: 749px) {
  .specialty_dial_label small {
    font-size: 1.6rem;
  }
}
@media (max-width: 749px) {
  .specialty_dial_label small {
    display: block;
  }
}
.specialty_dial_number {
  color: #000;
  line-height: 1.2972972973;
  font-size: 3.7rem;
}
@media (max-width: 749px) {
  .specialty_dial_number {
    font-size: 2.9rem;
  }
}
.specialty_dial_number a {
  color: #000;
}
.specialty_dial_time {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  margin-top: 15px;
}
@media (max-width: 749px) {
  .specialty_dial_time {
    font-size: 1.1rem;
  }
}
@media (max-width: 749px) {
  .specialty_dial_time {
    margin-top: 8px;
  }
}
.specialty_system {
  position: relative;
  margin-top: 24px;
}
@media (max-width: 749px) {
  .specialty_system {
    margin-top: 12px;
  }
}
.specialty_system::before, .specialty_system::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 749px) {
  .specialty_system::before, .specialty_system::after {
    content: none;
  }
}
.specialty_system::before {
  bottom: 3px;
  left: -762px;
  width: 12.9166666667vw;
  max-width: 186px;
  height: 22.7777777778vw;
  max-height: 328px;
  background-image: url(../img/specialty/system_illustration_01.png);
}
.specialty_system::after {
  bottom: -26px;
  right: -757px;
  width: 15.0694444444vw;
  max-width: 217px;
  height: 29.5138888889vw;
  max-height: 425px;
  background-image: url(../img/specialty/system_illustration_02.png);
}
.specialty_system_block {
  max-width: 504px;
  margin: 0 auto;
}
.specialty_system_button {
  margin-top: 31px;
}
@media (max-width: 749px) {
  .specialty_system_button {
    margin-top: 15px;
  }
}

/*----------------------------------

material

----------------------------------*/
.material .hdg.hdg--page {
  margin-bottom: 50px;
  width: 100%;
  max-width: 650px;
}
@media (max-width: 749px) {
  .material .hdg.hdg--page {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.material .hdg.hdg--white {
  margin-bottom: 24px;
}
.material .hdg.hdg--white:nth-of-type(4) {
  margin-top: 66px;
}
@media (max-width: 749px) {
  .material .hdg.hdg--white:nth-of-type(4) {
    margin-top: 40px;
  }
}
.material .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 42px;
}
@media (max-width: 749px) {
  .material .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.material .flex_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 49.273%;
}
@media (max-width: 749px) {
  .material .flex_body {
    width: 100%;
  }
}
.material .flex_text {
  line-height: 2.222;
}
.material .flex_img {
  width: 43.933%;
  max-width: 362px;
}
@media (max-width: 749px) {
  .material .flex_img {
    width: 100%;
  }
}
.material .flex.flex2 {
  gap: 85px;
}
@media (max-width: 749px) {
  .material .flex.flex2 {
    gap: 40px;
  }
}
.material .flex.flex2 .flex_img {
  width: 100%;
}
.material .flex_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  width: 97.974%;
  max-width: 362px;
}
@media (max-width: 749px) {
  .material .flex_column {
    width: 100%;
  }
}
.material .flex_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px 12px;
}
@media (max-width: 749px) {
  .material .flex_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
}
.material .button_pdf {
  margin-top: auto;
}
.material .text {
  line-height: 2.222;
  margin-bottom: 23px;
}