@charset "UTF-8";
@media (max-width: 480px) {
  #contents {
    padding-top: 15.3846153846vw; } }

.contents_header {
  position: relative;
  width: 100%;
  height: auto; }
  @media (max-width: 480px) {
    .contents_header {
      height: 46.1538461538vw; } }
  .contents_header .head_inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    height: 100%;
    padding-left: 100px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .contents_header .head_inner {
        width: 100%;
        padding-left: 0; } }
    .contents_header .head_inner .ttl {
      position: relative;
      width: 550px;
      height: auto;
      font-size: 3.8rem;
      font-weight: bold;
      line-height: 1.4;
      color: #573f1d;
      white-space: nowrap;
      z-index: 0; }
      @media (max-width: 480px) {
        .contents_header .head_inner .ttl {
          position: absolute;
          top: 50%;
          left: 4%;
          transform: translateY(-50%);
          width: fit-content;
          font-size: 6.4102564103vw;
          letter-spacing: 0.2564102564vw;
          padding-left: 3%;
          z-index: 1; } }
      .contents_header .head_inner .ttl .illustration {
        position: absolute;
        top: 20px;
        left: 460px;
        width: 66px;
        height: auto;
        z-index: -1; }
        .contents_header .head_inner .ttl .illustration.con02 {
          top: -20px;
          left: 190px; }
        .contents_header .head_inner .ttl .illustration.con03 {
          top: 10px;
          left: 300px; }
        .contents_header .head_inner .ttl .illustration.con04 {
          top: -20px;
          left: 250px; }
        .contents_header .head_inner .ttl .illustration.con05 {
          top: -20px;
          left: 340px; }
        .contents_header .head_inner .ttl .illustration.con06 {
          top: 0px;
          left: 300px; }
        @media (max-width: 480px) {
          .contents_header .head_inner .ttl .illustration {
            width: 8.4615384615vw;
            top: 18.7179487179vw;
            left: 50%; }
            .contents_header .head_inner .ttl .illustration.con02 {
              top: 9.7435897436vw;
              left: 83%; }
            .contents_header .head_inner .ttl .illustration.con03 {
              top: 14.1025641026vw;
              left: 50%; }
            .contents_header .head_inner .ttl .illustration.con04 {
              top: 9.7435897436vw;
              left: 57.5%; }
            .contents_header .head_inner .ttl .illustration.con05 {
              top: 9.7435897436vw;
              left: 44%; }
            .contents_header .head_inner .ttl .illustration.con06 {
              top: 9.7435897436vw;
              left: 50%; } }
    .contents_header .head_inner .img {
      width: 792px;
      height: auto;
      border-radius: 157.5px 157.5px 157.5px 157.5px;
      overflow: hidden; }
      @media (max-width: 480px) {
        .contents_header .head_inner .img {
          position: relative;
          z-index: 0;
          right: 0;
          width: 59.2307692308vw;
          border-radius: 157.5px 0 0 157.5px; } }

.footer {
  border-top: 13px solid #ffa626; }
  @media (max-width: 480px) {
    .footer {
      border-top: 1.6666666667vw solid #ffa626; } }
  .footer.no-line {
    border-top: none; }
  .footer .footer_inner {
    padding-top: 100px; }
    @media (max-width: 480px) {
      .footer .footer_inner {
        padding-top: 14.1025641026vw; } }

.introduction {
  position: relative;
  padding: 100px 0;
  z-index: 0; }
  .introduction.bg-o {
    background-color: #fff8f2; }
  .introduction.bg-b {
    background-color: #f5fcff; }
  @media (max-width: 480px) {
    .introduction {
      padding: 12.8205128205vw 4%; }
      .introduction .unit_title01 {
        margin: 0 0 4.1025641026vw; } }
  .introduction .illustration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(430%, -50%);
    width: 89px;
    height: auto;
    z-index: 1; }
    @media (max-width: 480px) {
      .introduction .illustration {
        top: auto;
        bottom: -5.8974358974vw;
        left: auto;
        right: 10%;
        transform: none;
        width: 18.4615384615vw; } }
  .introduction .txt {
    text-align: center;
    font-weight: 500; }
    @media (max-width: 480px) {
      .introduction .txt {
        line-height: 1.6;
        letter-spacing: 0;
        text-align: left; } }

#tools.section {
  padding: 0; }
  #tools.section #rental,
  #tools.section #sale {
    padding-top: 120px; }
    @media (max-width: 480px) {
      #tools.section #rental,
      #tools.section #sale {
        padding-top: 17.4358974359vw; }
        #tools.section #rental .unit_title01,
        #tools.section #sale .unit_title01 {
          margin-bottom: 5.3846153846vw; }
        #tools.section #rental .content_inner.wrap,
        #tools.section #sale .content_inner.wrap {
          padding: 0; } }
  #tools.section #sale .txt {
    font-weight: 500;
    text-align: center;
    padding: 60px 0 70px; }
    @media (max-width: 480px) {
      #tools.section #sale .txt {
        letter-spacing: 0;
        text-align: left;
        padding: 5.1282051282vw 4%; } }
  #tools.section #sale .link_btn {
    display: flex;
    gap: 40px;
    height: auto;
    margin: 0 auto 50px; }
    @media (max-width: 480px) {
      #tools.section #sale .link_btn {
        flex-direction: column;
        gap: 6.4102564103vw;
        width: 100%;
        margin-bottom: 6.4102564103vw; } }
    #tools.section #sale .link_btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      background-color: #ffa626;
      border: 2px solid #ffa626;
      border-radius: 11px;
      padding: 21px;
      transition: color .3s, background-color .3s; }
      @media (max-width: 480px) {
        #tools.section #sale .link_btn a {
          font-size: 4.1025641026vw;
          border-radius: 1.4102564103vw;
          padding: 4.1025641026vw; } }
      #tools.section #sale .link_btn a .fa-regular {
        margin: 0 10px 0 8px; }
        @media (max-width: 480px) {
          #tools.section #sale .link_btn a .fa-regular {
            margin: 0 3.8461538462vw 0 2.5641025641vw; } }
      #tools.section #sale .link_btn a .arrow {
        width: 24px;
        height: 24px;
        margin-left: 14px; }
        @media (max-width: 480px) {
          #tools.section #sale .link_btn a .arrow {
            width: 4.8717948718vw;
            height: 4.8717948718vw;
            margin-left: 2.8205128205vw; } }
      @media (min-width: 480px) {
        #tools.section #sale .link_btn a:hover {
          color: #ffa626;
          background-color: #fff; } }
      #tools.section #sale .link_btn a.sale {
        position: relative;
        pointer-events: none;
        /* クリックを無効化 */
        cursor: default; }
        #tools.section #sale .link_btn a.sale::before {
          content: "Coming soon";
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.7);
          border: 2px solid rgba(0, 0, 0, 0);
          border-radius: 11px; }
          @media (max-width: 480px) {
            #tools.section #sale .link_btn a.sale::before {
              border-radius: 1.4102564103vw; } }
  #tools.section .merit {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fdf8f1;
    padding: 45px 100px;
    margin: 50px auto 0;
    z-index: 0; }
    @media (max-width: 480px) {
      #tools.section .merit {
        flex-direction: column;
        padding: 16.1538461538vw 4% 6.4102564103vw;
        margin: 8.9743589744vw auto 0; } }
    #tools.section .merit::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 50px;
      transform: translateY(-50%);
      width: 164px;
      height: 186px;
      background-image: url(../img/footprints-orange.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0;
      z-index: -1; }
      @media (max-width: 480px) {
        #tools.section .merit::after {
          right: 4%;
          top: auto;
          bottom: 20px;
          transform: none;
          width: 26.2820512821vw;
          height: 29.8717948718vw; } }
    #tools.section .merit .illustration {
      position: absolute;
      top: -95px;
      left: 10px;
      width: 82px;
      height: auto; }
      @media (max-width: 480px) {
        #tools.section .merit .illustration {
          top: -6.9230769231vw;
          left: auto;
          right: 5%;
          width: 11.1538461538vw; } }
    #tools.section .merit .ttl {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 120px;
      font-size: 2rem;
      font-weight: bold;
      color: #fff;
      background-color: #ffa626;
      border-radius: 50%; }
      @media (max-width: 480px) {
        #tools.section .merit .ttl {
          position: absolute;
          top: 0;
          left: 0;
          width: 68.9743589744vw;
          height: 11.6666666667vw;
          font-size: 5.7692307692vw;
          border-radius: 0 0 2.5641025641vw 0; } }
    #tools.section .merit .list {
      font-size: 1.8rem;
      line-height: 1.9;
      font-weight: 500;
      padding-right: 15px; }
      @media (max-width: 480px) {
        #tools.section .merit .list {
          font-size: 3.5897435897vw;
          line-height: 1.5;
          letter-spacing: 0;
          padding-right: 0; } }
      #tools.section .merit .list ul > li {
        position: relative;
        padding-left: 40px; }
        @media (max-width: 480px) {
          #tools.section .merit .list ul > li {
            padding-left: 5.7692307692vw; }
            #tools.section .merit .list ul > li:not(:last-child) {
              margin-bottom: 1.5384615385vw; } }
        #tools.section .merit .list ul > li::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          background-image: url(../img/check-marker.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 0 0; }
          @media (max-width: 480px) {
            #tools.section .merit .list ul > li::before {
              top: 1.5384615385vw;
              transform: none;
              width: 3.4615384615vw;
              height: 3.4615384615vw; } }
  #tools.section .lineup {
    padding-top: 50px; }
    @media (max-width: 480px) {
      #tools.section .lineup {
        padding-top: 6.4102564103vw; } }
    #tools.section .lineup ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 20px; }
      @media (max-width: 480px) {
        #tools.section .lineup ul {
          gap: 4.6153846154vw; } }
      #tools.section .lineup ul li {
        width: calc((100% - 40px) / 3);
        height: auto;
        padding: 0 30px; }
        @media (max-width: 480px) {
          #tools.section .lineup ul li {
            width: 43.5897435897vw;
            height: 43.5897435897vw;
            padding: 0; } }
        #tools.section .lineup ul li .name {
          text-align: center;
          font-size: 2.4rem;
          font-weight: 500; }
          @media (max-width: 480px) {
            #tools.section .lineup ul li .name {
              font-size: 4.6153846154vw; } }

.section_msg {
  font-weight: 500;
  text-align: center;
  padding-top: 5px; }
  @media (max-width: 480px) {
    .section_msg {
      letter-spacing: 0;
      text-align: left;
      padding: 0 4%; } }

.attention {
  font-weight: 500;
  color: #797979; }
  @media (max-width: 480px) {
    .attention {
      letter-spacing: 0;
      padding: 0 4%; } }
  .attention ul > li {
    padding-left: 16px;
    text-indent: -16px; }
  .attention p {
    margin-bottom: 0; }

#home.section {
  position: relative; }
#home .illustration {
  position: absolute;
  bottom: 80px;
  right: 50%;
  transform: translateX(380%);
  width: 147px;
  height: 123px; }
  @media (max-width: 480px) {
    #home .illustration {
      bottom: 12.3076923077vw;
      right: 8%;
      transform: none;
      width: 25.7692307692vw;
      height: 21.5384615385vw; } }
@media (max-width: 480px) {
  #home .introduction {
    padding: 10.7692307692vw 4%; } }
#home .feet-img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(310%);
  width: 125px;
  height: auto;
  z-index: -1; }
  @media (max-width: 480px) {
    #home .feet-img {
      top: 6.9230769231vw;
      left: auto;
      right: 10%;
      transform: rotate(-13deg);
      width: 16.0256410256vw;
      height: 30.8974358974vw; } }
#home .home_img {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0 40px; }
  @media (max-width: 480px) {
    #home .home_img {
      flex-direction: column;
      justify-content: center;
      gap: 15.8974358974vw;
      padding: 6.4102564103vw 4% 9.6153846154vw; } }
  #home .home_img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -80%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 33px;
    border-color: transparent transparent transparent #ffa626; }
    @media (max-width: 480px) {
      #home .home_img::after {
        transform: translate(-50%, -240%);
        border-width: 5.641025641vw 3.2051282051vw 0 3.2051282051vw;
        border-color: #ffa626 transparent transparent transparent; } }
  #home .home_img .home_img-item .img {
    width: 415px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 480px) {
      #home .home_img .home_img-item .img {
        width: 100%;
        height: 56.1538461538vw;
        border-radius: 2.5641025641vw; }
        #home .home_img .home_img-item .img.item01 {
          width: 60vw;
          height: 40.5128205128vw; } }
  #home .home_img .home_img-item .ttl {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    padding-top: 5px; }
    @media (max-width: 480px) {
      #home .home_img .home_img-item .ttl {
        font-size: 5.1282051282vw;
        padding-top: 0.5128205128vw; } }
@media (max-width: 480px) {
  #home .attention {
    margin-bottom: 7.0512820513vw; } }

#overview.section {
  padding: 0; }
  @media (max-width: 480px) {
    #overview.section {
      padding-bottom: 1.2820512821vw; } }
#overview .point {
  position: relative;
  width: 800px;
  text-align: center;
  border: 1px solid #3abcec;
  background-color: #fff;
  padding: 36px;
  margin: 100px auto 20px; }
  @media (max-width: 480px) {
    #overview .point {
      display: flex;
      gap: 2.5641025641vw;
      width: 100%;
      padding: 4.4871794872vw 3.2051282051vw;
      margin: 10.2564102564vw auto 0; } }
  @media (max-width: 480px) {
    #overview .point .txt_area {
      flex: 1; } }
  #overview .point .txt_area .ttl {
    font-size: 3.2rem;
    font-weight: bold; }
    @media (max-width: 480px) {
      #overview .point .txt_area .ttl {
        font-size: 5.7692307692vw;
        line-height: 1.4;
        text-align: left; } }
  #overview .point .txt_area .txt {
    font-weight: 500; }
    @media (max-width: 480px) {
      #overview .point .txt_area .txt {
        text-align: left;
        line-height: 1.6;
        letter-spacing: 0;
        padding-top: 1.2820512821vw; } }
  #overview .point .illustration {
    position: absolute;
    bottom: -2px;
    right: -65px;
    width: 162px;
    height: auto; }
    @media (max-width: 480px) {
      #overview .point .illustration {
        position: static;
        width: 20.7692307692vw; } }

#target .introduction .illustration {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-490px);
  width: 211px;
  height: auto; }
  @media (max-width: 480px) {
    #target .introduction .illustration {
      top: -5.1282051282vw;
      left: auto;
      right: 7%;
      transform: none;
      width: 22.4358974359vw; } }
#target .target_table {
  padding: 50px 0 20px; }
  @media (max-width: 480px) {
    #target .target_table {
      padding: 6.4102564103vw 0 0; } }
  #target .target_table .table_base {
    padding: 0; }
    @media (max-width: 480px) {
      #target .target_table .table_base {
        font-size: 3.5897435897vw; }
        #target .target_table .table_base.item02 {
          padding: 3.8461538462vw 0 5.1282051282vw; } }
    @media (max-width: 480px) and (max-width: 480px) {
      #target .target_table .table_base.item02 .p20 {
        padding: 3.2051282051vw 2.8205128205vw; } }

    #target .target_table .table_base table {
      line-height: 1.5;
      letter-spacing: 0;
      border: 1px solid #3abcec;
      margin-left: auto;
      margin-right: auto; }
      #target .target_table .table_base table tbody th,
      #target .target_table .table_base table tbody td {
        text-align: center;
        vertical-align: middle;
        font-weight: 500;
        border: 1px solid #3abcec;
        padding: 25px 8px; }
        @media (max-width: 480px) {
          #target .target_table .table_base table tbody th,
          #target .target_table .table_base table tbody td {
            display: table-cell;
            padding: 3.2051282051vw 1.0256410256vw; } }
      #target .target_table .table_base table tbody th {
        width: 128px;
        border-color: #3abcec;
        background-color: #fff; }
        @media (max-width: 480px) {
          #target .target_table .table_base table tbody th {
            width: 26.4102564103vw; } }
        #target .target_table .table_base table tbody th.bg-lb {
          background-color: #f5fcff;
          padding: 26px 8px; }
          @media (max-width: 480px) {
            #target .target_table .table_base table tbody th.bg-lb {
              padding: 3.2051282051vw 1.0256410256vw; } }
      #target .target_table .table_base table tbody td {
        width: 486px; }
        @media (max-width: 480px) {
          #target .target_table .table_base table tbody td {
            width: 65vw;
            text-align: left;
            margin-bottom: 0; } }
        #target .target_table .table_base table tbody td.bg-b {
          font-weight: bold;
          color: #fff;
          background-color: #61d4ff;
          padding: 26px 8px; }
          @media (max-width: 480px) {
            #target .target_table .table_base table tbody td.bg-b {
              padding: 3.2051282051vw 2.8205128205vw; } }
        #target .target_table .table_base table tbody td.fc-bl {
          background-color: #f5fcff;
          padding: 26px 8px; }
          @media (max-width: 480px) {
            #target .target_table .table_base table tbody td.fc-bl {
              padding: 3.2051282051vw 2.8205128205vw; } }
        #target .target_table .table_base table tbody td ul {
          display: inline-block;
          text-align: left; }
          #target .target_table .table_base table tbody td ul li {
            padding-left: 14px;
            text-indent: -14px; }
      #target .target_table .table_base table tbody .h150 {
        height: 150px; }
        @media (max-width: 480px) {
          #target .target_table .table_base table tbody .h150 {
            height: 29.7435897436vw; } }
      @media (max-width: 480px) {
        #target .target_table .table_base table tbody .h124 {
          height: 15.8974358974vw; } }
@media (max-width: 480px) {
  #target .attention {
    line-height: 1.6;
    text-indent: -3.8461538462vw;
    padding-left: 3.8461538462vw;
    padding-right: 0; } }

#process.section {
  padding-top: 0; }
  #process.section .introduction {
    padding: 0; }
    @media (max-width: 480px) {
      #process.section .introduction .txt {
        margin: 0 3%; } }
    @media (max-width: 480px) {
      #process.section .introduction .unit_title01 {
        margin: 0 auto 4.1025641026vw; } }
#process .flow {
  padding: 50px 0 20px; }
  @media (max-width: 480px) {
    #process .flow {
      padding: 9.6153846154vw 0 0; } }
  #process .flow ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    width: 758px;
    border: 1px solid #3abcec;
    padding: 45px 36px 45px 88px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      #process .flow ul li {
        gap: 4.6153846154vw;
        width: 100%;
        height: 42.3076923077vw;
        padding: 11.2820512821vw 5.1282051282vw 5.1282051282vw 5.1282051282vw; } }
    #process .flow ul li:not(:last-child) {
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        #process .flow ul li:not(:last-child) {
          margin-bottom: 5px; }
          #process .flow ul li:not(:last-child)::after {
            content: "";
            position: absolute;
            bottom: -4.1025641026vw;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 3.8461538462vw 2.2435897436vw 0 2.2435897436vw;
            border-color: #3abcec transparent transparent transparent; } }
    #process .flow ul li .num {
      position: absolute;
      top: 50%;
      left: -55px;
      transform: translateY(-50%);
      display: flex;
      justify-content: center;
      align-items: center;
      width: 110px;
      height: 110px;
      font-size: 2rem;
      font-weight: bold;
      color: #fff;
      background-color: #3abcec;
      border-radius: 50%; }
      @media (max-width: 480px) {
        #process .flow ul li .num {
          top: 0;
          left: 0;
          transform: none;
          width: 23.5897435897vw;
          height: 8.3333333333vw;
          font-size: 5.1282051282vw;
          line-height: 1.5;
          border-radius: 0 0 2.5641025641vw 0;
          padding-bottom: 0.7692307692vw; } }
    #process .flow ul li .icon {
      width: 72px; }
      @media (max-width: 480px) {
        #process .flow ul li .icon {
          width: 14.7435897436vw; } }
    #process .flow ul li .txt {
      letter-spacing: 0; }
      @media (max-width: 480px) {
        #process .flow ul li .txt {
          flex: 1; } }
      #process .flow ul li .txt .ttl {
        font-size: 2.5rem;
        font-weight: bold;
        text-align: left;
        color: #573f1d; }
        @media (max-width: 480px) {
          #process .flow ul li .txt .ttl {
            font-size: 5.1282051282vw; } }
      #process .flow ul li .txt .explanation {
        font-size: 1.6rem;
        font-weight: 500;
        text-align: left;
        margin-bottom: 0; }
        @media (max-width: 480px) {
          #process .flow ul li .txt .explanation {
            font-size: 3.5897435897vw; } }

#support {
  position: relative;
  z-index: 0; }
  #support.section {
    padding-bottom: 0; }
    @media (max-width: 480px) {
      #support.section {
        padding-top: 16.6666666667vw; } }
  #support .illustration {
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-524px);
    width: 159px;
    z-index: -1; }
    @media (max-width: 480px) {
      #support .illustration {
        top: -15.3846153846vw;
        transform: translateX(-50%);
        width: 32.8205128205vw; } }
  @media (max-width: 480px) {
    #support .unit_title01 {
      line-height: 1.4; } }
  #support .support_list {
    position: relative;
    padding-top: 30px;
    z-index: 1; }
    @media (max-width: 480px) {
      #support .support_list {
        padding-top: 0; } }
    #support .support_list ul {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
      @media (max-width: 480px) {
        #support .support_list ul {
          flex-direction: column;
          gap: 2.5641025641vw; } }
      #support .support_list ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc((100% - 94px) / 3);
        min-height: 195px;
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
        color: #573f1d;
        background-color: #f5fcff;
        padding: 10px; }
        @media (max-width: 480px) {
          #support .support_list ul li {
            width: 100%;
            min-height: 24.6153846154vw;
            font-size: 5.1282051282vw; } }

#plan .flow {
  padding-top: 30px; }
  @media (max-width: 480px) {
    #plan .flow {
      padding-top: 3.8461538462vw; } }
  #plan .flow ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media (max-width: 480px) {
      #plan .flow ul {
        flex-direction: column; } }
    #plan .flow ul li {
      position: relative;
      width: calc((100% - 102px) / 4);
      border: 1px solid #3abcec;
      background-color: #fff;
      padding: 26px 11px 16px; }
      @media (max-width: 480px) {
        #plan .flow ul li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 3.8461538462vw;
          width: 100%;
          padding: 4.358974359vw 5%; } }
      @media (max-width: 480px) {
        #plan .flow ul li:not(:last-child) {
          margin-bottom: 5px; } }
      #plan .flow ul li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -27px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 14px;
        border-color: transparent transparent transparent #3abcec;
        z-index: 1; }
        @media (max-width: 480px) {
          #plan .flow ul li:not(:last-child)::after {
            top: auto;
            bottom: -3.8461538462vw;
            right: 50%;
            transform: translateX(50%);
            border-width: 3.8461538462vw 2.2435897436vw 0 2.2435897436vw;
            border-color: #3abcec transparent transparent transparent; } }
      #plan .flow ul li .img {
        height: 117px;
        margin: 0 auto; }
        @media (max-width: 480px) {
          #plan .flow ul li .img {
            height: auto; } }
        #plan .flow ul li .img.item01 {
          width: 131px; }
          @media (max-width: 480px) {
            #plan .flow ul li .img.item01 {
              width: 26.4102564103vw; } }
        #plan .flow ul li .img.item02 {
          width: 120px; }
          @media (max-width: 480px) {
            #plan .flow ul li .img.item02 {
              width: 24.8717948718vw; } }
        #plan .flow ul li .img.item03 {
          width: 115px; }
          @media (max-width: 480px) {
            #plan .flow ul li .img.item03 {
              width: 23.7179487179vw; } }
        #plan .flow ul li .img.item04 {
          width: 102px; }
          @media (max-width: 480px) {
            #plan .flow ul li .img.item04 {
              width: 22.6923076923vw; } }
      #plan .flow ul li .txt {
        letter-spacing: 0; }
        @media (max-width: 480px) {
          #plan .flow ul li .txt {
            flex: 1; } }
        #plan .flow ul li .txt .ttl {
          font-size: 2.5rem;
          font-weight: bold;
          line-height: 1.4;
          color: #573f1d;
          text-align: center;
          margin-bottom: 10px; }
          @media (max-width: 480px) {
            #plan .flow ul li .txt .ttl {
              font-size: 5.1282051282vw;
              text-align: left; } }
        #plan .flow ul li .txt .explanation {
          font-size: 1.6rem;
          line-height: 1.6;
          margin-bottom: 0; }
          @media (max-width: 480px) {
            #plan .flow ul li .txt .explanation {
              font-size: 3.5897435897vw;
              text-align: left; } }

#consultation.section {
  padding: 0; }
#consultation .introduction .illustration {
  position: absolute;
  top: 20px;
  right: 50%;
  transform: translateX(275px);
  width: 204px;
  height: fit-content; }
  @media (max-width: 480px) {
    #consultation .introduction .illustration {
      top: -8.4615384615vw;
      right: 7%;
      transform: none;
      width: 35.641025641vw; } }

#worries.section {
  padding-bottom: 77px; }
  @media (max-width: 480px) {
    #worries.section {
      padding-bottom: 12.8205128205vw; } }
@media (max-width: 480px) {
  #worries .unit_title01 {
    line-height: 1.4; } }
#worries .worries_img {
  width: 855px;
  padding-top: 30px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    #worries .worries_img {
      width: 93.3333333333vw;
      padding-top: 0; } }

#information {
  position: relative; }
  #information::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 53px 55.5px 0 55.5px;
    border-color: #fff transparent transparent transparent; }
    @media (max-width: 480px) {
      #information::before {
        border-width: 6.7948717949vw 7.1153846154vw 0 7.1153846154vw; } }
  #information.section {
    color: #fff;
    background-image: url(../img/info-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 100px; }
    @media (max-width: 480px) {
      #information.section {
        padding: 19.2307692308vw 0 12.8205128205vw; } }
  @media (max-width: 480px) {
    #information .unit_title01 {
      line-height: 1.4;
      margin-bottom: 3.3333333333vw; } }
  #information .msg {
    font-weight: 500;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      #information .msg {
        font-size: 3.8461538462vw;
        margin-bottom: 6.4102564103vw; } }
  #information .flex_in {
    gap: 35px; }
    @media (max-width: 480px) {
      #information .flex_in {
        gap: 5.1282051282vw; } }
    @media (max-width: 480px) {
      #information .flex_in .info_item {
        width: 100%; } }
    #information .flex_in .info_item a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 462px;
      height: 116px;
      color: #3abcec;
      background-color: #fff;
      border-radius: 10px; }
      @media (max-width: 480px) {
        #information .flex_in .info_item a {
          width: 100%;
          height: 22.8205128205vw;
          border-radius: 1.2820512821vw; } }
    #information .flex_in .tel a {
      font-size: 4.9rem;
      font-weight: bold;
      line-height: 0.7; }
      @media (max-width: 480px) {
        #information .flex_in .tel a {
          font-size: 9.6153846154vw; } }
      #information .flex_in .tel a .icon {
        display: inline-block;
        width: 25px;
        height: 35px;
        mask-image: url(../img/tel-ico.png);
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: 0 0;
        background-color: #3abcec;
        margin-right: 14px; }
        @media (max-width: 480px) {
          #information .flex_in .tel a .icon {
            width: 4.8717948718vw;
            height: 6.9230769231vw;
            margin-right: 3.3333333333vw; } }
    #information .flex_in .inquiry a {
      font-size: 2rem;
      font-weight: bold;
      transition: color .3s, background-color .3s; }
      @media (max-width: 480px) {
        #information .flex_in .inquiry a {
          font-size: 3.8461538462vw; } }
      #information .flex_in .inquiry a .arrow {
        width: 24px;
        height: 24px;
        background-image: url(../img/info-arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 0;
        margin-left: 6px;
        transition: background-image .3s; }
        @media (max-width: 480px) {
          #information .flex_in .inquiry a .arrow {
            width: 4.6153846154vw;
            height: 4.6153846154vw;
            margin-left: 1.7948717949vw; } }
      @media (min-width: 480px) {
        #information .flex_in .inquiry a:hover {
          color: #fff;
          background-color: #3abcec; }
          #information .flex_in .inquiry a:hover .arrow {
            background-image: url(../img/arrow-blue.png); } }

#thought .msg {
  padding-top: 20px; }
  @media (max-width: 480px) {
    #thought .msg {
      padding-top: 2.5641025641vw; } }
#thought .signature {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0; }
  @media (max-width: 480px) {
    #thought .signature {
      font-size: 4.358974359vw; } }

#company .unit_title01 {
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    #company .unit_title01 {
      line-height: 1.4;
      margin-bottom: 6.4102564103vw; } }
#company .table_base th {
  color: #573f1d; }
#company #care-plan {
  padding-top: 100px; }
  @media (max-width: 480px) {
    #company #care-plan {
      padding-top: 12.8205128205vw; } }
  #company #care-plan .table_base table tbody th {
    background-color: #f5fcff; }

#access section.section {
  padding-top: 0; }

#map01,
#map02 {
  padding-top: 100px; }
  #map01 .unit_title01,
  #map02 .unit_title01 {
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      #map01 .unit_title01,
      #map02 .unit_title01 {
        line-height: 1.4;
        margin-bottom: 6.4102564103vw; } }

#map02 .way {
  padding: 20px 5px; }
  @media (max-width: 480px) {
    #map02 .way {
      padding: 2.5641025641vw 5px; } }

#telephone .unit_title01 {
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    #telephone .unit_title01 {
      line-height: 1.4;
      margin-bottom: 6.4102564103vw; } }
#telephone #care-service .info_item {
  background-color: #fff8f2; }
#telephone #care-plan {
  padding-top: 100px; }
  @media (max-width: 480px) {
    #telephone #care-plan {
      padding-top: 12.8205128205vw; } }
  #telephone #care-plan .info_item {
    background-color: #f5fcff; }
