@charset "UTF-8";
/******************************************************************
normalize.css
******************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

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

/******************************************************************
foundation - base
******************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  min-width: 375px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-wrap: break-word;
  letter-spacing: 0.025em;
  overflow-y: scroll;
  color: #000;
  font-size: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 0.94rem;
  }
}
@media print {
  body {
    width: 1060px;
    zoom: 0.8;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  text-decoration: none;
  line-height: 1.9;
  outline-color: #999999;
}
@media (any-hover: hover) {
  button:hover {
    text-decoration: none;
  }
}
button:focus {
  text-decoration: none;
}

input, select {
  line-height: 1.9;
  outline-color: #999999;
}

em {
  font-style: normal;
  font-weight: bold;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

a {
  color: #000;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
  outline-color: #000;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper {
  width: 100%;
  overflow: clip;
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/******************************************************************
layout - header-fixed
******************************************************************/
html:has(.l-header-fixed) {
  scroll-padding-top: var(--header-height);
}

body:has(.l-header-fixed) {
  padding-top: var(--header-height);
}
@media print {
  body:has(.l-header-fixed) {
    padding-top: initial;
  }
}

.l-header-fixed {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/******************************************************************
layout - header
******************************************************************/
:root {
  --header-height: 0;
}

.l-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(192, 194, 197, 0.6);
          box-shadow: 0px 0px 13px 0px rgba(192, 194, 197, 0.6);
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1140px;
  padding: 24px 40px;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .l-header__inner {
    padding: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
  }
}
.l-header-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-option__lang {
  border-radius: 32px;
  background: #007bc7;
  color: #fff;
  padding: 10px 32px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media print, screen and (min-width: 600px) {
  .l-header-option__lang:hover {
    background: #e8380d;
  }
}
@media screen and (max-width: 960px) {
  .l-header-option__lang {
    display: none;
  }
}
.l-header__head {
  max-width: 30%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 960px) {
  .l-header__head {
    padding-inline: 0.75rem;
  }
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__logo img {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .l-header__logo img {
    max-height: 45px;
    width: auto;
  }
}
.l-header__body-pc nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .l-header__body-pc {
    display: none;
  }
}
.l-header__body-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-header__body-sp {
    display: block;
  }
}
.l-header__nav {
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 960px) {
  .l-header__nav {
    display: none;
  }
}

/******************************************************************
layout - nav
******************************************************************/
.l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-nav a {
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-nav a:hover::after {
    height: 4px;
  }
}
.l-nav a:focus::after {
  height: 4px;
}
.l-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.l-nav-mega2 {
  display: none;
  position: absolute;
  left: 0;
  top: var(--header-height);
  width: 100%;
  background-color: #1061a9;
}
.l-nav-mega2__inner {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
}

/******************************************************************
layout - sp-nav-control
******************************************************************/
.l-header__body-sp--end {
  text-align: right;
  margin-right: 20px;
  margin-bottom: 48px;
}

.l-sp-nav-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
  background: #007bc7;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.l-sp-nav-control__item {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .l-sp-nav-control__item {
    top: 5px;
  }
}
.l-sp-nav-control__item::before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
}
.l-sp-nav-control__item::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
}
.l-sp-nav-control--end {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
  background: #007bc7;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-top: 18px;
}
.l-sp-nav-control--end__item {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 16px;
  height: 2px;
}
.l-sp-nav-control--end__item::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-4px) rotate(-45deg);
          transform: translateX(-4px) rotate(-45deg);
}
.l-sp-nav-control--end__item::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-4px) rotate(45deg);
          transform: translateX(-4px) rotate(45deg);
}
.l-sp-nav-control[aria-expanded=true] .l-sp-nav-control__item {
  background-color: transparent;
}
.l-sp-nav-control[aria-expanded=true] .l-sp-nav-control__item::before {
  bottom: 0;
  -webkit-transform: translateX(-4px) rotate(-45deg);
          transform: translateX(-4px) rotate(-45deg);
  width: 24px;
}
.l-sp-nav-control[aria-expanded=true] .l-sp-nav-control__item::after {
  bottom: 0;
  -webkit-transform: translateX(-4px) rotate(45deg);
          transform: translateX(-4px) rotate(45deg);
  width: 24px;
}

/******************************************************************
layout - sp-nav-full
******************************************************************/
.l-sp-nav-full {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - var(--header-height));
}
.l-sp-nav-full nav {
  width: 100%;
  background-color: #eaeef3;
  padding: 20px 20px 32px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-sp-nav-full .l-nav-sp--anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 32px;
}
.l-sp-nav-full .l-nav-sp--anchor li {
  width: 100%;
}
.l-sp-nav-full .l-nav-sp--anchor__item {
  position: relative;
  display: block;
  font-size: 1rem;
  padding: 8px 52px 8px 20px;
  text-decoration: none;
  background: #fff;
  border-radius: 28px;
}
.l-sp-nav-full .l-nav-sp--anchor__item::after {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .l-sp-nav-full .l-nav-sp--anchor__item::after {
    right: 18px;
  }
}
.l-sp-nav-full .l-nav-sp--anchor__item::after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
  -webkit-transform: translateY(calc(-50% - 3px)) rotate(135deg);
          transform: translateY(calc(-50% - 3px)) rotate(135deg);
}
.l-sp-nav-full .l-nav-sp--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
}
.l-sp-nav-full .l-nav-sp--menu__item {
  position: relative;
  padding-left: 20px;
}
.l-sp-nav-full .l-nav-sp--menu__item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #8d9299;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-sp-nav-full .l-nav-sp--menu__item a {
  text-decoration: none;
}
.l-sp-nav-full .l-nav-sp--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-sp-nav-full .l-nav-sp--lang {
  padding: 8px 24px;
  background: #007bc7;
  color: #fff;
  border-radius: 32px;
  text-decoration: none;
}
.l-sp-nav-full .l-nav-sp--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.l-nav-mega-overlay {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
}

/******************************************************************
layout - main
******************************************************************/
@media screen and (max-width: 960px) {
  .l-main > .l-section__article:first-child .l-section__inner {
    margin-top: 48px;
  }
}
@media screen and (max-width: 960px) {
  .l-main > .l-section__anchor:first-child + .l-section__article .l-section__inner {
    margin-top: 48px;
  }
}

/******************************************************************
layout - section
******************************************************************/
.l-section {
  position: relative;
}
.l-section__top-visual.js-mv-paddingBottom .l-section__top-visual--inner {
  padding-bottom: 24px;
}
.l-section__top-visual--inner {
  margin-top: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(70%, #ffffff), color-stop(70%, #eaeef3), to(#eaeef3));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #eaeef3 70%, #eaeef3 100%);
}
@media screen and (max-width: 599px) {
  .l-section__top-visual--inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(40%, #ffffff), color-stop(40%, #eaeef3), to(#eaeef3));
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #eaeef3 40%, #eaeef3 100%);
  }
}
.l-section__anchor {
  background: #eaeef3;
}
@media screen and (max-width: 960px) {
  .l-section__anchor.js-only-anchor .l-section__inner-anchor {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-section__inner-anchor {
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 48px;
  padding-top: 48px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .l-section__inner-anchor {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-section__inner {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 104px;
  margin-top: 104px;
  padding-right: 40px;
  padding-left: 40px;
}
.l-section__inner > *:not(:last-child):not(.c-modal):not(.c-tab) {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .l-section__inner > *:not(:last-child):not(.c-modal):not(.c-tab) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  .l-section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-section__inner-blue {
  max-width: 1120px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 40px;
  padding-left: 40px;
}

/******************************************************************
layout - heading
******************************************************************/
.l-heading-group {
  position: relative;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  background: url("/openhouse/wr-lp-assets/img/common/title-visual-bg1.png") no-repeat;
  background-size: cover;
  margin-bottom: 48px;
  z-index: -2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .l-heading-group {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.l-heading-group__inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  padding-left: 40px;
}
.l-heading-group__inner > *:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .l-heading-group__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-heading-group::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 243px;
  height: 324px;
  background: url("/openhouse/wr-lp-assets/img/common/title-visual-bg2.png") no-repeat;
  mix-blend-mode: overlay;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-heading-group::before {
    background: none;
  }
}
.l-heading-group::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0px;
  width: 539px;
  height: var(--heading-height);
  background-image: url("/openhouse/wr-lp-assets/img/common/title-visual-bg3.png");
  background-position: top 0 right 0;
  background-size: 539px 167px;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 960px) {
  .l-heading-group::after {
    background-image: url("/openhouse/wr-lp-assets/img/common/title-visual-bg3.png");
    background-position: top -55px right -280px;
    background-size: 539px 167px;
    background-repeat: no-repeat;
  }
}
.l-heading-group__logo {
  position: absolute;
  content: "";
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .l-heading-group__logo {
    top: auto;
    bottom: 5px;
    right: 15px;
    width: 200px;
    height: 12px;
  }
}

/******************************************************************
layout - footer
******************************************************************/
.l-footer {
  background: #007bc7;
}
.l-footer__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 32px;
  padding-top: 75px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .l-footer__inner {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}

/******************************************************************
component - footer
******************************************************************/
.c-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 48px;
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  .c-footer-sns {
    margin-bottom: 48px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 600px) {
  .c-footer-sns__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-footer-sns__item a:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.c-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (max-width: 599px) {
  .c-footer-menu {
    gap: 12px 0;
  }
}
.c-footer-menu__item a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .c-footer-menu__item a {
    padding-left: 32px;
  }
  .c-footer-menu__item a:hover {
    text-decoration: underline;
  }
  .c-footer-menu__item a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #80bde3;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 599px) {
  .c-footer-menu__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-menu__item:not(:first-child) a {
    padding-top: 20px;
  }
  .c-footer-menu__item:not(:first-child) a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #80bde3;
    border-radius: 50%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-footer-menu__item:last-child a {
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .c-footer-menu__item:last-child a {
    padding-right: 32px;
  }
}
@media print, screen and (min-width: 600px) {
  .c-footer-menu__item:last-child a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #80bde3;
    border-radius: 50%;
  }
}

/******************************************************************
component - copyright
******************************************************************/
.c-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00619d;
}
.c-copyright__text {
  max-width: 1060px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.8rem;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .c-copyright__text {
    font-size: 0.75rem;
  }
}

/******************************************************************
layout - pagetop
******************************************************************/
.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1200;
}
@media screen and (max-width: 960px) {
  .l-pagetop {
    bottom: 20px;
    right: 10px;
  }
}
.l-pagetop__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  background: #007bc7;
  position: relative;
}
.l-pagetop__btn:hover {
  background: #389edd;
}
.l-pagetop__btn::after, .l-pagetop__btn::before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.l-pagetop__btn::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 32px;
  background: #fff;
}
.l-pagetop__btn::after {
  top: 19px;
  left: 23px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

/******************************************************************
layout - block-skip
******************************************************************/
.l-block-skip {
  position: absolute;
  width: 100%;
  z-index: 100000;
  top: 0;
}
.l-block-skip a {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.l-block-skip a:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: #e8380d;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  text-decoration: underline;
}

/******************************************************************
component - accordion
******************************************************************/
.c-accordion__item {
  border: 2px solid #007bc7;
  border-radius: 32px;
  margin-bottom: 24px;
}
.c-accordion__item.is-active {
  border: 2px solid #e8380d;
}
@media screen and (min-width: 1140px) {
  .c-accordion__item:has(.c-accordion__head:hover) {
    border: 2px solid #e8380d;
  }
}
.c-accordion__item:has(.c-accordion__head[aria-expanded=true]) {
  border: 2px solid #e8380d;
}
.c-accordion__head {
  text-align: left;
  width: 100%;
  padding: 32px 96px 32px 48px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .c-accordion__head {
    padding: 32px 56px 32px 24px;
  }
}
.c-accordion__head::after {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .c-accordion__head::after {
    right: 18px;
  }
}
.c-accordion__head::after {
  width: 16px;
  height: 16px;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
  -webkit-transform: translateY(calc(-50% - 5px)) rotate(135deg);
          transform: translateY(calc(-50% - 5px)) rotate(135deg);
}
@media screen and (min-width: 1140px) {
  .c-accordion__head:hover::after {
    border-top: 2px solid #e8380d;
    border-right: 2px solid #e8380d;
  }
}
.c-accordion__head[aria-expanded=true] {
  border-bottom: 2px solid #e8380d;
  font-weight: bold;
}
.c-accordion__head[aria-expanded=true]::after {
  width: 16px;
  height: 16px;
  border-top: 2px solid #e8380d;
  border-right: 2px solid #e8380d;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.c-accordion__body {
  display: none;
  background: #f5f7fa;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.c-accordion__body[aria-hidden=true] {
  overflow: hidden;
}
.c-accordion__body--inner {
  padding: 64px 40px;
}
.c-accordion__body--inner > *:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .c-accordion__body--inner > *:not(:last-child) {
    margin-bottom: 32px;
  }
}
.c-accordion__body--inner .c-text a {
  font-size: 1.2rem;
  cursor: pointer;
}

/******************************************************************
component - list
******************************************************************/
.c-list-disc li {
  list-style-type: disc;
  margin-left: 18px;
  padding-left: 7px;
}
.c-list-disc li::marker {
  color: #8d9299;
}
.c-list-disc li:not(:first-child) {
  margin-top: 8px;
}

.c-list-count li {
  list-style-type: decimal;
  margin-left: 18px;
  padding-left: 7px;
}
.c-list-count li:not(:first-child) {
  margin-top: 8px;
}
.c-list-count__head {
  padding-right: 8px;
  min-width: 40px;
}

.c-list-note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list-note li:not(:first-child) {
  margin-top: 8px;
}
.c-list-note__head {
  padding-right: 8px;
}

.c-list-note-number li {
  line-height: 1.8;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list-note-number li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .c-list-note-number li {
    font-size: 0.8rem;
  }
}
.c-list-note-number__head {
  padding-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-list-note-number__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-list-asterisk li {
  line-height: 1.8;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list-asterisk li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .c-list-asterisk li {
    font-size: 0.8rem;
  }
}
.c-list-asterisk__head {
  padding-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-list-asterisk__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/******************************************************************
component - image
******************************************************************/
.c-image {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-image {
    font-size: 0.9rem;
  }
}
.c-image img {
  border-radius: 32px;
}

.c-image-caption {
  font-size: 0.9rem;
  margin-top: 24px;
  text-align: left;
}

.c-flex-col__item2 .c-image img {
  border-radius: 28px;
}

.c-flex-col__item3 .c-image img {
  border-radius: 24px;
}

/******************************************************************
component - table
******************************************************************/
.c-table-scroll {
  overflow-x: auto;
}
.c-table-scroll .c-table {
  min-width: 700px;
}
.c-table-scroll::-webkit-scrollbar {
  height: 20px;
}
.c-table-scroll::-webkit-scrollbar-thumb {
  background: #007bc7;
  border-radius: 12px;
}
.c-table-scroll::-webkit-scrollbar-track {
  background: #fff;
  border: 2px solid #aeb4bc;
  border-radius: 12px;
}
@-moz-document url-prefix() {
  .c-table-scroll {
    scrollbar-width: auto;
    scrollbar-color: #007bc7 #fff;
  }
}

.c-table {
  width: 100%;
  table-layout: fixed;
  outline: 2px solid #aeb4bc;
  outline-offset: -2px;
  border-radius: 32px;
  margin-bottom: 26px;
}
.c-table th, .c-table td {
  padding: 32px 24px;
  border-bottom: 2px solid #aeb4bc;
}
.c-table th > *:not(:last-child), .c-table td > *:not(:last-child) {
  margin-bottom: 8px;
}
.c-table th:not(:last-child), .c-table td:not(:last-child) {
  border-right: 2px solid #aeb4bc;
}
@media screen and (max-width: 599px) {
  .c-table th, .c-table td {
    padding: 24px 16px;
  }
}
.c-table th {
  background-color: #eef9ff;
}
.c-table tr:last-child th,
.c-table tr:last-child td {
  border-bottom: none;
}
.c-table tr:first-child th:first-child,
.c-table tr:first-child td:first-child {
  border-top-left-radius: 32px;
}
.c-table tr:first-child th:last-child,
.c-table tr:first-child td:last-child {
  border-top-right-radius: 32px;
}
.c-table tr:last-child th:first-child,
.c-table tr:last-child td:first-child {
  border-bottom-left-radius: 32px;
}
.c-table tr:last-child th:last-child,
.c-table tr:last-child td:last-child {
  border-bottom-right-radius: 32px;
}
.c-table__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@-moz-document url-prefix() {
  .c-table {
    outline: none;
    margin-bottom: 0;
  }
  .c-table-scroll {
    overflow-x: auto;
    border: 2px solid #aeb4bc;
    border-radius: 32px;
    overflow: hidden;
  }
}
/******************************************************************
component - table__2col
******************************************************************/
.c-table-2col {
  outline: 2px solid #aeb4bc;
  outline-offset: -2px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .c-table-2col {
    outline: none;
  }
}
.c-table-2col__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-table-2col__item:not(:last-child) {
  border-bottom: 2px solid #aeb4bc;
}
@media screen and (max-width: 599px) {
  .c-table-2col__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    outline: 2px solid #aeb4bc;
    outline-offset: -2px;
    border-radius: 32px;
    margin-bottom: 24px;
    overflow: hidden;
  }
}
.c-table-2col__head {
  width: 30%;
  background-color: #eef9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .c-table-2col__head {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px;
  }
}
.c-table-2col__body {
  width: 70%;
  padding: 32px 24px;
}
.c-table-2col__body > *:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .c-table-2col__body {
    width: 100%;
    padding: 24px;
  }
}

/******************************************************************
component - heading
******************************************************************/
.c-heading2 {
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 77px;
  position: relative;
}
.c-heading2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url("/openhouse/wr-lp-assets/img/common/icon-heading2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .c-heading2::after {
    top: 32px;
    width: 37px;
    height: 37px;
  }
}
.c-heading2:not(:first-child) {
  margin-top: 64px;
  margin-bottom: 56px !important;
}
@media screen and (max-width: 599px) {
  .c-heading2 {
    font-size: 1.75rem;
  }
  .c-heading2:not(:first-child) {
    margin-top: 36px;
    padding-left: 47px;
  }
}

.c-heading3 {
  font-size: 1.9rem;
  font-weight: 700;
  padding-bottom: 7px;
  border-bottom: 2px solid #cfd6e0;
  position: relative;
}
.c-heading3:not(:first-child) {
  margin-top: 36px;
  margin-bottom: 56px !important;
}
.c-heading3::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 56px;
  height: 2px;
  background-color: #e8380d;
}
@media screen and (max-width: 599px) {
  .c-heading3 {
    font-size: 1.4rem;
  }
  .c-heading3:not(:first-child) {
    margin-top: 36px;
    margin-bottom: 48px !important;
  }
}

.c-heading4 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 28px;
}
.c-heading4:not(:first-child) {
  margin-top: 36px;
  margin-bottom: 36px !important;
}
.c-heading4::after {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 14px;
  height: 14px;
  background-color: #e8380d;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .c-heading4 {
    font-size: 1.15rem;
  }
  .c-heading4:not(:first-child) {
    margin-top: 36px;
    margin-bottom: 36px !important;
  }
  .c-heading4::after {
    top: 11px;
  }
}

/******************************************************************
component - text
******************************************************************/
.c-text a {
  color: #007bc7;
  text-decoration: underline;
  font-weight: bold;
}
.c-text a:hover {
  text-decoration: none;
}

/******************************************************************
component - link
******************************************************************/
.c-link__item {
  font-size: 1.25rem;
  color: #007bc7;
  font-weight: bold;
  text-decoration: none;
}
.c-link__item:hover .c-link__item-text {
  color: #e8380d;
  border-bottom: 2px solid #e8380d;
  padding-bottom: 3px;
}
@media screen and (max-width: 599px) {
  .c-link__item {
    font-size: 1.15rem;
  }
}
.c-link li:not(:first-child) {
  margin-top: 24px;
}

/******************************************************************
component - button
******************************************************************/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 16px;
}
.c-button__item {
  min-width: 280px;
  min-height: 56px;
  border: 2px solid #007bc7;
  border-radius: 35px;
  -webkit-box-shadow: 0px 8px 0px 0px rgb(207, 214, 224);
          box-shadow: 0px 8px 0px 0px rgb(207, 214, 224);
  background-image: url(/openhouse/wr-lp-assets/img/common/icon-arrow.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 1.15rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 64px 15px 40px;
  color: #007bc7;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button__item:hover {
  border: 2px solid #e8380d;
  color: #e8380d;
  background-image: url(/openhouse/wr-lp-assets/img/common/icon-arrow__hover.png);
  background-size: 45px 45px;
}
.c-button__item:active {
  background-color: #fdecec;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.c-button--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************************************************
component - anchor
******************************************************************/
.c-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 16px;
}
@media screen and (max-width: 960px) {
  .c-anchor {
    gap: 16px 30px;
    display: none;
  }
}
.c-anchor__item {
  font-size: 1.1rem;
  font-weight: bold;
  min-height: 56px;
  border-radius: 32px;
  background: #fff;
  background-image: url("/openhouse/wr-lp-assets/img/common/icon-anchor.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  -webkit-box-shadow: 0px 8px 0px 0px rgb(207, 214, 224);
          box-shadow: 0px 8px 0px 0px rgb(207, 214, 224);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 14px 40px 14px 64px;
  color: #005dab;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-anchor__item:hover {
  color: #e8380d;
  background-image: url("/openhouse/wr-lp-assets/img/common/icon-anchor__hover.png");
  background-size: 45px 45px;
}
.c-anchor__item:active {
  background-image: url("/openhouse/wr-lp-assets/img/common/icon-anchor__hover.png");
  background-size: 45px 45px;
  color: #e8380d;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/******************************************************************
component - flex-col
******************************************************************/
.c-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 40px;
}
.c-flex-col.c-flex-col__list4 {
  gap: 24px 30px;
}
@media screen and (max-width: 960px) {
  .c-flex-col {
    gap: 24px 30px;
  }
}
.c-flex-col .c-flex-col__item2 {
  width: calc((100% - 40px) / 2);
  /******************************************************************
  パネル内で使用するコンポーネント設定
  ******************************************************************/
}
@media screen and (max-width: 960px) {
  .c-flex-col .c-flex-col__item2 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .c-flex-col .c-flex-col__item2 {
    width: 100%;
  }
}
.c-flex-col .c-flex-col__item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: calc((100% - 80px) / 3);
  /******************************************************************
  パネル内で使用するコンポーネント設定
  ******************************************************************/
}
.c-flex-col .c-flex-col__item3 > a, .c-flex-col .c-flex-col__item3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.c-flex-col .c-flex-col__item3 img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-flex-col .c-flex-col__item3 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .c-flex-col .c-flex-col__item3 {
    width: 100%;
  }
}
.c-flex-col .c-flex-col__item3 .c-table {
  min-width: auto;
}
.c-flex-col .c-flex-col__item4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc((100% - 90px) / 4);
  /******************************************************************
  パネル内で使用するコンポーネント設定
  ******************************************************************/
}
.c-flex-col .c-flex-col__item4 > a, .c-flex-col .c-flex-col__item4 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.c-flex-col .c-flex-col__item4 img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-flex-col .c-flex-col__item4 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .c-flex-col .c-flex-col__item4 {
    width: 100%;
  }
}
.c-flex-col .c-flex-col__item4 .c-table {
  min-width: auto;
}

.c-flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 60px;
}
.c-flex-col2.c-flex-col__list4 {
  gap: 24px 30px;
}
@media screen and (max-width: 960px) {
  .c-flex-col2 {
    gap: 24px 30px;
  }
}
.c-flex-col2 .c-flex-col__item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: calc((100% - 120px) / 3);
  /******************************************************************
  パネル内で使用するコンポーネント設定
  ******************************************************************/
}
.c-flex-col2 .c-flex-col__item3 > a, .c-flex-col2 .c-flex-col__item3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.c-flex-col2 .c-flex-col__item3 img {
  width: 100%;
}
.c-flex-col2 .c-flex-col__item3 .c-image {
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-flex-col2 .c-flex-col__item3 .u-hover-scale-img__body {
  height: 200px;
}
.c-flex-col2 .c-flex-col__item3 .u-hover-scale-img__body img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 960px) {
  .c-flex-col2 .c-flex-col__item3 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .c-flex-col2 .c-flex-col__item3 {
    width: 100%;
  }
}
.c-flex-col2 .c-flex-col__item3 .c-table {
  min-width: auto;
}
.c-flex-col2 .c-flex-col__item4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 90px) / 4);
  /******************************************************************
  パネル内で使用するコンポーネント設定
  ******************************************************************/
}
.c-flex-col2 .c-flex-col__item4 > a, .c-flex-col2 .c-flex-col__item4 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.c-flex-col2 .c-flex-col__item4 img {
  width: 100%;
}
.c-flex-col2 .c-flex-col__item4 .c-image {
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-flex-col2 .c-flex-col__item4 .u-hover-scale-img__body {
  height: 200px;
}
.c-flex-col2 .c-flex-col__item4 .u-hover-scale-img__body img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 960px) {
  .c-flex-col2 .c-flex-col__item4 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .c-flex-col2 .c-flex-col__item4 {
    width: 100%;
  }
}
.c-flex-col2 .c-flex-col__item4 .c-table {
  min-width: auto;
}
.c-flex-col2 .c-flex-col__body {
  min-height: 0;
}

/******************************************************************
component - flex-col__inner
******************************************************************/
.c-flex-col__inner > *:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .c-flex-col__inner > *:not(:last-child) {
    margin-bottom: 32px;
  }
}
.c-flex-col__inner .c-heading2 {
  margin-top: 0;
}
.c-flex-col__inner .c-heading3 {
  margin-top: 0;
}
.c-flex-col__inner .c-heading4 {
  margin-top: 0;
}

/******************************************************************
component - image-text
******************************************************************/
.c-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.c-image-text__image {
  width: calc(50% - 20px);
}
@media screen and (max-width: 599px) {
  .c-image-text__image {
    width: 100%;
  }
}
.c-image-text__body {
  width: calc(50% - 20px);
}
@media screen and (max-width: 599px) {
  .c-image-text__body {
    width: 100%;
  }
}
.c-image-text__body > *:not(:last-child) {
  margin-bottom: 32px;
}

.c-image-text__reverse .c-image-text__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 599px) {
  .c-image-text__reverse .c-image-text__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 599px) {
  .c-image-text__reverse .c-image-text__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/******************************************************************
component - hr
******************************************************************/
.c-hr {
  border-top: 3px solid #e8380d;
  margin-top: 32px;
  margin-bottom: 32px;
}

/******************************************************************
component - swiper
******************************************************************/
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 40px;
}

.c-swiper.is-single-slide {
  margin-right: 20px;
  margin-left: 20px;
}
.c-swiper.is-single-slide .c-swiper__controls {
  display: none;
}
.c-swiper.is-single-slide .swiper {
  margin-bottom: 0;
}
.c-swiper.is-single-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  margin: 0 auto !important;
}

.c-swiper.is-few-slides {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .c-swiper.is-few-slides {
    max-width: none;
  }
}
.c-swiper.is-few-slides .swiper {
  margin-right: 20px;
  margin-left: 20px;
  overflow: hidden;
}
.c-swiper.is-few-slides .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-swiper.is-few-slides .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-swiper.is-many-slides {
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .c-swiper.is-many-slides .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-swiper picture {
  width: 100%;
}
.c-swiper picture img {
  border-radius: 24px;
  width: 100%;
}

.c-swiper__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1060px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .c-swiper__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 0;
    text-align: center;
  }
}
.c-swiper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 599px) {
  .c-swiper__buttons {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 0;
  }
}
.c-swiper .swiper {
  margin-bottom: 24px;
}

.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  width: auto;
  height: auto;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

.swiper-button-prev {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-right: 13px;
}
@media screen and (max-width: 599px) {
  .swiper-button-prev {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .swiper-button-prev:hover .swiper-button-prev-icon {
    content: url("/openhouse/wr-lp-assets/img/common/icon-slider-prev__hover.png");
  }
}

.swiper-button-next {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-left: 13px;
}
@media screen and (max-width: 599px) {
  .swiper-button-next {
    margin-left: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .swiper-button-next:hover .swiper-button-next-icon {
    content: url("/openhouse/wr-lp-assets/img/common/icon-slider-next__hover.png");
  }
}

.swiper-button-prev .swiper-navigation-icon {
  display: none;
}

.swiper-button-next .swiper-navigation-icon {
  display: none;
}

/* アロー */
.swiper-button-next {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.c-swiper__buttons,
.c-swiper__buttons > * {
  position: relative;
  z-index: 999;
}

.swiper-autoplay-toggle {
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
}

/* ▶ 再生アイコン */
.swiper-autoplay-toggle[aria-pressed=true]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #007bc7;
}
@media screen and (min-width: 1140px) {
  .swiper-autoplay-toggle[aria-pressed=true]:hover::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #e8380d;
  }
}

/* ❚❚ 一時停止アイコン */
.swiper-autoplay-toggle[aria-pressed=false]::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 4px;
  height: 18px;
  background: #007bc7;
  -webkit-box-shadow: 7px 0 0 #007bc7;
          box-shadow: 7px 0 0 #007bc7;
}
@media screen and (min-width: 1140px) {
  .swiper-autoplay-toggle[aria-pressed=false]:hover::before {
    background: #e8380d;
    -webkit-box-shadow: 7px 0 0 #e8380d;
            box-shadow: 7px 0 0 #e8380d;
  }
}

.swiper-pagination {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .swiper-pagination {
    position: static !important;
    left: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  opacity: 1 !important;
  background: none !important;
}

.swiper-pagination-bullet .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #007bff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.swiper-pagination-bullet-active .dot {
  background: #333;
} /* SVG円プログレス */
.swiper-pagination-bullet svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  width: 20px;
  height: 20px;
  overflow: visible;
}

.swiper-pagination-bullet circle {
  fill: none;
  stroke: #666;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
  -webkit-transition: stroke-dashoffset 0s;
  transition: stroke-dashoffset 0s;
}

.swiper-pagination-bullet.run circle {
  -webkit-animation: progressCircle 5s linear forwards;
          animation: progressCircle 5s linear forwards;
}

@-webkit-keyframes progressCircle {
  from {
    stroke-dashoffset: 63;
  } /* 0% */
  to {
    stroke-dashoffset: 0;
  } /* 100% */
}

@keyframes progressCircle {
  from {
    stroke-dashoffset: 63;
  } /* 0% */
  to {
    stroke-dashoffset: 0;
  } /* 100% */
}
/******************************************************************
component - youtube
******************************************************************/
.c-youtube {
  position: relative;
  width: 100%;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.c-youtube__caption {
  margin-top: 8px;
  font-size: 0.9rem;
}

/******************************************************************
component - label
******************************************************************/
.c-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
  font-weight: bold;
}
.c-label__item {
  padding: 8px 24px;
  border-radius: 24px;
  background: #fff;
}
.c-label__red {
  border: 2px solid #e8380d;
  color: #da3711;
}
.c-label__gray {
  border: 2px solid #8d9299;
  color: #70757d;
}
.c-label__black {
  border: 2px solid #2a2c2d;
  color: #2a2c2d;
}
.c-label__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-label__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/******************************************************************
component - frame
******************************************************************/
.c-frame {
  padding: 64px 40px;
  border: 2px solid #e8380d;
  border-radius: 24px;
  background: #f5f7fa;
}
@media screen and (max-width: 599px) {
  .c-frame {
    padding: 56px 24px;
  }
}
.c-frame > *:not(:last-child) {
  margin-bottom: 32px;
}
.c-frame .c-heading2 {
  margin-top: 0;
}
.c-frame .c-heading3 {
  margin-top: 0;
}
.c-frame .c-heading4 {
  margin-top: 0;
}
.c-frame .c-text a {
  font-size: 1.2rem;
  cursor: pointer;
}

/******************************************************************
component - definition
******************************************************************/
.c-definition__item {
  border-bottom: 2px solid #cfd6e0;
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 599px) {
  .c-definition__item {
    padding: 40px 0;
    gap: 32px;
  }
}
.c-definition__item:first-child {
  border-top: 2px solid #cfd6e0;
}
.c-definition__term {
  width: 40%;
}
.c-definition__desc {
  width: 60%;
}
.c-definition__desc > *:not(:last-child) {
  margin-bottom: 32px;
}

/******************************************************************
utility - mediaquery
******************************************************************/
.u-portrait-media {
  display: none;
}

@media screen and (max-width: 960px) {
  .u-landscape-media {
    display: none;
  }
  .u-portrait-media {
    display: block;
  }
  img.u-portrait-media {
    display: inline-block;
  }
  br.u-portrait-media {
    display: inline-block;
  }
  table.u-portrait-media {
    display: table;
  }
}
.u-sp-media {
  display: none;
}

@media screen and (max-width: 599px) {
  .u-pc-media {
    display: none;
  }
  .u-sp-media {
    display: block;
  }
  img.u-sp-media {
    display: inline-block;
  }
  br.u-sp-media {
    display: inline-block;
  }
  table.u-sp-media {
    display: table;
  }
}
.u-gutter {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 960px) {
  .u-gutter {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/******************************************************************
utility - display-off
******************************************************************/
.u-display-off {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0px, 0px, 0px, 0px);
  margin: -1px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  overflow: hidden;
  padding: 0px;
}

/******************************************************************
utility - position
// ******************************************************************/
.u-center {
  text-align: center;
}

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

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

/******************************************************************
utility - hover-opacity
******************************************************************/
.u-hover-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}
.u-hover-opacity:focus {
  opacity: 0.7;
}

/******************************************************************
utility - hover-scale-img
******************************************************************/
.u-hover-scale-img {
  display: block;
  text-decoration: none;
}
.u-hover-scale-img__body {
  display: block;
  overflow: hidden;
  border-radius: 32px;
}
.u-hover-scale-img__body img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .u-hover-scale-img:hover .u-hover-scale-img__body img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.u-hover-scale-img:focus .u-hover-scale-img__body img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.u-hover-scale-img--light .u-hover-scale-img__body {
  background-color: #ffffff;
}
.u-hover-scale-img--dark .u-hover-scale-img__body {
  background-color: #000000;
}
.u-hover-scale-img--light .u-hover-scale-img__body img, .u-hover-scale-img--dark .u-hover-scale-img__body img {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media (any-hover: hover) {
  .u-hover-scale-img--light:hover .u-hover-scale-img__body img, .u-hover-scale-img--dark:hover .u-hover-scale-img__body img {
    opacity: 0.7;
  }
}
.u-hover-scale-img--light:focus .u-hover-scale-img__body img, .u-hover-scale-img--dark:focus .u-hover-scale-img__body img {
  opacity: 0.7;
}

.c-flex-col__item2 .u-hover-scale-img__body {
  border-radius: 28px;
}

.c-flex-col__item3 .u-hover-scale-img__body {
  border-radius: 24px;
}

/******************************************************************
utility - icon
******************************************************************/
.u-icon-arrow {
  position: relative;
  padding-left: 32px;
  margin-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 599px) {
  .u-icon-arrow {
    padding-left: 25px;
    margin-left: 10px;
  }
}
.u-icon-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("/openhouse/wr-lp-assets/img/common/icon-arrow.png") right bottom 50%/32px 32px no-repeat;
}
@media screen and (max-width: 599px) {
  .u-icon-arrow::after {
    width: 25px;
    height: 25px;
    background: url("/openhouse/wr-lp-assets/img/common/icon-arrow.png") right bottom 50%/25px 25px no-repeat;
  }
}
.u-icon-blank {
  position: relative;
  padding-left: 25px;
  margin-left: 16px;
}
@media screen and (max-width: 599px) {
  .u-icon-blank {
    padding-left: 20px;
    margin-left: 10px;
  }
}
.u-icon-blank::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("/openhouse/wr-lp-assets/img/common/icon-blank.png") right bottom 50%/25px 25px no-repeat;
}
@media screen and (max-width: 599px) {
  .u-icon-blank::after {
    width: 20px;
    height: 20px;
    background: url("/openhouse/wr-lp-assets/img/common/icon-blank.png") right bottom 50%/20px 20px no-repeat;
  }
}
.u-icon-pdf {
  position: relative;
  padding-left: 25px;
  margin-left: 16px;
}
@media screen and (max-width: 599px) {
  .u-icon-pdf {
    padding-left: 20px;
    margin-left: 10px;
  }
}
.u-icon-pdf::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 28px;
  background: url("/openhouse/wr-lp-assets/img/common/icon-pdf.png") right bottom/25px 28px no-repeat;
}
@media screen and (max-width: 599px) {
  .u-icon-pdf::after {
    width: 20px;
    height: 23px;
    background: url("/openhouse/wr-lp-assets/img/common/icon-pdf.png") right bottom/20px 23px no-repeat;
  }
}

.c-link__item:hover .u-icon-arrow::after {
  background: url("/openhouse/wr-lp-assets/img/common/icon-arrow__hover.png") right bottom 50%/32px 32px no-repeat;
}
.c-link__item:hover .u-icon-blank::after {
  background: url("/openhouse/wr-lp-assets/img/common/icon-blank__hover.png") right bottom 50%/25px 25px no-repeat;
}
.c-link__item:hover .u-icon-pdf::after {
  background: url("/openhouse/wr-lp-assets/img/common/icon-pdf__hover.png") right bottom/26px 28px no-repeat;
}

/******************************************************************
utility - panel-shadow
******************************************************************/
.u-panel-shadow {
  -webkit-box-shadow: 6px 5px 18px rgba(162, 162, 162, 0.3);
          box-shadow: 6px 5px 18px rgba(162, 162, 162, 0.3);
}

/******************************************************************
project - js-fadein-target 　※fadeIn処理を入れる箇所に.js-fadeを付与
******************************************************************/
.js-fadein-target {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.js-fadein-target.is-fade-in {
  -webkit-animation: bounceInUp 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: bounceInUp 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.js-fadein-target-mv {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.js-fadein-target-mv.is-fade-in {
  opacity: 1;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 90px, 0);
            transform: translate3d(0, 90px, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 90px, 0);
            transform: translate3d(0, 90px, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*# sourceMappingURL=app.css.map */