@charset "UTF-8";
/* ---------------
common
--------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.75;
  font-size: 16px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

p {
  font-size: 16px;
}

a:hover {
  text-decoration: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

video {
  width: 100%;
  max-width: 100dvw;
  aspect-ratio: 1920/1080;
}

@media screen and (max-width: 1140px) {
  body .wrap_out {
    width: 100%;
  }
}
.breadcrumb {
  font-size: 12px;
}

#contents article h2 {
  font-size: 22px;
}

#contents article p {
  font-size: 14px;
}

#contents article .date .year {
  font-size: 12px;
  margin-bottom: 0;
}

#contents article .date .day {
  font-size: 28px;
}

#contents article .date .month {
  font-size: 18px;
}

#contents .sub h3 {
  font-size: 13px;
}

#contents .sub h4 {
  font-size: 12px;
}

#contents .sub .date {
  font-size: 11px;
}

.home #contents {
  background: #ffffff;
  margin-bottom: 0;
}

.page .title_sec {
  height: 365px;
}

.page .title_sec h1 {
  font-size: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page .title_sec h1 code {
  font-size: 30px;
  font-family: din-2014, sans-serif;
  margin-top: 16px;
}

.page .title_sec .backstretch {
  height: 335px !important;
}

.page .title_sec .backstretch img {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.page .title_sec .backstretch.position_custom img {
  left: unset !important;
  right: 0;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.page .title_text {
  font-size: 30px;
}

.page .text_sec .text_title {
  font-size: 30px;
}

.page .text_sec p {
  font-size: 16px;
  line-height: 1.75;
}

.page .type_box {
  background-color: #182987;
}

.page #contents h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 38px;
  line-height: 1.3;
}

.page #contents h2 code {
  font-size: 16px;
  font-family: din-2014, sans-serif;
  color: #182987;
  font-weight: 600;
}

.page #contents .type_box h2 code {
  color: #ffffff;
}

.page #contents .title_center span {
  font-family: din-2014, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0;
}

.page .intro .text {
  font-size: 16px;
}

.page .asset_01 .sec01 p {
  font-size: 13px;
}

.page .asset_01 .sec02 .type_box {
  width: 100%;
  max-width: 700px;
  height: 240px;
  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;
  margin-left: auto;
  margin-right: auto;
}

.page .asset_01 .sec02 .type_box h2 {
  font-family: din-2014, sans-serif;
  font-size: 50px;
}

.page .asset_01 .sec02 .type_box h2 code {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 19px;
}

.page .asset_01 .sec02 ul li h3 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page .asset_01 .sec02 ul li h3 code {
  color: #182987;
  font-size: 16px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.page .asset_01 .sec02 ul li h3 code span {
  color: #182987;
  font-size: 19px;
  padding-left: 4px;
}

.page .asset_01 .sec02 ul li p {
  font-size: 16px;
}

.page .asset_02 .sec01 h3 .num {
  font-size: 32px;
}

.page .asset_02 .sec01 .in_sec02 {
  width: 350px;
  padding-top: 82px;
}

.page .asset_02 .sec01 .bnr a {
  width: 350px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #182987;
  color: #ffffff;
  border-radius: 10px;
  padding: 0;
}

.page .contact_sec ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page .contact_sec ul li {
  float: none !important;
  width: 50%;
}

.page .contact_sec ul li figure {
  width: 260px;
}

.page .contact_sec ul li figure:first-of-type {
  margin-bottom: 16px;
}

.page .contact_sec ul li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page .contact_sec h3 {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page .contact_sec h3 code {
  color: #182987;
  font-size: 16px;
}

.page .asset_nav ul {
  width: 100%;
  max-width: 1320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.page .asset_nav ul li {
  float: none;
  width: calc((100% - 20px) / 2);
}

.page .asset_nav ul li .text_box {
  width: 100%;
  height: 100px;
  background: #182987;
  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;
  padding: 0 20px;
}

.page .asset_nav ul li .text_box p {
  font-size: 26px;
  width: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
}

.page .asset_nav ul li .text_box p code {
  font-family: din-2014, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.page .asset_nav:first-child li.active a {
  background: none;
}

.wp-singular .backstretch.position_custom img,
.archive .backstretch.position_custom img {
  left: unset !important;
  right: 0;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.wp-singular .title_sec h1,
.archive .title_sec h1 {
  font-size: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wp-singular .title_sec h1 code,
.archive .title_sec h1 code {
  font-size: 30px;
  font-family: din-2014, sans-serif;
  margin-top: 16px;
}

.archive .title_sec,
#news .title_sec {
  height: 365px;
  margin-bottom: 0;
}

.archive .title_sec .bg_sec,
#news .title_sec .bg_sec {
  height: 280px;
}

.archive .title_sec h1,
#news .title_sec h1 {
  font-size: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 126px;
}

.archive .title_sec h1 code,
#news .title_sec h1 code {
  font-size: 30px;
  font-family: din-2014, sans-serif;
  margin-top: 16px;
}

.archive .title_sec .backstretch,
#news .title_sec .backstretch {
  height: 335px !important;
}

.archive .title_sec .backstretch img,
#news .title_sec .backstretch img {
  width: 100dvw !important;
  left: 0 !important;
  right: 0;
  height: 100% !important;
  top: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive #contents h2,
#news #contents h2 {
  font-size: 22px;
}

.archive #contents p,
#news #contents p {
  font-size: 14px;
}

.wrap_in {
  width: 100%;
  max-width: 1320px;
  padding-left: 97px;
  padding-right: 97px;
}

@media screen and (max-width: 1320px) {
  .wrap_in {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }
}
h2.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #182987;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

h2.title span {
  color: #333333;
  font-size: 19px;
}

iframe {
  max-width: 750px;
  aspect-ratio: 750/500;
  border-radius: 15px;
  margin-bottom: 86px;
}

img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_block a {
  width: 350px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #182987;
  color: #ffffff;
  border-radius: 10px;
}

.btn_block.black a {
  background: #333333;
}

.sec01 dl dt {
  font-size: 18px;
}

.sec01 dl dd {
  font-size: 18px;
}

header {
  position: relative;
}

header .wrap_out {
  width: 100%;
  max-width: 1320px;
  padding-left: 97px;
  padding-right: 97px;
}

@media screen and (max-width: 1320px) {
  header .wrap_out {
    max-width: unset;
    width: 94%;
    padding: 0;
    margin: 0 auto;
  }
}
header .contact_block {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: transparent;
  right: inherit;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 435px));
          transform: translateX(calc(-50% + 435px));
}

header .contact_block_inner {
  min-width: 300px;
  margin-right: 16px;
  border: 1px solid #ccc;
}

header .contact_block dt {
  font-size: 14px;
  padding: 10px 24px;
  line-height: 1.3;
  background: #ffffff;
  margin-bottom: 0;
}

header .contact_block dt i {
  font-size: 20px;
  color: #182987;
  padding-bottom: 8px;
  padding-left: 2px;
  -webkit-transform: rotate(255deg);
          transform: rotate(255deg);
}

header .contact_block dt a {
  font-size: 27px;
  color: #182987;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  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;
}

header .contact_block dd {
  background-color: #182987;
  padding: 10px 24px;
  line-height: 1.3;
}

header .contact_block dd a {
  color: #ffffff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .contact_block dd a img {
  padding-right: 5px;
}

header .contact_block .support_block {
  background-color: #ff8200;
  width: 163px;
}

header .contact_block .support_block a {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
}

header .contact_block .support_block a span {
  font-size: 16px;
  margin-bottom: 4px;
}

header .contact_block .support_block a img {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1366px) {
  header .contact_block {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 16px 0 16px;
  }
}
header .logo {
  width: 100%;
  margin-bottom: 70px;
}

header .logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

header nav {
  width: 100%;
}

header nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

header nav ul li {
  width: 154px;
}

header nav ul li a {
  font-size: 1rem;
}

footer > * {
  -webkit-column-count: unset !important;
     -moz-column-count: unset !important;
          column-count: unset !important;
}

footer .wrap_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .contents_nav {
  float: unset;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .contents_nav .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-family: din-2014, sans-serif;
  float: unset;
  margin-right: 36px;
}

footer .contents_nav .wrap_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .contents_nav ul {
  float: unset;
  font-size: 13px;
}

footer .contents_nav ul li {
  margin-bottom: 8px;
}

footer .contents_nav ul a {
  font-size: 15px;
}

footer .company_info {
  margin-top: 20px;
  padding-top: 0;
  float: unset;
  background: none;
  margin-left: 36px;
  width: calc(40% - 36px);
  border-left: 1px solid #ddd;
}

footer .company_info p {
  font-size: 16px;
  line-height: 1.6;
}

footer .company_info p code {
  display: block;
  padding-bottom: 16px;
}

footer .company_info p code:last-child {
  padding-bottom: 0;
}

footer .company_info p code code {
  padding-top: 6px;
}

footer .bnr_sec {
  margin-top: 30px;
}

#page_footer.wrap {
  padding: 8px 0;
}

#page_footer #to_top {
  width: 60px;
  height: 60px;
  background: #182987;
  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;
  border-radius: 40px;
  position: fixed;
  right: 12px;
  bottom: 280px;
  opacity: 0;
  z-index: 20;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#page_footer #to_top i {
  color: #ffffff;
  font-size: 30px;
}

#page_footer figure {
  float: unset;
}

.footer_top {
  background: #3b3736;
  padding: 20px 0;
  display: block;
  opacity: 0;
  left: 0; /* または center配置の場合は left: 50%; transform: translateX(-50%); */
  width: 100%; /* フルワイドボタンの場合 */
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.footer_top .contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.footer_top .contact_block_inner {
  width: calc((100% - 20px) / 2);
  max-width: 551px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
}

.footer_top .contact_block_inner .title_text {
  font-size: 19px !important;
  color: #182987;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #182987;
  margin: 0 14px !important;
  padding: 14px 0 !important;
  background: none;
}

.footer_top .contact_block_inner p.inner_text {
  text-align: center;
  line-height: 1.2;
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 14px !important;
  font-size: 16px !important;
  background: none !important;
}

.footer_top .contact_block_inner .inner_link {
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 6px;
  padding-right: 6px;
  width: calc(100% - 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.footer_top .contact_block_inner .inner_link a {
  font-family: din-2014, sans-serif;
  font-size: 30px;
  color: #182987;
  font-weight: 700;
  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;
}

.footer_top .contact_block_inner .inner_link a i {
  font-size: 25px;
  color: #182987;
  padding-bottom: 8px;
  padding-left: 2px;
  -webkit-transform: rotate(255deg);
          transform: rotate(255deg);
}

.footer_top .contact_block_inner .inner_link code {
  font-size: 14px;
}

.footer_top .contact_block_inner .mail_text {
  height: 60px;
  background: #182987;
  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;
}

.footer_top .contact_block_inner .mail_text a {
  color: #ffffff;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_top .contact_block_inner .mail_text a img {
  margin-right: 8px;
}

.footer_top .contact_block .support_block {
  width: calc((100% - 20px) / 2);
  max-width: 551px;
  background: #ff8200;
  padding-left: 200px;
  position: relative;
  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;
}

.footer_top .contact_block .support_block img:nth-child(2) {
  width: 100%;
  height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_top .contact_block .support_block a {
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}

.footer_top .contact_block .support_block a code {
  font-size: 25px;
  padding-top: 17px;
  padding-bottom: 8px;
}

.footer_top .contact_block .support_block .left_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#strength .footer_top .title_text + p {
  letter-spacing: 0;
}

/* ---------------
page
--------------- */
.news_sec {
  background: #ffffff;
  padding-top: 108px;
  padding-bottom: 108px;
}

.news_sec #news_block {
  position: unset;
  width: 100%;
  height: auto;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
}

.news_sec #news_block .bnr {
  width: 250px;
  height: 50px;
  right: 97px;
  top: 143px;
}

.news_sec #news_block .bnr a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  padding-right: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #182987;
  border-radius: 25px;
}

.news_sec #news_block .bnr a::after {
  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;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #182987;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news_sec #news_block ul {
  height: 280px;
}

.news_sec #news_block ul li {
  min-height: 100px;
  position: relative;
  padding: 18px 0 0 0;
  margin: 0;
}

.news_sec #news_block ul li.new::before {
  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;
  content: "NEW";
  width: 80px;
  height: 25px;
  font-size: 1rem;
  color: #ffffff;
  font-family: din-2014, sans-serif;
  background: #182987;
  position: absolute;
  top: 20px;
  left: 20px;
}

.news_sec #news_block ul li a {
  display: block;
  padding: 30px 60px 30px 20px;
  position: relative;
}

.news_sec #news_block ul li a::after {
  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;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ffffff;
  font-size: 19px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #182987;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news_sec #news_block ul li p {
  color: #182987;
  font-size: 16px;
  margin-bottom: 0;
  font-family: din-2014, sans-serif;
}

.news_sec #news_block ul li h3 {
  font-size: 1rem;
}

.news_sec h2.title {
  font-family: din-2014, sans-serif;
  position: relative;
  padding-left: 95px;
  padding-top: 10px;
  background: unset !important;
  margin-bottom: 110px !important;
}

.news_sec h2.title span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.news_sec h2.title::before {
  display: block;
  content: "";
  width: 65px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/icon_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

main #contents .about_sec .text {
  padding-top: 30px;
  padding-bottom: 30px;
}

main #contents .about_sec .text:last-child {
  padding-top: 40px;
  padding-bottom: 52px;
}

.about_sec .text {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #f7f7f7 !important;
}

.about_sec h2.title {
  font-family: din-2014, sans-serif;
  font-size: 36px;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.about_sec h2.title span {
  font-size: 19px !important;
  padding-left: 22px !important;
  border-left: 1px solid #182987;
  width: calc(100% - 188px) !important;
  margin: 0 0 0 22px !important;
  font-weight: 300 !important;
}

.about_sec h2.title span strong {
  font-size: 26px;
  font-weight: 600;
  color: #182987;
}

.about_sec .text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_sec .text p span {
  font-size: 19px !important;
  padding-left: 0 !important;
  width: calc(100% - 250px) !important;
  margin: 0 !important;
  font-weight: 300 !important;
}

@media screen and (max-width: 1320px) {
  .about_sec .text p span {
    width: 100% !important;
  }
}
.about_sec .text p span strong {
  font-size: 26px;
  font-weight: 600;
  color: #182987;
}

.about_sec .slider_wrap {
  width: 100%;
  height: 500px;
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: #000000;
}

.about_sec .slider_wrap .wp-block-group__inner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 0;
}

.about_sec .slider_wrap .wp-block-gallery {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1500px;
  height: 100%;
  padding-right: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 33px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about_sec .slider_wrap .wp-block-gallery .wp-block-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}

.about_sec .slider_wrap .wp-block-gallery .wp-block-image.top {
  margin-bottom: auto;
}

.about_sec .slider_wrap .wp-block-gallery .wp-block-image.bottom {
  margin-top: auto;
}

.about_sec .slider_wrap .wp-block-gallery .wp-block-image.bottom_30 {
  margin-top: auto;
  margin-bottom: 30px;
}

.about_sec .slider_wrap .wp-block-gallery .wp-block-image.center {
  margin-top: auto;
  margin-bottom: auto;
}

.about_sec .slider_wrap .wp-block-gallery .wp-block-image > img {
  width: 100%;
}

@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.about_sec .wp-block-gallery {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
          animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.recruit_sec {
  background: #ffffff;
  padding-top: 108px;
  padding-bottom: 108px;
}

.recruit_sec .title {
  margin-bottom: 50px;
  font-family: din-2014, sans-serif;
}

.recruit_sec .title span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.recruit_sec p {
  margin-bottom: 60px;
  line-height: 1.7;
  text-align: left;
}

.recruit_sec p .recruit_sec_sp_br {
  display: none;
}

#home_nav {
  padding-top: 108px;
}

#home_nav ul.h_nav01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

#home_nav ul.h_nav01 li {
  background: #182987;
  border-radius: 15px;
  overflow: hidden;
  float: none;
  margin-left: 0;
}

#home_nav ul.h_nav01 li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#home_nav ul.h_nav01 li a figure {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

#home_nav ul.h_nav01 li a figure img {
  aspect-ratio: 580/280;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#home_nav ul.h_nav01 li .list_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#home_nav ul.h_nav01 li .list_inner p {
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

#home_nav ul.h_nav01 li .list_inner p code {
  font-family: din-2014, sans-serif;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  letter-spacing: 1px;
}

#home_nav ul.h_nav01 li .list_inner p:last-child {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
  position: relative;
}

#home_nav ul.h_nav01 li .list_inner p:last-child::before {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#home_nav ul.h_nav01 li:last-child .list_inner p {
  padding: 10px 36px;
}

#home_nav ul.h_nav02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#home_nav ul.h_nav02 li {
  width: calc((100% - 60px) / 4);
  aspect-ratio: 256/256;
  height: auto;
  margin-left: 0;
}

#home_nav ul.h_nav02 li.nav02 {
  float: unset;
}

#home_nav ul.h_nav02 li.nav02 a {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home_nav ul.h_nav02 li.nav02 a code {
  font-family: din-2014, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: 1px;
}

#home_nav ul.h_nav02 li.nav02 figure {
  margin-bottom: 20px;
  height: 62px;
}

#home_nav ul.h_nav02 li.nav02 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  padding: 0;
}

#home_nav ul.h_nav02 li.nav02:first-child figure {
  max-width: 47px;
}

#home_nav ul.h_nav02 li.nav02:nth-child(2) figure {
  max-width: 43px;
}

#home_nav ul.h_nav02 li.nav02:nth-child(3) figure {
  max-width: 58px;
}

#home_nav ul.h_nav02 li.nav02:last-child figure {
  max-width: 47px;
}

@media screen and (max-width: 1320px) {
  #home_nav {
    padding-left: 3%;
    padding-right: 3%;
  }
  #home_nav ul.h_nav01 li .list_inner p {
    padding: 10px;
  }
  #home_nav ul.h_nav01 li:last-child .list_inner p {
    padding: 10px;
  }
}
@media screen and (max-width: 980px) {
  #home_nav .break {
    display: none;
  }
  #home_nav ul.h_nav01 li .list_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home_nav ul.h_nav01 li .list_inner p {
    padding: 10px;
  }
  #home_nav ul.h_nav01 li .list_inner p code {
    margin-top: 0;
  }
  #home_nav ul.h_nav01 li .list_inner p:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #home_nav ul.h_nav01 li .list_inner p:last-child::before {
    height: 1px;
    width: calc(100% - 20px);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #home_nav ul.h_nav01 li:last-child .list_inner p {
    padding: 10px;
  }
}
@media screen and (max-width: 781px) {
  #home_nav ul.h_nav02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home_nav ul.h_nav02 li {
    width: calc((100% - 20px) / 2);
  }
}
.home #home_nav {
  margin-bottom: 0;
}

#strength .title_text + p {
  -webkit-column-count: unset;
     -moz-column-count: unset;
          column-count: unset;
}

#strength main .sec01 .backstretch img {
  width: 100% !important;
  left: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/1200;
}

#strength main .type_box {
  padding: 46px 140px 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#strength main #contents {
  padding-bottom: 0 !important;
}

#strength main .title_sec {
  background: none !important;
}

#strength main .title_sec h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 80px;
}

#strength main .title_sec h1 span {
  border-top: none;
  position: absolute;
  top: 95px;
  right: 79px;
  font-size: 19px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

#strength main .text_sec h2.title_text {
  font-size: 29px;
  letter-spacing: -1px;
  line-height: 1.65;
  padding-bottom: 35px;
  letter-spacing: 1.98px;
}

#strength main .title_text + p {
  -webkit-column-count: unset;
     -moz-column-count: unset;
          column-count: unset;
  font-size: 19px;
  padding-top: 35px;
  letter-spacing: 1.14px;
}

#strength main .type_box {
  margin-top: 0;
  height: 320px;
}

#strength main .type_box h2 {
  font-size: 50px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: din-2014, sans-serif;
}

#strength main .type_box h2 code {
  font-size: 19px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

#strength main .sec02 figure img {
  margin: 0 auto;
}

#strength main .sec03 {
  background: none;
  background: #000000;
}

#strength main .sec03 .wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6dvw;
}

@media only screen and (max-width: 1600px) {
  #strength main .sec03 .wrap {
    gap: 4dvw;
  }
}
#strength main .sec03 .text_sec {
  padding: 100px 0 24px 24px;
  margin-left: auto;
  margin-right: 0;
  max-width: 695px;
}

#strength main .sec03 .img_box {
  width: 800px;
}

#strength main .sec03 .img_box figure {
  height: 100%;
}

#strength main .sec03 .img_box figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#strength main .sec04 {
  background: none;
  background: #313131;
}

#strength main .sec04 .wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6dvw;
}

@media only screen and (max-width: 1600px) {
  #strength main .sec04 .wrap {
    gap: 4dvw;
  }
}
#strength main .sec04 .text_sec {
  padding: 100px 24px 24px 0;
  margin-left: 0;
  margin-right: auto;
  max-width: 695px;
}

#strength main .sec04 .img_box {
  width: 800px;
}

#strength main .sec04 .img_box figure {
  height: 100%;
}

#strength main .sec04 .img_box figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#strength main .sec05 {
  padding-bottom: 150px;
}

#strength main .sec05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#strength main .sec05 li {
  width: 25%;
  position: relative;
  background: none;
  float: none;
  margin-left: 0;
  height: 450px;
}

#strength main .sec05 li > * {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#strength main .sec05 li h3 {
  font-size: 30px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 135px 0 0;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}

#strength main .sec05 li h3::before, #strength main .sec05 li h3::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
}

#strength main .sec05 li h3::before {
  background-color: #000;
  height: 65%;
  z-index: -1;
  left: 0;
  bottom: -16%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

#strength main .sec05 li h3::after {
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ccc;
  z-index: -2;
}

#strength main .sec05 li h3 code {
  font-size: 14px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}

#strength main .sec05 li.num01 h3::after {
  background: url("../images/quality_img01.png") 89% 166%;
}

#strength main .sec05 li.num02 h3::after {
  background: url("../images/quality_img02.png") 77% 248%;
}

#strength main .sec05 li.num03 h3::after {
  background: url("../images/quality_img03.png") 55% 103%;
}

#strength main .sec05 li.num04 h3::after {
  background: url("../images/quality_img04.png") 55% 103%;
}

#strength main .sec05 li p {
  z-index: -1;
  margin-top: -110px;
  background-color: #525252;
  padding: 125px calc((100% - 160px) / 2) 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: -0.7px;
}

#asset main .title_text {
  font-size: 24px;
}

#asset main .contact_sec {
  display: none;
}

#owner main .asset_02 .sec01 h3 .num {
  font-family: din-2014, sans-serif;
  letter-spacing: 0.56px;
  color: #182987;
}

#owner main .asset_02 .sec01 h3 .num span {
  font-size: 16px;
}

#owner main .asset_02 .sec01 .bukken_name,
#owner main .asset_02 .sec01 .name {
  color: #182987;
}

#business .sec01 .text_sec .text_title {
  padding-left: 0;
  padding-right: 0;
}

#business .sec01 .text_sec p {
  width: 100%;
}

#business .sec01 dl {
  margin-left: 0;
  background: #182987;
}

#business .sec01 dl dt {
  font-family: din-2014, sans-serif;
}

#business .sec02 .text_sec {
  background-size: contain;
}

#business .sec02 .text_sec .text_title {
  padding-left: 0;
  padding-right: 0;
}

#business .sec02 .text_sec p {
  width: 100%;
}

#gallery .thumb span.cat {
  padding: 4px 8px;
  bottom: 8px;
  left: 8px;
}

#gallery .thumb a img {
  width: 100%;
}

#gallery .sec02.wrap {
  background: #ffffff;
}

#gallery .sec02 .inner_box {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 320px;
}

#gallery .sec02 h2 {
  background: #000000;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  width: 350px;
}

#gallery .sec02 h2 span {
  font-size: 16px;
}

#gallery .sec02 ul {
  width: calc(100% - 350px);
}

#gallery .sec02 ul li .text_box {
  width: 100%;
  height: 100px;
  background: #182987;
  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;
  padding: 0 20px;
}

#gallery .sec02 ul li .text_box p {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

#gallery .sec02 ul li .text_box p:first-child {
  font-size: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}

#gallery .sec02 ul li .text_box p:first-child code {
  font-family: din-2014, sans-serif;
  font-size: 16px;
  margin-top: 12px;
  letter-spacing: 1px;
}

#gallery .sec02 ul li .text_box p:last-child {
  font-size: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gallery .sec02 ul li .text_box p:last-child i {
  width: 20px;
  height: 20px;
  outline: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 16px;
  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;
  margin-left: 8px;
}

#gallery.type_arch .sec01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#gallery.type_arch .sec01 ul li {
  height: auto !important;
  float: none;
}

#gallery.single-gallery .wrap_in h2 {
  margin-bottom: 0;
}

#gallery.single-gallery .gallery_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#gallery.single-gallery .gallery_inner .thumb_wrap,
#gallery.single-gallery .gallery_inner .text_wrap {
  float: unset;
}

#gallery.single-gallery .text_wrap h3 {
  word-break: break-all;
}

#company .sec01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#company .sec01 dl dt {
  font-size: 12px;
  line-height: 1.3;
  padding-bottom: 0;
}

#company .sec01 dl dd {
  font-size: 22px;
  padding-left: 10px;
}

#company .sec02 tr th,
#company .sec02 tr td {
  font-size: 13px;
  padding: 25px 10px;
}

#company #map iframe {
  margin-bottom: 0;
  width: 100%;
}

.recruit_wrap {
  background: #ffffff;
  padding-bottom: 108px;
}

.recruit_wrap h2 {
  float: none !important;
  font-family: din-2014, sans-serif;
}

.recruit_wrap h2.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #182987;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  border-left: none;
  text-align: center;
}

.recruit_wrap h2.title span {
  color: #333333;
  font-size: 19px;
  margin-top: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  padding-top: 0;
}

.recruit_wrap p {
  margin-bottom: 60px;
  line-height: 1.7;
  text-align: left;
}

.recruit_wrap iframe {
  max-width: none;
  aspect-ratio: 1123/659;
}

#recruit #contents {
  padding-top: 57px;
}

#recruit .sec01 {
  padding-bottom: 60px;
}

#recruit table {
  margin-bottom: 100px;
}

#recruit table tr th,
#recruit table tr td {
  font-size: 13px;
}

#property-support .wp-block-group-is-layout-flex {
  border: 2px solid #182987;
  border-radius: 15px;
  overflow: hidden;
}

#property-support .wp-block-group-is-layout-flex h3 {
  width: 100%;
  background: #182987;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}

#property-support .wp-block-group-is-layout-flex p {
  padding-left: 22px;
  padding-right: 22px;
  width: 100%;
  text-align: left;
}

#property-support .wp-block-group-is-layout-flex .wp-block-columns {
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#property-support .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#property-support .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:first-of-type {
  width: 100%;
  min-height: 90x;
  max-width: 435px;
  background-color: #ff8200;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

#property-support .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:first-of-type p {
  padding: 0;
  text-align: center;
  font-weight: 300;
}

#property-support .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#property-support .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type p {
  font-weight: 300;
}

#property-support .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type a {
  font-family: din-2014, sans-serif;
  font-size: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 700;
}

#property-support .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type a:hover {
  text-decoration: none;
}

#property-support .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type a i {
  width: 70px;
  font-size: 55px;
  -webkit-transform: rotate(255deg);
          transform: rotate(255deg);
}

#property-support p {
  line-height: 1.75;
}

#property-support p strong {
  font-weight: bold;
}

#property-support p.text_large {
  margin-bottom: 40px;
  font-weight: bold;
}

#property-support p.text_large code {
  color: #182987;
}

#property-support p.text_bold {
  font-weight: bold;
}

#property-support p.indent_1 {
  padding-left: 16px;
}

#property-support .wp-block-image figure {
  max-width: 800px;
}

#property-support .app_outer {
  width: 100%;
  max-width: 960px;
  height: 108px;
  margin: 0 auto;
  gap: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#property-support .app_outer .wp-block-image {
  height: 108px;
}

#property-support .app_outer .wp-block-image figure {
  margin: 0;
  height: 108px;
}

#property-support .app_outer .wp-block-image a {
  height: 108px;
}

#property-support .app_outer .wp-block-image a img {
  width: 100%;
  max-height: 100%;
  height: 108px;
}

#property-support .pdf_outer {
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#property-support .pdf_outer figure {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

#property-support .pdf_outer figure a {
  width: 100%;
}

#property-support .pdf_outer figure a img {
  width: 100%;
}

#property-support .wp-block-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 24px;
  font-size: 19px;
}

#property-support .wp-block-button a::before {
  display: block;
  content: "";
  width: 34px;
  height: 25px;
  background: url("../images/icon-mail.svg");
  background-repeat: no-repeat;
  margin-right: 8px;
}

#property-support .info_wrap {
  padding: 30px;
  border: 1px solid #000000;
}

#property-support .info_wrap .wp-block-columns {
  gap: 0;
}

#property-support .info_wrap .wp-block-column h3 {
  font-weight: bold;
  text-align: left;
}

#property-support .info_wrap .wp-block-column a {
  font-size: 32px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#property-support .info_wrap .wp-block-column a i {
  margin-right: 8px;
  font-size: 24px;
  -webkit-transform: rotate(255deg);
          transform: rotate(255deg);
}

#property-support .info_wrap .wp-block-column:first-child {
  padding: 0;
}

#property-support .info_wrap .wp-block-column:first-child .wp-block-columns {
  gap: 0;
}

#property-support .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  padding: 0;
}

#property-support .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child {
  width: 245px;
}

#property-support .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
}

#property-support .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child p {
  text-align: left;
}

#property-support .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child p code {
  display: inline-block;
}

#property-support .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column p {
  padding-left: 18px;
  border-left: 1px solid #000000;
  font-weight: normal;
}

#property-support .info_wrap .wp-block-column:last-child {
  padding: 0 0 0 36px;
  border-left: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#property-support .info_wrap .wp-block-column:last-child p:last-child {
  font-weight: bold;
}

#contact .wrap h2 + p {
  font-size: 16px;
}

#contact .wrap .wpcf7 p {
  font-size: 14px;
}

#contact .wrap .wpcf7-list-item-label {
  color: #000000;
  font-weight: bold;
}

#contact .wrap .wpcf7 .place_box {
  color: #333333;
}

#contact .wrap .wpcf7 .place_box a {
  color: #182987;
  -webkit-text-decoration: underline 1px solid #182987;
          text-decoration: underline 1px solid #182987;
}

#contact .wrap .wpcf7 span[data-name=acceptance-900] .wpcf7-list-item {
  margin-left: 0;
}

#policy #contact_privacy .text_sec h3 {
  font-size: 22px;
  line-height: 1.4;
  color: #182987;
  margin-top: 50px;
  margin: 50px 0 1em;
  text-align: left;
}

#policy #contact_privacy .text_sec > p {
  margin-bottom: 0;
}

#policy #contact_privacy .text_sec ol {
  counter-reset: li;
  margin: 0 0 1em;
}

#policy #contact_privacy .text_sec ol li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.5em;
}

#policy #contact_privacy .text_sec ol li::before {
  counter-increment: li;
  content: counter(li) ".";
  color: #182987;
  position: absolute;
  left: 0;
}

#policy #contact_privacy .text_sec > ol,
#policy #contact_privacy .text_sec > ul {
  font-size: 1.2em;
  margin-top: 24px;
}

#policy #contact_privacy .text_sec > ol li,
#policy #contact_privacy .text_sec > ul li {
  color: #333333;
  text-align: left;
}

#policy #contact_privacy .text_sec > ol li + li,
#policy #contact_privacy .text_sec > ul li + li {
  margin: 0.5em 0 0;
}

#policy #contact_privacy .text_sec > ol li ol,
#policy #contact_privacy .text_sec > ol li ul,
#policy #contact_privacy .text_sec > ul li ol,
#policy #contact_privacy .text_sec > ul li ul {
  margin-top: 0.5em;
}

#news #contents,
.archive #contents {
  padding-top: 70px;
}

#news #contents .date,
.archive #contents .date {
  font-family: din-2014, sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  html,
  body {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  html {
    overflow-x: hidden;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
}
#header_wrap_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  #pc_header_wrap {
    display: none;
  }
  header {
    border-top: 0;
    padding-bottom: 0;
  }
  header .contact_block {
    display: none;
  }
  #header_wrap_sp {
    display: block;
    border: 0px;
    padding: 0px;
  }
  #header_wrap_sp .wrap_out {
    width: 100%;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header_wrap_sp .wrap_out p.logo {
    display: block;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: calc(100vw - 60px - 217px);
  }
  #header_wrap_sp .wrap_out p.logo a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #header_wrap_sp .wrap_out p.logo a img {
    height: 30px;
  }
  #header_wrap_sp .wrap_out nav {
    width: 100%;
  }
  #header_wrap_sp .wrap_out nav ul {
    width: 100%;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  #header_wrap_sp .wrap_out nav ul li {
    width: 154px;
  }
  #header_wrap_sp .wrap_out nav ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  html.active {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .btn_hamburger {
    display: block;
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    background-color: #182987;
    position: relative;
  }
  .btn_hamburger span {
    display: block;
    width: 24px;
    height: 3px;
    background: #ffffff;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .btn_hamburger span:first-of-type {
    top: 20px;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 28px;
    opacity: 1;
  }
  .btn_hamburger span:last-of-type {
    top: 36px;
  }
  .btn_hamburger.active {
    background-color: #182987;
    opacity: 1;
  }
  .btn_hamburger.active span {
    display: block;
    width: 24px;
    height: 3px;
    background: #ffffff;
    -webkit-transform-origin: center;
            transform-origin: center;
    top: 30px;
    background-color: #ffffff;
  }
  .btn_hamburger.active span:first-of-type {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .btn_hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn_hamburger.active span:last-of-type {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 960px) {
  .menu_hamburger {
    overflow-y: auto;
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    height: calc(100dvh - 60px);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1000;
  }
  .menu_hamburger.active {
    right: 0;
  }
  .menu_hamburger ul {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu_hamburger ul li {
    width: 100%;
    padding: 20px 20px;
    background-color: #182987;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    text-align: left;
  }
  .menu_hamburger ul li a {
    border: 0;
    color: #ffffff;
  }
  .menu_hamburger ul li:last-child > p {
    display: block;
    text-align: center;
    background-color: #ffffff;
    color: #182987;
    padding: 8px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
  }
  .menu_hamburger ul li:last-child > p::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
  }
  .menu_hamburger ul li.close p {
    font-weight: 300;
  }
  .menu_hamburger ul li.close.active p {
    opacity: 0.6;
  }
  .menu_hamburger ul li.active > p a, .menu_hamburger ul li.active > p i {
    opacity: 0.6 !important;
  }
}
@media screen and (max-width: 960px) {
  .menu-item-has-children p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .menu-item-has-children p a {
    display: block;
  }
  .menu-item-has-children p .fa-chevron-down {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: calc((100% - 1em) / 2);
    line-height: 1;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    position: absolute;
  }
  .menu-item-has-children .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .menu-item-has-children.active {
    background-color: #264bc0;
  }
  .menu-item-has-children.active li {
    background-color: #264bc0;
  }
  .menu-item-has-children.active .fa-chevron-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu-item-has-children.active .sub-menu {
    display: block;
  }
  .menu-item-has-children.active .sub-menu li {
    padding: 10px 0 0 8px;
    border: 0;
  }
  .menu-item-has-children.active .sub-menu li a .fas {
    padding-right: 7px;
  }
  .menu-item-has-children.active .sub-menu li a::after {
    content: "";
  }
}
.footer_top_sp {
  display: none;
}

.company_info_sp {
  display: none;
}

@media screen and (max-width: 1320px) {
  footer.wrap .wrap_in {
    max-width: unset;
  }
  .footer_top .contact_block {
    max-width: unset;
  }
}
@media only screen and (max-width: 1180px) {
  .footer_top .contact_block_inner .inner_text {
    font-size: clamp(0.9375rem, 0.1147rem + 1.3699vw, 1.125rem) !important;
  }
}
@media only screen and (max-width: 1027px) {
  .footer_top .contact_block_inner .inner_link {
    gap: 10px;
  }
  .footer_top .contact_block_inner .inner_link code {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .copy_right {
    font-size: 12px;
    font-family: din-2014, sans-serif;
  }
}
@media screen and (max-width: 960px) {
  .footer_top {
    display: none;
  }
  .company_info {
    display: none;
  }
  #page_footer {
    display: none;
  }
  footer .contents_nav {
    display: none;
  }
  .contents_nav {
    display: none;
  }
  .footer_top_sp {
    display: block;
    background: #3b3736;
    padding: 0;
    left: 0; /* または center配置の場合は left: 50%; transform: translateX(-50%); */
    width: 100%; /* フルワイドボタンの場合 */
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
  }
  .footer_top_sp .contact_block {
    display: block;
    padding: 0;
    gap: 20px;
  }
  .footer_top_sp .contact_block .contact_block_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #eeeeee;
  }
  .footer_top_sp .contact_block .contact_block_inner .title_text {
    text-align: center;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #182987;
    font-weight: bold;
    border-bottom: 1px solid #182987;
    margin: 0 14px;
    padding-top: 14px;
    padding-bottom: 7px;
    background: none;
  }
  .footer_top_sp .contact_block .contact_block_inner .inner_text {
    font-size: 13px !important;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    line-height: 1.2 !important;
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 8px;
    padding-bottom: 11px;
    background: none;
  }
  .footer_top_sp .title_text {
    padding: unset;
    line-height: inherit;
  }
  .footer_top_sp .title_text + p {
    text-align: unset;
    letter-spacing: 0;
  }
  .contact2_block_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    vertical-align: middle;
  }
  .contact2_block_inner .mail_text,
  .contact2_block_inner .telephone_text {
    width: 50%;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    padding: 14px;
    font-size: 12px;
  }
  .contact2_block_inner .mail_text span,
  .contact2_block_inner .telephone_text span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.24px;
    line-height: 1.28;
  }
  .contact2_block_inner .mail_text span br,
  .contact2_block_inner .telephone_text span br {
    display: none;
  }
  .contact2_block_inner .mail_text span strong,
  .contact2_block_inner .telephone_text span strong {
    font-size: 14px;
    letter-spacing: 0.28px;
    font-weight: normal !important;
  }
  .contact2_block_inner .mail_text a,
  .contact2_block_inner .telephone_text a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8.5px;
  }
  .contact2_block_inner .mail_text img,
  .contact2_block_inner .telephone_text img {
    width: 26px;
  }
  .contact2_block_inner .mail_text {
    background-color: #182987;
  }
  .contact2_block_inner .mail_text img {
    display: inline-block;
    height: 30px;
    width: 35px;
    vertical-align: middle;
  }
  .contact2_block_inner .telephone_text {
    background-color: #0071bc;
  }
  .contact2_block_inner .telephone_text i {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    width: 25px;
    vertical-align: middle;
  }
  .support_block {
    width: 100%;
    background: #ff8200;
    padding: 14px 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    text-align: left;
    vertical-align: middle;
  }
  .support_block a {
    display: block;
    width: 80%;
    height: 100%;
    font-size: 14px;
    color: #ffffff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .support_block a img {
    float: left;
    width: 36px;
  }
  .support_block a p {
    padding-left: 50px;
    font-size: 13px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    letter-spacing: 0.78px;
    line-height: 1.3 !important;
  }
  .support_block a code {
    display: inline;
    font-size: 15px;
    padding-bottom: 8px;
    letter-spacing: 0.9px;
  }
  .support_block a code::after {
    display: block;
    content: "\a";
  }
  .support_block .left_img {
    display: none;
  }
  .support_block::after {
    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;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ff8200;
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .officehour_block {
    padding: 8px;
    background-color: #eeeeee;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 12px;
  }
  footer .wrap_in {
    display: block;
    padding: 0;
  }
  footer .wrap_in .bnr_sec {
    margin: 0 auto;
  }
  footer .company_info_sp {
    display: block;
    padding: 0px 30px 16px;
    text-align: left;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 12px;
    line-height: 1.8;
  }
  footer .company_info_sp figure a {
    display: block;
    width: 139px;
    margin: 0 auto;
  }
  footer .company_info_sp img {
    padding: 2px;
  }
  footer .company_info_sp p {
    padding: 20px 0px 0px;
  }
  footer .company_info_sp p code {
    display: block;
    font-size: 12px;
    letter-spacing: 0.48px;
  }
  footer .company_info_sp p code:last-of-type {
    padding-bottom: 0;
  }
  footer .company_info_sp #to_top {
    display: none;
  }
  .bnr_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    padding: 0 30px;
  }
  .bnr_sec p {
    display: block;
    float: none;
  }
  .title_text + p.inner_text {
    padding-top: 8px !important;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 600px) {
  .contact2_block_inner .telephone_text span br,
  .contact2_block_inner .mail_text span br {
    display: block;
  }
  .support_block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12.5px;
    width: 100%;
    padding-right: 35px;
  }
  .support_block a img {
    clear: both;
  }
  .support_block a p {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .page .asset_nav ul li .text_box p {
    font-size: clamp(1rem, -0.0463rem + 2.7855vw, 1.625rem);
  }
  .page .asset_01 .sec01 p {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .page .intro {
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 781px) {
  .page .sec01 .text_sec,
  .page .sec02 .text_sec {
    margin-left: 0;
    width: 100%;
  }
  .page .sec01 dl,
  .page .sec02 dl {
    margin-left: 0;
    width: 100%;
    max-width: 473px;
  }
}
@media screen and (max-width: 600px) {
  .page h2 {
    padding-left: 15px;
  }
  .page .title_sec {
    height: 390px;
  }
  .page .title_sec .bg_sec {
    height: 390px;
    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;
    overflow: hidden;
  }
  .page .title_sec .bg_sec h1 {
    padding-top: 0;
    font-size: 23px;
  }
  .page .title_sec .bg_sec h1 code {
    font-size: 20px;
    margin-top: 9px;
  }
  .page .title_sec .backstretch {
    height: 380px !important;
  }
  .page .sec01 .text_sec {
    padding-bottom: 260px;
  }
  .page .sec02 .text_sec {
    background-size: contain;
    background-position: bottom center;
    padding-bottom: 220px;
  }
  .page #contents {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .page #contents h2 {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .page #contents h2 code {
    font-size: 14px;
  }
  .page #contents h3.text_title {
    font-size: 15px;
  }
  .page #contents .wrap_in p {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home #contents {
    overflow: hidden;
  }
  .home video {
    position: relative;
    width: auto;
    max-width: unset;
    height: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .home #contents.wrap {
    margin: 0px;
    padding-bottom: 0px;
  }
  .home #contents.wrap .wrap_in {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 1320px) {
  .home .wrap_in {
    max-width: 1120px;
  }
}
@media screen and (max-width: 781px) {
  .home main .news_sec #news_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home main .news_sec #news_block .title {
    padding: 0;
    display: block;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #182987;
    position: relative;
    padding-top: 65px;
    margin-bottom: 50px !important;
  }
  .home main .news_sec #news_block .title span {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    display: block;
  }
  .home main .news_sec #news_block .title span::before {
    display: none;
  }
  .home main .news_sec #news_block .title::before {
    width: 50px;
    height: 65px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home main .news_sec #news_block .bnr {
    position: unset;
    margin: 50px auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .home main .about_sec .slider_wrap {
    height: 180px;
    overflow: hidden;
    height: 180px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home main .about_sec .slider_wrap div,
  .home main .about_sec .slider_wrap figure {
    height: 100%;
  }
  .home main .about_sec .slider_wrap img {
    height: 100%;
    width: auto !important;
    max-width: 100%;
    display: block;
  }
  .home main .about_sec .slider_wrap .wp-block-gallery {
    min-width: 736px;
    gap: 12px;
    padding-right: 12px;
  }
  .home main .about_sec .slider_wrap .wp-block-gallery figure:first-child {
    height: 123px;
  }
  .home main .about_sec .slider_wrap .wp-block-gallery figure:nth-child(2) {
    height: 97px;
  }
  .home main .about_sec .slider_wrap .wp-block-gallery figure:nth-child(3) {
    height: 85px;
  }
  .home main .about_sec .slider_wrap .wp-block-gallery figure:nth-child(4) {
    height: 136px;
  }
  .home main .about_sec .slider_wrap .wp-block-gallery figure:nth-child(5) {
    height: 101px;
  }
  .home main .about_sec .text {
    text-align: center;
  }
  .home main .about_sec .text h2.title.wrap_in {
    padding: 0 !important;
  }
  .home main .about_sec .text h2.title {
    display: block;
    text-align: center;
    font-family: din-2014, sans-serif;
    padding: 0px;
  }
  .home main .about_sec .text h2.title span {
    border: 0;
    padding: 0px !important;
    margin-left: 0px !important;
    width: 100% !important;
    text-align: center !important;
  }
  .home main .about_sec .text h2.title span::before {
    display: block;
    content: "\a";
    width: 40px;
    border-top: 1px solid #182987;
    margin: 8px auto 10px;
  }
  .home main .about_sec .text h2.title span strong::before {
    display: block;
    content: "\a";
  }
  .home main .about_sec .text p.wrap_in {
    padding: 0px !important;
  }
  .home main .about_sec .text p span {
    font-family: hiragino-kaku-gothic-pron, sans-serif !important;
    padding-left: 20px !important;
    padding-right: 20px;
    width: 100% !important;
    border: 0;
    letter-spacing: 0.78px;
  }
  .home main .about_sec .text p span br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home #contents.wrap .title {
    letter-spacing: 0.42px;
  }
  .home #contents.wrap .title span {
    letter-spacing: 0.9px;
  }
  .home #contents.wrap .news_sec #news_block .title {
    font-size: 21px;
    padding-top: 33px;
    margin: 0 auto 16.5px !important;
  }
  .home #contents.wrap .news_sec #news_block .title span {
    font-size: 15px;
  }
  .home #contents.wrap .news_sec #news_block .title::before {
    width: 23px;
    height: 30px;
    top: 0;
    left: calc((100% - 23px) / 2);
    -webkit-transform: unset;
            transform: unset;
  }
  .home #contents.wrap .news_sec #news_block .bnr {
    margin: 20px auto 0;
  }
  .home #contents.wrap .news_sec ul {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 217px;
  }
  .home #contents.wrap .news_sec ul li {
    padding: 16px 0;
    min-height: auto;
  }
  .home #contents.wrap .news_sec ul li p {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .home #contents.wrap .news_sec ul li h3 {
    font-size: 13px;
  }
  .home #contents.wrap .news_sec ul li a {
    padding: 0 43px 0 0;
  }
  .home #contents.wrap .news_sec ul li a::after {
    width: 25px;
    height: 25px;
    font-size: 10px;
    right: 0;
  }
  .home #contents.wrap .news_sec ul li.new {
    padding-top: 41px;
  }
  .home #contents.wrap .news_sec ul li.new::before {
    width: 54.37px;
    height: 22.68px;
    font-size: 14px;
    letter-spacing: 0.56px;
    top: 10px;
    left: 0;
  }
  .home #contents.wrap .about_sec .text {
    font-size: 15px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home #contents.wrap .about_sec .text h2.title {
    font-size: 21px;
  }
  .home #contents.wrap .about_sec .text h2.title span {
    font-weight: normal !important;
    font-size: 13px !important;
  }
  .home #contents.wrap .about_sec .text h2.title span strong {
    font-size: 15px;
  }
  .home #contents.wrap .about_sec .text p span {
    font-size: 13px !important;
    font-weight: 300 !important;
    letter-spacing: 0.78px;
  }
  .home #contents.wrap .about_sec .text p span strong {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
  }
  .home #contents.wrap .about_sec .text p span br {
    display: none;
  }
  .home #contents.wrap .about_sec .text:last-of-type {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .home #contents.wrap .recruit_sec {
    background: #ffffff;
    padding: 0px 20px;
  }
  .home #contents.wrap .recruit_sec .wrap_in {
    padding: 24px 0 30px;
  }
  .home #contents.wrap .recruit_sec .wrap_in > p {
    font-size: 13px;
    letter-spacing: 0.78px;
  }
  .home #contents.wrap .recruit_sec .wrap_in > p .recruit_sec_sp_br {
    display: block;
    height: 1.7em;
  }
  .home #contents.wrap .recruit_sec .title {
    margin-bottom: 25px;
    font-family: din-2014, sans-serif;
    font-size: 21px;
    font-weight: 700;
  }
  .home #contents.wrap .recruit_sec .title span {
    font-size: 15px;
  }
  .home #contents.wrap .recruit_sec span {
    color: #000000;
    font-size: 12px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  .home #contents.wrap .recruit_sec span::before {
    display: block;
    content: "\a";
  }
  .home #contents.wrap .recruit_sec p {
    margin-bottom: 30px;
  }
  .home #contents.wrap .recruit_sec iframe {
    margin-bottom: 30px;
  }
  .home #contents.wrap .recruit_sec .btn_block a {
    font-size: 15px;
    letter-spacing: 0.9px;
    width: 200px;
    min-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .home #contents.wrap #home_nav {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .home #contents.wrap #home_nav ul.h_nav01 {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li a figure {
    height: 139px;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li a figure img {
    aspect-ratio: 350/139;
    width: 100%;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li .list_inner {
    display: block;
    padding: 14px 10px 16px;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li .list_inner p {
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    display: block;
    text-align: center;
    padding: 0;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li .list_inner p:last-child::before {
    width: 0;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li .list_inner p code {
    display: inline;
    font-family: din-2014, sans-serif;
    font-size: 14px;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li .list_inner p code::before {
    content: " | ";
  }
  .home #contents.wrap #home_nav ul.h_nav01 li .list_inner p:last-child {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    padding-top: 9px;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li .list_inner p:last-child br {
    display: none;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li .list_inner p:last-child br.break_sp {
    display: block;
  }
  .home #contents.wrap #home_nav ul.h_nav01 li:last-child a figure img {
    -o-object-position: center center;
       object-position: center center;
  }
  .home #contents.wrap #home_nav ul.h_nav02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home #contents.wrap #home_nav ul.h_nav02 li {
    width: calc((100% - 15px) / 2);
  }
  .home #contents.wrap #home_nav ul.h_nav02 li.nav02 {
    gap: 0px;
  }
  .home #contents.wrap #home_nav ul.h_nav02 li.nav02 a {
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  .home #contents.wrap #home_nav ul.h_nav02 li.nav02 a code {
    font-family: din-2014, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-top: 6px;
  }
  .home #contents.wrap #home_nav ul.h_nav02 li.nav02 figure {
    height: 40px;
  }
  .home #contents.wrap #home_nav ul.h_nav02 li.nav02:first-child figure {
    max-width: 29px;
  }
  .home #contents.wrap #home_nav ul.h_nav02 li.nav02:nth-child(2) figure {
    max-width: 29px;
  }
  .home #contents.wrap #home_nav ul.h_nav02 li.nav02:nth-child(3) figure {
    max-width: 37px;
  }
  .home #contents.wrap #home_nav ul.h_nav02 li.nav02:last-child figure {
    max-width: 39px;
  }
}
#strength main .sp_strength_br {
  display: none;
}

#strength main .sp-figure {
  display: none;
}

#strength main .sp-sec01 {
  display: none;
}

@media screen and (max-width: 600px) {
  #strength main .pc-figure {
    display: none;
  }
  #strength main .sp-figure {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  #strength main .title_sec h1 {
    padding-top: 46px;
    line-height: 1.3;
    width: 460px;
  }
  #strength main .title_sec h1 span {
    top: 132px;
    right: 80px;
  }
}
@media screen and (max-width: 600px) {
  #strength main .title_sec {
    width: 100%;
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0;
    background-color: #000000;
    position: relative;
    z-index: 0;
  }
  #strength main .title_sec .wrap {
    padding-bottom: 0;
  }
  #strength main .title_sec .bg_sec {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: block;
  }
  #strength main .title_sec h1 {
    padding: 50px 45px;
    font-size: clamp(1.5625rem, -0.5208rem + 8.8889vw, 2.8125rem);
    width: 100%;
    font-family: "Goudy Old Style";
    position: relative;
    z-index: 99;
  }
  #strength main .title_sec h1 span {
    font-size: 10px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    position: absolute;
    top: 28px;
    right: clamp(3.5rem, -1.2917rem + 20.4444vw, 6.375rem);
  }
}
@media screen and (max-width: 960px) {
  #strength main .sec01 .text_sec {
    width: 70%;
  }
  #strength main .sec02 .type_box {
    width: 94%;
    padding-left: 0;
    padding-right: 0;
  }
  #strength main .sec02 .pc-figure {
    width: 94%;
    margin: 0 auto;
  }
  #strength main .sec03 .wrap,
  #strength main .sec04 .wrap {
    gap: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #strength main .sec03 .wrap .text_sec,
  #strength main .sec04 .wrap .text_sec {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 25px;
    margin-top: 0;
    color: #ffffff;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
  }
  #strength main .sec03 .wrap .text_sec .title_text,
  #strength main .sec04 .wrap .text_sec .title_text {
    text-align: center;
    font-size: 15px;
  }
  #strength main .sec03 .wrap .text_sec p,
  #strength main .sec04 .wrap .text_sec p {
    font-size: 13px;
  }
  #strength main .sec03 .wrap .img_box,
  #strength main .sec04 .wrap .img_box {
    width: 100%;
    height: 260px;
  }
  #strength main .sec03 .wrap .img_box img,
  #strength main .sec04 .wrap .img_box img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #strength main #contents .sec01 .wrap {
    height: 390px;
    padding: 0;
    overflow: hidden;
  }
  #strength main .sec01 {
    padding: 0px;
    background: none;
    z-index: -1;
    overflow: hidden;
  }
  #strength main .sec01 .title_sec {
    height: 390px;
  }
  #strength main .sec01 .text_sec {
    padding-bottom: 0;
  }
  #strength main .sec01 .wrap_in {
    padding: 0;
  }
  #strength main .sec01 .wrap_in .text_sec {
    color: #000000;
    background-color: #ffffff;
    float: none;
    width: 100%;
  }
  #strength main .sec01 .wrap_in .text_sec .title_text {
    padding: 40px 20px 0;
    text-align: center;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
    letter-spacing: 0.9px;
  }
  #strength main .sec01 .wrap_in .text_sec .title_text br {
    display: none;
  }
  #strength main .sec01 .wrap_in .text_sec .title_text br.sp_strength_br {
    display: block;
  }
  #strength main .sec01 .wrap_in .text_sec p {
    padding: 30px 0 20px;
    font-size: 13px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    margin: 0 20px;
  }
  #strength main .sec01 .wrap_in .text_sec p span {
    display: block;
  }
  #strength main .sec01 .wrap_in .text_sec p span br {
    display: none;
  }
  #strength main .sec01 .wrap_in .text_sec p span + span {
    margin-top: 2em;
  }
  #strength main .sec01 .backstretch {
    max-height: 390px !important;
  }
  #strength main .sec01 .backstretch img {
    aspect-ratio: 1;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #strength main .sp-sec01 {
    display: block;
    padding: 20px;
  }
  #strength main .sp-sec01 .wrap_in {
    padding: 0;
  }
  #strength main .sp-sec01 .wrap_in .text_sec {
    color: #000000;
    background-color: #ffffff;
    float: none;
    width: 100%;
  }
  #strength main .sp-sec01 .wrap_in .text_sec .title_text {
    padding: 20px;
    text-align: center;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
  }
  #strength main .sp-sec01 .wrap_in .text_sec p {
    padding: 20px;
    font-size: 13px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  #strength main .sec02 {
    padding-bottom: 30px;
  }
  #strength main .sec02 .type_box {
    width: 100%;
    height: auto;
    padding: 19px 20px;
    margin-bottom: 30px;
  }
  #strength main .sec02 .type_box h2 {
    font-family: din-2014, sans-serif;
    font-size: 21px;
  }
  #strength main .sec02 .type_box h2 code {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 13px;
  }
  #strength main .sec02 .type_box p {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 13px;
    padding-top: 8px;
  }
  #strength main .sec02 figure {
    padding: 20px;
  }
  #strength main .sec02 .pic {
    padding: 0;
  }
  #strength main .sec03 .text_sec .title_text,
  #strength main .sec04 .text_sec .title_text {
    padding: 7px 0 30px;
    letter-spacing: 0.9px;
    word-break: keep-all;
  }
  #strength main .sec03 .text_sec p,
  #strength main .sec04 .text_sec p {
    padding: 28px 0 0;
    letter-spacing: 0.78px;
  }
  #strength main .sec03 .text_sec p br,
  #strength main .sec04 .text_sec p br {
    display: none;
  }
  #strength main .sec03 .text_sec p span,
  #strength main .sec04 .text_sec p span {
    display: block;
  }
  #strength main .sec03 .text_sec p span + span,
  #strength main .sec04 .text_sec p span + span {
    margin-top: 2em;
  }
  #strength main .sec05 {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
  #strength main .sec05 .type_box {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    margin-bottom: 0;
    text-align: center;
  }
  #strength main .sec05 .type_box h2 {
    font-family: din-2014, sans-serif;
    font-size: 21px;
  }
  #strength main .sec05 .type_box h2 code {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 13px;
  }
  #strength main .sec05 .type_box p {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 13px;
    letter-spacing: 0.78px;
    padding-top: 8px;
  }
  #strength main .sec05 .ul {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  #strength main .sec05 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px;
  }
  #strength main .sec05 ul li {
    width: 50%;
    max-width: 270px;
    margin: 0;
  }
}
@media screen and (max-width: 1140px) {
  #strength main .sec05 ul {
    width: 560px;
  }
}
@media screen and (max-width: 781px) {
  #strength main .sec05 ul {
    margin-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(100dvw - 40px);
    gap: 10px;
  }
  #strength main .sec05 ul li {
    width: 100%;
    max-width: 100%;
    height: 173px;
  }
  #strength main .sec05 ul li h3 {
    padding: 25px 10px 0 50%;
    border-radius: 0;
    aspect-ratio: unset;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 15px;
    letter-spacing: 0.9px;
    line-height: 1.3;
  }
  #strength main .sec05 ul li h3::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    height: 100%;
    width: 70%;
    top: 0;
    left: 30%;
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  #strength main .sec05 ul li h3::after {
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
  }
  #strength main .sec05 ul li h3 code {
    letter-spacing: 0.56px;
  }
  #strength main .sec05 ul li.num01 h3::after {
    background-size: 180%;
    background-position: 100% 100%;
  }
  #strength main .sec05 ul li.num02 h3::after {
    background-size: auto 130%;
    background-position: 100% 50%;
  }
  #strength main .sec05 ul li.num03 h3::after {
    background-size: auto 130%;
    background-position: 70% 50%;
  }
  #strength main .sec05 ul li.num04 h3::after {
    background-position: 50% 50%;
  }
  #strength main .sec05 ul li p {
    font-size: 13px;
    background-color: transparent;
    margin-top: 0;
    aspect-ratio: unset;
    border-radius: 0;
    padding: 0;
    width: calc(50% - 10px);
    position: absolute;
    left: 50%;
    top: 70px;
    z-index: 1;
    line-height: 1.54;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 600px) {
  #strength main .sec05 {
    padding-bottom: 30px;
  }
  #strength main .sec05 ul {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #asset main #contents h2,
  #owner main #contents h2 {
    margin-bottom: 0;
  }
  #asset main #contents .asset_nav,
  #owner main #contents .asset_nav {
    padding: 0 20px 20px;
  }
  #asset main #contents .asset_nav ul,
  #owner main #contents .asset_nav ul {
    display: block;
  }
  #asset main #contents .asset_nav ul li,
  #owner main #contents .asset_nav ul li {
    width: 100%;
    margin: 0;
  }
  #asset main #contents .asset_nav ul li a,
  #owner main #contents .asset_nav ul li a {
    padding: 0;
  }
  #asset main #contents .asset_nav ul li a .text_box,
  #owner main #contents .asset_nav ul li a .text_box {
    height: 75px;
  }
  #asset main #contents .asset_nav p,
  #owner main #contents .asset_nav p {
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  #asset main #contents .asset_nav p code,
  #owner main #contents .asset_nav p code {
    font-size: 14px;
    font-family: din-2014, sans-serif;
  }
  #asset main .intro,
  #owner main .intro {
    padding: 0 20px 30px;
    margin: 0;
  }
  #asset main .intro h2,
  #owner main .intro h2 {
    border-left: 2px solid #182987;
    margin: 0;
    padding: 6px 15px;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  #asset main .intro h2 code,
  #owner main .intro h2 code {
    font-size: 14px;
    font-family: din-2014, sans-serif;
  }
  #asset main .intro p.text,
  #owner main .intro p.text {
    font-size: 13px;
    padding: 20px 15px 0 15px;
    border: 0;
  }
  #asset main .intro p.text br,
  #owner main .intro p.text br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #asset main .sec01 {
    float: none;
    width: 100%;
    padding: 150px 0 0 0;
    margin-bottom: 0;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
    background-size: contain;
    background-position: 0 -18%;
  }
  #asset main .sec01 .wrap_in {
    width: 100%;
    padding: 0;
  }
  #asset main .sec01 .wrap_in .text_sec {
    float: none;
    width: 100%;
    padding: 20px;
  }
  #asset main .sec01 .wrap_in .title_text {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    background-size: 3px;
  }
  #asset main .sec01 .wrap_in h3 {
    padding-left: 0;
    font-size: 15px;
  }
  #asset main .sec01 .wrap_in p {
    width: 100%;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  #asset main .sec01 .wrap_in p:last-child {
    margin-bottom: 0;
  }
  #asset main .contact_sec {
    display: none;
  }
  #asset main .sec02 {
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    background: none;
  }
  #asset main .sec02 .bg_sec {
    height: 130px;
  }
  #asset main .sec02 .type_box {
    position: absolute;
    height: 130px;
    width: 50%;
    min-width: 210px;
    top: 100px;
    right: 0;
    padding: 5px;
  }
  #asset main .sec02 .type_box h2 {
    padding: 20px 0;
    font-size: 21px;
    font-family: din-2014, sans-serif;
  }
  #asset main .sec02 .type_box h2 code {
    font-size: 13px;
    font-weight: 300;
  }
  #asset main .sec02 .wrap_in {
    padding: 30px;
  }
  #asset main .sec02 .wrap_in ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #asset main .sec02 .wrap_in ul li {
    padding: 0;
  }
  #asset main .sec02 .wrap_in ul li h3 {
    font-size: 15px;
    font-weight: normal;
  }
  #asset main .sec02 .wrap_in ul li h3 code {
    font-weight: bold;
    font-family: din-2014, sans-serif;
  }
  #asset main .sec02 .wrap_in ul li h3 code span {
    font-size: 20px;
  }
  #asset main .sec02 .wrap_in ul li p {
    font-size: 13px;
  }
  #asset main .sec02 .wrap_in ul li:last-child p {
    margin: 0;
  }
  #asset main .sec02 .text_sec {
    float: none;
    width: 100%;
    padding: 20px;
  }
  #asset main .sec02 .title_text {
    width: 100%;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
  }
}
@media screen and (max-width: 600px) {
  #owner main .asset_02 .sec01 .bnr a {
    font-size: 15px;
    letter-spacing: 0.9px;
    width: 200px;
    min-height: 50px;
  }
  #owner main .asset_02 .sec01 ul {
    margin-bottom: 16px;
  }
  #owner main .asset_02 .sec01 li {
    padding: 20px 0;
  }
  #owner main .asset_02 .sec01 li .thumb {
    width: 100%;
    margin-bottom: 30px;
  }
  #owner main .asset_02 .sec01 li .thumb img {
    width: 100%;
  }
  #owner main .asset_02 .sec01 li .in_sec01 {
    margin: 0 auto;
    float: none;
    clear: both;
    width: 100%;
    max-width: 590px;
  }
  #owner main .asset_02 .sec01 li .in_sec02 {
    float: none;
    clear: both;
    margin: 30px auto 0;
    text-align: center;
    padding-top: 30px;
    width: 200px;
  }
  #owner main .asset_02 .sec01 .in_sec03 {
    width: 100%;
  }
  #owner main .asset_02 .sec01 .in_sec03 img {
    max-width: 100%;
    height: auto;
  }
  #owner main .asset_02 .sec01 .in_sec03 .owner_title_sec {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  #gallery main .sec01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  #gallery main .sec01 ul li {
    width: 100%;
  }
  #gallery main .sec02 .inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gallery main .sec02 h2 {
    width: 100%;
    height: 125px;
  }
  #gallery main .sec02 ul {
    width: 100%;
  }
  #gallery main .sec02 ul li .text_box {
    width: 100%;
  }
  #gallery main .sec02 li {
    width: 100%;
  }
  #gallery main .sec02 li a img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #gallery main #contents .wrap_out,
  #gallery main #contents .wrap_in {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #gallery main #contents .intro {
    margin: 0 auto 30px;
    padding-bottom: 0;
  }
  #gallery main #contents .intro .text {
    padding: 0;
    border: 0;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 13px;
  }
  #gallery main #contents .sec01 {
    float: none;
    width: 100%;
    padding: 0;
  }
  #gallery main #contents .sec01 .wrap_in {
    width: 100%;
    padding: 0 20px;
  }
  #gallery main #contents .sec01 .wrap_in .title_center {
    width: 100%;
    padding: 5px 15px;
    margin: 0;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    text-align: left;
    border-left: 2px solid #182987;
  }
  #gallery main #contents .sec01 .wrap_in .title_center span {
    font-size: 14px;
    font-family: din-2014, sans-serif;
    text-align: left;
  }
  #gallery main #contents .sec01 .wrap_in .new {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #gallery main #contents .sec01 .wrap_in .new .cat {
    font-size: 15px;
  }
  #gallery main #contents .sec01 .wrap_in .new .caption h3 {
    vertical-align: middle;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  #gallery main #contents .sec01 .wrap_in .new .caption p {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #gallery main #contents .sec01 .wrap_in ul {
    width: 100%;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #gallery main #contents .sec01 .wrap_in ul li {
    width: 100%;
    display: block;
  }
  #gallery main #contents .sec01 .wrap_in ul li h3 {
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  #gallery main #contents .sec01 .wrap_in ul li p {
    font-size: 14px;
  }
  #gallery main #contents .sec01 .wrap_in ul li p .cat {
    font-size: 15px;
  }
  #gallery main #contents .sec01 .wrap_in ul li:last-child p {
    padding-bottom: 0;
  }
  #gallery main #contents .sec02 {
    padding: 0;
    margin: 30px auto;
  }
  #gallery main #contents .sec02 .wrap_in {
    padding: 0;
  }
  #gallery main #contents .sec02 .wrap_in .inner_box {
    display: block;
  }
  #gallery main #contents .sec02 .wrap_in .inner_box .title_center {
    width: 100%;
    height: 74px;
    margin-bottom: 0;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  #gallery main #contents .sec02 .wrap_in .inner_box .title_center span {
    font-size: 14px;
    font-family: din-2014, sans-serif;
  }
  #gallery main #contents .sec02 .wrap_in ul {
    width: 100%;
  }
  #gallery main #contents .sec02 .wrap_in ul .text_box {
    height: 74px;
  }
  #gallery main #contents .sec02 .wrap_in ul .text_box p {
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    line-height: 1.3;
  }
  #gallery main #contents .sec02 .wrap_in ul .text_box p code {
    font-size: 14px;
    font-family: din-2014, sans-serif;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  #gallery.single main #contents .wrap_out {
    margin-bottom: 24px;
  }
  #gallery.single main #contents .wrap_in {
    padding: 0;
    margin-bottom: 30px;
  }
  #gallery.single main #contents .wrap_in .thumb_wrap,
  #gallery.single main #contents .wrap_in .text_wrap {
    width: 100%;
    float: none;
    clear: both;
  }
  #gallery.single main #contents .wrap_in .thumb_wrap {
    margin-bottom: 30px;
  }
  #gallery.single main #contents .wrap_in .text_wrap .info {
    margin-bottom: 0;
  }
  #gallery.single main #contents .wrap_in .text_wrap .back_link {
    padding-top: 30px;
  }
}
#gallery.type_arch main #contents .sec01 .wrap_in ul li {
  margin: 0 auto 30px;
}

#gallery.type_arch main #contents .sec01 .wrap_in ul li p {
  padding: 0;
}

#gallery.type_arch main #contents .sec01 .wrap_in ul li p.thumb {
  margin: 0 0 10px;
}

#gallery.type_arch main #contents .sec01 .wrap_in .pagination {
  margin: 0 auto;
}

#gallery.type_arch main #contents .sec01 .wrap_in.pagination {
  padding: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 781px) {
  #gallery.single-gallery .gallery_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #gallery.single-gallery .gallery_inner .thumb_wrap,
  #gallery.single-gallery .gallery_inner .text_wrap {
    width: 100%;
  }
  #gallery.single-gallery .gallery_inner .text_wrap .info {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #business main .sec01 {
    padding-bottom: 30px;
  }
  #business main .sec01 dl dt {
    margin-bottom: 9px;
  }
  #business main .sec01 dl dd {
    font-size: 13px;
  }
  #business main .sec02 {
    padding: 30px 0;
  }
  #business main .sec02 .text_sec p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1320px) {
  #property-support main .wrap_in.sec_01 {
    max-width: unset;
  }
}
@media (max-width: 1122px) and (min-width: 961px) {
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child {
    width: 248px;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child {
    width: calc(100% - 248px);
  }
  #property-support main .info_wrap .wp-block-column:last-child p:first-child {
    font-size: clamp(0.9375rem, -0.5547rem + 2.4845vw, 1.1875rem) !important;
  }
}
@media only screen and (max-width: 1123px) {
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:first-of-type {
    max-width: unset;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type p {
    padding-left: 1em;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1085px) {
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child {
    width: calc(100% - 150px);
    justify-items: center;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child {
    width: 150px;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child p {
    font-size: 14px !important;
    padding-left: 10px;
  }
}
@media (max-width: 1122px) and (min-width: 961px) {
  #property-support main .info_wrap .wp-block-column:first-child p {
    font-size: clamp(1.0625rem, -1.1216rem + 3.6364vw, 1.1875rem) !important;
  }
}
@media screen and (max-width: 960px) {
  #property-support main .info_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #property-support main .info_wrap .wp-block-column:first-child {
    padding: 0;
    border-bottom: 1px solid #000000;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child {
    width: 100%;
    justify-items: left;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child a {
    padding-bottom: 16px;
    line-height: 1;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child a i {
    margin-right: 2px;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child {
    width: 100%;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child p {
    border-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-top: 10px;
  }
  #property-support main .info_wrap .wp-block-column:last-child {
    padding-left: 0;
    border-left: 0;
  }
  #property-support main .info_wrap .wp-block-column:last-child p:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 781px) {
  #property-support main #contents p {
    font-size: 16px;
  }
  #property-support main .wp-block-spacer.sp_50 {
    height: 50px !important;
  }
  #property-support main .wp-block-group-is-layout-flex h3 {
    font-size: clamp(1.5rem, 0.8073rem + 2.9557vw, 2.25rem) !important;
  }
  #property-support main .wp-block-group-is-layout-flex p {
    font-size: clamp(1.125rem, 0.6632rem + 1.9704vw, 1.625rem) !important;
  }
  #property-support main .wp-block-group-is-layout-flex > p {
    line-height: 1.5;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:first-of-type p {
    font-size: clamp(1.5rem, 0.8073rem + 2.9557vw, 2.25rem);
    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: 8px 0;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 24px;
    padding-right: 24px;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type p {
    text-align: center;
    font-size: clamp(0.875rem, 0.1823rem + 2.9557vw, 1.625rem) !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type a {
    font-size: clamp(2.1875rem, 0.7443rem + 6.1576vw, 3.75rem) !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type a i {
    font-size: clamp(1.875rem, 1.2977rem + 2.4631vw, 2.5rem);
    width: clamp(2.5rem, 1.3454rem + 4.9261vw, 3.75rem);
  }
  #property-support main .wp-block-image .alignleft {
    float: none;
    margin: 0 auto;
  }
  #property-support main .wp-block-image .alignright {
    float: none;
    margin: 0 auto;
  }
  #property-support main .app_outer {
    height: auto;
  }
  #property-support main .app_outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 35px;
  }
  #property-support main .app_outer .wp-block-image {
    height: 80px;
  }
  #property-support main .app_outer .wp-block-image figure {
    height: 80px;
    margin: 0;
  }
  #property-support main .app_outer .wp-block-image figure a {
    height: 80px;
  }
  #property-support main .app_outer .wp-block-image figure a img {
    height: 80px;
  }
  #property-support main .app_outer .wp-block-column {
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
  }
  #property-support main .app_outer .wp-block-column:first-child figure {
    margin-left: auto;
  }
  #property-support main .pdf_outer .wp-block-column {
    justify-items: center;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child a {
    line-height: 1;
    padding-bottom: 16px;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child p {
    margin-right: 0;
    padding-left: 0;
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  #property-support main p.text_large {
    margin-bottom: 20px;
  }
  #property-support main #contents h3.sp_font_33, #property-support main #contents p.sp_font_33, #property-support main #contents a.sp_font_33 {
    font-size: 33px !important;
  }
  #property-support main #contents h3.sp_font_23, #property-support main #contents p.sp_font_23, #property-support main #contents a.sp_font_23 {
    font-size: 23px !important;
  }
  #property-support main #contents h3.sp_font_22, #property-support main #contents p.sp_font_22, #property-support main #contents a.sp_font_22 {
    font-size: 22px !important;
  }
  #property-support main #contents h3.sp_font_21, #property-support main #contents p.sp_font_21, #property-support main #contents a.sp_font_21 {
    font-size: 21px !important;
  }
  #property-support main #contents h3.sp_font_20, #property-support main #contents p.sp_font_20, #property-support main #contents a.sp_font_20 {
    font-size: 20px !important;
  }
  #property-support main #contents h3.sp_font_19, #property-support main #contents p.sp_font_19, #property-support main #contents a.sp_font_19 {
    font-size: 19px !important;
  }
  #property-support main #contents h3.sp_font_18, #property-support main #contents p.sp_font_18, #property-support main #contents a.sp_font_18 {
    font-size: 18px !important;
  }
  #property-support main #contents h3.sp_font_17, #property-support main #contents p.sp_font_17, #property-support main #contents a.sp_font_17 {
    font-size: 17px !important;
  }
  #property-support main #contents h3.sp_font_16, #property-support main #contents p.sp_font_16, #property-support main #contents a.sp_font_16 {
    font-size: 16px !important;
  }
  #property-support main #contents h3.sp_font_15, #property-support main #contents p.sp_font_15, #property-support main #contents a.sp_font_15 {
    font-size: 15px !important;
  }
  #property-support main #contents h3.sp_font_14, #property-support main #contents p.sp_font_14, #property-support main #contents a.sp_font_14 {
    font-size: 14px !important;
  }
  #property-support main #contents h3.sp_font_13, #property-support main #contents p.sp_font_13, #property-support main #contents a.sp_font_13 {
    font-size: 13px !important;
  }
  #property-support main #contents h3.sp_font_12, #property-support main #contents p.sp_font_12, #property-support main #contents a.sp_font_12 {
    font-size: 12px !important;
  }
  #property-support main #contents br.break_sp {
    display: none;
  }
  #property-support main #contents .wp-block-spacer.sp_50 {
    height: 50px !important;
  }
  #property-support main #contents .wp-block-spacer.sp_50 {
    height: 50px !important;
  }
  #property-support main #contents .wp-block-spacer.sp_10 {
    height: 10px !important;
  }
  #property-support main .wp-block-group-is-layout-flex h3 {
    font-size: 18px !important;
  }
  #property-support main .wp-block-group-is-layout-flex p {
    font-size: 16px !important;
  }
  #property-support main .wp-block-group-is-layout-flex p strong {
    font-size: 16px !important;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:first-of-type p {
    font-size: 18px !important;
    padding: 8px 0;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type {
    padding-left: 1em;
    padding-right: 0;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type p {
    font-size: 16px !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-columns .wp-block-column:last-of-type a {
    font-size: 42px !important;
  }
  #property-support main .wp-block-group-is-layout-flex .wp-block-spacer.sp_10 {
    -ms-flex-preferred-size: 10px;
        flex-basis: 10px;
  }
  #property-support main .app_outer {
    gap: 20px;
  }
  #property-support main .app_outer .wp-block-image {
    height: 50px;
  }
  #property-support main .app_outer .wp-block-image figure {
    height: 50px;
  }
  #property-support main .app_outer .wp-block-image figure a {
    height: 50px;
  }
  #property-support main .app_outer .wp-block-image figure a img {
    height: 50px;
  }
  #property-support main .app_outer .wp-block-column:first-child figure img {
    height: 49px;
  }
  #property-support main .info_wrap {
    padding: 10px 20px;
    gap: 8px;
  }
  #property-support main .info_wrap .wp-block-column:first-child {
    border-bottom: 1px solid #000000;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 8px;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child {
    justify-items: left;
    border-bottom: 0;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:first-child a {
    line-height: 1;
    padding-bottom: 0;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
  }
  #property-support main .info_wrap .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child p {
    padding-left: 0;
    padding-top: 0;
  }
  #property-support main .info_wrap .wp-block-column:last-child p code {
    display: inline-block;
  }
  #property-support main .info_wrap .wp-block-column:last-child p:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #company main .title_sec {
    height: 390px;
  }
  #company main .sec01 dl dd {
    font-size: 15px;
  }
  #company main #contents.wrap {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #company main #contents.wrap .sec02 {
    padding: 0 20px;
  }
  #company main #contents.wrap .sec02 h2 {
    width: 100%;
    padding: 5px 15px;
    vertical-align: middle;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  #company main #contents.wrap .sec02 h2 code {
    font-size: 14px;
    font-family: din-2014, sans-serif;
    color: #182987;
  }
  #company main #contents.wrap .sec02 .text_sec {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    padding-bottom: 0;
  }
  #company main #contents.wrap .sec02 .text_sec tr,
  #company main #contents.wrap .sec02 .text_sec th,
  #company main #contents.wrap .sec02 .text_sec td {
    padding: 15px;
  }
  #company main #contents.wrap .sec02 .text_sec th {
    width: 100px;
  }
  #company main #contents.wrap .sec02 .text_sec #map iframe {
    width: 100%;
  }
  #company main #contents.wrap .sec01 {
    padding: 30px 20px;
  }
  #company main #contents.wrap .sec01 h2 {
    width: 100%;
    padding: 5px 15px;
    vertical-align: middle;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  #company main #contents.wrap .sec01 h2 code {
    font-size: 14px;
    font-family: din-2014, sans-serif;
    color: #182987;
  }
  #company main #contents.wrap .sec01 .text_sec {
    width: 100%;
    margin: 0px;
    padding-bottom: 0;
  }
  #company main #contents.wrap .sec01 .text_sec p {
    margin-bottom: 20px;
    font-size: 13px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
  }
  #company main #contents.wrap .sec01 .text_sec dl {
    font-size: 15px;
    padding: 0;
  }
  #company main .wrap_in {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #policy main #contents .text_sec {
    padding-bottom: 0;
  }
  #policy main #contents .text_sec p {
    margin-bottom: 2em;
  }
  #policy main #contents .text_sec p:last-of-type {
    margin-bottom: 0;
  }
  #policy main #contents + #contents {
    padding-top: 0;
  }
  #policy main #contact_privacy .text_sec h3 {
    margin: 2em 0 1em;
    font-size: 15px;
  }
  #policy main #contact_privacy .text_sec > ol,
  #policy main #contact_privacy .text_sec > ul {
    font-size: 13px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #recruit main #contents h2,
  #recruit main #contents .text_sec {
    float: none;
    clear: both;
    width: 100%;
  }
  #recruit main #contents h2 {
    padding: 5px 15px;
    font-size: 15px;
  }
  #recruit main #contents h2 code {
    font-size: 14px;
  }
  #recruit main #contents h2.title {
    padding: 5px 15px;
    font-size: 21px;
    font-weight: 700;
  }
  #recruit main #contents h2.title span {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
  #recruit main #contents iframe {
    margin-bottom: 30px;
  }
  #recruit main #contents .text_sec {
    margin-left: 0;
    padding-bottom: 0;
  }
  #recruit main #contents .text_sec table {
    margin-bottom: 30px;
  }
  #recruit main #contents .recruit_wrap {
    padding-bottom: 30px;
  }
  #recruit main #contents .recruit_wrap h2.title {
    padding-left: 0;
  }
  #recruit main #contents .btn_block a {
    font-size: 15px;
    letter-spacing: 0.9px;
    width: 200px;
    min-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  #news main .title_sec,
  .archive main .title_sec {
    height: 390px;
  }
  #news main .title_sec .bg_sec,
  .archive main .title_sec .bg_sec {
    width: 100%;
    height: 390px;
    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;
  }
  #news main .title_sec .bg_sec .backstretch,
  .archive main .title_sec .bg_sec .backstretch {
    height: 380px !important;
  }
  #news main .title_sec .bg_sec .backstretch img,
  .archive main .title_sec .bg_sec .backstretch img {
    left: unset !important;
  }
  #news main .title_sec .bg_sec h1,
  .archive main .title_sec .bg_sec h1 {
    padding-top: 0;
    font-size: 23px;
  }
  #news main .title_sec .bg_sec h1 code,
  .archive main .title_sec .bg_sec h1 code {
    font-size: 20px;
    margin-top: 9px;
  }
  #news main #contents .main,
  .archive main #contents .main {
    width: 100%;
    float: none;
  }
  #news main #contents .main article,
  .archive main #contents .main article {
    position: relative;
  }
  #news main #contents .main article .date,
  .archive main #contents .main article .date {
    float: none;
    width: 100px;
    left: 0;
    top: 0;
    position: absolute;
  }
  #news main #contents .main article .text_sec,
  .archive main #contents .main article .text_sec {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #news main #contents .main article .text_sec h2,
  .archive main #contents .main article .text_sec h2 {
    width: calc(100% - 120px);
    margin-left: auto;
    min-height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news main #contents .main article + article .date,
  .archive main #contents .main article + article .date {
    top: 90px;
  }
  #news main #contents .sub,
  .archive main #contents .sub {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  #contact main .form_wrap {
    padding-top: 30px;
  }
  #contact main .form_wrap .wpcf7 {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #contact main .form_wrap .wpcf7 input[type=text],
  #contact main .form_wrap .wpcf7 input[type=email],
  #contact main .form_wrap .wpcf7 textarea {
    width: 100%;
    margin-bottom: 2em;
  }
  #contact main .form_wrap .wpcf7 input.wpcf7-submit {
    margin-top: 2em;
  }
  #contact main .form_wrap .wpcf7 p {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 600px) {
  #sitemap main .title_sec .bc_sec h1 {
    padding-top: 0;
    font-size: 23px;
  }
  #sitemap main .title_sec .bc_sec h1 code {
    font-size: 20px;
    margin-top: 9px;
  }
  #sitemap main .list_wrap {
    width: 100%;
    float: none;
    clear: both;
  }
  #sitemap main .list_wrap .li01,
  #sitemap main .list_wrap .li02,
  #sitemap main .list_wrap .li03 {
    width: 100%;
    float: none;
    clear: both;
    border: none;
    padding: 0 0 15px;
  }
  #sitemap main .list_wrap .li01 > li,
  #sitemap main .list_wrap .li02 > li,
  #sitemap main .list_wrap .li03 > li {
    padding-bottom: 15px;
  }
  #sitemap main .list_wrap .li01 > li:last-of-type,
  #sitemap main .list_wrap .li02 > li:last-of-type,
  #sitemap main .list_wrap .li03 > li:last-of-type {
    padding-bottom: 0;
  }
  #sitemap main .list_wrap .li01 > li ul,
  #sitemap main .list_wrap .li02 > li ul,
  #sitemap main .list_wrap .li03 > li ul {
    padding: 8px 0 0 20px;
  }
  #sitemap main .list_wrap .li01 + ul,
  #sitemap main .list_wrap .li02 + ul,
  #sitemap main .list_wrap .li03 + ul {
    border-top: solid 1px #ddd;
    padding-top: 15px;
  }
}/*# sourceMappingURL=style.css.map */