<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
.anchor-sec {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  display: block;
  margin: 0 auto;
  transition: 0.4s ease;
  opacity: 0;
  user-select: none;
  pointer-events: none; }
  .anchor-sec.active {
    opacity: 1;
    user-select: auto;
    pointer-events: auto; }
  .anchor-sec .anchor-inner {
    padding: 5px;
    width: auto;
    background: #FFFFFF;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05); }
    .anchor-sec .anchor-inner a {
      display: inline-block;
      border-radius: 10px;
      text-align: center;
      padding: 10px;
      text-decoration: none;
      line-height: 1.5;
      white-space: nowrap;
      color: #333;
      transition: 0.4s ease; }
      .anchor-sec .anchor-inner a.link-current {
        background: rgba(41, 92, 169, 0.08);
        color: #295CA9; }

.ttl-sec {
  width: 100%;
  padding-top: 200px; }
  .ttl-sec .ttl-inner {
    width: calc(100% - 160px);
    max-width: 1680px;
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .ttl-sec .ttl-inner {
        padding-bottom: 160px;
        width: calc(100% - 60px); } }
    .ttl-sec .ttl-inner .ttlwrap {
      max-width: 1680px;
      margin: 0;
      display: flex;
      flex-direction: column; }
      .ttl-sec .ttl-inner .ttlwrap h3 {
        font-size: 14px;
        font-weight: bold;
        position: relative;
        color: #285CA9; }
        .ttl-sec .ttl-inner .ttlwrap h3:before {
          content: "";
          position: absolute;
          top: 50%;
          left: -40px;
          width: 6px;
          height: 6px;
          transform: translateY(-50%);
          border-radius: 50%;
          background: #285CA9; }
          @media only screen and (max-width: 767px) {
            .ttl-sec .ttl-inner .ttlwrap h3:before {
              left: -10px;
              width: 3px;
              height: 3px; } }
      .ttl-sec .ttl-inner .ttlwrap h2 {
        font-weight: bold;
        font-size: clamp(30px, 4vw, 55px);
        position: relative; }
    .ttl-sec .ttl-inner .scrollarrow {
      position: absolute;
      bottom: 30px;
      right: -50px;
      width: 100px;
      height: 100px;
      z-index: 100; }
      @media only screen and (max-width: 767px) {
        .ttl-sec .ttl-inner .scrollarrow {
          right: 0px; } }
      .ttl-sec .ttl-inner .scrollarrow .arrow-circle {
        width: 100%;
        height: 100%;
        transform: rotate(0);
        animation: arrow-circle-anim 10s linear infinite; }
      .ttl-sec .ttl-inner .scrollarrow .arrow-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
@keyframes arrow-circle-anim {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
  .ttl-sec .kiyaku-inner {
    position: relative;
    width: calc(100% - 160px);
    max-width: 1680px;
    margin: 0 auto;
    padding: 40px 0;
    padding-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .ttl-sec .kiyaku-inner {
        width: calc(100% - 60px); } }
    .ttl-sec .kiyaku-inner:nth-of-type(1) {
      margin-top: 0px; }
    .ttl-sec .kiyaku-inner:nth-of-type(n + 3) {
      margin-top: 100px; }
      @media only screen and (max-width: 767px) {
        .ttl-sec .kiyaku-inner:nth-of-type(n + 3) {
          margin-top: 60px; } }
    .ttl-sec .kiyaku-inner:nth-last-of-type(1) {
      margin-bottom: 150px; }
    .ttl-sec .kiyaku-inner.noneborder {
      padding-bottom: 0; }
      .ttl-sec .kiyaku-inner.noneborder:before {
        display: none; }
      .ttl-sec .kiyaku-inner.noneborder:after {
        display: none; }
    .ttl-sec .kiyaku-inner:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: #295CA9;
      width: 30px;
      height: 2px;
      z-index: 2; }
    .ttl-sec .kiyaku-inner:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 2px;
      background: #333333;
      opacity: 0.03;
      z-index: 1; }
    .ttl-sec .kiyaku-inner h3 {
      font-size: 20px;
      margin-bottom: 30px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .ttl-sec .kiyaku-inner h3 {
          font-size: 16px; } }
    .ttl-sec .kiyaku-inner p {
      line-height: 1.8;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .ttl-sec .kiyaku-inner p {
          font-size: 13px; } }
    .ttl-sec .kiyaku-inner .subwrap {
      margin-top: 50px; }
      .ttl-sec .kiyaku-inner .subwrap h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .ttl-sec .kiyaku-inner .subwrap h4 {
            font-size: 13px; } }
      .ttl-sec .kiyaku-inner .subwrap .subpl {
        padding-left: 30px; }
        @media only screen and (max-width: 767px) {
          .ttl-sec .kiyaku-inner .subwrap .subpl {
            padding-left: 10px; } }
      .ttl-sec .kiyaku-inner .subwrap table {
        display: inline-block; }
        .ttl-sec .kiyaku-inner .subwrap table.madoguti {
          margin-top: 50px;
          width: 100%; }
          .ttl-sec .kiyaku-inner .subwrap table.madoguti .madoguti-table {
            width: 100%;
            border-radius: 10px;
            border: #eee 1px solid;
            display: inline-block;
            overflow: hidden; }
            .ttl-sec .kiyaku-inner .subwrap table.madoguti .madoguti-table th {
              background: #eee;
              padding: 70px;
              vertical-align: middle; }
              .ttl-sec .kiyaku-inner .subwrap table.madoguti .madoguti-table th p {
                font-weight: bold; }
            .ttl-sec .kiyaku-inner .subwrap table.madoguti .madoguti-table td {
              padding: 30px; }
        .ttl-sec .kiyaku-inner .subwrap table td {
          padding-right: 40px; }
      .ttl-sec .kiyaku-inner .subwrap .pdf-btn {
        padding: 30px;
        background: #eee;
        border-radius: 10px;
        display: inline-block;
        margin-top: 40px;
        width: 100%;
        text-decoration: none;
        color: #333; }
        .ttl-sec .kiyaku-inner .subwrap .pdf-btn .pdficon {
          display: inline-block;
          padding-left: 5px;
          vertical-align: middle; }
</pre></body></html>