@charset "UTF-8";
@import url(common.css);
/* ヘッダー
---------------------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 3.75vh 56px 2vh;
  z-index: 9999; }
  @media screen and (max-width: 1080px) {
    header {
      padding: 2vh 56px 1.5vh; } }
  @media screen and (max-width: 768px) {
    header {
      padding: 14px 20px; } }
  @media screen and (max-width: 560px) {
    header {
      padding: 7px 15px; } }
  header .h-logo {
    max-width: 500px;
    min-width: 293px;
    width: 68%;
    color: #000000; }
    @media screen and (max-width: 768px) {
      header .h-logo {
        line-height: 1em; } }
    header .h-logo-sub {
      display: block;
      font-size: clamp(12px, 0.564rem + 0.39vw, 16px);
      letter-spacing: 0.05em;
      line-height: 1.25em;
      margin-bottom: 0.5em; }
    header .h-logo-main {
      font-size: clamp(21px, 0.987rem + 0.68vw, 28px);
      letter-spacing: 0.05em; }
      @media screen and (max-width: 768px) {
        header .h-logo-main {
          font-size: clamp(18px, 0.991rem + 0.67vw, 21px); } }
  header .nav-toggle {
    position: absolute;
    width: 9vw;
    aspect-ratio: 41 / 40;
    top: 0;
    right: 0;
    background-color: #3b5fcc;
    border-radius: 0 0 0 60px;
    cursor: pointer;
    z-index: 9998; }
    @media screen and (max-width: 1000px) {
      header .nav-toggle {
        border-radius: 0 0 0 45px; } }
    @media screen and (max-width: 768px) {
      header .nav-toggle {
        width: 70px;
        border-radius: 0 0 0 30px; } }
    header .nav-toggle span {
      position: absolute;
      width: 4vw;
      border-top: solid 2px #ffffff;
      right: 2.1667vw;
      transition: .3s; }
      @media screen and (max-width: 768px) {
        header .nav-toggle span {
          width: 34px;
          right: 18px; } }
      header .nav-toggle span:first-child {
        top: 2.722vw; }
        @media screen and (max-width: 768px) {
          header .nav-toggle span:first-child {
            top: 21px; } }
      header .nav-toggle span:nth-child(2) {
        top: 3.889vw; }
        @media screen and (max-width: 768px) {
          header .nav-toggle span:nth-child(2) {
            top: 31px; } }
      header .nav-toggle span:last-child {
        top: 5.222vw; }
        @media screen and (max-width: 768px) {
          header .nav-toggle span:last-child {
            top: 41px; } }
  header.open .nav-toggle span:first-child {
    transform: rotate(45deg);
    transform-origin: left top; }
  header.open .nav-toggle span:nth-child(2) {
    display: none; }
  header.open .nav-toggle span:last-child {
    top: 5.422vw;
    transform: rotate(-45deg);
    transform-origin: left bottom; }
    @media screen and (max-width: 768px) {
      header.open .nav-toggle span:last-child {
        top: 45px; } }
  header.header_color-scroll {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px); }

/* グローバルナビ
---------------------------------------------------------------------------- */
nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 250px);
  max-width: 350px;
  height: 100vh;
  border-radius: 0;
  min-width: 230px;
  padding: 9vw 0 0 0;
  background-color: rgba(46, 46, 46, 0);
  transform: translateX(100%);
  transition: .3s;
  z-index: 9997; }
  @media screen and (max-width: 768px) {
    nav {
      padding: 70px 0 0 0; } }
  nav .nav-wrap {
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      nav .nav-wrap {
        display: block;
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        padding-left: 0; } }
    nav .nav-wrap .nav-list {
      width: 100%;
      margin-top: 1.25em;
      padding: 0.25em;
      font-size: clamp(21px, 0.987rem + 0.68vw, 28px); }
      @media screen and (max-width: 768px) {
        nav .nav-wrap .nav-list {
          width: 100% !important;
          padding: 0;
          font-size: 1.25em;
          text-align: left; } }
      nav .nav-wrap .nav-list > a {
        color: #ffffff; }
        @media screen and (max-width: 768px) {
          nav .nav-wrap .nav-list > a {
            display: block;
            padding: 1em 20px 1em 40px; } }
        nav .nav-wrap .nav-list > a:hover {
          color: #bfdeff; }

.open + nav {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px); }

/* フッター
---------------------------------------------------------------------------- */
footer {
  background-color: #ffffff;
  text-align: center;
  padding: 30px 0;
  /* 表示状態 */
  /* キーボードフォーカス可視化 */ }
  @media screen and (max-width: 768px) {
    footer {
      padding: 30px 0 180px; } }
  @media screen and (max-width: 560px) {
    footer {
      padding: 30px 0 150px; } }
  footer .copyright {
    font-size: 0.875em;
    line-height: 1em; }
  footer #backToTop {
    position: fixed;
    right: 20px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-family: "Shippori Mincho", serif;
    line-height: 1em;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    z-index: 9995; }
    @media screen and (max-width: 768px) {
      footer #backToTop {
        display: none; } }
  footer #backToTop.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  footer #backToTop:focus {
    outline: 3px solid rgba(255, 255, 255, 0.3); }

/* .back-pale
---------------------------------------------------------------------------- */
.back-pale {
  background: url("../images/bg-image.jpg") no-repeat left top/cover; }

/* main
---------------------------------------------------------------------------- */
main {
  overflow: hidden; }

/* .contents (下層ページ用)
---------------------------------------------------------------------------- */
.contents {
  padding-top: 100px; }

/* セクションタイトル
---------------------------------------------------------------------------- */
.sec-ttl {
  margin: 0 auto;
  text-align: center; }
  .sec-ttl-sub {
    display: block;
    font-size: clamp(16px, 0.907rem + 0.19vw, 18px);
    color: #3b5fcc;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    line-height: 1.75em; }
    @media screen and (max-width: 768px) {
      .sec-ttl-sub {
        font-size: clamp(14px, 0.786rem + 0.45vw, 16px); } }
  .sec-ttl-main {
    display: block;
    font-size: clamp(36px, 1.692rem + 1.16vw, 48px);
    letter-spacing: 0.075em;
    line-height: 1em;
    margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .sec-ttl-main {
        font-size: clamp(28px, 1.393rem + 1.79vw, 36px); } }
    .sec-ttl-main-mini {
      font-size: clamp(28px, 1.378rem + 0.78vw, 36px); }
      @media screen and (max-width: 768px) {
        .sec-ttl-main-mini {
          font-size: clamp(20px, 0.893rem + 1.79vw, 28px); } }

/* メインビジュアル
---------------------------------------------------------------------------- */
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  /* スクロールダウンの位置 */
  /* 線のアニメーション */
  /* cta */ }
  @media screen and (max-width: 768px) {
    .mainvisual {
      padding-top: 65px;
      height: calc(100vh - 170px); } }
  @media screen and (max-width: 560px) {
    .mainvisual {
      height: calc(100vh - 140px); } }
  .mainvisual .mainvisual-wrap {
    position: relative; }
    .mainvisual .mainvisual-wrap .mainvisual-image {
      width: 71.556%;
      height: 100vh; }
      @media screen and (max-width: 768px) {
        .mainvisual .mainvisual-wrap .mainvisual-image {
          width: 100%;
          height: calc(84vh - 235px); } }
      @media screen and (max-width: 560px) {
        .mainvisual .mainvisual-wrap .mainvisual-image {
          height: calc(82vh - 205px); } }
      .mainvisual .mainvisual-wrap .mainvisual-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .mainvisual .mainvisual-wrap .catchcopy {
      width: 28.444%;
      background-color: #ffffff;
      padding-bottom: 17vh; }
      @media screen and (max-width: 768px) {
        .mainvisual .mainvisual-wrap .catchcopy {
          display: flex;
          align-items: center;
          width: 100%;
          height: 16vh;
          padding: 0 5%;
          text-align: center; } }
      @media screen and (max-width: 560px) {
        .mainvisual .mainvisual-wrap .catchcopy {
          height: 18vh; } }
      .mainvisual .mainvisual-wrap .catchcopy h2 {
        margin: 0 auto 0;
        font-size: clamp(32px, 1.535rem + 0.97vw, 42px);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: 1.75em;
        font-weight: 500;
        color: #000000; }
        @media screen and (max-width: 768px) {
          .mainvisual .mainvisual-wrap .catchcopy h2 {
            font-size: clamp(22px, 0.929rem + 2.23vw, 32px);
            -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; } }
        .mainvisual .mainvisual-wrap .catchcopy h2 span {
          display: block;
          letter-spacing: 0.05em; }
  .mainvisual .scroll {
    position: absolute;
    right: 3.5%;
    bottom: 270px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(16px, 0.907rem + 0.19vw, 18px);
    /* 線のアニメーション部分 */ }
    @media screen and (max-width: 768px) {
      .mainvisual .scroll {
        display: none; } }
    .mainvisual .scroll span {
      position: absolute;
      right: -14px;
      bottom: 0;
      width: 24px;
      height: 4.5em;
      color: #3b5fcc; }
    .mainvisual .scroll::before {
      animation: scroll 2s infinite;
      background-color: #3b5fcc;
      bottom: -270px;
      content: "";
      height: 270px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      width: 1px; }
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
  .mainvisual .cta {
    position: absolute;
    left: 3.722vw;
    bottom: -30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 45vw;
    max-width: 518px;
    min-width: 350px;
    padding: 0 45px 30px;
    border-radius: 50px;
    background-color: #3b5fcc;
    text-align: center;
    letter-spacing: 0.05em;
    z-index: 999; }
    @media screen and (max-width: 1000px) {
      .mainvisual .cta {
        padding: 0 30px 30px; } }
    @media screen and (max-width: 768px) {
      .mainvisual .cta {
        position: fixed;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: 170px;
        left: 0;
        bottom: 0;
        padding: 18px 0 66px;
        border-radius: 0; } }
    @media screen and (max-width: 560px) {
      .mainvisual .cta {
        height: 140px;
        padding: 16px 0 58px; } }
    .mainvisual .cta-caption {
      margin: -0.5em 0 1.25em;
      font-size: clamp(14px, 0.375rem + 0.67vw, 18px); }
      @media screen and (max-width: 768px) {
        .mainvisual .cta-caption {
          font-size: clamp(11px, 0.554rem + 0.67vw, 14px);
          line-height: 1em;
          margin: 0 0 1em; } }
      @media screen and (max-width: 560px) {
        .mainvisual .cta-caption {
          margin-bottom: 0.25em; } }
      .mainvisual .cta-caption span {
        color: #3b5fcc;
        background-color: #f6f6f6;
        margin: 0 0.1em;
        padding: 0.25em 0.5em; }
        @media screen and (max-width: 768px) {
          .mainvisual .cta-caption span {
            padding: 0 0.5em 0.125em; } }
    .mainvisual .cta-text {
      font-size: clamp(18px, 0.375rem + 1vw, 24px);
      color: #ffffff;
      line-height: 1.25em;
      margin-bottom: 0.45em; }
      @media screen and (max-width: 768px) {
        .mainvisual .cta-text {
          width: 100%;
          font-size: clamp(16px, 0.911rem + 0.45vw, 18px); } }
      @media screen and (max-width: 560px) {
        .mainvisual .cta-text {
          margin-bottom: 0.125em;
          line-height: 1em; } }
    .mainvisual .cta-tel {
      margin-bottom: 0.45em; }
      @media screen and (max-width: 768px) {
        .mainvisual .cta-tel {
          position: absolute;
          bottom: 12px;
          left: 2px;
          width: calc(50% - 3px);
          height: 56px;
          margin-bottom: 0;
          background-color: #f6f6f6;
          line-height: 56px; } }
      @media screen and (max-width: 560px) {
        .mainvisual .cta-tel {
          height: 46px;
          line-height: 46px; } }
      .mainvisual .cta-tel span {
        position: relative;
        font-size: clamp(32px, 0.75rem + 1.67vw, 42px);
        color: #ffffff;
        padding: 0 0.47em 0 0.95em; }
        @media screen and (max-width: 768px) {
          .mainvisual .cta-tel span {
            font-size: clamp(18px, 0.679rem + 2.23vw, 28px);
            color: #3b5fcc;
            padding: 0 0.47em 0 0.95em; } }
        .mainvisual .cta-tel span::before {
          content: "";
          position: absolute;
          top: 0.3em;
          left: 0;
          width: 0.762em;
          aspect-ratio: 32 / 45;
          background: url("../images/icon_tel.png") no-repeat top center/contain; }
          @media screen and (max-width: 768px) {
            .mainvisual .cta-tel span::before {
              background: url("../images/icon_tel_blue.png") no-repeat top center/contain; } }
    .mainvisual .cta-time {
      font-size: clamp(14px, 0.375rem + 0.67vw, 18px);
      color: #ffffff;
      line-height: 1em;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 768px) {
        .mainvisual .cta-time {
          font-size: clamp(12px, 0.661rem + 0.45vw, 14px);
          margin-bottom: 1em; } }
      @media screen and (max-width: 560px) {
        .mainvisual .cta-time {
          margin-bottom: 0.25em; } }
    .mainvisual .cta-btn {
      display: block;
      width: 90%;
      max-width: 378px;
      margin: 0 auto;
      padding: 1.2em 0;
      font-size: clamp(19px, 0.438rem + 1vw, 25px);
      line-height: 1em;
      background-color: #ffffff;
      color: #3b5fcc;
      transition: .3s; }
      @media screen and (max-width: 768px) {
        .mainvisual .cta-btn {
          position: absolute;
          bottom: 12px;
          right: 2px;
          width: calc(50% - 3px);
          height: 56px;
          padding: 0;
          line-height: 56px;
          font-size: clamp(16px, 0.866rem + 0.67vw, 19px); } }
      @media screen and (max-width: 560px) {
        .mainvisual .cta-btn {
          height: 46px;
          line-height: 46px; } }
      .mainvisual .cta-btn:hover {
        background-color: #eff6ff;
        box-shadow: 0 2px 3px #2545a7; }
      .mainvisual .cta-btn .reserve {
        position: relative;
        padding-left: 1.875em; }
        .mainvisual .cta-btn .reserve::before {
          content: "";
          position: absolute;
          top: 0.3em;
          left: 0;
          aspect-ratio: 36 / 25;
          width: 1.44em;
          background: url("../images/icon_reserve.png") no-repeat top center/contain; }

/* 下層セクション
---------------------------------------------------------------------------- */
[class^="content-"] {
  padding: 110px 0; }
  [class^="content-"] .box-text p {
    line-height: 1.667em;
    margin-bottom: 1.5em;
    letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    [class^="content-"] {
      padding: 80px 0; } }
  @media screen and (max-width: 560px) {
    [class^="content-"] {
      padding: 60px 0; } }

.content {
  /* 事業紹介
  ---------------------------------------------------------------------------- */
  /* 行政書士紹介
  ---------------------------------------------------------------------------- */
  /* ご相談の流れ
  ---------------------------------------------------------------------------- */
  /* 事務所案内
  ---------------------------------------------------------------------------- */
  /* スライドショー
  ---------------------------------------------------------------------------- */
  /* Contact
  ---------------------------------------------------------------------------- */ }
  .content-service {
    position: relative;
    padding-bottom: 135px; }
    @media screen and (max-width: 768px) {
      .content-service {
        padding-bottom: calc(60px + 18.75vw); } }
    .content-service .article {
      align-items: flex-start; }
      .content-service .article + .article {
        margin-top: 150px; }
        @media screen and (max-width: 768px) {
          .content-service .article + .article {
            margin-top: 60px; } }
      .content-service .article-left {
        width: 195px; }
        @media screen and (max-width: 1280px) {
          .content-service .article-left {
            width: 150px; } }
        @media screen and (max-width: 1000px) {
          .content-service .article-left {
            width: 120px; } }
        @media screen and (max-width: 768px) {
          .content-service .article-left {
            width: 100%;
            text-align: center; } }
      .content-service .article-ttl {
        margin-top: 0.25em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: clamp(2.25rem, 1.692rem + 1.16vw, 3rem);
        line-height: 2em;
        border-left: 1px solid #3b5fcc; }
        @media screen and (max-width: 768px) {
          .content-service .article-ttl {
            display: inline-block;
            -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
            font-size: clamp(25px, 1.161rem + 2.01vw, 34px);
            border-left: none;
            border-bottom: 1px solid #3b5fcc;
            margin-bottom: 30px; } }
      .content-service .article-right {
        width: calc(100% - 195px); }
        @media screen and (max-width: 1280px) {
          .content-service .article-right {
            width: calc(100% - 150px); } }
        @media screen and (max-width: 1000px) {
          .content-service .article-right {
            width: calc(100% - 120px); } }
        @media screen and (max-width: 768px) {
          .content-service .article-right {
            width: 100%; } }
      .content-service .article-image {
        border-radius: 50px 50px 0 0;
        overflow: hidden;
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          .content-service .article-image {
            border-radius: 30px 30px 0 0;
            margin-bottom: 20px; } }
      .content-service .article-catchcopy {
        font-size: clamp(28px, 0.942rem + 1.16vw, 36px);
        line-height: 1.75em;
        margin-bottom: 1.125em;
        padding-left: 1em; }
        @media screen and (max-width: 1000px) {
          .content-service .article-catchcopy {
            font-size: clamp(24px, 0.672rem + 1.72vw, 28px); } }
        @media screen and (max-width: 768px) {
          .content-service .article-catchcopy {
            font-size: clamp(20px, 0.893rem + 1.79vw, 28px);
            padding-left: 0; } }
      .content-service .article .box-detail {
        background-color: #ffffff;
        border-radius: 30px;
        padding: 30px 35px; }
        @media screen and (max-width: 768px) {
          .content-service .article .box-detail {
            border-radius: 20px;
            padding: 20px 20px; } }
        .content-service .article .box-detail h4 {
          position: relative;
          font-size: clamp(24px, 1.221rem + 0.58vw, 30px);
          padding-left: 1.4em;
          letter-spacing: 0.075em;
          line-height: 1.5em;
          margin-bottom: 0.5em; }
          @media screen and (max-width: 768px) {
            .content-service .article .box-detail h4 {
              font-size: clamp(18px, 0.857rem + 1.34vw, 24px); } }
          .content-service .article .box-detail h4::before {
            content: "";
            position: absolute;
            top: 0.35em;
            left: 0;
            width: 0.9333em;
            height: 0.9333em;
            border-radius: 50%;
            background-color: #3b5fcc; }
        .content-service .article .box-detail p {
          letter-spacing: 0.075em; }
          @media screen and (max-width: 768px) {
            .content-service .article .box-detail p {
              font-size: 0.9375em; } }
        .content-service .article .box-detail-point {
          margin-top: 25px;
          padding-top: 1em;
          border-top: 1px solid #e1e1e1; }
          @media screen and (max-width: 768px) {
            .content-service .article .box-detail-point {
              margin-top: 20px; } }
          .content-service .article .box-detail-point .point-ttl {
            display: inline-block;
            font-weight: 700;
            color: #ffffff;
            background-color: #3b5fcc;
            line-height: 1.5em;
            letter-spacing: 0;
            padding: 0 1.125em;
            border-radius: 12px;
            margin-bottom: 0.5em; }
      .content-service .article .wrap-detail {
        align-items: flex-start; }
        .content-service .article .wrap-detail .box-detail {
          width: calc(50% - 25px); }
          @media screen and (max-width: 1000px) {
            .content-service .article .wrap-detail .box-detail {
              width: 100%; } }
          .content-service .article .wrap-detail .box-detail:not(:last-child) {
            margin-bottom: 30px; }
  .content-profile {
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1300px) {
      .content-profile {
        padding-top: 90px; } }
    @media screen and (max-width: 930px) {
      .content-profile {
        padding-top: 80px; } }
    @media screen and (max-width: 768px) {
      .content-profile {
        padding-top: 0;
        background-color: rgba(255, 255, 255, 0.46);
        overflow: visible; } }
    .content-profile::before {
      content: "";
      position: absolute;
      top: 0;
      left: -6vw;
      width: 112vw;
      aspect-ratio: 1/1;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.46); }
      @media screen and (max-width: 1300px) {
        .content-profile::before {
          left: -15vw;
          width: 130vw; } }
      @media screen and (max-width: 930px) {
        .content-profile::before {
          left: -28vw;
          width: 156vw; } }
      @media screen and (max-width: 768px) {
        .content-profile::before {
          display: none; } }
    .content-profile .deco-circle {
      position: absolute;
      top: -18.75vw;
      left: 0;
      overflow: hidden;
      width: 100%;
      height: 18.75vw; }
      .content-profile .deco-circle::before {
        content: "";
        position: absolute;
        top: 0;
        left: -27vw;
        width: 154vw;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.46); }
    .content-profile .profile-wrap {
      align-items: flex-start; }
    .content-profile .box-text {
      width: 50%; }
      @media screen and (max-width: 1300px) {
        .content-profile .box-text {
          width: 55%; } }
      @media screen and (max-width: 930px) {
        .content-profile .box-text {
          width: calc(55% + 20px); } }
      @media screen and (max-width: 768px) {
        .content-profile .box-text {
          width: 100%;
          padding: 40px 0 0; } }
      .content-profile .box-text p {
        font-size: 1.125em;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 1000px) {
          .content-profile .box-text p {
            font-size: 1em; } }
        .content-profile .box-text p.text-lead {
          font-size: clamp(32px, 1.535rem + 0.97vw, 42px); }
          @media screen and (max-width: 768px) {
            .content-profile .box-text p.text-lead {
              font-size: clamp(24px, 0.964rem + 2.68vw, 36px); } }
    .content-profile .box-image {
      width: calc(50% - 80px);
      max-width: 610px;
      border-radius: 60px 60px 0 0;
      overflow: hidden; }
      @media screen and (max-width: 1300px) {
        .content-profile .box-image {
          width: calc(45% - 60px); } }
      @media screen and (max-width: 768px) {
        .content-profile .box-image {
          width: 70%;
          margin: 0 auto; } }
  .content-flow {
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.46); }
    .content-flow .flow-list {
      margin-top: 15px; }
      .content-flow .flow-list li {
        min-height: 107px;
        padding: 25px 40px;
        background-color: #ffffff;
        border-radius: 20px; }
        @media screen and (max-width: 768px) {
          .content-flow .flow-list li {
            padding: 20px; } }
        .content-flow .flow-list li + li {
          margin-top: 14px; }
        .content-flow .flow-list li:first-child .flow-list-h4::before {
          width: 57px;
          height: 39px;
          top: -6px;
          left: 4px;
          background: url("../images/icon_reserve.png") no-repeat top center/contain; }
          @media screen and (max-width: 768px) {
            .content-flow .flow-list li:first-child .flow-list-h4::before {
              width: 43px;
              height: 29px;
              top: -4px;
              left: 3px; } }
          @media screen and (max-width: 560px) {
            .content-flow .flow-list li:first-child .flow-list-h4::before {
              width: 34px;
              height: 23px;
              top: 3px;
              left: 2px; } }
        .content-flow .flow-list li:nth-child(2) .flow-list-h4::before {
          width: 64px;
          height: 55px;
          top: -13px;
          left: -1px;
          background: url("../images/icon_hearing.png") no-repeat top center/contain; }
          @media screen and (max-width: 768px) {
            .content-flow .flow-list li:nth-child(2) .flow-list-h4::before {
              width: 48px;
              height: 41px;
              top: -9px;
              left: 0; } }
          @media screen and (max-width: 560px) {
            .content-flow .flow-list li:nth-child(2) .flow-list-h4::before {
              width: 38px;
              height: 33px;
              top: -2px;
              left: 0; } }
        .content-flow .flow-list li:nth-child(3) .flow-list-h4::before {
          width: 56px;
          height: 62px;
          top: -16px;
          left: 5px;
          background: url("../images/icon_syorui.png") no-repeat top center/contain; }
          @media screen and (max-width: 768px) {
            .content-flow .flow-list li:nth-child(3) .flow-list-h4::before {
              width: 42px;
              height: 47px;
              top: -6px;
              left: 4px; } }
          @media screen and (max-width: 560px) {
            .content-flow .flow-list li:nth-child(3) .flow-list-h4::before {
              width: 34px;
              height: 37px;
              top: -4px;
              left: 3px; } }
        .content-flow .flow-list li:nth-child(4) .flow-list-h4::before {
          width: 57px;
          height: 61px;
          top: -16px;
          left: 9px;
          background: url("../images/icon_sinsei.png") no-repeat top center/contain; }
          @media screen and (max-width: 768px) {
            .content-flow .flow-list li:nth-child(4) .flow-list-h4::before {
              width: 43px;
              height: 46px;
              top: -12px;
              left: 6px; } }
          @media screen and (max-width: 560px) {
            .content-flow .flow-list li:nth-child(4) .flow-list-h4::before {
              width: 34px;
              height: 37px;
              top: -6px;
              left: 5px; } }
        .content-flow .flow-list li:nth-child(5) .flow-list-h4::before {
          width: 71px;
          height: 51px;
          top: -11px;
          left: 0;
          background: url("../images/icon_kanryo.png") no-repeat top center/contain; }
          @media screen and (max-width: 768px) {
            .content-flow .flow-list li:nth-child(5) .flow-list-h4::before {
              width: 53px;
              height: 38px;
              top: -9px; } }
          @media screen and (max-width: 560px) {
            .content-flow .flow-list li:nth-child(5) .flow-list-h4::before {
              width: 43px;
              height: 31px;
              top: 0;
              left: -1px; } }
      .content-flow .flow-list-h4 {
        position: relative;
        min-width: 333px;
        font-size: 1.125em;
        font-weight: 600;
        letter-spacing: 0.05em;
        color: #3b5fcc;
        padding-left: 87px; }
        @media screen and (max-width: 768px) {
          .content-flow .flow-list-h4 {
            padding-left: 65px;
            margin-bottom: 0.5em;
            min-width: inherit; } }
        @media screen and (max-width: 560px) {
          .content-flow .flow-list-h4 {
            padding-left: 45px; } }
        .content-flow .flow-list-h4::before {
          content: "";
          position: absolute; }
      .content-flow .flow-list-p {
        width: calc(100% - 333px);
        padding-left: 38px; }
        @media screen and (max-width: 768px) {
          .content-flow .flow-list-p {
            width: 100%;
            padding-left: 0; } }
        .content-flow .flow-list-p a {
          color: #000000;
          text-decoration: underline;
          transition: .3s; }
          .content-flow .flow-list-p a:hover {
            color: #3b5fcc; }
  .content-office {
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.46); }
    .content-office .office-address {
      margin-bottom: 30px;
      text-align: center;
      font-size: 1.125em;
      line-height: 1.95em;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 768px) {
        .content-office .office-address {
          font-size: 1em; } }
    .content-office .office-map {
      width: 100%;
      height: 395px; }
  .content-slideshow {
    padding: 0; }
    .content-slideshow .slick-slide {
      width: 25%; }
  .content-contact {
    background: url("../images/bg-image-blue.jpg") no-repeat left top/cover; }
    @media screen and (max-width: 768px) {
      .content-contact {
        padding-bottom: 80px; } }
    .content-contact .sec-ttl-sub {
      color: #ffffff; }
    .content-contact .sec-ttl-main {
      color: #ffffff;
      margin-bottom: 0.675em; }
    .content-contact p {
      font-size: 1.125em;
      line-height: 1.75em;
      text-align: center;
      color: #ffffff;
      margin-bottom: 2.25em; }
      @media screen and (max-width: 768px) {
        .content-contact p {
          font-size: 1em; } }
    .content-contact .wrap-form {
      padding: 60px 40px;
      background-color: #ffffff;
      /* -------------------------------------------- */
      /* error */
      /* -------------------------------------------- */ }
      @media screen and (max-width: 768px) {
        .content-contact .wrap-form {
          padding: 30px 4.6875vw; } }
      .content-contact .wrap-form form {
        width: 100%;
        max-width: 774px;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .content-contact .wrap-form form {
            max-width: 538px; } }
        .content-contact .wrap-form form button {
          display: block;
          width: 260px;
          line-height: 60px;
          border-radius: 30px;
          font-size: clamp(1.125rem, 1.032rem + 0.19vw, 1.25rem);
          color: #ffffff;
          background-color: #3b5fcc;
          border: none;
          margin: 40px auto 0;
          font-family: "Shippori Mincho", serif;
          font-weight: 600;
          letter-spacing: 0.075em;
          cursor: pointer;
          transition: .3s; }
          .content-contact .wrap-form form button:hover {
            background-color: #5276e5;
            box-shadow: 0 2px 3px #cfcfcf; }
          @media screen and (max-width: 768px) {
            .content-contact .wrap-form form button {
              margin: 30px auto 0; } }
      .content-contact .wrap-form .form-item {
        display: flex;
        flex-wrap: wrap; }
        .content-contact .wrap-form .form-item-left {
          width: 186px;
          padding-top: 8px; }
          @media screen and (max-width: 768px) {
            .content-contact .wrap-form .form-item-left {
              width: 100%;
              margin-bottom: 1em;
              padding-top: 0; } }
          .content-contact .wrap-form .form-item-left h5 {
            font-size: 1.125em;
            font-weight: 700;
            letter-spacing: 0.075em; }
            @media screen and (max-width: 768px) {
              .content-contact .wrap-form .form-item-left h5 {
                font-size: 1em; } }
          .content-contact .wrap-form .form-item-left .required {
            display: block;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
            width: 41px;
            line-height: 19px;
            background-color: #1c2f54; }
            @media screen and (max-width: 768px) {
              .content-contact .wrap-form .form-item-left .required {
                display: inline-block;
                margin-left: 10px; } }
        .content-contact .wrap-form .form-item-right {
          width: calc(100% - 186px); }
          @media screen and (max-width: 768px) {
            .content-contact .wrap-form .form-item-right {
              width: 100%; } }
          .content-contact .wrap-form .form-item-right input[type="text"] {
            width: 100%;
            max-width: 538px;
            height: 65px;
            padding: 10px 20px;
            border: none;
            border-radius: 10px;
            background-color: #f8f8f8;
            box-sizing: border-box; }
            @media screen and (max-width: 768px) {
              .content-contact .wrap-form .form-item-right input[type="text"] {
                height: 50px;
                padding: 8px 10px; } }
          .content-contact .wrap-form .form-item-right textarea {
            width: 100%;
            max-width: 538px;
            height: 150px;
            padding: 10px 20px;
            border: none;
            border-radius: 10px;
            background-color: #f8f8f8;
            box-sizing: border-box; }
            @media screen and (max-width: 768px) {
              .content-contact .wrap-form .form-item-right textarea {
                padding: 8px 10px; } }
          .content-contact .wrap-form .form-item-right .radio-item {
            display: inline-flex;
            align-items: center;
            column-gap: 4px;
            line-height: 1em;
            margin-top: 0.5em;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              .content-contact .wrap-form .form-item-right .radio-item {
                width: 100%; } }
            .content-contact .wrap-form .form-item-right .radio-item:not(:last-of-type) {
              margin-right: 3em; }
              @media screen and (max-width: 768px) {
                .content-contact .wrap-form .form-item-right .radio-item:not(:last-of-type) {
                  margin-right: 0; } }
            .content-contact .wrap-form .form-item-right .radio-item .radio-btn {
              appearance: none;
              position: relative;
              width: 20px;
              height: 20px;
              border: 1px solid #535353;
              border-radius: 9999px;
              cursor: pointer; }
              .content-contact .wrap-form .form-item-right .radio-item .radio-btn:checked::after {
                content: "";
                position: absolute;
                inset: 0;
                width: 12px;
                height: 12px;
                margin: auto;
                border-radius: 9999px;
                background-color: #3b5fcc; }
          .content-contact .wrap-form .form-item-right .select-wrap {
            display: block;
            width: 100%;
            max-width: 240px;
            height: 65px;
            position: relative; }
            .content-contact .wrap-form .form-item-right .select-wrap::before {
              content: "";
              position: absolute;
              top: 29px;
              right: 30px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 7px 6px 0 6px;
              border-color: #000000 transparent transparent transparent; }
          .content-contact .wrap-form .form-item-right select {
            width: 100%;
            height: 100%;
            padding: 10px 20px;
            border: none;
            border-radius: 10px;
            background-color: #f8f8f8;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
        .content-contact .wrap-form .form-item-privacypolicy {
          margin-top: 75px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .content-contact .wrap-form .form-item-privacypolicy {
              margin-top: 40px; } }
          .content-contact .wrap-form .form-item-privacypolicy .checkbox {
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: center; }
            .content-contact .wrap-form .form-item-privacypolicy .checkbox .checkbox_icon {
              position: relative;
              width: 30px;
              height: 30px;
              appearance: none;
              background: #ffffff;
              border: solid 1px #a6a6a6;
              box-shadow: 0 0 0 0 transparent;
              transition-duration: 0.2s;
              margin-right: 10px;
              /* チェックマーク */ }
              .content-contact .wrap-form .form-item-privacypolicy .checkbox .checkbox_icon::before {
                position: absolute;
                inset: 0;
                display: block;
                width: 100%;
                height: 100%;
                content: "";
                opacity: 0;
                background: url("../images/icon.svg") no-repeat center center/contain;
                transition: opacity 0.2s; }
              .content-contact .wrap-form .form-item-privacypolicy .checkbox .checkbox_icon:checked {
                background: #3b5fcc;
                border-color: #3b5fcc; }
                .content-contact .wrap-form .form-item-privacypolicy .checkbox .checkbox_icon:checked::before {
                  opacity: 1; }
            .content-contact .wrap-form .form-item-privacypolicy .checkbox a {
              text-decoration: underline;
              color: #000000; }
        .content-contact .wrap-form .form-item + .form-item {
          margin-top: 30px; }
      .content-contact .wrap-form #error {
        max-width: 900px;
        width: 90%;
        margin: 0 auto 2em;
        padding: 15px;
        border: 1px solid #cd4949;
        font-size: 1em;
        font-weight: bold;
        color: #cd4949;
        text-align: center; }
      .content-contact .wrap-form h5.error {
        color: #cd4949;
        font-weight: bold; }
      .content-contact .wrap-form .form-item-right input.error,
      .content-contact .wrap-form .form-item-right select.error,
      .content-contact .wrap-form .form-item-right textarea.error {
        background-color: #ffebef; }

/*# sourceMappingURL=style.css.map */
