@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
.es-container {
  max-width: 100%;
  padding: 0; }
  @media (max-width: 480px) {
    .es-container {
      font-size: 14px; } }

.es-header-breadcrumb .es-container {
  max-width: 1320px;
  padding: 0 15px; }

.entry-content p {
  margin-bottom: 0; }
@media (max-width: 480px) {
  .entry-content > * {
    padding: 0; } }

/* ------------------------
 cheader
------------------------ */
#cheader {
  max-width: 1320px;
  width: 95%;
  padding: 40px 0 0;
  margin: 0 auto; }
  @media (max-width: 480px) {
    #cheader {
      padding: 70px 0 0; } }
  #cheader .ttlWrap {
    align-items: center;
    position: relative; }
    #cheader .ttlWrap .pageTtl {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1;
      padding-left: min(100px,10.416vw); }
      #cheader .ttlWrap .pageTtl .en {
        font-size: clamp(72px, 12.4995vw, 120px);
        font-family: 'Lato', sans-serif;
        line-height: 1.2; }
      @media (max-width: 480px) {
        #cheader .ttlWrap .pageTtl {
          padding-left: 0; }
          #cheader .ttlWrap .pageTtl .en {
            font-size: 38px; }
          #cheader .ttlWrap .pageTtl .jp {
            font-size: 14px; } }
    #cheader .ttlWrap picture {
      position: relative;
      display: block;
      width: 75.75%;
      height: auto;
      overflow: hidden;
      border-radius: 40px;
      margin-right: min(40px,4.167vw);
      margin-left: auto; }
      #cheader .ttlWrap picture::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 54%; }
      #cheader .ttlWrap picture source, #cheader .ttlWrap picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      @media (max-width: 480px) {
        #cheader .ttlWrap picture {
          border-radius: 20px;
          margin-right: 0; } }

#cheaderSub {
  padding: 40px 0 0; }
  @media (max-width: 480px) {
    #cheaderSub {
      padding: 80px 0 0; } }
  #cheaderSub .ttlWrap {
    align-items: center;
    position: relative; }
    #cheaderSub .ttlWrap .pageTtl {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1;
      padding-left: calc((100% - 1120px)/ 2); }
      #cheaderSub .ttlWrap .pageTtl .en {
        font-size: clamp(72px, 12.4995vw, 120px);
        font-family: 'Lato', sans-serif;
        line-height: 1; }
      @media (max-width: 480px) {
        #cheaderSub .ttlWrap .pageTtl {
          padding-left: 5%; }
          #cheaderSub .ttlWrap .pageTtl .en {
            font-size: 38px; }
          #cheaderSub .ttlWrap .pageTtl .jp {
            font-size: 14px; } }
    #cheaderSub .ttlWrap picture {
      position: relative;
      display: block;
      width: 76.3888vw;
      height: 327px;
      overflow: hidden;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      margin-left: auto; }
      #cheaderSub .ttlWrap picture source, #cheaderSub .ttlWrap picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      @media (max-width: 480px) {
        #cheaderSub .ttlWrap picture {
          height: 150px;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; } }
    #cheaderSub .ttlWrap .subTtl {
      position: absolute;
      max-width: 380px;
      width: 60%;
      height: 60px;
      bottom: -24px;
      right: 0;
      clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 20px; }
      #cheaderSub .ttlWrap .subTtl.blue {
        background: #0095DE; }
      #cheaderSub .ttlWrap .subTtl.navy {
        background: #36558F; }
      @media (max-width: 480px) {
        #cheaderSub .ttlWrap .subTtl {
          height: 40px;
          font-size: 14px; } }

/* ------------------------
 layout
------------------------ */
.contentsWidth {
  max-width: 1320px;
  width: 90%;
  margin: min(144px,15vw) auto 0; }
  .contentsWidth:first-of-type {
    margin: min(120px,12.4995vw) auto 0; }
  @media (max-width: 480px) {
    .contentsWidth {
      width: 100%; } }

.commonWrap1 {
  background: #fff;
  border-radius: 40px;
  padding: 0 0 min(120px,12.4995vw);
  width: 100%;
  position: relative; }
  @media (max-width: 480px) {
    .commonWrap1 {
      border-radius: 0; } }
  .commonWrap1 .trapeziumTtl {
    max-width: 600px;
    width: 90%;
    height: 100px;
    position: relative;
    top: -20px;
    clip-path: polygon(8% 100%, 0% 0%, 100% 0%, 92% 100%);
    margin: 0 auto min(40px,4.167vw);
    display: flex;
    justify-content: center;
    align-items: center; }
    .commonWrap1 .trapeziumTtl.blue {
      background: #0095DE; }
    .commonWrap1 .trapeziumTtl.navy {
      background: #36558F; }
    .commonWrap1 .trapeziumTtl p {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      font-size: clamp(19.2px, 3.333vw, 32px);
      font-weight: 700;
      line-height: 1.4;
      color: #fff; }
      .commonWrap1 .trapeziumTtl p .line {
        display: block; }
        .commonWrap1 .trapeziumTtl p .line:first-of-type {
          font-size: 18px; }
        .commonWrap1 .trapeziumTtl p .line span {
          font-size: 20px; }
    @media (max-width: 480px) {
      .commonWrap1 .trapeziumTtl {
        height: 80px; }
        .commonWrap1 .trapeziumTtl p .line:first-of-type {
          font-size: 12px; }
        .commonWrap1 .trapeziumTtl p .line span {
          font-size: 14px; } }
  .commonWrap1 .infoTxt .strong {
    color: #36558F;
    font-weight: 700;
    font-size: clamp(19.2px, 3.333vw, 32px);
    margin-bottom: 10px;
    line-height: 1.4; }
  .commonWrap1 .infoTxt p {
    width: fit-content;
    margin: 0 auto; }
  .commonWrap1 h3 {
    position: relative;
    font-weight: 700;
    font-size: clamp(19.2px, 3.333vw, 32px);
    line-height: 1.2;
    padding-left: 20px;
    margin-bottom: min(33px,3.438vw); }
    .commonWrap1 h3::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 40px;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .commonWrap1 h3::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: -14px;
      left: 0; }
    .commonWrap1 h3.blue::before, .commonWrap1 h3.blue::after {
      background: #0095DE; }
    .commonWrap1 h3.navy::before, .commonWrap1 h3.navy::after {
      background: #36558F; }

.commonListGuide {
  margin-top: min(110px,11.4585vw);
  counter-reset: number 0;
  z-index: 1;
  position: relative; }
  .commonListGuide li {
    border: solid 2px #D6D6D6;
    box-shadow: 5px 5px 0 #EAEDF4;
    padding: 15px;
    position: relative;
    background: #fff; }
    .commonListGuide li figure {
      background: #EAEDF4;
      width: 100%;
      position: relative;
      padding-top: 68.571%; }
      .commonListGuide li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    .commonListGuide li .ttl {
      color: #36558F;
      font-size: 18px;
      font-weight: 700;
      margin-top: 8px; }
    .commonListGuide li dl dd {
      text-indent: -16px;
      padding-left: 16px; }
      .commonListGuide li dl dd.note {
        color: #F1887B; }
    .commonListGuide li div {
      position: relative;
      width: 100%;
      height: 100%;
      padding-bottom: 35px; }
      .commonListGuide li div::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 30px;
        background: linear-gradient(135deg, transparent 0%, transparent 50%, #36558F 50%, #36558F 100%); }
  .commonListGuide.num li::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: min(-38px,-3.9585vw);
    left: 18px;
    font-size: clamp(72px, 12.4995vw, 120px);
    color: #36558F;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    z-index: 5; }
  .commonListGuide.oblique li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    line-height: 1;
    background: url("/app/uploads/sites/1030/2023/07/oblique_line.svg") no-repeat center center/contain;
    width: 168px;
    height: 51px;
    z-index: -1; }
    @media (max-width: 480px) {
      .commonListGuide.oblique li::after {
        top: auto;
        right: auto;
        bottom: -30%;
        left: 50%;
        transform: translateX(-50%);
        background: url("/app/uploads/sites/1030/2023/07/oblique_line_tate.svg") no-repeat center center/contain;
        width: 51px;
        height: 168px; } }
  .commonListGuide.col3 li {
    width: calc(92% / 3);
    margin-right: 4%; }
    .commonListGuide.col3 li:nth-of-type(3n) {
      margin-right: 0; }
    .commonListGuide.col3 li:nth-child(n + 4) {
      margin-top: min(110px,11.4585vw); }
    @media (max-width: 480px) {
      .commonListGuide.col3 li {
        width: 100%;
        margin-right: 0; }
        .commonListGuide.col3 li + li {
          margin-top: 60px; }
        .commonListGuide.col3 li:nth-child(n + 4) {
          margin-top: 60px; } }
  .commonListGuide.col3.oblique li:nth-of-type(3n)::after {
    display: none; }
    @media (max-width: 480px) {
      .commonListGuide.col3.oblique li:nth-of-type(3n)::after {
        display: block; } }
  .commonListGuide.col3.oblique li:last-of-type::after {
    display: none; }
  .commonListGuide.col2 li {
    width: calc(92% / 2);
    margin-right: 8%; }
    .commonListGuide.col2 li:nth-of-type(2n) {
      margin-right: 0; }
    .commonListGuide.col2 li:nth-child(n + 3) {
      margin-top: min(110px,11.4585vw); }
    @media (max-width: 480px) {
      .commonListGuide.col2 li {
        width: 100%;
        margin-right: 0; }
        .commonListGuide.col2 li + li {
          margin-top: 60px; }
        .commonListGuide.col2 li:nth-child(n + 4) {
          margin-top: 60px; } }
  .commonListGuide.col2.oblique li:nth-of-type(2n)::after {
    display: none; }

ul.commonInfoLink li {
  max-width: 520px;
  width: 46.43%; }
  ul.commonInfoLink li:nth-child(n + 3) {
    margin-top: min(120px,12.4995vw); }
  ul.commonInfoLink li:nth-child(2n) {
    margin-left: 7.14%; }
  @media (max-width: 480px) {
    ul.commonInfoLink li {
      width: 100%; }
      ul.commonInfoLink li + li {
        margin-top: 80px; }
      ul.commonInfoLink li:nth-child(n + 3) {
        margin-top: 80px; }
      ul.commonInfoLink li:nth-child(2n) {
        margin-left: 0; } }
  ul.commonInfoLink li a {
    position: relative;
    display: block;
    transition: 0.5s; }
    ul.commonInfoLink li a figure {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      border-radius: 20px;
      background: #EAEDF4; }
      ul.commonInfoLink li a figure::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 57.69%; }
      ul.commonInfoLink li a figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    ul.commonInfoLink li a span {
      display: block; }
    ul.commonInfoLink li a .textBox {
      position: absolute;
      z-index: 3;
      bottom: -60px;
      right: 0;
      width: 65.38%;
      height: 140px;
      background: #fff;
      padding: min(36px,3.75vw) 0 0 min(35px,3.6465vw); }
      ul.commonInfoLink li a .textBox::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 5px;
        height: 100%;
        transition: all 0.5s; }
      ul.commonInfoLink li a .textBox.blue::before {
        background: #0095DE; }
      ul.commonInfoLink li a .textBox.navy::before {
        background: #36558F; }
      @media (max-width: 480px) {
        ul.commonInfoLink li a .textBox {
          height: 80px; } }
      ul.commonInfoLink li a .textBox .ttl {
        position: relative;
        z-index: 1; }
        ul.commonInfoLink li a .textBox .ttl span {
          color: #333333;
          transition: all 0.5s; }
          ul.commonInfoLink li a .textBox .ttl span.en {
            font-weight: 700;
            font-size: clamp(19.2px, 3.333vw, 32px);
            line-height: 1.4; }
      ul.commonInfoLink li a .textBox .arrow {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 25px;
        height: 25px; }
        ul.commonInfoLink li a .textBox .arrow svg {
          fill: #333333;
          transition: all 0.5s; }
        @media (max-width: 480px) {
          ul.commonInfoLink li a .textBox .arrow {
            width: 15px;
            height: 15px; } }
    @media (min-width: 481px) {
      ul.commonInfoLink li a:hover .textBox::before {
        width: 100%; }
      ul.commonInfoLink li a:hover .textBox .ttl span {
        color: #fff; }
      ul.commonInfoLink li a:hover .textBox .arrow svg {
        fill: #fff; } }

.stickyWrap .stickyContentsWrap {
  width: 74%; }
  @media (max-width: 480px) {
    .stickyWrap .stickyContentsWrap {
      width: 100%; } }
.stickyWrap .stickyLinkWrap {
  width: 240px; }
  @media (max-width: 480px) {
    .stickyWrap .stickyLinkWrap {
      width: 90%;
      margin: 50px auto 0; } }
  .stickyWrap .stickyLinkWrap .sticky {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: sticky;
    top: 150px;
    font-weight: 700; }
    @media (max-width: 480px) {
      .stickyWrap .stickyLinkWrap .sticky {
        position: relative;
        top: auto; } }
  .stickyWrap .stickyLinkWrap p {
    background: #36558F;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .stickyWrap .stickyLinkWrap a {
    display: flex;
    align-items: center;
    color: #36558F;
    font-size: 18px;
    position: relative;
    padding: 0 10px;
    height: 72px;
    line-height: 1; }
    .stickyWrap .stickyLinkWrap a + a {
      border-top: solid 1px #36558F; }
    .stickyWrap .stickyLinkWrap a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 36px;
      transform: translateY(-50%);
      width: 1px;
      height: 30px;
      background: #36558F; }
    .stickyWrap .stickyLinkWrap a span {
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      display: block;
      width: 14px;
      height: 14px;
      transition: all .5s; }
      .stickyWrap .stickyLinkWrap a span svg {
        fill: #36558F; }
    @media (min-width: 481px) {
      .stickyWrap .stickyLinkWrap a:hover {
        color: #fff;
        background: #36558F; }
        .stickyWrap .stickyLinkWrap a:hover::after {
          background: #fff; }
        .stickyWrap .stickyLinkWrap a:hover span {
          right: 8px; }
          .stickyWrap .stickyLinkWrap a:hover span svg {
            fill: #fff; } }

body.es-page-about .site-content .es-container, body.es-page-company .site-content .es-container, body.es-page-message .site-content .es-container, body.es-page-business .site-content .es-container {
  max-width: 100%;
  margin: 0; }

body.es-page-about .site-content .es-container .entry-header, body.es-page-company .site-content .es-container .entry-header, body.es-page-message .site-content .es-container .entry-header, body.es-page-business .site-content .es-container .entry-header {
  display: none; }

body.es-page-about .site-content .entry-content p, body.es-page-company .site-content .entry-content p, body.es-page-message .site-content .entry-content p, body.es-page-business .site-content .entry-content p {
  margin-bottom: 0; }

/*============================================================================
	 ハウツーホームについて
=============================================================================*/
#aboutListWrap, #companyRelatedList {
  margin: min(100px,10.416vw) auto min(240px,25.0005vw); }
  @media (max-width: 480px) {
    #aboutListWrap, #companyRelatedList {
      width: 90%;
      margin: min(100px,10.416vw) auto min(240px,25.0005vw); } }
  #aboutListWrap ul li, #companyRelatedList ul li {
    max-width: 520px;
    width: 46.43%; }
    #aboutListWrap ul li:nth-child(n + 3), #companyRelatedList ul li:nth-child(n + 3) {
      margin-top: min(120px,12.4995vw); }
      @media (max-width: 480px) {
        #aboutListWrap ul li:nth-child(n + 3), #companyRelatedList ul li:nth-child(n + 3) {
          margin-top: 60px; } }
    #aboutListWrap ul li:nth-child(2n), #companyRelatedList ul li:nth-child(2n) {
      margin-left: 7.14%; }
      @media (max-width: 480px) {
        #aboutListWrap ul li:nth-child(2n), #companyRelatedList ul li:nth-child(2n) {
          margin-left: 0; } }
    @media (max-width: 480px) {
      #aboutListWrap ul li, #companyRelatedList ul li {
        width: 100%; } }
    @media (max-width: 480px) {
      #aboutListWrap ul li + li, #companyRelatedList ul li + li {
        margin-top: 60px; } }
    #aboutListWrap ul li a, #companyRelatedList ul li a {
      position: relative;
      display: block;
      transition: 0.5s; }
      #aboutListWrap ul li a figure, #companyRelatedList ul li a figure {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 20px; }
        #aboutListWrap ul li a figure::before, #companyRelatedList ul li a figure::before {
          content: '';
          display: block;
          width: 100%;
          padding-top: 57.69%; }
        #aboutListWrap ul li a figure img, #companyRelatedList ul li a figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
      #aboutListWrap ul li a .textBox, #companyRelatedList ul li a .textBox {
        position: absolute;
        z-index: 3;
        top: 66.6%;
        right: 0;
        width: 65.38%;
        height: 140px;
        background: #fff; }
        @media (max-width: 1024px) {
          #aboutListWrap ul li a .textBox, #companyRelatedList ul li a .textBox {
            height: 90px; } }
        #aboutListWrap ul li a .textBox::before, #companyRelatedList ul li a .textBox::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 5px;
          height: 100%;
          transition: all 0.5s;
          background: #0095DE; }
        #aboutListWrap ul li a .textBox .ttl, #companyRelatedList ul li a .textBox .ttl {
          padding: min(36px,3.75vw) 0 0 min(35px,3.6465vw); }
          @media (max-width: 1024px) {
            #aboutListWrap ul li a .textBox .ttl, #companyRelatedList ul li a .textBox .ttl {
              padding: 15px 0 0 15px; } }
          #aboutListWrap ul li a .textBox .ttl p, #companyRelatedList ul li a .textBox .ttl p {
            color: #333333;
            position: relative;
            z-index: 1; }
            #aboutListWrap ul li a .textBox .ttl p.en, #companyRelatedList ul li a .textBox .ttl p.en {
              font-weight: 700;
              font-size: clamp(22px, 3.2vw, 32px);
              line-height: 1; }
              @media (max-width: 480px) {
                #aboutListWrap ul li a .textBox .ttl p.en, #companyRelatedList ul li a .textBox .ttl p.en {
                  font-size: 20px; } }
            #aboutListWrap ul li a .textBox .ttl p.jp, #companyRelatedList ul li a .textBox .ttl p.jp {
              line-height: 1.875; }
              @media (max-width: 480px) {
                #aboutListWrap ul li a .textBox .ttl p.jp, #companyRelatedList ul li a .textBox .ttl p.jp {
                  font-size: 14px; } }
        #aboutListWrap ul li a .textBox p.arrow, #companyRelatedList ul li a .textBox p.arrow {
          position: absolute;
          bottom: 20px;
          right: 20px;
          width: 25px;
          height: 25px; }
          @media (max-width: 480px) {
            #aboutListWrap ul li a .textBox p.arrow, #companyRelatedList ul li a .textBox p.arrow {
              bottom: 20px;
              right: 15px;
              width: 20px;
              height: 20px; } }
          #aboutListWrap ul li a .textBox p.arrow img, #companyRelatedList ul li a .textBox p.arrow img {
            transition: 0.5s; }
      @media (min-width: 481px) {
        #aboutListWrap ul li a:hover .textBox::before, #companyRelatedList ul li a:hover .textBox::before {
          width: 100%; }
        #aboutListWrap ul li a:hover .textBox .ttl p, #companyRelatedList ul li a:hover .textBox .ttl p {
          color: #fff; }
        #aboutListWrap ul li a:hover .textBox p.arrow img, #companyRelatedList ul li a:hover .textBox p.arrow img {
          filter: brightness(0) invert(1); } }
  #aboutListWrap.MessageList, #companyRelatedList.MessageList {
    margin: min(120px,12.4995vw) auto 0; }

/*============================================================================
	 企業情報
=============================================================================*/
#companyDetaiWrap {
  background: #fff;
  margin: min(100px,10.416vw) auto;
  max-width: 1320px;
  width: 90%;
  height: auto;
  padding: min(80px,8.334vw) 0;
  border-radius: 40px; }
  @media (max-width: 480px) {
    #companyDetaiWrap {
      padding: 40px 0; } }
  #companyDetaiWrap .s-ttl {
    margin-bottom: min(60px,6.2505vw); }
  @media (max-width: 820px) {
    #companyDetaiWrap .descBox {
      display: block; } }
  #companyDetaiWrap .descBox .textBox {
    max-width: 540px;
    width: 48.21%; }
    @media (max-width: 820px) {
      #companyDetaiWrap .descBox .textBox {
        width: 100%;
        max-width: 100%; } }
    #companyDetaiWrap .descBox .textBox dl {
      border-top: 1px solid #707070;
      min-height: 100px;
      align-items: center;
      padding: 20px 0 20px 20px; }
      @media (max-width: 480px) {
        #companyDetaiWrap .descBox .textBox dl {
          padding: 20px 10px; } }
      #companyDetaiWrap .descBox .textBox dl:last-child {
        border-bottom: 1px solid #707070; }
      #companyDetaiWrap .descBox .textBox dl dt {
        width: 160px;
        font-size: 18px;
        font-weight: 700; }
        @media (max-width: 480px) {
          #companyDetaiWrap .descBox .textBox dl dt {
            font-size: 16px;
            width: 120px; } }
      #companyDetaiWrap .descBox .textBox dl dd {
        width: calc(100% - 160px);
        line-height: 1.875; }
        @media (max-width: 480px) {
          #companyDetaiWrap .descBox .textBox dl dd {
            width: calc(100% - 120px);
            font-size: 14px; } }
    #companyDetaiWrap .descBox .textBox + .textBox {
      margin-left: 3.57%; }
      @media (max-width: 820px) {
        #companyDetaiWrap .descBox .textBox + .textBox {
          margin: 0; } }
      @media (max-width: 820px) {
        #companyDetaiWrap .descBox .textBox + .textBox dl:first-child {
          border: none; } }

#companyRelatedList {
  margin: 0 auto min(180px,18.75vw); }
  #companyRelatedList .s-ttl {
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      #companyRelatedList .s-ttl {
        margin-bottom: 25px; } }
  #companyRelatedList.MessageRelatedList {
    margin-top: min(160px,16.6665vw); }
    @media (max-width: 480px) {
      #companyRelatedList.MessageRelatedList {
        margin-top: 100px; } }

/*============================================================================
	 代表挨拶
=============================================================================*/
#MessageArea .descBox {
  position: relative; }
  @media (max-width: 480px) {
    #MessageArea .descBox {
      flex-direction: column-reverse; } }
  #MessageArea .descBox .ttlBox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-right: -6%;
    z-index: 3; }
    @media (max-width: 480px) {
      #MessageArea .descBox .ttlBox {
        position: relative;
        margin-right: 0;
        top: auto;
        transform: none;
        margin-top: 40px; } }
    #MessageArea .descBox .ttlBox .text span {
      display: block;
      font-size: clamp(19.2px, 3.333vw, 32px);
      color: #0095DE;
      line-height: 1.3125;
      font-weight: 700;
      letter-spacing: 0.04em; }
      #MessageArea .descBox .ttlBox .text span:not(:first-child) {
        padding-left: 1em; }
      @media (max-width: 480px) {
        #MessageArea .descBox .ttlBox .text span {
          font-size: 20px; } }
    #MessageArea .descBox .ttlBox .name {
      margin-top: min(65px,6.771vw);
      padding-left: 10px; }
      #MessageArea .descBox .ttlBox .name p {
        font-weight: 700;
        font-size: 16px;
        line-height: 2; }
        @media (max-width: 480px) {
          #MessageArea .descBox .ttlBox .name p {
            font-size: 14px;
            line-height: 1.5; } }
      #MessageArea .descBox .ttlBox .name figure {
        margin-top: 20px;
        max-width: 270px; }
        @media (max-width: 480px) {
          #MessageArea .descBox .ttlBox .name figure {
            width: 60%; } }
  #MessageArea .descBox .photoBox {
    margin-left: auto;
    width: 66.96%; }
    @media (max-width: 480px) {
      #MessageArea .descBox .photoBox {
        width: 100%; } }
    #MessageArea .descBox .photoBox picture {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden; }
      #MessageArea .descBox .photoBox picture::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 66.66%; }
      #MessageArea .descBox .photoBox picture source, #MessageArea .descBox .photoBox picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
#MessageArea .textBox {
  margin-top: min(100px,10.416vw); }
  #MessageArea .textBox p {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.04em; }
    @media (max-width: 480px) {
      #MessageArea .textBox p {
        font-size: 14px;
        line-height: 2; } }
    #MessageArea .textBox p + p {
      margin-top: 40px; }
      @media (max-width: 480px) {
        #MessageArea .textBox p + p {
          margin-top: 25px; } }

#PhilosophyArea .descBox {
  text-align: center; }
  #PhilosophyArea .descBox p.ttl {
    font-size: clamp(34.8px, 6.042vw, 58px);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0095DE;
    line-height: 1.5; }
    @media (max-width: 480px) {
      #PhilosophyArea .descBox p.ttl {
        font-size: 28px; } }
  #PhilosophyArea .descBox .textBox {
    margin: min(60px,6.2505vw) auto 0;
    width: 80%;
    text-align: left; }
    @media (max-width: 480px) {
      #PhilosophyArea .descBox .textBox {
        width: 100%; } }
    #PhilosophyArea .descBox .textBox p.subTtl {
      font-size: 18px;
      color: #0095DE;
      font-weight: 700; }
      @media (max-width: 480px) {
        #PhilosophyArea .descBox .textBox p.subTtl {
          font-size: 16px; } }
    #PhilosophyArea .descBox .textBox .text {
      margin: 20px 0 0; }
      #PhilosophyArea .descBox .textBox .text p {
        font-size: 16px;
        line-height: 2.5;
        letter-spacing: 0.04em; }
        @media (max-width: 480px) {
          #PhilosophyArea .descBox .textBox .text p {
            font-size: 14px;
            line-height: 2; } }
      #PhilosophyArea .descBox .textBox .text + .text {
        margin-top: 40px; }
        @media (max-width: 480px) {
          #PhilosophyArea .descBox .textBox .text + .text {
            margin-top: 25px; } }
  #PhilosophyArea .descBox #residentMovie {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: min(100px,10.416vw) auto 0;
    position: relative; }
    #PhilosophyArea .descBox #residentMovie::before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 56.25%; }
    #PhilosophyArea .descBox #residentMovie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 480px) {
      #PhilosophyArea .descBox #residentMovie {
        margin: 60px auto 0; } }
  #PhilosophyArea .descBox .residentLinkBtn {
    text-align: center;
    margin: 70px 0; }
    @media (max-width: 480px) {
      #PhilosophyArea .descBox .residentLinkBtn {
        margin: 50px 0 80px; } }
    #PhilosophyArea .descBox .residentLinkBtn a {
      position: relative;
      display: inline-block;
      height: 60px;
      line-height: 60px;
      background: #0095DE;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 0 140px 0 40px;
      border-radius: 8px;
      transition: all .3s; }
      @media (max-width: 480px) {
        #PhilosophyArea .descBox .residentLinkBtn a {
          font-size: 16px; } }
      #PhilosophyArea .descBox .residentLinkBtn a::after {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background: url("/wp-content/uploads/sites/1030/2023/06/str_arrow.svg") no-repeat center center/contain;
        transition: all .3s; }
      #PhilosophyArea .descBox .residentLinkBtn a:hover::after {
        right: 15px; }
  #PhilosophyArea .descBox figure {
    margin-top: min(100px,10.416vw); }

/*============================================================================
	 事業紹介
=============================================================================*/
#businessNavi {
  margin-top: 53px;
  padding-bottom: 40px; }
  @media (max-width: 480px) {
    #businessNavi {
      margin: 40px auto 0;
      width: 95%; } }
  #businessNavi ul {
    justify-content: center; }
    #businessNavi ul li {
      max-width: 320px;
      width: 100%;
      position: relative; }
      #businessNavi ul li::before {
        content: '';
        position: absolute;
        background: url(/app/uploads/sites/1030/2023/07/icon_scrollarrow.svg) no-repeat center center/contain;
        width: 26px;
        height: 17px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        transition: all 0.6s; }
        @media (max-width: 480px) {
          #businessNavi ul li::before {
            width: 20px;
            bottom: -20px; } }
      @media (min-width: 481px) {
        #businessNavi ul li:hover::before {
          bottom: -40px; } }
  @media (min-width: 481px) and (max-width: 480px) {
    #businessNavi ul li:hover::before {
      bottom: -30px; } }

      #businessNavi ul li figure {
        background: #fff;
        border-radius: 20px;
        width: 100%;
        position: relative;
        padding-top: 62.5%; }
        #businessNavi ul li figure::before {
          content: '';
          position: absolute;
          background: rgba(0, 149, 222, 0.1);
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          border-radius: 20px; }
        #businessNavi ul li figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      #businessNavi ul li.management figure img {
        width: 63.75%;
        height: 85%; }
      #businessNavi ul li.intermediary {
        margin-left: 3.47vw; }
        #businessNavi ul li.intermediary figure img {
          width: 72.81%;
          height: 85.5%; }
      #businessNavi ul li.sublease {
        margin-left: 3.47vw; }
        #businessNavi ul li.sublease figure img {
          width: 67.81%;
          height: 79%; }
      #businessNavi ul li p {
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
        font-weight: 700;
        color: #333333; }
        @media (max-width: 480px) {
          #businessNavi ul li p {
            font-size: 14px;
            margin-top: 10px; } }

#policyWrap .descBox p.ttl {
  font-size: clamp(19.2px, 3.333vw, 32px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0095DE;
  line-height: 1.3;
  text-align: center; }
  @media (max-width: 480px) {
    #policyWrap .descBox p.ttl {
      font-size: 20px; } }
#policyWrap .descBox .textBox {
  margin-top: 25px; }
  #policyWrap .descBox .textBox .text p {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.04em; }
    @media (max-width: 480px) {
      #policyWrap .descBox .textBox .text p {
        font-size: 14px;
        line-height: 2; } }
  #policyWrap .descBox .textBox .text + .text {
    margin-top: 40px; }
    @media (max-width: 480px) {
      #policyWrap .descBox .textBox .text + .text {
        margin-top: 25px; } }

#businessSlide {
  margin-top: min(80px,8.334vw); }

#businessDetail {
  padding-top: min(120px,12.4995vw); }
  #businessDetail ul li {
    align-items: center;
    box-sizing: content-box; }
    @media (max-width: 820px) {
      #businessDetail ul li {
        display: block; } }
    #businessDetail ul li figure {
      width: 50%; }
      @media (max-width: 820px) {
        #businessDetail ul li figure {
          margin: 0 auto;
          width: 70%; } }
    #businessDetail ul li:nth-child(odd) {
      flex-direction: row-reverse; }
      #businessDetail ul li:nth-child(odd) figure {
        padding: 0 0 0 3.75%; }
    #businessDetail ul li:nth-child(even) figure {
      padding: 0 3.75% 0 0; }
    #businessDetail ul li .textBox {
      width: 50%; }
      @media (max-width: 820px) {
        #businessDetail ul li .textBox {
          width: 100%;
          margin-top: min(40px,4.167vw); } }
      #businessDetail ul li .textBox p.ttlBox {
        color: #36558F; }
        #businessDetail ul li .textBox p.ttlBox span {
          display: block; }
          #businessDetail ul li .textBox p.ttlBox span.name {
            font-weight: 700;
            font-size: 16px; }
            @media (max-width: 480px) {
              #businessDetail ul li .textBox p.ttlBox span.name {
                font-size: 14px; } }
          #businessDetail ul li .textBox p.ttlBox span.ttl {
            margin-top: 10px;
            font-size: clamp(19.2px, 3.333vw, 32px);
            font-weight: 700;
            line-height: 1.18; }
            @media (max-width: 480px) {
              #businessDetail ul li .textBox p.ttlBox span.ttl {
                font-size: 20px; } }
      #businessDetail ul li .textBox .text {
        margin-top: 30px; }
        #businessDetail ul li .textBox .text p {
          line-height: 1.875; }
          #businessDetail ul li .textBox .text p + p {
            margin-top: 20px; }
    #businessDetail ul li + li {
      margin-top: min(160px,16.6665vw); }
