@charset "UTF-8";
/*! 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 {
  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 {
  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"] {
  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; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji"; }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 768px) {
    html {
      font-size: calc(100vw / 768 *10); } }
  @media screen and (max-width: 400px) {
    html {
      font-size: calc(100vw / 375 *10); } }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0; }

.post, .page {
  margin-bottom: 0; }

.main-area {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .main-area {
      padding: 0 1.5rem; } }

.content-area {
  padding-top: 180px; }
  @media screen and (max-width: 768px) {
    .content-area {
      padding-top: 55px; } }

.site-header {
  background-color: #12448f; }
  @media screen and (max-width: 768px) {
    .site-header {
      display: -webkit-box;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between; } }

.l-header-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto; }

.l-header .custom-logo {
  width: 330px;
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .l-header .custom-logo {
      max-width: 200px;
      padding: 1.7rem 0; } }

.l-header-tel {
  color: #fff; }

.l-header-contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .l-header-contact {
      display: none; } }

.l-header-contact-subtitle {
  padding: .4rem 14px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  color: #393939;
  background-color: #F7E066;
  border-radius: 15px; }

.l-header-tel {
  font-size: 1.7rem;
  text-align: center; }

.l-header-receptiontime {
  font-size: 1.2rem;
  color: #fff;
  text-align: center; }

.l-header-contact-button a {
  position: relative;
  width: 100%;
  max-width: 250px;
  padding: 1.3rem 1.5rem 1.3rem 4.5rem;
  margin-left: 2rem;
  background-color: #21861D;
  border-radius: 5px;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #fff; }
  .l-header-contact-button a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    display: block;
    width: 3rem;
    height: 3rem;
    margin: auto;
    background-image: url("../../src/img/svg/icon-contact.svg");
    background-position: center center;
    background-repeat: no-repeat; }

.l-header .l-header-contact-button a:visited {
  color: #fff; }

.l-header-contact-tel {
  padding: 0 1.2rem;
  border-right: solid 2px #fff;
  border-left: solid 2px #fff; }

.l-header__button--sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .l-header__button--sp {
      display: -webkit-box;
      display: flex;
      padding-right: 1.5rem; } }

@media screen and (max-width: 768px) {
  .main-navigation {
    padding: 0 1.5rem; } }

.l-header {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  z-index: 100; }
  .l-header .main-navigation-block {
    padding: 1rem 1.7rem;
    background-color: #fff;
    border-bottom: 1px solid #aaa; }
    @media screen and (max-width: 768px) {
      .l-header .main-navigation-block {
        display: none; } }
  .l-header .main-navigation-block--sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .l-header .main-navigation-block--sp {
        display: block; } }
  .l-header .main-navigation ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 1024px;
    margin: 0 auto; }
  .l-header .main-navigation li {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    font-size: 1.6rem;
    padding: 0 20px; }
    .l-header .main-navigation li::before {
      content: '';
      position: absolute;
      left: 0;
      display: inline-block;
      width: 1px;
      height: 25px;
      background-color: #aaa; }
    .l-header .main-navigation li:last-child::after {
      content: '';
      position: absolute;
      right: 0;
      display: inline-block;
      width: 1px;
      height: 25px;
      background-color: #aaa; }
  .l-header .l-header-menu a {
    margin: 0 auto;
    text-decoration: none;
    color: #333; }
    .l-header .l-header-menu a:visited {
      color: #333; }
  .l-header .main-navigation li.header-owner-tab {
    font-size: 1.2em;
    text-align: center; }
    .l-header .main-navigation li.header-owner-tab a {
      line-height: 1.2; }

@media screen and (max-width: 768px) {
  .l-header__hamburger {
    position: relative;
    display: block;
    width: 50px;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center; }
  .l-header__hamburger-label {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    font-weight: 600;
    color: #12448f; }
  .l-header__line-group {
    position: relative;
    height: 16px; }
  .l-header__line-border {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #12448f; }
    .l-header__line-border:nth-child(1) {
      top: 8px; }
    .l-header__line-border:nth-child(2) {
      top: 16px; }
    .l-header__line-border:nth-child(3) {
      top: 24px; }
  .l-header__hamburger-icon {
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    margin: 0 auto; } }

.menu-item-contact, #header-menu-sp .menu-item {
  position: relative;
  padding: 1.5rem 2rem;
  border-top: solid 1px #fff; }
  .menu-item-contact::after, #header-menu-sp .menu-item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto 0;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff; }
  .menu-item-contact a, #header-menu-sp .menu-item a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #fff; }
    .menu-item-contact a:visited, #header-menu-sp .menu-item a:visited {
      color: #fff; }
  @media screen and (max-width: 768px) {
    .menu-item-contact, #header-menu-sp .menu-item {
      padding: 0; }
      .menu-item-contact a, #header-menu-sp .menu-item a {
        display: block;
        width: 100%;
        padding: 1.5rem 2rem;
        line-height: 1.5; } }

.menu-item-contact {
  border-bottom: solid 1px #fff; }

.global-nav {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 85%;
  height: 120vh;
  padding-top: 73px;
  background-color: #12448f;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; }

.nav-open .hamburger {
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
  background-color: transparent; }
  .nav-open .hamburger .l-header__line-border {
    background-color: #fff; }
    .nav-open .hamburger .l-header__line-border:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 35px; }
    .nav-open .hamburger .l-header__line-border:nth-child(2) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 35px; }
    .nav-open .hamburger .l-header__line-border:nth-child(3) {
      display: none; }
  .nav-open .hamburger .l-header__hamburger-label {
    display: none; }

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 120vh;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer; }

.nav-open .global-nav {
  right: 0; }

.nav-open .black-bg {
  opacity: .8;
  visibility: visible; }

.l-footer-bottom {
  display: block;
  background-color: #12448f; }
  .l-footer-bottom .site-info {
    color: #fff;
    padding: 2rem 0; }
    @media screen and (max-width: 768px) {
      .l-footer-bottom .site-info {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }

.l-footer-content {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.l-footer-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .l-footer-right {
      display: block;
      padding-left: 1.5rem; } }

.l-footer-address,
.l-footer-info {
  position: relative;
  padding: 0 1.7rem; }
  @media screen and (max-width: 768px) {
    .l-footer-address,
    .l-footer-info {
      padding: 0 2rem; } }
  .l-footer-address::before,
  .l-footer-info::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .l-footer-address::before,
      .l-footer-info::before {
        display: none; } }
  .l-footer-address p,
  .l-footer-info p {
    margin: 0;
    font-size: 1.2rem; }

.l-footer-info__inner--pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .l-footer-info__inner--pc {
      display: none; } }

.l-footer-info__inner--sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .l-footer-info__inner--sp {
      display: -webkit-box;
      display: flex; } }

.l-footer-info::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff; }

@media screen and (max-width: 768px) {
  .l-footer-info {
    margin-top: 1.5rem; } }

@media screen and (max-width: 768px) {
  .l-footer-address::before,
  .l-footer-info::after {
    display: none; } }

.l-footer-tel,
.l-footer-fax {
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 768px) {
    .l-footer-tel,
    .l-footer-fax {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.l-footer-fax {
  margin-top: 1.5rem; }
  @media screen and (max-width: 768px) {
    .l-footer-fax {
      margin-top: 0; } }

.l-footer-time {
  margin-left: 1.5rem;
  padding-left: 1rem; }

.l-footer-copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .l-footer-copyright {
      padding-bottom: .75rem; } }

.l-footer-logo {
  display: block;
  width: 100%; }
  .l-footer-logo .custom-logo {
    max-width: 290px; }
  @media screen and (max-width: 768px) {
    .l-footer-logo {
      display: none; } }

.l-footer a {
  text-decoration: none;
  color: #333; }
  .l-footer a:visited {
    color: #333; }

.l-footer-top {
  display: -webkit-box;
  display: flex;
  padding: 1rem 0;
  border-top: solid 1px #aaa;
  background-color: #fff;
  -webkit-box-pack: center;
          justify-content: center; }

.main-navigation.l-footer-top li {
  float: none;
  display: inline-block;
  margin: 0 20px;
  text-align: center;
  font-size: 1.4rem; }

.l-footer-site-map--top,
.l-footer-site-map--bottom {
  border-top: solid 1px #D3D3D3; }
  @media screen and (max-width: 768px) {
    .l-footer-site-map--top,
    .l-footer-site-map--bottom {
      padding: 0 1.5rem; } }
  .l-footer-site-map--top .site-map-menu, .l-footer-site-map--bottom .site-map-menu {
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 3rem;
    flex-wrap: wrap; }
    .l-footer-site-map--top .site-map-menu > li, .l-footer-site-map--bottom .site-map-menu > li {
      width: 50%; }
    .l-footer-site-map--top .site-map-menu > li > h2, .l-footer-site-map--bottom .site-map-menu > li > h2 {
      margin-top: 2rem;
      margin-bottom: 0;
      font-size: 1.2rem;
      font-weight: 600;
      color: #12448F; }
    .l-footer-site-map--top .site-map-menu > li > ul, .l-footer-site-map--bottom .site-map-menu > li > ul {
      display: -webkit-box;
      display: flex;
      margin-left: 0;
      flex-wrap: wrap; }
    .l-footer-site-map--top .site-map-menu > li > ul > li, .l-footer-site-map--bottom .site-map-menu > li > ul > li {
      position: relative;
      margin-top: 1rem;
      font-size: 1.2rem; }
      .l-footer-site-map--top .site-map-menu > li > ul > li:first-child:after, .l-footer-site-map--bottom .site-map-menu > li > ul > li:first-child:after {
        content: '';
        display: none; }
      .l-footer-site-map--top .site-map-menu > li > ul > li:nth-child(2):before, .l-footer-site-map--bottom .site-map-menu > li > ul > li:nth-child(2):before, .l-footer-site-map--top .site-map-menu > li > ul > li:nth-child(2):after, .l-footer-site-map--bottom .site-map-menu > li > ul > li:nth-child(2):after {
        content: '|';
        display: inline-block;
        margin: 0 5px; }
        @media screen and (max-width: 768px) {
          .l-footer-site-map--top .site-map-menu > li > ul > li:nth-child(2):before, .l-footer-site-map--bottom .site-map-menu > li > ul > li:nth-child(2):before, .l-footer-site-map--top .site-map-menu > li > ul > li:nth-child(2):after, .l-footer-site-map--bottom .site-map-menu > li > ul > li:nth-child(2):after {
            content: '';
            margin: 0; } }
      .l-footer-site-map--top .site-map-menu > li > ul > li:last-child:after, .l-footer-site-map--bottom .site-map-menu > li > ul > li:last-child:after {
        content: '';
        display: none; }
      .l-footer-site-map--top .site-map-menu > li > ul > li:after, .l-footer-site-map--bottom .site-map-menu > li > ul > li:after {
        content: '|';
        display: inline-block;
        margin: 0 5px; }
        @media screen and (max-width: 768px) {
          .l-footer-site-map--top .site-map-menu > li > ul > li:after, .l-footer-site-map--bottom .site-map-menu > li > ul > li:after {
            display: none; } }
    .l-footer-site-map--top .site-map-menu > li > ul > li > a, .l-footer-site-map--bottom .site-map-menu > li > ul > li > a {
      text-decoration: none;
      color: #333; }
    @media screen and (max-width: 768px) {
      .l-footer-site-map--top .site-map-menu, .l-footer-site-map--bottom .site-map-menu {
        padding: 0 2rem 3rem; }
        .l-footer-site-map--top .site-map-menu li, .l-footer-site-map--bottom .site-map-menu li {
          width: 100%; } }
  .l-footer-site-map--top .c-title-border_left::before, .l-footer-site-map--bottom .c-title-border_left::before, .l-footer-site-map--top .l-single-news h3::before, .l-single-news .l-footer-site-map--top h3::before, .l-footer-site-map--bottom .l-single-news h3::before, .l-single-news .l-footer-site-map--bottom h3::before {
    height: 1.5em; }

@media screen and (max-width: 768px) {
  .l-footer-site-map--top {
    display: none; } }

.l-single ul {
  list-style: disc; }

.l-single ol {
  margin: 0;
  padding-left: 2rem; }

.l-single-title-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .l-single-title-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
              align-items: start; } }

.l-single-title-size {
  font-size: 1.8rem;
  margin: 0; }

.l-single-property-no {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #12448f;
  padding: .5rem;
  border-radius: 3px;
  line-height: 1;
  color: #fff; }

.l-single-catch-copy {
  display: inline-block;
  margin: 2.2rem 0 4rem;
  font-size: 1.6rem; }

.l-single-main-content {
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 768px) {
    .l-single-main-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse; } }

.l-single-right {
  width: 55.46875%;
  margin-left: 2.92969%; }

.l-single-left {
  width: 41.60156%; }

@media screen and (max-width: 768px) {
  .l-single-right,
  .l-single-left {
    width: 100%;
    margin: 0; } }

.l-single-left__desc {
  line-height: 1.75; }

.l-single-img__main {
  display: block;
  width: 100%; }
  .l-single-img__main img {
    display: block;
    width: 100%; }

.l-single-img__sub {
  display: -webkit-box;
  display: flex;
  margin-top: 3rem; }
  .l-single-img__sub li {
    display: block;
    width: calc(100% / 5);
    padding: 0 3px; }
    .l-single-img__sub li:first-child {
      padding-left: 0; }
    .l-single-img__sub li:last-child {
      padding-right: 0; }

.l-single-comment--pc, .l-single-comment--sp {
  padding: 1.2rem 0;
  border-top: solid 2px #D3D3D3;
  border-bottom: solid 2px #D3D3D3; }
  .l-single-comment--pc .c-title-border_left, .l-single-comment--sp .c-title-border_left, .l-single-comment--pc .l-single-news h3, .l-single-news .l-single-comment--pc h3, .l-single-comment--sp .l-single-news h3, .l-single-news .l-single-comment--sp h3 {
    margin: 0; }
    .l-single-comment--pc .c-title-border_left + p, .l-single-comment--sp .c-title-border_left + p, .l-single-comment--pc .l-single-news h3 + p, .l-single-news .l-single-comment--pc h3 + p, .l-single-comment--sp .l-single-news h3 + p, .l-single-news .l-single-comment--sp h3 + p {
      margin-top: 1.2rem; }

@media screen and (max-width: 768px) {
  .l-single-comment--pc {
    display: none; } }

.l-single-comment--sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .l-single-comment--sp {
      display: block; } }

.l-single-registrationdate--pc, .l-single-registrationdate--sp {
  display: -webkit-box;
  display: flex;
  padding: 1.2rem 0;
  border-bottom: solid 2px #D3D3D3; }
  .l-single-registrationdate--pc .c-title-border_left, .l-single-registrationdate--sp .c-title-border_left, .l-single-registrationdate--pc .l-single-news h3, .l-single-news .l-single-registrationdate--pc h3, .l-single-registrationdate--sp .l-single-news h3, .l-single-news .l-single-registrationdate--sp h3 {
    margin: 0; }
    .l-single-registrationdate--pc .c-title-border_left + p, .l-single-registrationdate--sp .c-title-border_left + p, .l-single-registrationdate--pc .l-single-news h3 + p, .l-single-news .l-single-registrationdate--pc h3 + p, .l-single-registrationdate--sp .l-single-news h3 + p, .l-single-news .l-single-registrationdate--sp h3 + p {
      margin-top: 1.2rem; }

@media screen and (max-width: 768px) {
  .l-single-registrationdate--pc {
    display: none; } }

.l-single-registrationdate--sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .l-single-registrationdate--sp {
      display: -webkit-box;
      display: flex; } }

table.l-single-table {
  border-spacing: 0; }

.l-single-table tr:nth-child(even) {
  background-color: #F5F7FA; }

.l-single-table th, .l-single-table td {
  border-top: solid 1px #D3D3D3; }

.l-single-table tr:last-child th, .l-single-table tr:last-child td {
  border-bottom: solid 1px #D3D3D3; }

.l-single-table__title {
  min-width: 130px;
  padding: 2rem 1.6rem;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  color: #12448f; }

.l-single-table__desc {
  padding: 2rem 1.6rem 2rem 0;
  font-size: 1.4rem; }
  .l-single-table__desc--small {
    font-size: 1.2rem; }
  .l-single-table__desc--red {
    font-size: 1.4rem;
    font-weight: 600;
    color: #FF1524; }

.l-single-map__content {
  display: -webkit-box;
  display: flex;
  margin-top: 3rem;
  -webkit-box-pack: center;
          justify-content: center; }

.icon_link:after {
  content: url("../../src/img/svg/icon-link.svg");
  display: inline-block;
  margin-left: .2rem;
  vertical-align: middle; }

.l-single-contact .l-single-contact__form__notice {
  font-size: 1.4rem;
  text-align: center;
  color: #333; }
  .l-single-contact .l-single-contact__form__notice a {
    color: #808080; }
    .l-single-contact .l-single-contact__form__notice a:hover {
      opacity: .8; }
  @media screen and (max-width: 768px) {
    .l-single-contact .l-single-contact__form__notice {
      font-size: 1.2rem; } }

.l-single-contact .l-single-contact__form__submit {
  margin-top: 3rem; }
  .l-single-contact .l-single-contact__form__submit input, .l-single-contact .l-single-contact__form__submit button {
    display: block;
    width: 100%;
    max-width: 300px;
    min-height: 50px;
    margin: 0 auto 0;
    background-color: #12448f;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-size: 1.8rem;
    font-weight: 400;
    cursor: pointer; }
    .l-single-contact .l-single-contact__form__submit input:hover, .l-single-contact .l-single-contact__form__submit button:hover {
      opacity: .8;
      -webkit-transition: .3s;
      transition: .3s; }

.l-single-contact .l-single-contact__content {
  display: -webkit-box;
  display: flex;
  margin-bottom: 3rem; }
  @media screen and (max-width: 768px) {
    .l-single-contact .l-single-contact__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      margin-bottom: 1.5rem; } }

.l-single-contact .l-single-contact__form {
  display: block;
  width: 100%;
  max-width: 1024px; }

.l-single-contact .l-single-contact__form-title {
  width: 25%; }
  .l-single-contact .l-single-contact__form-title--text {
    font-size: 1.6rem;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .l-single-contact .l-single-contact__form-title--text {
        font-size: 1.4rem; } }

.l-single-contact .l-single-contact__form-item {
  width: 75%; }
  .l-single-contact .l-single-contact__form-item .wpcf7-form-control-wrap {
    width: 100%; }
    .l-single-contact .l-single-contact__form-item .wpcf7-form-control-wrap > input, .l-single-contact .l-single-contact__form-item .wpcf7-form-control-wrap > textarea {
      width: 100%;
      font-size: 1.4rem;
      padding: 10px; }
    .l-single-contact .l-single-contact__form-item .wpcf7-form-control-wrap > input {
      min-height: 45px; }
  .l-single-contact .l-single-contact__form-item .wpcf7-radio > span {
    display: block;
    margin-bottom: 2rem;
    margin-left: 0;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .l-single-contact .l-single-contact__form-item .wpcf7-radio > span {
        margin-bottom: 1.5rem; }
        .l-single-contact .l-single-contact__form-item .wpcf7-radio > span:last-child {
          margin-bottom: 0; } }

@media screen and (max-width: 768px) {
  .l-single-contact .l-single-contact__form-title,
  .l-single-contact .l-single-contact__form-item {
    width: 100%;
    margin-top: 1rem; } }

.l-single-news__date {
  text-align: right; }

.l-single-news__body {
  line-height: 1.75; }

@media screen and (max-width: 768px) {
  .l-single-news p {
    text-align: justify; } }

.l-single-news h2.u-mb-30 {
  margin-bottom: 3rem; }

.l-single-news h3.c-title-rectangle_border {
  padding: 0;
  border-left: none;
  line-height: 1.5; }

.l-company-list {
  display: -webkit-box;
  display: flex;
  padding: 2rem;
  border-bottom: 1px solid #d3d3d3; }
  .l-company-list:first-child {
    border-top: 1px solid #d3d3d3; }
  @media screen and (max-width: 768px) {
    .l-company-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      padding: 1rem; } }

.l-company-subtitle {
  display: block;
  width: 20%;
  font-size: 1.4rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .l-company-subtitle {
      width: 100%;
      color: #12448f;
      margin-bottom: .5rem; } }

.l-company-item {
  display: block;
  width: 80%;
  font-size: 1.4rem;
  color: #333; }
  @media screen and (max-width: 768px) {
    .l-company-item {
      width: 100%;
      font-size: 1.2rem; } }

.l-staff-box {
  border: solid 3px #12448f;
  margin-bottom: 3rem;
  padding: 3rem; }
  @media screen and (max-width: 768px) {
    .l-staff-box {
      padding: 2rem; } }

.l-staff-inner {
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 768px) {
    .l-staff-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.l-staff-img {
  display: block;
  width: 35%; }
  .l-staff-img img {
    display: block;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .l-staff-img {
      width: 75%;
      margin: 0 auto; } }

.l-staff-data {
  display: block;
  width: 65%; }
  @media screen and (max-width: 768px) {
    .l-staff-data {
      width: 100%; } }

.l-staff-data__name {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #12448f; }
  .l-staff-data__name:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: .5rem;
    background-color: #F7E066;
    z-index: -1; }
  @media screen and (max-width: 768px) {
    .l-staff-data__name {
      margin-top: 1rem; } }

.l-staff-post--pc {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1.5rem; }
  @media screen and (max-width: 768px) {
    .l-staff-post--pc {
      display: none; } }

.l-staff-post--sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .l-staff-post--sp {
      display: block;
      margin: 0;
      font-size: 1.4rem; } }

.l-staff-data__box {
  display: -webkit-box;
  display: flex; }

.l-staff-data__title {
  display: inline-block;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .l-staff-data__title {
      margin-top: 0;
      margin-bottom: 0; } }

.l-staff-data__desc {
  margin-left: 0;
  margin-top: .7rem; }

.l-tradingperformance__lead {
  margin-top: 4rem;
  margin-bottom: 3rem;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .l-tradingperformance__lead {
      margin-top: 1.5rem;
      margin-bottom: 2.5rem;
      font-size: 1.2rem; } }

.l-tradingperformance {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .l-tradingperformance {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.l-tradingperformance_company {
  width: 50%;
  margin-bottom: 1rem;
  font-size: 1.4rem; }
  .l-tradingperformance_company:last-child {
    margin-bottom: 0; }
  .l-tradingperformance_company:nth-last-child(2) {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .l-tradingperformance_company {
      width: 100%;
      margin-bottom: 1rem;
      font-size: 1.2rem; }
      .l-tradingperformance_company:nth-last-child(2) {
        margin-bottom: .5rem; } }

.l-tradingperformance__font--color {
  color: #333; }

.l-site-map {
  display: block; }

.l-site-map + .l-site-map {
  border-top: solid 1px #ddd;
  margin-top: 4rem; }

.l-site-map__group {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }
  .l-site-map__group ul {
    margin-left: 0; }
  .l-site-map__group > li {
    display: inline-block;
    width: 100%; }
    .l-site-map__group > li li {
      margin-bottom: 1rem;
      font-size: 1.4rem; }
      .l-site-map__group > li li::before {
        content: '-';
        display: inline-block;
        margin-right: .25rem; }
      .l-site-map__group > li li a {
        color: #333;
        text-decoration: none; }
        .l-site-map__group > li li a:hover {
          opacity: .7;
          -webkit-transition: .5s;
          transition: .5s; }
  .l-site-map__group h2 {
    margin-top: 4rem;
    color: #12448f; }
    .l-site-map__group h2::before {
      content: '';
      display: inline-block;
      width: .75rem;
      height: .75rem;
      margin: auto .5rem .2rem 0;
      background-color: #12448f; }
    @media screen and (max-width: 768px) {
      .l-site-map__group h2 {
        margin-bottom: 1rem; } }
  @media screen and (max-width: 768px) {
    .l-site-map__group {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

.c-title-h1 {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold; }
  .c-title-h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 50px;
    height: 4px;
    background-color: #12448f; }

.c-title-h2, .l-single-news h2 {
  color: #333;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8rem; }
  .c-title-h2::after, .l-single-news h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #D3D3D3; }

.c-title-border_left, .l-single-news h3 {
  font-size: 1.6rem;
  color: #12448f;
  padding: .2rem 0 .2rem .6rem;
  line-height: 1;
  border-left: 0.3rem solid #12448f; }

.c-title-text_navy, .l-single-news h4 {
  font-size: 1.4rem;
  color: #12448f; }

.c-title-rectangle_border, .l-single-news h3.c-title-rectangle_border {
  position: relative;
  color: #fff; }
  .c-title-rectangle_border::after, .l-single-news h3.c-title-rectangle_border::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #12448f; }

.c-title-rectangle__text {
  display: inline-block;
  padding: 3px 5px;
  font-size: 1.3rem;
  font-weight: 300;
  background-color: #12448f; }

.c-title-required {
  display: inline-block;
  margin-left: 1rem;
  padding: .4rem .8rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #F24F59;
  border-radius: 3px; }
  @media screen and (max-width: 768px) {
    .c-title-required {
      padding: .2rem .6rem; } }

.c-title-border_left--border-bottom {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: .8rem;
  padding: 0 0.5rem 0.2rem 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-left: solid 3px #12448f; }
  @media screen and (max-width: 768px) {
    .c-title-border_left--border-bottom {
      font-size: 1.4rem;
      line-height: 1.5; } }
  .c-title-border_left--border-bottom::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #D3D3D3; }

.c-breadcrumb_list {
  display: -webkit-box;
  display: flex; }

.c-breadcrumb_list__item {
  position: relative;
  margin-right: 2.7rem;
  font-size: 1.4rem; }
  .c-breadcrumb_list__item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1.7rem;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    background-color: transparent;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .c-breadcrumb_list__item a {
    color: #444;
    text-decoration: none; }
    .c-breadcrumb_list__item a:hover {
      opacity: .8; }
  .c-breadcrumb_list__item:last-child {
    margin-right: 0; }
    .c-breadcrumb_list__item:last-child::after {
      display: none; }

.c-breadcrumb_plugin {
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 1.4rem; }
  .c-breadcrumb_plugin a {
    color: #12448f; }
  .c-breadcrumb_plugin a:hover {
    opacity: .8;
    -webkit-transition: .5s;
    transition: .5s; }
  .c-breadcrumb_plugin a:visited {
    color: #12448f; }

.c-form_search {
  padding: 24px;
  border: solid 1px #a5a5a5;
  border-radius: 5px; }

.c-form_search_content {
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 768px) {
    .c-form_search_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.c-form_search_content_item {
  width: 30%; }
  @media screen and (max-width: 768px) {
    .c-form_search_content_item {
      width: 100%; } }

.c-form_search_selectbox {
  width: 90%;
  max-width: 240px;
  height: 36px;
  color: #333;
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 5px; }
  @media screen and (max-width: 768px) {
    .c-form_search_selectbox {
      width: 100%; } }

.c-form_search__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600; }

.c-form_search_content_category {
  width: 75%; }
  @media screen and (max-width: 768px) {
    .c-form_search_content_category {
      width: 100%; } }

.c-form_search_content_category_item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-form_search_content_category_item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.c-form_search_content_category_parts {
  display: -webkit-box;
  display: flex;
  width: calc(100%/3);
  margin-bottom: 15px;
  -webkit-box-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .c-form_search_content_category_parts {
      width: 100%; } }

.c-form_search_content_category_checkbox {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #a5a5a5;
  border-radius: 3px; }

.c-btn-default a {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 1.6rem 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #12448f;
  -webkit-transition: .3s;
  transition: .3s; }
  .c-btn-default a:hover {
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s; }
  @media screen and (max-width: 768px) {
    .c-btn-default a {
      font-size: 1.4rem; } }

.c-btn-search {
  display: block;
  width: 300px;
  padding: 1.5rem 0;
  margin: 0 auto;
  color: #fff;
  background-color: #12448f;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s; }
  .c-btn-search:hover {
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s; }

.c-btn--center a {
  margin: 0 auto;
  text-align: center; }

.c-list-frame {
  position: relative;
  border: 3px solid #12448f; }

.c-list-property {
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 768px) {
    .c-list-property {
      padding-top: 2.5rem; } }

.c-list__box--news {
  display: -webkit-box;
  display: flex;
  min-height: 200px; }
  @media screen and (max-width: 768px) {
    .c-list__box--news {
      min-height: auto; } }

.c-list-img {
  width: 60%; }
  @media screen and (max-width: 768px) {
    .c-list-img {
      max-width: 120px;
      height: 90px; } }

.c-list__img--news {
  width: 40%; }

.c-list-img a, .c-list-img p,
.c-list__img--news a,
.c-list__img--news p {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .c-list-img a:hover, .c-list-img p:hover,
  .c-list__img--news a:hover,
  .c-list__img--news p:hover {
    opacity: .8;
    -webkit-transition: .7s;
    transition: .7s; }

.c-list-img img,
.c-list__img--news img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.c-list-no_img_pc {
  display: block; }
  @media screen and (max-width: 400px) {
    .c-list-no_img_pc {
      display: none; } }

.c-list-no_img_sp {
  display: none; }
  @media screen and (max-width: 400px) {
    .c-list-no_img_sp {
      display: block; } }

@media screen and (max-width: 768px) {
  .c-list-img__list {
    padding-left: 1.5rem; } }

.c-list-property-data {
  width: 40%;
  padding: 3.2rem 1.5rem; }
  @media screen and (max-width: 768px) {
    .c-list-property-data {
      width: 100%; } }

.c-list__data--news {
  width: 60%;
  padding: 3.2rem 3rem;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .c-list__data--news {
      padding: 1.5rem; }
      .c-list__data--news .c-title-h2, .c-list__data--news .l-single-news h2, .l-single-news .c-list__data--news h2 {
        font-size: 1.4rem; }
      .c-list__data--news .c-list-text_middle {
        font-size: 1.2rem; } }

.c-list-rectangle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px;
  background-color: #12448f;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 3px; }
  @media screen and (max-width: 768px) {
    .c-list-rectangle {
      top: -1px;
      right: -1px; } }

.c-list-property__group {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .c-list-property__group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

@media screen and (max-width: 768px) {
  .c-list-property__group--case {
    padding-top: .8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; } }

.c-list-property__item {
  width: 47.5%; }
  @media screen and (max-width: 768px) {
    .c-list-property__item {
      width: 100%; } }

.c-list-case-tag {
  display: inline-block;
  padding: .4rem 1rem;
  font-size: 1.6rem;
  color: #F03B3B;
  line-height: 1;
  border: solid 1px #F03B3B;
  border-radius: 3px;
  -webkit-transform: translate(40%, 100%);
          transform: translate(40%, 100%); }
  @media screen and (max-width: 768px) {
    .c-list-case-tag {
      -webkit-transform: translate(40%, 0);
              transform: translate(40%, 0); } }

.c-list-text_large {
  font-size: 1.6rem;
  color: #555555; }

.c-list-text_middle {
  font-size: 1.4rem;
  color: #555555;
  text-align: justify; }

.c-list__date {
  text-align: right;
  color: #A5A5A5; }

.c-list__text-item li {
  position: relative;
  list-style: none;
  left: 1.25rem;
  color: #12448f; }
  .c-list__text-item li::before {
    content: '';
    position: absolute;
    top: .5em;
    left: -1.25rem;
    margin: auto;
    width: .75rem;
    height: .75rem;
    background-color: #12448f; }

.c-tab-3 {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  padding-bottom: 1.5rem;
  text-align: center;
  overflow: hidden;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.c-tab-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 .5rem; }
  .c-tab-item a {
    display: block;
    width: 100%;
    padding: 1.6rem 0;
    border: solid 1px #A5A5A5;
    border-radius: 5px;
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: none;
    color: #333;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .c-tab-item a {
        padding: 1rem 0;
        font-size: 1rem; } }
  .c-tab-item:first-child {
    margin-left: -.5rem; }
  .c-tab-item:last-child {
    margin-right: -.5rem; }

.c-tab-item.tab-active a {
  border: solid 1px #12448f;
  color: #fff;
  background-color: #12448f; }
  .c-tab-item.tab-active a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -.5rem;
    left: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    border-top: .75rem solid transparent;
    border-right: 0.75rem solid #12448f;
    border-bottom: 0.75rem solid #12448f;
    border-left: .75rem solid transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.wp-pagenavi {
  display: -webkit-box;
  display: flex; }
  .wp-pagenavi a {
    margin-right: .8rem;
    padding: .8rem;
    font-size: 1.6rem;
    text-decoration: none;
    color: #808080;
    background-color: #fff;
    border: solid 2px #808080;
    border-radius: 2px;
    -webkit-transition: .3s;
    transition: .3s; }
  .wp-pagenavi a:hover {
    border: solid 2px #12448f;
    color: #fff;
    background-color: #12448f;
    -webkit-transition: .3s;
    transition: .3s; }

.wp-pagenavi a,
.wp-pagenavi span {
  width: 30px;
  margin: 0 .4rem;
  padding: .7rem 0;
  line-height: 1;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  border: 2px solid #BFBFBF; }

.wp-pagenavi span.current {
  border: solid 2px #12448F;
  border-radius: 2px;
  color: #fff;
  background-color: #12448F; }

.c-pager__center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.accordionTarget .inner {
  display: none; }
  .accordionTarget .inner.open {
    display: block; }

.c-accordion-box .inner {
  border: solid 1px #12448f;
  border-top: none;
  margin-right: 35px;
  padding: 1rem 1.25rem;
  line-height: 1.75;
  color: #333; }
  .c-accordion-box .inner a {
    word-break: break-all; }

.c-accordion-box .manual_inner {
  padding: 2rem 3rem 3rem; }
  @media screen and (max-width: 768px) {
    .c-accordion-box .manual_inner {
      padding: 1.5rem 1.5rem 2rem; } }

.c-accordion-box ul {
  padding-left: 2rem;
  list-style: disc; }

.c-accordion-box ol {
  margin: 0;
  padding-left: 2rem; }

.c-accordion-box + .c-accordion-box .c-accordion-title {
  margin-top: 10px; }

.c-accordion__main-title {
  margin-top: 0;
  padding-left: .8rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-left: solid 3px #12448f; }
  @media screen and (max-width: 768px) {
    .c-accordion__main-title {
      font-size: 1.5rem; } }

.c-accordion-title {
  position: relative;
  min-height: 23px;
  padding: 1rem 4.75rem 1rem 1.25rem;
  font-size: 1.4rem;
  color: #12448f;
  font-weight: 700;
  border: solid 1px #12448f;
  box-sizing: border-box;
  -webkit-transition: 1.42s;
  transition: 1.42s;
  cursor: pointer; }
  .c-accordion-title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 35px;
    min-height: 23px;
    margin: auto;
    background-repeat: no-repeat;
    background-color: #004082;
    background-position: center center;
    background-image: url("../../src/img/component/accordion_puls-bg.png");
    box-sizing: border-box; }
  .c-accordion-title:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s; }

.boxOpen .c-accordion-title {
  border-bottom: none; }
  .boxOpen .c-accordion-title:after {
    background-image: url("../../src/img/component/accordion_minus-bg.png"); }

.c-bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .c-bg-image::before {
    content: '';
    display: block;
    padding-top: 66.66667%; }

.c-v-center {
  display: table;
  width: 100%; }
  .c-v-center_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center; }

mark.marker_yellow {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #F7E066), color-stop(0%, #F7E066), color-stop(25%, rgba(0, 151, 141, 0)), to(rgba(151, 50, 50, 0))) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(360deg, #F7E066 25%, #F7E066 0%, rgba(0, 151, 141, 0) 25%, rgba(151, 50, 50, 0) 100%) no-repeat 50% 50%/100% 100%; }

mark.marker_pink {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ff94d6), color-stop(0%, #ff94d6), color-stop(25%, rgba(0, 151, 141, 0)), to(rgba(151, 50, 50, 0))) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(360deg, #ff94d6 25%, #ff94d6 0%, rgba(0, 151, 141, 0) 25%, rgba(151, 50, 50, 0) 100%) no-repeat 50% 50%/100% 100%; }

mark.marker_light-blue {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #87d3ff), color-stop(0%, #87d3ff), color-stop(25%, rgba(0, 151, 141, 0)), to(rgba(151, 50, 50, 0))) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(360deg, #87d3ff 25%, #87d3ff 0%, rgba(0, 151, 141, 0) 25%, rgba(151, 50, 50, 0) 100%) no-repeat 50% 50%/100% 100%; }

.p-home.content-area {
  padding-top: 170px; }
  @media screen and (max-width: 768px) {
    .p-home.content-area {
      padding-top: 55px; } }

@media screen and (max-width: 1000px) {
  #n2-ss-5 .n2-ss-swipe-element {
    height: 550px !important; } }

@media screen and (max-width: 768px) {
  #n2-ss-5 .n2-ss-swipe-element {
    height: 400px !important; } }

@media screen and (max-width: 400px) {
  #n2-ss-5 .n2-ss-swipe-element {
    height: 250px !important; } }

.p-home-mv_catchcopy {
  display: inline-block;
  width: 100%;
  padding: 3rem 0;
  background-color: #12448f; }
  @media screen and (max-width: 768px) {
    .p-home-mv_catchcopy {
      padding: 1.5rem .75rem; } }
  .p-home-mv_catchcopy p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.75;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .p-home-mv_catchcopy p {
        font-size: 1.4rem; } }

.p-home-newproperty {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .p-home-newproperty {
      -webkit-box-pack: justify;
              justify-content: space-between;
      margin-top: -2rem; } }

.p-home-newproperty article {
  width: 23.4375%;
  margin-right: 0.97656%; }
  .p-home-newproperty article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .p-home-newproperty article {
      width: 48%;
      margin-top: 2rem;
      margin-right: 0; } }

.p-home-newproperty_content {
  font-size: 0; }
  .p-home-newproperty_content:hover {
    opacity: .7;
    -webkit-transition: .7s;
    transition: .7s; }

.p-home-newproperty_link-image::before {
  content: '';
  display: block;
  padding-top: 66.39004%; }

.p-home-newproperty_title {
  margin: .5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #12448f; }

.p-home-newproperty_item {
  margin-bottom: .5rem;
  font-size: 1.2rem; }
  .p-home-newproperty_item:last-of-type {
    margin-bottom: 0; }

.p-home .hoist_crane_lift_category {
  font-size: 1.4rem; }

.p-home-propertycategory {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -0.97656%; }

.p-home-propertycategory_content {
  position: relative;
  width: 23%;
  margin: 0.97656%;
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .p-home-propertycategory_content {
      width: 48%; } }

.p-home-propertycategory_link {
  text-decoration: none;
  color: #333; }

.p-home-propertycategory_link_item {
  position: relative; }

.p-home-propertycategory_link_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.p-home-propertycategory_link-image::before {
  content: '';
  display: block;
  padding-top: 66.39004%; }

.p-home-propertycategory_subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 4px #000;
  -webkit-transition: opacity 200ms ease-in 0s;
  transition: opacity 200ms ease-in 0s; }
  @media screen and (max-width: 768px) {
    .p-home-propertycategory_subtitle {
      font-size: 1.4rem; } }

.p-home-propertycategory_link .p-home-propertycategory_hover_bg {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out 0s;
  transition: opacity 200ms ease-out 0s;
  background-color: rgba(26, 73, 142, 0.6); }
  @media screen and (max-width: 768px) {
    .p-home-propertycategory_link .p-home-propertycategory_hover_bg {
      display: none; } }

.p-home-propertycategory_link:hover .p-home-propertycategory_hover_bg {
  opacity: 1; }

.p-home-propertycategory_link:hover .p-home-propertycategory_subtitle {
  opacity: 0; }

@media screen and (max-width: 768px) {
  .p-home-propertycategory_link:hover .p-home-propertycategory_hover_bg {
    opacity: 0; }
  .p-home-propertycategory_link:hover .p-home-propertycategory_subtitle {
    opacity: 1; } }

.p-home-propertycategory_hover_bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  background-color: rgba(26, 73, 142, 0.6);
  padding: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.p-home-propertycategory_hover_subtitle {
  margin: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 4px #000; }
  .p-home-propertycategory_hover_subtitle:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background-color: #fff; }

.p-home-propertycategory_hover_info {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 2px 4px #000; }

.p-home-specialtyproperty {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 -1.46484%; }

.p-home-specialtyproperty_content {
  position: relative;
  width: 31%;
  margin: 0 1%;
  border-radius: 8px;
  overflow: hidden; }
  .p-home-specialtyproperty_content:hover {
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s; }
  @media screen and (max-width: 768px) {
    .p-home-specialtyproperty_content {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .p-home-specialtyproperty_content + .p-home-specialtyproperty_content {
    margin-top: 2rem; } }

.p-home-specialtyproperty_link_item {
  position: relative;
  border-radius: 8px; }

.p-home-specialtyproperty_link_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.p-home-specialtyproperty_link-image::before {
  content: '';
  display: block;
  padding-top: 46.72897%; }

.p-home-specialtyproperty_subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 4px #000; }

.p-home-specialtyproperty_link__bg.c-bg-image:hover {
  opacity: .7;
  -webkit-transition: .7s;
  transition: .7s; }

.p-home-specialtyproperty_link__bg.c-bg-image::before {
  padding-top: 46.875%; }

.p-home-banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 -1.95312%; }
  @media screen and (max-width: 768px) {
    .p-home-banner {
      flex-wrap: wrap; } }

.p-home-banner_content {
  width: calc(100%/2);
  margin: 0 1.95312%; }
  @media screen and (max-width: 768px) {
    .p-home-banner_content {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .p-home-banner_content + .p-home-banner_content {
    margin-top: 2rem; } }

.p-home-news_link__bg.c-bg-image::before {
  padding-top: 30.61224%;
  border: solid 1px #D3D3D3; }

.p-home-news {
  padding: 2rem 3rem;
  border: 1px solid #a5a5a5;
  height: 250px;
  overflow-x: hidden;
  overflow-y: scroll; }
  .p-home-news a {
    text-decoration: none; }

.p-home-news_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #e2e2e2;
  flex-wrap: wrap; }
  .p-home-news_list:first-child {
    border-top: 1px solid #e2e2e2; }

.p-home-news_date {
  width: 7.5%;
  margin-right: 2rem;
  color: #333;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .p-home-news_date {
      display: inline-block;
      width: auto; } }

.p-home-news_category-news {
  background-color: #E85B5C; }

.p-home-news_category-column {
  background-color: #69A758; }

.p-home-news_category-story {
  background-color: #386FC1; }

.p-home-news_category-news,
.p-home-news_category-column,
.p-home-news_category-story {
  width: 13%;
  padding: .4rem .6rem;
  margin-right: 2rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 2px; }
  .p-home-news_category-news a,
  .p-home-news_category-column a,
  .p-home-news_category-story a {
    color: #fff; }
  @media screen and (max-width: 768px) {
    .p-home-news_category-news,
    .p-home-news_category-column,
    .p-home-news_category-story {
      display: inline-block;
      width: auto;
      padding: 0.5rem .7rem; } }

.p-home-news_title {
  width: 75%;
  font-size: 1.2rem; }
  .p-home-news_title a {
    color: #333; }
  @media screen and (max-width: 768px) {
    .p-home-news_title {
      width: 100%;
      margin-top: 1rem; } }

.p-home-news_title-show--pc {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .p-home-news_title-show--pc {
      display: none; } }

.p-home-news_title-show--sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .p-home-news_title-show--sp {
      display: inline-block; } }

.p-home-message {
  padding: 6rem 0;
  background-image: url("../../src/img/component/home_message_bg.png"); }
  @media screen and (max-width: 768px) {
    .p-home-message {
      padding: 6rem 1.5rem; } }

.p-home-message_content {
  max-width: 1024px;
  padding: 4rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  border-radius: 6px; }
  @media screen and (max-width: 768px) {
    .p-home-message_content {
      padding: 2.5rem; } }

.p-home-message_content pre,
.p-home-message_content p {
  font-size: 1.4rem;
  background: transparent; }

.p-home-message_content p + p {
  margin-top: 1rem; }

.p-home-slider_show-pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .p-home-slider_show-pc {
      display: none; } }

.p-home-slider_show-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .p-home-slider_show-sp {
      display: block; } }

.p-archives-title {
  margin-top: 0;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .p-archives-title {
      font-size: 1.4rem; } }

@media screen and (max-width: 768px) {
  .p-archives__list .c-title-rectangle_border, .p-archives__list .l-single-news h3.c-title-rectangle_border, .l-single-news .p-archives__list h3.c-title-rectangle_border {
    margin-top: .8rem; }
  .p-archives__list .c-list-rectangle {
    font-size: 1.2rem;
    line-height: 1; }
  .p-archives__list .c-list-property-data {
    padding-top: 0; } }

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

@media screen and (max-width: 768px) {
  .p-archives__hide--sp {
    display: none; } }

.p-terms div {
  margin-bottom: 4rem; }
  .p-terms div:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .p-terms div {
      margin-bottom: 3rem; } }

.p-terms h2 {
  position: relative;
  padding-bottom: .5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333; }
  .p-terms h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    margin-bottom: 1rem;
    background-color: #D3D3D3; }
  @media screen and (max-width: 768px) {
    .p-terms h2 {
      font-size: 1.6rem; } }

.p-terms h3 {
  margin-bottom: .5rem;
  color: #12448f;
  font-size: 1.6rem;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .p-terms h3 {
      font-size: 1.4rem; } }

.p-terms p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  text-align: justify; }
  .p-terms p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .p-terms p {
      font-size: 1.2rem; } }

.p-terms ol {
  padding-left: 2rem;
  margin-left: 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-terms ol {
      font-size: 1.2rem; } }

.p-flow__box li {
  position: relative;
  list-style: none;
  left: 1.25rem;
  color: #12448f; }
  .p-flow__box li::before {
    content: '';
    position: absolute;
    top: .5em;
    left: -1.25rem;
    margin: auto;
    width: .75rem;
    height: .75rem;
    background-color: #12448f; }
  .p-flow__box li b, .p-flow__box li strong {
    font-weight: 600; }

.p-flow__box {
  position: relative;
  padding: 3rem; }
  @media screen and (max-width: 768px) {
    .p-flow__box {
      padding: 2rem; } }
  .p-flow__box::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5rem;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 5rem 5rem 0 5rem;
    border-color: #12448f transparent transparent transparent; }

.p-flow__box + .p-flow__box {
  margin-top: 8.5rem; }

.entry-content .p-flow__box:last-child::after {
  display: none; }

.p-flow__content {
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 768px) {
    .p-flow__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .p-flow__content figure {
    margin: 0;
    display: block;
    max-width: 330px;
    width: 100%; }
  .p-flow__content .wp-block-media-text__content {
    width: 100%;
    padding: 0;
    margin-left: 3rem; }
    @media screen and (max-width: 768px) {
      .p-flow__content .wp-block-media-text__content {
        margin-top: 3rem;
        margin-left: 0; } }

.p-flow__img {
  width: 100%;
  max-width: 330px; }

.p-flow__data {
  font-size: 1.4rem; }
  .p-flow__data img,
  .p-flow__data p + p {
    margin-top: 2rem; }
  .p-flow__data a, .p-flow__data a:visited {
    color: #12448f; }

.p-flow__border-gray {
  margin-top: 3rem;
  padding: 2rem 0;
  border-top: solid 2px #d3d3d3;
  border-bottom: solid 2px #d3d3d3; }

.p-owner .wp-block-columns {
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .p-owner .wp-block-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.p-owner .wp-block-columns + .wp-block-columns {
  margin-top: 3rem; }

.p-owner__text {
  font-size: 1.4rem; }

.p-owner__desc-bg {
  padding: 1.4rem;
  border-radius: .5rem;
  background-color: #F7F7F7; }

.p-owner__desc-bg p,
.p-owner__desc-bg ul {
  font-size: 1.4rem;
  font-weight: 600; }

.p-owner__desc-bg ul {
  color: #12448f; }

.p-owner__text--blue {
  font-size: 1.8rem;
  font-weight: 600;
  color: #12448f; }

.p-owner__mv {
  margin: 0 0 6rem; }

.p-owner__title {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1; }

.p-owner__block {
  border: solid 1px #12448f; }

.p-owner__block--left {
  width: 100%;
  flex-basis: 37.10938% !important; }
  .p-owner__block--left figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 200px;
    margin: 0;
    padding: 0;
    font-size: 0; }
  .p-owner__block--left img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    min-height: 200px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.p-owner__block--right {
  padding: 2rem;
  flex-basis: 62.89062% !important; }
  .p-owner__block--right.wp-block-column:not(:first-child) {
    margin: 0; }
  .p-owner__block--right p {
    padding-top: 1rem;
    font-size: 1.4rem; }

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

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

@media screen and (max-width: 599px) {
  .p-business__box + .p-business__box {
    margin-top: 2rem; } }

.p-business__box {
  text-decoration: none; }

.p-business__box a {
  text-decoration: none; }

@media screen and (max-width: 768px) {
  .p-business .wp-block-columns {
    margin-bottom: 0; } }

@media screen and (max-width: 768px) {
  .p-business .wp-block-column {
    margin-bottom: 28px; } }

.p-business .wp-block-column:hover {
  opacity: .7;
  -webkit-transition: .5s;
  transition: .5s; }

.p-business__inner {
  border: solid 1px #12448f;
  -ms-grid-columns: 45% 1fr;
  grid-template-columns: 45% 1fr; }
  @media screen and (max-width: 768px) {
    .p-business__inner {
      display: block; } }
  .p-business__inner .wp-block-media-text__content {
    padding: 0 1.5rem; }
    @media screen and (max-width: 768px) {
      .p-business__inner .wp-block-media-text__content {
        margin-top: 1.5rem; } }

.p-business__inner > figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 200px;
  margin: 0;
  padding: 0;
  font-size: 0; }

.p-business__inner > figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 200px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (max-width: 768px) {
    .p-business__inner > figure > img {
      width: 100%;
      height: auto; } }

.p-business__title,
.p-business__desc {
  color: #333333; }

.c-title-h2.p-business__title, .l-single-news h2.p-business__title {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 500; }

.p-business__desc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 300; }

.p-rent-mediation__box img {
  border: 3px solid #eaeaea; }

.p-rent-mediation__box a {
  text-decoration: none; }

.p-rent-mediation__box:hover {
  opacity: .7;
  -webkit-transition: .5s;
  transition: .5s; }

.p-rent-mediation .c-title-h2, .p-rent-mediation .l-single-news h2, .l-single-news .p-rent-mediation h2 {
  margin: 0 0 6rem;
  font-size: 1.8rem;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .p-rent-mediation .c-title-h2, .p-rent-mediation .l-single-news h2, .l-single-news .p-rent-mediation h2 {
      margin: 0 0 4rem;
      font-size: 1.5rem; } }

.p-rent-mediation p {
  color: #333333;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-rent-mediation p {
      font-size: 1.2rem; } }

.p-business-delegate__img .wp-block-image {
  margin-bottom: 2rem; }

.p-business-delegate__img figure {
  position: relative;
  font-size: 0; }
  @media (max-width: 599px) {
    .p-business-delegate__img figure {
      width: 80%; } }

.p-business-delegate__img img {
  font-size: 0; }
  @media (max-width: 599px) {
    .p-business-delegate__img img {
      width: 100%; } }

.p-business-delegate__img figcaption {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: .5rem  0;
  background-color: rgba(20, 71, 143, 0.7);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.25;
  color: #fff; }

@media (max-width: 599px) {
  .wp-block-column.p-business-delegate__img {
    flex-basis: 50% !important; }
  .p-business-delegate__left-box > .wp-block-columns,
  .p-business-delegate__right-box > .wp-block-columns {
    margin-bottom: 0; } }

.p-rent-brokerage .c-title-h2, .p-rent-brokerage .l-single-news h2, .l-single-news .p-rent-brokerage h2 {
  margin: 0 0 6rem;
  font-size: 1.8rem;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .p-rent-brokerage .c-title-h2, .p-rent-brokerage .l-single-news h2, .l-single-news .p-rent-brokerage h2 {
      margin: 0 0 4rem;
      font-size: 1.5rem; } }

.p-rent-brokerage p {
  color: #333333;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-rent-brokerage p {
      font-size: 1.2rem; } }

.p-rent-brokerage__box {
  -ms-grid-columns: 34% 1fr;
  grid-template-columns: 34% 1fr; }
  @media screen and (max-width: 768px) {
    .p-rent-brokerage__box {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.p-rent-brokerage .wp-block-media-text__content {
  -ms-grid-row-align: auto;
      align-self: auto;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    .p-rent-brokerage .wp-block-media-text__content {
      padding-right: 0;
      margin-top: 30px; } }

.p-reform__desc--right .wp-block-media-text__content {
  padding-right: 0; }

.p-reform__desc--left .wp-block-media-text__content {
  padding-left: 0; }

@media screen and (max-width: 768px) {
  .p-reform__desc--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; } }

.p-reform__img figure {
  margin: 0; }

.p-reform__img img {
  width: 100%; }

@media screen and (max-width: 800px) {
  .p-reform__desc--right .wp-block-column,
  .p-reform__desc--left .wp-block-column {
    flex-basis: 100% !important;
    margin-right: 0;
    margin-left: 0; } }

.p-parking figure {
  margin: 0; }

.p-parking .c-title-h2, .p-parking .l-single-news h2, .l-single-news .p-parking h2 {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .p-parking .c-title-h2, .p-parking .l-single-news h2, .l-single-news .p-parking h2 {
      margin: 0 0 1.8rem;
      font-size: 1.5rem; } }

.p-parking p {
  color: #333333;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-parking p {
      font-size: 1.2rem; } }

@media screen and (max-width: 800px) {
  .p-parking .wp-block-column,
  .p-parking .wp-block-column {
    flex-basis: 100% !important;
    margin-right: 0;
    margin-left: 0; } }

.p-land-application__case-title {
  margin-bottom: .5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #12448f; }

.p-land-application__list {
  margin-top: 3rem; }
  .p-land-application__list li {
    font-size: 1.4rem; }
    .p-land-application__list li::before {
      content: '●';
      margin-right: .25rem; }
  .p-land-application__list li + li {
    margin-top: .25rem; }

.p-manual p {
  text-align: justify;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-manual p {
      font-size: 1.2rem; } }

.c-accordion-box ul.p-manual-step-list {
  list-style: none; }
  @media screen and (max-width: 768px) {
    .c-accordion-box ul.p-manual-step-list {
      padding-left: 0; } }

.c-accordion-box ul.p-manual-relocationpurpose_list {
  padding-left: 0;
  list-style: none; }

.c-accordion-box ul.p-manual-image-circle_list {
  list-style: none; }
  @media screen and (max-width: 768px) {
    .c-accordion-box ul.p-manual-image-circle_list {
      padding-left: 0; } }

.c-accordion-box ul.p-manual-checklist_content {
  list-style: none; }
  @media screen and (max-width: 768px) {
    .c-accordion-box ul.p-manual-checklist_content {
      padding-left: 0; } }

.p-manual-step {
  max-width: 462px;
  padding: 2rem 3.6rem;
  margin: 0 auto 5rem;
  background-color: #F7F7F7;
  border-radius: 3px; }
  @media screen and (max-width: 768px) {
    .p-manual-step {
      padding: 1rem;
      margin-bottom: 4rem; } }

.p-manual-step-title {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .p-manual-step-title {
      margin: 0 0 1rem;
      font-size: 1.4rem; } }

.p-manual-step-list {
  font-size: 1.4rem;
  font-weight: 600;
  color: #12448f; }
  @media screen and (max-width: 768px) {
    .p-manual-step-list {
      font-size: 1.2rem; } }

.p-manual-step-subtitle {
  color: #12448f;
  font-weight: 600; }

.p-manual-step-subtitle_number {
  display: inline-block;
  margin-right: 1.5rem; }
  @media screen and (max-width: 768px) {
    .p-manual-step-subtitle_number {
      margin-right: 1rem; } }

.p-manual-relocationpurpose_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 690px;
  padding-left: 0;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .p-manual-relocationpurpose_list {
      -webkit-box-pack: justify;
              justify-content: space-between; } }

.p-manual-relocationpurpose_list_item {
  position: relative;
  width: calc 33.33333%;
  margin-right: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .p-manual-relocationpurpose_list_item {
      width: 47%;
      margin-right: 0;
      margin-bottom: 1rem; } }
  .p-manual-relocationpurpose_list_item:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .p-manual-relocationpurpose_list_item:nth-last-child(2) {
      margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .p-manual-relocationpurpose_list_item:last-child {
      margin-bottom: 0; } }

.p-manual-relocationpurpose_list_item img {
  width: 100%; }

.p-manual-relocationpurpose_list_text_bg {
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background-color: #12448f;
  opacity: .7; }
  @media screen and (max-width: 768px) {
    .p-manual-relocationpurpose_list_text_bg {
      padding: .5rem  0;
      font-size: 1rem; } }

.p-manual-relocationpurpose_list_text {
  font-size: 1.2rem;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .p-manual-relocationpurpose_list_text {
      font-size: 1rem; } }

.p-manual-table {
  display: -webkit-box;
  display: flex;
  padding: 1rem 2rem;
  border-top: 1px solid #d3d3d3; }
  @media screen and (max-width: 768px) {
    .p-manual-table {
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: .5rem; } }
  .p-manual-table:last-child {
    border-bottom: 1px solid #d3d3d3; }
  .p-manual-table:nth-child(2n) {
    background-color: #F5F7FA; }

.p-manual-table_content {
  width: 15%;
  padding-right: 2rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  color: #12448f; }
  @media screen and (max-width: 768px) {
    .p-manual-table_content {
      padding-right: .5rem;
      width: 30%;
      font-size: 1.2rem; } }

.p-manual-table_item {
  width: 75%;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-manual-table_item {
      width: 70%;
      font-size: 1.2rem; } }

.p-manual-image-circle_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 925px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .p-manual-image-circle_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      font-size: 1.2rem; } }

.p-manual-image-circle_content {
  width: 33.333%;
  margin-right: 1.5rem; }
  @media screen and (max-width: 768px) {
    .p-manual-image-circle_content {
      width: 100%;
      margin-right: 0;
      margin-bottom: 2rem; } }
  .p-manual-image-circle_content:last-child {
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .p-manual-image-circle_content:last-child {
        margin-bottom: 0; } }

.p-manual-image-circle_img {
  margin-bottom: .5rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .p-manual-image-circle_img {
      width: 60%;
      margin: 0 auto; } }

.p-manual-image-circle_subtitle {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #12448f; }
  @media screen and (max-width: 768px) {
    .p-manual-image-circle_subtitle {
      font-size: 1.4rem; } }

.p-manual-image-circle_text {
  font-size: 1.4rem; }

.p-manual-checklist {
  max-width: 462px;
  padding: 2rem 3.6rem;
  margin: 0 auto 4rem;
  border: 1px solid #d3d3d3;
  border-radius: 3px; }
  @media screen and (max-width: 768px) {
    .p-manual-checklist {
      padding: 1rem;
      margin: 0 auto 3rem; } }

.p-manual-checklist_subtitle {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #12448f; }
  @media screen and (max-width: 768px) {
    .p-manual-checklist_subtitle {
      margin: 0 0 .5rem;
      font-size: 1.2rem; } }

.p-manual-checklist_item {
  margin-bottom: 1rem;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .p-manual-checklist_item {
      margin-bottom: .3rem;
      font-size: 1.2rem; } }
  .p-manual-checklist_item::before {
    content: '';
    display: inline-block;
    background-image: url("../../src/img/component/icon_check.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 14px;
    -webkit-box-align: center;
            align-items: center;
    margin-right: 1rem; }
    @media screen and (max-width: 768px) {
      .p-manual-checklist_item::before {
        width: 14px;
        height: 12px;
        margin-right: .5rem; } }

.p-manual-point {
  display: -webkit-box;
  display: flex;
  border: 1px solid #12448f; }
  @media screen and (max-width: 768px) {
    .p-manual-point {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.p-manual-point_img {
  width: 35%;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .p-manual-point_img {
      width: 100%;
      height: 100%; } }

.p-manual-point_img-full {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .p-manual-point_img-full {
      padding: 2rem 2rem 0 2rem; } }

.p-manual-point_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (max-width: 768px) {
    .p-manual-point_img img {
      position: static;
      width: 100%;
      -webkit-transform: translate(0);
              transform: translate(0); } }

.p-manual-point_text {
  width: 65%;
  padding: 1.5rem 3rem; }
  @media screen and (max-width: 768px) {
    .p-manual-point_text {
      width: 100%;
      padding: 1rem; } }

.p-manual-point_subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #12448f; }
  .p-manual-point_subtitle::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: .5rem;
    background-color: #12448f; }
    @media screen and (max-width: 768px) {
      .p-manual-point_subtitle::before {
        width: 6px;
        height: 6px; } }

.p-manual-point_noframe {
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 768px) {
    .p-manual-point_noframe {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.p-manual-point_text_noframe {
  width: 65%;
  padding: 0 0 0 1rem; }
  @media screen and (max-width: 768px) {
    .p-manual-point_text_noframe {
      width: 100%;
      padding: 1rem 0 0 0; } }

.p-manual-banner {
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .p-manual-banner:hover {
    opacity: .8; }

.p-manual-banner img {
  border: 1px solid #EAEAEA; }

.p-base.content-area {
  padding-top: 160px; }
  @media screen and (max-width: 768px) {
    .p-base.content-area {
      padding-top: 55px; } }

.p-base-main-img {
  min-height: 700px;
  background-size: cover; }
  @media screen and (max-width: 1200px) {
    .p-base-main-img {
      min-height: 430px; } }
  @media screen and (max-width: 480px) {
    .p-base-main-img {
      min-height: 220px;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 600px; } }

.p-base__title {
  position: relative;
  margin: 0;
  margin-bottom: 2rem;
  font-size: 3.2rem; }
  .p-base__title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2rem;
    left: 0;
    width: 5rem;
    height: .5rem;
    background-color: #12448f;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .p-base__title {
      font-size: 2.4rem; } }

.p-base__title--h3 {
  margin: 0;
  font-size: 1.6rem;
  color: #12448f; }

@media screen and (max-width: 768px) {
  .p-base .wp-block-cover__inner-container {
    width: 100%; } }

.p-search-none__title {
  text-align: center;
  color: #12448f; }

.p-search-none__desc {
  text-align: center;
  font-weight: 300;
  color: #333333; }

.p-search-none__to-contact {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  text-align: center; }

.p-search-none__bn {
  display: block;
  width: 100%;
  margin-top: 3rem;
  text-align: center; }

.p-search-none__bn img {
  border: 3px solid #eaeaea; }

.p-search-none__bn a {
  text-decoration: none; }
  .p-search-none__bn a:hover {
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s; }

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

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

.p-error-404__title {
  padding-top: 10rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #12448f; }

.p-error-404__desc {
  color: #333; }

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  color: #333; }

.wp-block-cover-image .block-editor-block-list__block,
.wp-block-cover .block-editor-block-list__block {
  color: #333; }

.block-base-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.block-base-content + .block-base-content {
  margin-top: 9rem; }
  @media screen and (max-width: 768px) {
    .block-base-content + .block-base-content {
      margin-top: 4rem; } }

@media screen and (max-width: 768px) {
  .block-base-content--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; } }

@media screen and (max-width: 768px) {
  .block-base-content--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; } }

.base-content__title {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: solid 1px #A5A5A5; }
  @media screen and (max-width: 768px) {
    .base-content__title {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start; } }

.base-content__title-point {
  position: relative;
  display: inline-block;
  padding: .4rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  background-color: #12448f;
  white-space: nowrap; }
  .base-content__title-point::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1.2rem;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 1.2rem 0 1.2rem 1.2rem;
    border-color: transparent transparent transparent #12448f; }

.base-content__title-text {
  margin-left: 1.3rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: bottom;
  color: #12448f; }
  @media screen and (max-width: 768px) {
    .base-content__title-text {
      width: 100%; } }

.base-content__data {
  width: 55%; }
  @media screen and (max-width: 768px) {
    .base-content__data {
      width: 100%; } }

.base-content__img {
  width: 45%; }
  @media screen and (max-width: 768px) {
    .base-content__img {
      width: 100%; } }

.block-base-text-box {
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 768px) {
    .block-base-text-box {
      -webkit-box-pack: justify;
              justify-content: space-between; } }

.block-base-text-box + .block-base-text-box {
  margin-top: 6rem; }

.block-base-text-box__user {
  width: 15%; }
  @media screen and (max-width: 768px) {
    .block-base-text-box__user {
      width: 20%; } }

.block-base-text-box__desc {
  position: relative;
  width: 85%;
  padding: 3rem;
  font-size: 1.4rem;
  line-height: 1.75;
  border: solid 2px #12448f;
  border-radius: 1rem;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .block-base-text-box__desc {
      width: 75%;
      padding: 1.5rem; } }
  .block-base-text-box__desc::before {
    content: '';
    position: absolute;
    display: block;
    top: 2rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #12448f transparent transparent;
    border-width: 30px 30px 30px 0;
    left: -30px; }
    @media screen and (max-width: 768px) {
      .block-base-text-box__desc::before {
        border-width: 20px 20px 20px 0;
        left: -20px; } }
  .block-base-text-box__desc::after {
    content: '';
    position: absolute;
    display: block;
    top: 2rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 30px 30px 30px 0;
    left: -27px; }
    @media screen and (max-width: 768px) {
      .block-base-text-box__desc::after {
        border-width: 20px 20px 20px 0;
        left: -17px; } }

.u-w-half {
  width: 50%; }

.u-w-full {
  width: 100%; }

.u-mt-0 {
  margin-top: 0rem; }

.u-mb-0 {
  margin-bottom: 0rem; }

.u-mr-0 {
  margin-right: 0rem; }

.u-ml-0 {
  margin-left: 0rem; }

.u-mt-5 {
  margin-top: 0.5rem; }

.u-mb-5 {
  margin-bottom: 0.5rem; }

.u-mr-5 {
  margin-right: 0.5rem; }

.u-ml-5 {
  margin-left: 0.5rem; }

.u-mt-10 {
  margin-top: 1rem; }

.u-mb-10 {
  margin-bottom: 1rem; }

.u-mr-10 {
  margin-right: 1rem; }

.u-ml-10 {
  margin-left: 1rem; }

.u-mt-15 {
  margin-top: 1.5rem; }

.u-mb-15 {
  margin-bottom: 1.5rem; }

.u-mr-15 {
  margin-right: 1.5rem; }

.u-ml-15 {
  margin-left: 1.5rem; }

.u-mt-20 {
  margin-top: 2rem; }

.u-mb-20 {
  margin-bottom: 2rem; }

.u-mr-20 {
  margin-right: 2rem; }

.u-ml-20 {
  margin-left: 2rem; }

.u-mt-25 {
  margin-top: 2.5rem; }

.u-mb-25 {
  margin-bottom: 2.5rem; }

.u-mr-25 {
  margin-right: 2.5rem; }

.u-ml-25 {
  margin-left: 2.5rem; }

.u-mt-30 {
  margin-top: 3rem; }

.u-mb-30 {
  margin-bottom: 3rem; }

.u-mr-30 {
  margin-right: 3rem; }

.u-ml-30 {
  margin-left: 3rem; }

.u-mt-35 {
  margin-top: 3.5rem; }

.u-mb-35 {
  margin-bottom: 3.5rem; }

.u-mr-35 {
  margin-right: 3.5rem; }

.u-ml-35 {
  margin-left: 3.5rem; }

.u-mt-40 {
  margin-top: 4rem; }

.u-mb-40 {
  margin-bottom: 4rem; }

.u-mr-40 {
  margin-right: 4rem; }

.u-ml-40 {
  margin-left: 4rem; }

.u-mt-45 {
  margin-top: 4.5rem; }

.u-mb-45 {
  margin-bottom: 4.5rem; }

.u-mr-45 {
  margin-right: 4.5rem; }

.u-ml-45 {
  margin-left: 4.5rem; }

.u-mt-50 {
  margin-top: 5rem; }

.u-mb-50 {
  margin-bottom: 5rem; }

.u-mr-50 {
  margin-right: 5rem; }

.u-ml-50 {
  margin-left: 5rem; }

.u-mt-55 {
  margin-top: 5.5rem; }

.u-mb-55 {
  margin-bottom: 5.5rem; }

.u-mr-55 {
  margin-right: 5.5rem; }

.u-ml-55 {
  margin-left: 5.5rem; }

.u-mt-60 {
  margin-top: 6rem; }

.u-mb-60 {
  margin-bottom: 6rem; }

.u-mr-60 {
  margin-right: 6rem; }

.u-ml-60 {
  margin-left: 6rem; }

.u-mt-65 {
  margin-top: 6.5rem; }

.u-mb-65 {
  margin-bottom: 6.5rem; }

.u-mr-65 {
  margin-right: 6.5rem; }

.u-ml-65 {
  margin-left: 6.5rem; }

.u-mt-70 {
  margin-top: 7rem; }

.u-mb-70 {
  margin-bottom: 7rem; }

.u-mr-70 {
  margin-right: 7rem; }

.u-ml-70 {
  margin-left: 7rem; }

.u-mt-75 {
  margin-top: 7.5rem; }

.u-mb-75 {
  margin-bottom: 7.5rem; }

.u-mr-75 {
  margin-right: 7.5rem; }

.u-ml-75 {
  margin-left: 7.5rem; }

.u-mt-80 {
  margin-top: 8rem; }

.u-mb-80 {
  margin-bottom: 8rem; }

.u-mr-80 {
  margin-right: 8rem; }

.u-ml-80 {
  margin-left: 8rem; }

.u-mt-85 {
  margin-top: 8.5rem; }

.u-mb-85 {
  margin-bottom: 8.5rem; }

.u-mr-85 {
  margin-right: 8.5rem; }

.u-ml-85 {
  margin-left: 8.5rem; }

.u-mt-90 {
  margin-top: 9rem; }

.u-mb-90 {
  margin-bottom: 9rem; }

.u-mr-90 {
  margin-right: 9rem; }

.u-ml-90 {
  margin-left: 9rem; }

.u-mt-95 {
  margin-top: 9.5rem; }

.u-mb-95 {
  margin-bottom: 9.5rem; }

.u-mr-95 {
  margin-right: 9.5rem; }

.u-ml-95 {
  margin-left: 9.5rem; }

.u-mt-100 {
  margin-top: 10rem; }

.u-mb-100 {
  margin-bottom: 10rem; }

.u-mr-100 {
  margin-right: 10rem; }

.u-ml-100 {
  margin-left: 10rem; }

@media screen and (max-width: 768px) {
  .u-mt-0--sp {
    margin-top: 0rem; }
  .u-mb-0--sp {
    margin-bottom: 0rem; }
  .u-mr-0--sp {
    margin-right: 0rem; }
  .u-ml-0--sp {
    margin-left: 0rem; }
  .u-mt-5--sp {
    margin-top: 0.5rem; }
  .u-mb-5--sp {
    margin-bottom: 0.5rem; }
  .u-mr-5--sp {
    margin-right: 0.5rem; }
  .u-ml-5--sp {
    margin-left: 0.5rem; }
  .u-mt-10--sp {
    margin-top: 1rem; }
  .u-mb-10--sp {
    margin-bottom: 1rem; }
  .u-mr-10--sp {
    margin-right: 1rem; }
  .u-ml-10--sp {
    margin-left: 1rem; }
  .u-mt-15--sp {
    margin-top: 1.5rem; }
  .u-mb-15--sp {
    margin-bottom: 1.5rem; }
  .u-mr-15--sp {
    margin-right: 1.5rem; }
  .u-ml-15--sp {
    margin-left: 1.5rem; }
  .u-mt-20--sp {
    margin-top: 2rem; }
  .u-mb-20--sp {
    margin-bottom: 2rem; }
  .u-mr-20--sp {
    margin-right: 2rem; }
  .u-ml-20--sp {
    margin-left: 2rem; }
  .u-mt-25--sp {
    margin-top: 2.5rem; }
  .u-mb-25--sp {
    margin-bottom: 2.5rem; }
  .u-mr-25--sp {
    margin-right: 2.5rem; }
  .u-ml-25--sp {
    margin-left: 2.5rem; }
  .u-mt-30--sp {
    margin-top: 3rem; }
  .u-mb-30--sp {
    margin-bottom: 3rem; }
  .u-mr-30--sp {
    margin-right: 3rem; }
  .u-ml-30--sp {
    margin-left: 3rem; }
  .u-mt-35--sp {
    margin-top: 3.5rem; }
  .u-mb-35--sp {
    margin-bottom: 3.5rem; }
  .u-mr-35--sp {
    margin-right: 3.5rem; }
  .u-ml-35--sp {
    margin-left: 3.5rem; }
  .u-mt-40--sp {
    margin-top: 4rem; }
  .u-mb-40--sp {
    margin-bottom: 4rem; }
  .u-mr-40--sp {
    margin-right: 4rem; }
  .u-ml-40--sp {
    margin-left: 4rem; }
  .u-mt-45--sp {
    margin-top: 4.5rem; }
  .u-mb-45--sp {
    margin-bottom: 4.5rem; }
  .u-mr-45--sp {
    margin-right: 4.5rem; }
  .u-ml-45--sp {
    margin-left: 4.5rem; }
  .u-mt-50--sp {
    margin-top: 5rem; }
  .u-mb-50--sp {
    margin-bottom: 5rem; }
  .u-mr-50--sp {
    margin-right: 5rem; }
  .u-ml-50--sp {
    margin-left: 5rem; }
  .u-mt-55--sp {
    margin-top: 5.5rem; }
  .u-mb-55--sp {
    margin-bottom: 5.5rem; }
  .u-mr-55--sp {
    margin-right: 5.5rem; }
  .u-ml-55--sp {
    margin-left: 5.5rem; }
  .u-mt-60--sp {
    margin-top: 6rem; }
  .u-mb-60--sp {
    margin-bottom: 6rem; }
  .u-mr-60--sp {
    margin-right: 6rem; }
  .u-ml-60--sp {
    margin-left: 6rem; }
  .u-mt-65--sp {
    margin-top: 6.5rem; }
  .u-mb-65--sp {
    margin-bottom: 6.5rem; }
  .u-mr-65--sp {
    margin-right: 6.5rem; }
  .u-ml-65--sp {
    margin-left: 6.5rem; }
  .u-mt-70--sp {
    margin-top: 7rem; }
  .u-mb-70--sp {
    margin-bottom: 7rem; }
  .u-mr-70--sp {
    margin-right: 7rem; }
  .u-ml-70--sp {
    margin-left: 7rem; }
  .u-mt-75--sp {
    margin-top: 7.5rem; }
  .u-mb-75--sp {
    margin-bottom: 7.5rem; }
  .u-mr-75--sp {
    margin-right: 7.5rem; }
  .u-ml-75--sp {
    margin-left: 7.5rem; }
  .u-mt-80--sp {
    margin-top: 8rem; }
  .u-mb-80--sp {
    margin-bottom: 8rem; }
  .u-mr-80--sp {
    margin-right: 8rem; }
  .u-ml-80--sp {
    margin-left: 8rem; }
  .u-mt-85--sp {
    margin-top: 8.5rem; }
  .u-mb-85--sp {
    margin-bottom: 8.5rem; }
  .u-mr-85--sp {
    margin-right: 8.5rem; }
  .u-ml-85--sp {
    margin-left: 8.5rem; }
  .u-mt-90--sp {
    margin-top: 9rem; }
  .u-mb-90--sp {
    margin-bottom: 9rem; }
  .u-mr-90--sp {
    margin-right: 9rem; }
  .u-ml-90--sp {
    margin-left: 9rem; }
  .u-mt-95--sp {
    margin-top: 9.5rem; }
  .u-mb-95--sp {
    margin-bottom: 9.5rem; }
  .u-mr-95--sp {
    margin-right: 9.5rem; }
  .u-ml-95--sp {
    margin-left: 9.5rem; }
  .u-mt-100--sp {
    margin-top: 10rem; }
  .u-mb-100--sp {
    margin-bottom: 10rem; }
  .u-mr-100--sp {
    margin-right: 10rem; }
  .u-ml-100--sp {
    margin-left: 10rem; } }

.u-pt-0 {
  padding-top: 0rem; }

.u-pb-0 {
  padding-bottom: 0rem; }

.u-pr-0 {
  padding-right: 0rem; }

.u-pl-0 {
  padding-left: 0rem; }

.u-pt-5 {
  padding-top: 0.5rem; }

.u-pb-5 {
  padding-bottom: 0.5rem; }

.u-pr-5 {
  padding-right: 0.5rem; }

.u-pl-5 {
  padding-left: 0.5rem; }

.u-pt-10 {
  padding-top: 1rem; }

.u-pb-10 {
  padding-bottom: 1rem; }

.u-pr-10 {
  padding-right: 1rem; }

.u-pl-10 {
  padding-left: 1rem; }

.u-pt-15 {
  padding-top: 1.5rem; }

.u-pb-15 {
  padding-bottom: 1.5rem; }

.u-pr-15 {
  padding-right: 1.5rem; }

.u-pl-15 {
  padding-left: 1.5rem; }

.u-pt-20 {
  padding-top: 2rem; }

.u-pb-20 {
  padding-bottom: 2rem; }

.u-pr-20 {
  padding-right: 2rem; }

.u-pl-20 {
  padding-left: 2rem; }

.u-pt-25 {
  padding-top: 2.5rem; }

.u-pb-25 {
  padding-bottom: 2.5rem; }

.u-pr-25 {
  padding-right: 2.5rem; }

.u-pl-25 {
  padding-left: 2.5rem; }

.u-pt-30 {
  padding-top: 3rem; }

.u-pb-30 {
  padding-bottom: 3rem; }

.u-pr-30 {
  padding-right: 3rem; }

.u-pl-30 {
  padding-left: 3rem; }

.u-pt-35 {
  padding-top: 3.5rem; }

.u-pb-35 {
  padding-bottom: 3.5rem; }

.u-pr-35 {
  padding-right: 3.5rem; }

.u-pl-35 {
  padding-left: 3.5rem; }

.u-pt-40 {
  padding-top: 4rem; }

.u-pb-40 {
  padding-bottom: 4rem; }

.u-pr-40 {
  padding-right: 4rem; }

.u-pl-40 {
  padding-left: 4rem; }

.u-pt-45 {
  padding-top: 4.5rem; }

.u-pb-45 {
  padding-bottom: 4.5rem; }

.u-pr-45 {
  padding-right: 4.5rem; }

.u-pl-45 {
  padding-left: 4.5rem; }

.u-pt-50 {
  padding-top: 5rem; }

.u-pb-50 {
  padding-bottom: 5rem; }

.u-pr-50 {
  padding-right: 5rem; }

.u-pl-50 {
  padding-left: 5rem; }

.u-pt-55 {
  padding-top: 5.5rem; }

.u-pb-55 {
  padding-bottom: 5.5rem; }

.u-pr-55 {
  padding-right: 5.5rem; }

.u-pl-55 {
  padding-left: 5.5rem; }

.u-pt-60 {
  padding-top: 6rem; }

.u-pb-60 {
  padding-bottom: 6rem; }

.u-pr-60 {
  padding-right: 6rem; }

.u-pl-60 {
  padding-left: 6rem; }

.u-pt-65 {
  padding-top: 6.5rem; }

.u-pb-65 {
  padding-bottom: 6.5rem; }

.u-pr-65 {
  padding-right: 6.5rem; }

.u-pl-65 {
  padding-left: 6.5rem; }

.u-pt-70 {
  padding-top: 7rem; }

.u-pb-70 {
  padding-bottom: 7rem; }

.u-pr-70 {
  padding-right: 7rem; }

.u-pl-70 {
  padding-left: 7rem; }

.u-pt-75 {
  padding-top: 7.5rem; }

.u-pb-75 {
  padding-bottom: 7.5rem; }

.u-pr-75 {
  padding-right: 7.5rem; }

.u-pl-75 {
  padding-left: 7.5rem; }

.u-pt-80 {
  padding-top: 8rem; }

.u-pb-80 {
  padding-bottom: 8rem; }

.u-pr-80 {
  padding-right: 8rem; }

.u-pl-80 {
  padding-left: 8rem; }

.u-pt-85 {
  padding-top: 8.5rem; }

.u-pb-85 {
  padding-bottom: 8.5rem; }

.u-pr-85 {
  padding-right: 8.5rem; }

.u-pl-85 {
  padding-left: 8.5rem; }

.u-pt-90 {
  padding-top: 9rem; }

.u-pb-90 {
  padding-bottom: 9rem; }

.u-pr-90 {
  padding-right: 9rem; }

.u-pl-90 {
  padding-left: 9rem; }

.u-pt-95 {
  padding-top: 9.5rem; }

.u-pb-95 {
  padding-bottom: 9.5rem; }

.u-pr-95 {
  padding-right: 9.5rem; }

.u-pl-95 {
  padding-left: 9.5rem; }

.u-pt-100 {
  padding-top: 10rem; }

.u-pb-100 {
  padding-bottom: 10rem; }

.u-pr-100 {
  padding-right: 10rem; }

.u-pl-100 {
  padding-left: 10rem; }

@media screen and (max-width: 768px) {
  .u-pt-0--sp {
    padding-top: 0rem; }
  .u-pb-0--sp {
    padding-bottom: 0rem; }
  .u-pr-0--sp {
    padding-right: 0rem; }
  .u-pl-0--sp {
    padding-left: 0rem; }
  .u-pt-5--sp {
    padding-top: 0.5rem; }
  .u-pb-5--sp {
    padding-bottom: 0.5rem; }
  .u-pr-5--sp {
    padding-right: 0.5rem; }
  .u-pl-5--sp {
    padding-left: 0.5rem; }
  .u-pt-10--sp {
    padding-top: 1rem; }
  .u-pb-10--sp {
    padding-bottom: 1rem; }
  .u-pr-10--sp {
    padding-right: 1rem; }
  .u-pl-10--sp {
    padding-left: 1rem; }
  .u-pt-15--sp {
    padding-top: 1.5rem; }
  .u-pb-15--sp {
    padding-bottom: 1.5rem; }
  .u-pr-15--sp {
    padding-right: 1.5rem; }
  .u-pl-15--sp {
    padding-left: 1.5rem; }
  .u-pt-20--sp {
    padding-top: 2rem; }
  .u-pb-20--sp {
    padding-bottom: 2rem; }
  .u-pr-20--sp {
    padding-right: 2rem; }
  .u-pl-20--sp {
    padding-left: 2rem; }
  .u-pt-25--sp {
    padding-top: 2.5rem; }
  .u-pb-25--sp {
    padding-bottom: 2.5rem; }
  .u-pr-25--sp {
    padding-right: 2.5rem; }
  .u-pl-25--sp {
    padding-left: 2.5rem; }
  .u-pt-30--sp {
    padding-top: 3rem; }
  .u-pb-30--sp {
    padding-bottom: 3rem; }
  .u-pr-30--sp {
    padding-right: 3rem; }
  .u-pl-30--sp {
    padding-left: 3rem; }
  .u-pt-35--sp {
    padding-top: 3.5rem; }
  .u-pb-35--sp {
    padding-bottom: 3.5rem; }
  .u-pr-35--sp {
    padding-right: 3.5rem; }
  .u-pl-35--sp {
    padding-left: 3.5rem; }
  .u-pt-40--sp {
    padding-top: 4rem; }
  .u-pb-40--sp {
    padding-bottom: 4rem; }
  .u-pr-40--sp {
    padding-right: 4rem; }
  .u-pl-40--sp {
    padding-left: 4rem; }
  .u-pt-45--sp {
    padding-top: 4.5rem; }
  .u-pb-45--sp {
    padding-bottom: 4.5rem; }
  .u-pr-45--sp {
    padding-right: 4.5rem; }
  .u-pl-45--sp {
    padding-left: 4.5rem; }
  .u-pt-50--sp {
    padding-top: 5rem; }
  .u-pb-50--sp {
    padding-bottom: 5rem; }
  .u-pr-50--sp {
    padding-right: 5rem; }
  .u-pl-50--sp {
    padding-left: 5rem; }
  .u-pt-55--sp {
    padding-top: 5.5rem; }
  .u-pb-55--sp {
    padding-bottom: 5.5rem; }
  .u-pr-55--sp {
    padding-right: 5.5rem; }
  .u-pl-55--sp {
    padding-left: 5.5rem; }
  .u-pt-60--sp {
    padding-top: 6rem; }
  .u-pb-60--sp {
    padding-bottom: 6rem; }
  .u-pr-60--sp {
    padding-right: 6rem; }
  .u-pl-60--sp {
    padding-left: 6rem; }
  .u-pt-65--sp {
    padding-top: 6.5rem; }
  .u-pb-65--sp {
    padding-bottom: 6.5rem; }
  .u-pr-65--sp {
    padding-right: 6.5rem; }
  .u-pl-65--sp {
    padding-left: 6.5rem; }
  .u-pt-70--sp {
    padding-top: 7rem; }
  .u-pb-70--sp {
    padding-bottom: 7rem; }
  .u-pr-70--sp {
    padding-right: 7rem; }
  .u-pl-70--sp {
    padding-left: 7rem; }
  .u-pt-75--sp {
    padding-top: 7.5rem; }
  .u-pb-75--sp {
    padding-bottom: 7.5rem; }
  .u-pr-75--sp {
    padding-right: 7.5rem; }
  .u-pl-75--sp {
    padding-left: 7.5rem; }
  .u-pt-80--sp {
    padding-top: 8rem; }
  .u-pb-80--sp {
    padding-bottom: 8rem; }
  .u-pr-80--sp {
    padding-right: 8rem; }
  .u-pl-80--sp {
    padding-left: 8rem; }
  .u-pt-85--sp {
    padding-top: 8.5rem; }
  .u-pb-85--sp {
    padding-bottom: 8.5rem; }
  .u-pr-85--sp {
    padding-right: 8.5rem; }
  .u-pl-85--sp {
    padding-left: 8.5rem; }
  .u-pt-90--sp {
    padding-top: 9rem; }
  .u-pb-90--sp {
    padding-bottom: 9rem; }
  .u-pr-90--sp {
    padding-right: 9rem; }
  .u-pl-90--sp {
    padding-left: 9rem; }
  .u-pt-95--sp {
    padding-top: 9.5rem; }
  .u-pb-95--sp {
    padding-bottom: 9.5rem; }
  .u-pr-95--sp {
    padding-right: 9.5rem; }
  .u-pl-95--sp {
    padding-left: 9.5rem; }
  .u-pt-100--sp {
    padding-top: 10rem; }
  .u-pb-100--sp {
    padding-bottom: 10rem; }
  .u-pr-100--sp {
    padding-right: 10rem; }
  .u-pl-100--sp {
    padding-left: 10rem; } }

.u-fz-12 {
  font-size: 1.2rem; }

.u-fz-14 {
  font-size: 1.4rem; }

.u-fz-16 {
  font-size: 1.6rem; }

.u-fz-18 {
  font-size: 1.8rem; }

.u-fz-20 {
  font-size: 2rem; }

.u-fz-22 {
  font-size: 2.2rem; }

.u-fz-24 {
  font-size: 2.4rem; }

.u-fz-26 {
  font-size: 2.6rem; }

.u-fz-28 {
  font-size: 2.8rem; }

.u-fz-30 {
  font-size: 3rem; }

@media screen and (max-width: 768px) {
  .u-fz-10--sp {
    font-size: 1rem; }
  .u-fz-12--sp {
    font-size: 1.2rem; }
  .u-fz-14--sp {
    font-size: 1.4rem; }
  .u-fz-16--sp {
    font-size: 1.6rem; }
  .u-fz-18--sp {
    font-size: 1.8rem; }
  .u-fz-20--sp {
    font-size: 2rem; }
  .u-fz-22--sp {
    font-size: 2.2rem; }
  .u-fz-24--sp {
    font-size: 2.4rem; }
  .u-fz-26--sp {
    font-size: 2.6rem; }
  .u-fz-28--sp {
    font-size: 2.8rem; }
  .u-fz-30--sp {
    font-size: 3rem; } }

.u-fw-300 {
  font-weight: 300; }

.u-fw-400 {
  font-weight: 400; }

.u-fw-500 {
  font-weight: 500; }

.u-fw-600 {
  font-weight: 600; }

.u-fw-700 {
  font-weight: 700; }

