html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
a {
  color: #303030;
  text-decoration: none;
}
a:hover,
a:active {
  color: #303030;
  text-decoration: underline;
}
a img:hover {
  opacity: 0.5;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}
img[src*="smileys"] {
  display: inline-block;
  width: auto;
}
.hidden {
  display: none !important;
}
.less-border {
  border: none !important;
}
html {
  font-size: 10px;
}
body {
  font: normal normal 1.6rem/1.6 "Noto Sans JP", "游ゴシック", "メイリオ",
    sans-serif;
  color: #303030;
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  width: 100%;
  height: 100px;
  border-top: #0f33ba 1px solid;
}
@media screen and (min-width: 769px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    bottom: initial;
    height: auto;
    border: none;
  }
}
.header .header-inner {
  display: grid;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.4em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template: "logo ... button-list"/54% 1fr auto;
}
@media screen and (min-width: 769px) {
  .header .header-inner {
    padding: 0.7em 0;
    grid-template: "logo ... button-list" / minmax(200px, 400px) auto 40%;
  }
}
.header .header-inner .header-logo {
  grid-area: logo;
}
.header .header-inner .header-button-list {
  grid-area: button-list;
  display: grid;
  grid-template-columns: repeat(3, 45px);
  grid-column-gap: 0.5em;
}
@media screen and (min-width: 769px) {
  .header .header-inner .header-button-list {
    grid-template-columns: repeat(3, auto);
  }
}
.header .header-inner .header-button-list .button-item {
  border-radius: 5px;
}
.header .header-inner .header-button-list .button-item .button-anchor {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .header-inner .header-button-list .button-item .button-anchor:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0.7;
}
.header .header-inner .header-button-list .button-item .button-anchor {
  width: 45px;
  height: 45px;
  padding: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.header .header-inner .header-button-list .button-item .button-anchor:hover,
.header .header-inner .header-button-list .button-item .button-anchor:active {
  color: #fff;
  text-decoration: none;
}
.header .header-inner .header-button-list .button-item .button-anchor {
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .header .header-inner .header-button-list .button-item .button-anchor {
    width: auto;
    height: auto;
  }
}
.header .header-inner .header-button-list .button-item .button-anchor::before {
  background: rgba(0, 0, 0, 0) url("") center/contain no-repeat;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}
.header .header-inner .header-button-list .button-item .button-anchor.phone {
  background-color: #f15b47;
}
.header
  .header-inner
  .header-button-list
  .button-item
  .button-anchor.phone::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 36 36" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M9.93 16.185C12.09 20.43 15.57 23.895 19.815 26.07L23.115 22.77C23.52 22.365 24.12 22.23 24.645 22.41C26.325 22.965 28.14 23.265 30 23.265C30.825 23.265 31.5 23.94 31.5 24.765V30C31.5 30.825 30.825 31.5 30 31.5C15.915 31.5 4.5 20.085 4.5 6C4.5 5.175 5.175 4.5 6 4.5H11.25C12.075 4.5 12.75 5.175 12.75 6C12.75 7.875 13.05 9.675 13.605 11.355C13.77 11.88 13.65 12.465 13.23 12.885L9.93 16.185Z" fill="white"/></svg>');
}
.header .header-inner .header-button-list .button-item .button-anchor.contact {
  background-color: #2dca4f;
}
.header
  .header-inner
  .header-button-list
  .button-item
  .button-anchor.contact::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 36 36" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M3 30V6H33V30H3ZM18 19.5L6 12V27H30V12L18 19.5ZM18 16.5L30 9H6L18 16.5ZM6 12V9V27V12Z" fill="white"/></svg>');
}
.header
  .header-inner
  .header-button-list
  .button-item
  .button-anchor
  .button-inner-text {
  display: none;
}
@media screen and (min-width: 769px) {
  .header
    .header-inner
    .header-button-list
    .button-item
    .button-anchor
    .button-inner-text {
    display: block;
    margin: 0 0 0 0.5em;
    font-size: clamp(16px, 1.5vw, 24px);
  }
}
.header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner {
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner
  .icon-x {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  width: 45px;
  height: 4px;
  top: 22px;
  background: #0f33ba;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner
  .icon-x:before {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  width: 45px;
  height: 4px;
  background: #0f33ba;
  content: "";
  top: -15px;
}
.header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner
  .icon-x::after {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  width: 45px;
  height: 4px;
  background: #0f33ba;
  content: "";
  top: 15px;
}
.header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner
  .icon-y {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  top: 22px;
  width: 200px;
  height: 0px;
  background: #0f33ba;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 22px 0px;
  transform-origin: 22px 0px;
}
.header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner
  .icon-y:before {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  width: 45px;
  height: 4px;
  background: #0f33ba;
  content: "";
  top: -22px;
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(12px, 12px);
  transform: rotateZ(45deg) scaleX(1.25) translate(12px, 12px);
}
.header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner
  .icon-y:after {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  width: 45px;
  height: 4px;
  background: #0f33ba;
  content: "";
  top: 15px;
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
  transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
}
.header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner
  .icon-y:hover {
  cursor: pointer;
}
.panel-open
  .header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner
  .icon-x {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.panel-open
  .header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner
  .icon-y {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header
  .header-inner
  .header-button-list
  .panel-toggle-button
  .panel-toggle-button-inner:hover {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .header .header-inner .header-button-list .panel-toggle-button {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .nav {
    background: rgb(39.8507462687, 81.4925373134, 237.6492537313);
  }
}
.nav .header-global-nav-list {
  display: none;
}
@media screen and (min-width: 769px) {
  .nav .header-global-nav-list {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav .header-global-nav-list .menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: grid;
    grid-template-columns: 1px auto 1px;
  }
  .nav .header-global-nav-list .menu-item::before {
    height: 70%;
    content: "";
    background: #fff;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .nav .header-global-nav-list .menu-item:last-child::after {
    height: 70%;
    content: "";
    background: #fff;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .nav .header-global-nav-list .menu-item .line {
    display: block;
    line-height: 1.1;
  }
  .nav .header-global-nav-list .menu-item .line.second {
    font-size: 1.9rem;
    font-weight: bold;
  }
  .nav .header-global-nav-list .menu-item a:hover {
    opacity: 0.7;
  }
  .nav .header-global-nav-list .menu-item a {
    display: block;
    padding: 0.2em 0;
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  .nav .header-global-nav-list .menu-item a:hover,
  .nav .header-global-nav-list .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
}
.nav .mobile-panel-menu-list {
  display: none;
}
.panel-open .nav .mobile-panel-menu-list {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0 0 100px 0;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 0;
}
.panel-open .nav .mobile-panel-menu-list .menu-item {
  border-bottom: #0f33ba 2px solid;
  padding: 0.5em;
}
.panel-open .nav .mobile-panel-menu-list .menu-item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .panel-open .nav .mobile-panel-menu-list {
    display: none !important;
  }
}
.main {
  margin: 0 0 2em 0;
  padding: 0 0.3em;
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 100px;
  }
}
.footer {
  border-top: 2px solid #0f33ba;
  padding: 2em 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer-inner {
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1em;
  }
}
.footer .footer-inner .footer-logo {
  grid-area: footer-logo;
  max-width: 400px;
  justify-self: center;
}
.footer .footer-inner .company-information {
  grid-area: company-information;
  font-style: normal;
}
.footer .footer-inner .footer-menu-list {
  display: none;
}
@media screen and (min-width: 769px) {
  .footer .footer-inner .footer-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-inner .footer-menu-list .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.5em 0 0;
    padding: 0.3em;
  }
  .footer .footer-inner .footer-menu-list .menu-item a {
    white-space: pre;
  }
}
.footer .reCAPTCHA {
  margin: 0.5em 0;
  font-size: 12px;
  text-align: center;
  overflow: scroll;
  white-space: nowrap;
}
.footer .copyright {
  display: block;
  margin: 0.5em 0 0;
  padding: 0.3em 0;
  color: #fff;
  font-size: 12px;
  background: #0f33ba;
  text-align: center;
}
.swiper {
  max-width: 1100px;
  margin: 3em auto;
}
.company-information-item {
  -webkit-box-shadow: inset 0px 0px 10px 1px
    rgb(39.8507462687, 81.4925373134, 237.6492537313);
  box-shadow: inset 0px 0px 10px 1px
    rgb(39.8507462687, 81.4925373134, 237.6492537313);
  border-radius: 0.5em;
  padding: 0.5em;
}
.company-information-item a {
  display: block;
  text-decoration: none;
}
.company-information-item a .company-information-header {
  display: grid;
  grid-template: "icon header-text" "icon sub-header-text"/3em auto;
}
.company-information-item a .company-information-header .header-inner {
  grid-area: header-text;
  text-align: center;
}
.company-information-item a .company-information-header::before {
  grid-area: icon;
  background: rgba(0, 0, 0, 0)
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="#0f33ba" width="3em" height="3em" viewBox="0 0 24 24">><path d="M12 24l-8-9h6v-15h4v15h6z"/></svg>')
    center/contain no-repeat;
  display: inline-block;
  content: "";
  width: 3em;
  height: 3em;
}
.company-information-item a .company-information-header::after {
  grid-area: sub-header-text;
  content: attr(data-en-sub-title);
  display: block;
  text-align: center;
  text-transform: capitalize;
}
.banner-item .figure {
  position: relative;
}
.banner-item .figure .figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-item .figure .figcaption:hover {
  opacity: 0.7;
}
.banner-item .figure .figcaption {
  width: 100%;
  padding: 0.3em 0;
  font-size: 2rem;
  font-weight: bold;
  background: hsla(0, 0%, 100%, 0.7);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .search-property-SP {
    display: none;
  }
}
.search-property-SP {
  margin: 1em auto 6em;
}
.search-property-SP a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 1em auto;
  padding: 1.5rem 4rem;
  font-weight: bold;
  border-radius: 10px;
  color: #0f33ba;
  border: 3px solid #0f33ba;
  -webkit-box-shadow: 5px 5px #0f33ba;
  box-shadow: 5px 5px #0f33ba;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-property-SP a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0f33ba;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-property-SP a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  color: #0f33ba;
  text-decoration: none;
}
.assessment-banner {
  display: block;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.assessment-banner a {
  display: inline;
  width: auto;
}
.sitemap-lists-wrapper .sitemap-item-wrapper .sitemap-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: inside;
}
.sitemap-lists-wrapper .sitemap-item-wrapper .sitemap-lists .sitemap-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 2em 0 0;
  padding: 0.3em;
}
.category-item {
  margin: 0.7em 0;
}
.category-item .category-anchor {
  color: #303030;
  text-decoration: none;
}
.category-item .category-anchor:hover,
.category-item .category-anchor:active {
  color: #303030;
  text-decoration: none;
}
.category-item .category-anchor .category-header {
  margin: 0 0 0.7em;
  padding: 0 0 0.5em 1.5em;
  font-size: 1.8rem;
  font-weight: normal;
  border-left: #0f33ba 5px solid;
  border-bottom: rgb(39.8507462687, 81.4925373134, 237.6492537313) 2px solid;
}
.post-item .permalink {
  color: #303030;
  text-decoration: none;
}
.post-item .permalink:hover,
.post-item .permalink:active {
  color: #303030;
  text-decoration: none;
}
.post-item.bukken a {
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  display: block;
  height: 100%;
}
.post-item.bukken a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post-item.bukken .post-thumbnail {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 2/1;
}
.post-item.bukken .property-detail-list {
  padding: 0.5em;
}
.post-item.bukken .property-detail-list .property-detail-item.classification {
  color: #fff;
  display: inline-block;
  margin: 0.5em;
  padding: 0.2em 0.7em;
  border-radius: 0.5em;
}
.post-item.bukken
  .property-detail-list
  .property-detail-item.classification.house-sale {
  background-color: #ed7e00;
}
.post-item.bukken
  .property-detail-list
  .property-detail-item.classification.apartment-sale {
  background-color: #ff5eac;
}
.post-item.bukken
  .property-detail-list
  .property-detail-item.classification.land-sale {
  background-color: #008900;
}
.post-item.bukken .property-detail-list .property-detail-item.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: red;
  font-weight: bold;
}
.post-item.bukken .property-detail-list .property-detail-item.price::after {
  display: block;
  content: "万円";
}
.post-item.blog {
  border-bottom: solid #d3d3d3 1px;
  margin: 0 0 0.7em;
}
.post-item.blog .permalink:hover {
  color: #0f33ba;
}
@media screen and (min-width: 769px) {
  .post-item.blog .permalink {
    display: grid;
    padding: 0.4em 0;
    grid-template-columns: auto auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0.5em;
  }
}
.post-item.blog .permalink .post-date {
  white-space: nowrap;
}
.post-item.blog .permalink .post-category {
  padding: 0.1em 0.5em;
  border-radius: 0.5em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post-item.blog .permalink .post-category.new-properties {
  background: #fe9000;
}
.post-item.blog .permalink .post-category.sold {
  background: #2a9b7a;
}
.post-item.blog .permalink .post-category.information {
  background: #99c4ff;
}
.post-item.blog .permalink .post-title {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-item.blog .permalink .post-title .header-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: normal;
}
.post-item.works {
  border-bottom: solid #d3d3d3 1px;
  margin: 0 0 0.7em;
}
.post-item.works .permalink:hover {
  color: #0f33ba;
}
@media screen and (min-width: 769px) {
  .post-item.works .permalink {
    display: grid;
    padding: 0.4em 0;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0.5em;
  }
}
.post-item.works .permalink .post-date {
  white-space: nowrap;
}
.post-item.works .permalink .post-title {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-item.works .permalink .post-title .header-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: normal;
}
.post-item.faq .post-title {
  font-size: 1.1em;
  font-weight: 400;
}
.post-item.default {
  padding: 0.3em;
  -webkit-box-shadow: 3px 3px 6px #303030;
  box-shadow: 3px 3px 6px #303030;
}
.post-item.default .permalink {
  display: grid;
  grid-template: "title title title" "thumbnail . excerpt"/33% auto 65%;
}
.post-item.default .permalink .post-thumbnail {
  grid-area: thumbnail;
  align-self: center;
}
.post-item.default .permalink .post-title {
  grid-area: title;
}
.post-item.default .permalink .post-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.2em 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f15b48),
    to(transparent)
  );
  background: linear-gradient(to right, #f15b48, transparent);
}
.post-item.default .permalink .post-title .header-text {
  padding: 0 0.3em;
  font-size: 1.8rem;
  font-weight: normal;
}
.post-item.default .permalink .post-excerpt {
  grid-area: excerpt;
}
.post-item.faq .permalink .post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-item.faq .permalink .post-title::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.5em;
  flex: 0 0 0.5em;
  margin: 0 0.3em 0 0;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: rgb(39.8507462687, 81.4925373134, 237.6492537313);
  clip-path: polygon(0 0, 0% 100%, 95% 50%);
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1100px;
  margin: 1.5em auto;
  padding: 0.8em;
}
.pagination .pagination-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5em;
  flex: 0 0 5em;
}
.pagination .pagination-btn .pagination-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3em;
  color: #fff;
  background: #0f33ba;
}
.pagination .pagination-btn .pagination-anchor:hover {
  text-decoration: none;
  color: #0f33ba;
  background: rgba(0, 0, 0, 0);
}
.pagination .pagination-btn .pagination-anchor.prev::before {
  margin: 0 0.3em 0 0;
  padding: 0.3em;
  content: "<";
}
.pagination .pagination-btn .pagination-anchor.next::after {
  margin: 0 0 0 0.3em;
  padding: 0.3em;
  content: ">";
}
.pagination .pagination-page-lists {
  display: none;
}
@media screen and (min-width: 769px) {
  .pagination .pagination-page-lists {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pagination .pagination-page-lists .pagination-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    margin: 0 0.5em;
    border: #0f33ba solid 1px;
  }
  .pagination .pagination-page-lists .pagination-list .pagination-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3em;
    height: 3em;
    color: inherit;
    text-decoration: none;
  }
  .pagination
    .pagination-page-lists
    .pagination-list
    .pagination-num.current-paged {
    color: #fff;
    background: #0f33ba;
  }
  .pagination .pagination-page-lists .pagination-list:hover {
    color: #fff;
    background: #0f33ba;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.iframe-box {
  width: 95%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.iframe-box iframe {
  width: 100%;
  height: 100%;
}
.common-section-box {
  max-width: 1100px;
  margin: 2em auto;
  padding: 0.7em 0;
}
.common-section-box.faq {
  margin: 0 auto;
}
.common-section-box.faq li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.1em;
  margin-bottom: 0.3em;
}
.common-section-box.faq li::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.5em;
  flex: 0 0 0.5em;
  margin: 0 0.3em 0 0;
  width: 0.5em;
  height: 0.5em;
  background: #2851ee;
  clip-path: polygon(0 0, 0% 100%, 95% 50%);
}
@media screen and (min-width: 769px) {
  .common-section-box.faq li a {
    font-size: 1.1em;
  }
}
.common-section-header {
  max-width: 1100px;
  margin: 1em auto 0;
}
.common-section-header .header-text {
  display: block;
  font-weight: bold;
  border: 3px solid #99c5ff;
  padding: 0.5em 1em;
  position: relative;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .common-section-header .header-text {
    font-size: 2rem;
  }
}
.common-section-header .header-text:after {
  content: "";
  background-color: #e0efff;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
  top: -7px;
  left: 4px;
  z-index: -1;
}
.root-header {
  max-width: 1100px;
  margin: 2em auto;
  padding: 0.7em;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0f33ba),
    color-stop(50%, rgb(39.8507462687, 81.4925373134, 237.6492537313)),
    to(#0f33ba)
  );
  background: linear-gradient(
    to right,
    #0f33ba,
    rgb(39.8507462687, 81.4925373134, 237.6492537313) 50%,
    #0f33ba
  );
}
.bread-crumbs {
  width: 100%;
  max-width: 1100px;
  margin: 0.6em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .bread-crumbs {
    overflow: initial;
  }
}
.bread-crumbs {
  font-size: 14px;
}
.bread-crumbs .bread-crumbs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0;
}
.bread-crumbs .bread-crumbs-item.home a {
  background: rgba(0, 0, 0, 0)
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEgMTN2MTBoLTZ2LTZoLTZ2NmgtNnYtMTBoLTNsMTItMTIgMTIgMTJoLTN6bS0xLTUuOTA3di01LjA5M2gtM3YyLjA5M2wzIDN6Ii8+PC9zdmc+")
    center center/contain no-repeat;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
}
.bread-crumbs .bread-crumbs-item:not(:last-child)::after {
  content: ">";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.5em;
}
.common-column-list {
  display: grid;
  margin: 2em auto;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 0.8em;
}
.common-column-list.single {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 768px) {
  .common-column-list.responsive {
    grid-template-columns: 1fr;
  }
}
.common-column-list.double {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .common-column-list.responsive {
    grid-template-columns: 1fr;
  }
}
.common-column-list.triple {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .common-column-list.responsive {
    grid-template-columns: 1fr;
  }
}
.common-column-list.quadruple {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .common-column-list.responsive {
    grid-template-columns: 1fr;
  }
}
.common-column-list.quintuple {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .common-column-list.responsive {
    grid-template-columns: 1fr;
  }
}
.common-column-list.sextuple {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .common-column-list.responsive {
    grid-template-columns: 1fr;
  }
}
.common-column-list.septuple octuple {
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 768px) {
  .common-column-list.responsive {
    grid-template-columns: 1fr;
  }
}
.common-column-list.nonuple {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width: 768px) {
  .common-column-list.responsive {
    grid-template-columns: 1fr;
  }
}
.common-column-list.decuple {
  grid-template-columns: repeat(9, 1fr);
}
@media screen and (max-width: 768px) {
  .common-column-list.responsive {
    grid-template-columns: 1fr;
  }
}
.common-link-button {
  display: grid;
  width: 80%;
  margin: 2em auto;
  padding: 0.4em 0;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: bold;
  background: #f15b48;
  color: none;
  text-decoration: none;
}
.common-link-button:hover,
.common-link-button:active {
  color: #fff;
  text-decoration: none;
}
.common-link-button {
  grid-template-columns: 2em auto 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .common-link-button {
    width: 60%;
  }
}
.common-link-button {
  border: #f15b48 2px solid;
}
.common-link-button:hover {
  color: #f15b48;
  background: #fff;
}
.common-link-button:hover::after {
  background: #f15b48;
}
.common-link-button::before {
  content: "";
}
.common-link-button::after {
  content: "";
  width: 1em;
  height: 1em;
  clip-path: polygon(0 0, 0% 100%, 95% 50%);
  background: #fff;
}
.company-information-table {
  display: block;
}
.company-information-table .caption {
  display: block;
}
.company-information-table tbody {
  display: block;
}
.company-information-table tbody .rows {
  margin: 0.3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.company-information-table tbody .rows .th {
  font-weight: normal;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.company-information-table tbody .rows .td {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}
.wp-block-group {
  margin: 25px auto 10px;
  padding: 0 0.4em;
}
.wp-block-group .wp-block-group__inner-container .wp-block-image {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 1.2em;
}
@media screen and (min-width: 769px) {
  .wp-block-group .wp-block-group__inner-container .wp-block-image.size-large {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .wp-block-group .wp-block-group__inner-container .wp-block-image.size-medium {
    width: 50%;
  }
}
.wp-block-group
  .wp-block-group__inner-container
  .wp-block-image.size-thumbnail {
  width: 10%;
}
.wp-block-group .wp-block-group__inner-container .wp-heading-1 {
  margin: 10px 0;
  padding: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  background: #f2f2f2;
  letter-spacing: 1px;
  border-radius: 11px;
  border-left: 6px solid rgb(39.8507462687, 81.4925373134, 237.6492537313);
}
.wp-block-group .wp-block-group__inner-container .wp-heading-2 {
  margin: 0.9em 0;
  padding: 0.5em 0.7em;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 4px solid #0f33ba;
  border-left: 0.4em solid rgb(39.8507462687, 81.4925373134, 237.6492537313);
}
.wp-block-group .wp-block-group__inner-container .wp-heading-3 {
  padding: 0.5em 0.7em;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: #f15b48 solid 2px;
  border-left: #f15b48 solid 5px;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation {
  border: 1px solid #d3d3d3;
  padding: 1em;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details
  summary {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details
  summary::-webkit-details-marker {
  display: none;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details
  .navi-str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details
  .navi-str
  .navi-text {
  font-size: 13px;
  font-weight: bold;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details
  .navi-str
  .navi-status {
  color: blue;
  font-size: 13px;
  font-weight: bold;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details
  .navi-str
  .navi-status:hover {
  text-decoration: underline;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details[open]
  .hiding-text {
  display: none;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details:not([open])
  .displaying-text {
  display: none;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details
  .navigation-lists
  .navigation-list::before {
  content: none;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details
  .navigation-lists
  .navigation-list
  .navigation-list-link {
  color: blue;
}
.wp-block-group
  .wp-block-group__inner-container
  .navigation--wrapper
  .navigation
  details
  .navigation-lists
  .navigation-list
  .navigation-list-link:hover {
  color: inherit;
  text-decoration: underline;
}
.wp-block-group .wp-block-group__inner-container .wp-block-table {
  margin: 0;
}
.wp-block-group .wp-block-group__inner-container .wp-block-table table {
  table-layout: fixed;
  width: 100%;
}
.wp-block-group .wp-block-group__inner-container .wp-block-table table tr td {
  overflow-wrap: break-word;
  padding: 0.5em;
}
.wp-block-group
  .wp-block-group__inner-container
  .wp-block-table
  table
  tr
  td:first-child {
  background: #ddd;
}
@media screen and (max-width: 768px) {
  .wp-block-group .wp-block-group__inner-container .wp-block-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.wp-block-group .wp-block-group__inner-container .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .wp-block-group .wp-block-group__inner-container .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.wp-block-group
  .wp-block-group__inner-container
  .wp-block-columns
  .wp-block-column {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.wp-block-group
  .wp-block-group__inner-container
  .wp-block-columns.before-after
  .wp-block-column.before-after-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  margin: auto;
  background: rgba(0, 0, 0, 0)
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="#0f33ba" width="30" height="30" viewBox="0 0 24 24">><path d="M12 24l-8-9h6v-15h4v15h6z"/></svg>')
    center/contain no-repeat;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .wp-block-group
    .wp-block-group__inner-container
    .wp-block-columns.before-after
    .wp-block-column.before-after-icon {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.wp-block-group .wp-block-group__inner-container .link-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  color: rgb(39.8507462687, 81.4925373134, 237.6492537313);
  background: #fff;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  outline: none;
  position: relative;
  border: 1px solid rgb(39.8507462687, 81.4925373134, 237.6492537313);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.wp-block-group .wp-block-group__inner-container .link-btn:hover {
  color: #fff;
}
.wp-block-group .wp-block-group__inner-container .link-btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.wp-block-group .wp-block-group__inner-container .link-btn::before {
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(39.8507462687, 81.4925373134, 237.6492537313);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.wp-block-group .wp-block-group__inner-container .link-btn .link-text {
  position: relative;
}
.wp-block-group.faq .wp-block-group__inner-container::before {
  content: "回答";
  display: block;
  width: 4em;
  margin: 1em 0;
  padding: 0.5em 1em;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0f33ba),
    to(rgb(39.8507462687, 81.4925373134, 237.6492537313))
  );
  background: linear-gradient(
    to bottom,
    #0f33ba,
    rgb(39.8507462687, 81.4925373134, 237.6492537313)
  );
  text-align: center;
  border-radius: 10px;
}
.form-inner .form-data-list {
  margin: 1em 0;
}
.form-inner .form-data-list .form-data-term::after {
  content: "任意";
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.8em;
  color: #fff;
  background: gray;
  text-align: center;
}
.form-inner .form-data-list .form-data-term.required::after {
  content: "必須";
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.8em;
  color: #fff;
  background: red;
  text-align: center;
}
.form-inner .form-data-list .form-data-term label {
  vertical-align: middle;
}
.form-inner .form-data-list .form-data-description {
  margin: 0.6em 0 0 0;
}
.form-inner .input-field {
  border-radius: 6px;
  display: block;
  width: 100%;
  margin: 0.4em auto;
  padding: 0.5em;
  font-size: 16px;
  background: #fff;
  border: #0f33ba 1px solid;
  outline: none;
}
.form-inner .input-field:focus {
  background: #fff;
  outline: 1px solid rgb(39.8507462687, 81.4925373134, 237.6492537313);
}
.form-inner .submit-button {
  display: block;
  width: 90%;
  margin: 0.7em auto;
  padding: 0.5em;
  color: #fff;
  background: #0f33ba;
  border: none;
}
div.cf-turnstile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
} /*# sourceMappingURL=main.min.css.map */
