<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
img {
  max-width: 100%; }

.text-primary {
  color: #6ABED6 !important; }
.text-secondary {
  color: #0c4d9d !important; }

h4, h5, p, .lead, ul, ol {
  font-weight: bold; }

h1, h2, h3, .lead {
  font-family: 'Kiwi Maru', serif;
  font-weight: 400; }

h2 small {
  font-size: 22px; }
  @media (max-width: 767px) {
    h2 small {
      font-size: 18px; } }
h2 + .well {
  margin: 0; }

.flont h2, .flont #support h3, .h-dotted {
  border-bottom: #D0E6F6 6px dotted;
  padding-bottom: 15px;
  text-align: center; }
  @media (max-width: 767px) {
    .flont h2, .flont #support h3, .h-dotted {
      font-size: 20px; } }

.page h2, .h-bg {
  background-color: #6ABED6;
  border: #F1F7FC solid 4px;
  box-shadow: 0 0 0 1px #6ABED6;
  padding: 10px 15px 8px;
  color: #fff;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .page h2, .h-bg {
      white-space: inherit; } }

@media (max-width: 768px) {
  .page h2 {
    font-size: 24px !important; } }
@media (max-width: 500px) {
  .page h2 {
    font-size: 20px !important; } }
.page h2 + .lead {
  margin-top: 40px;
  margin-bottom: 20px; }
.page h2 + .well {
  background-color: #fff; }

.page h3, .h-border {
  border-bottom: #76bdd5 3px solid;
  margin: 40px 0 20px;
  padding: 10px 0 10px;
  background-color: #fff;
  font-size: 24px; }
  @media (max-width: 768px) {
    .page h3, .h-border {
      font-size: 20px; } }
  .page h3 + h4, .h-border + h4 {
    margin-top: 20px; }

.page h4, .h-left {
  border-left: #6ABED6 7px solid;
  font-size: 20px;
  padding-left: 10px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .page h4, .h-left {
      font-size: 18px; } }
  @media (max-width: 500px) {
    .page h4, .h-left {
      font-size: 16px; } }

h5 {
  line-height: 2rem;
  color: #3a94b3;
  font-size: 18px; }
  @media (max-width: 768px) {
    h5 {
      font-size: 16px;
      line-height: 1.6rem; } }

p.h-dotted {
  padding-bottom: 10px;
  margin: 20px 0 10px; }
  p.h-dotted + .h-dotted {
    margin-top: 30px; }

.lead {
  margin-top: 30px;
  text-align: left; }

.lead-img {
  position: absolute;
  bottom: -80px;
  right: -50px;
  width: 400px; }
  @media (max-width: 1100px) {
    .lead-img {
      width: 300px; } }

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #000; }

.btn:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
.btn-small {
  font-size: 12px !important; }
.btn-arrow:after {
  content: "\f0a9";
  font-size: 14px;
  color: #6ABED6;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  padding-left: 10px; }
.btn-primary {
  background: #e7e7e7;
  background: -moz-linear-gradient(#Fff 0%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#Fff), to(#e7e7e7));
  background: -webkit-linear-gradient(#Fff 0%, #e7e7e7 100%);
  background: -o-linear-gradient(#Fff 0%, #e7e7e7 100%);
  background: linear-gradient(#Fff 0%, #e7e7e7 100%);
  padding: 10px;
  border-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  color: #000; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:first-child:active {
    background-color: #F1F7FC;
    border-color: #fff;
    color: #000; }
.btn-secondary {
  background-color: #0c4d9d;
  border-radius: 50px; }
  .btn-secondary:hover, .btn-secondary:active {
    background-color: #fff;
    color: #0c4d9d;
    border-bottom: solid 1px #0c4d9d; }
.btn-round {
  width: 150px;
  height: 150px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .btn-round {
      width: 120px;
      height: 120px;
      font-size: 14px; } }
  .btn-round span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    text-align: center; }
    @media (max-width: 767px) {
      .btn-round span {
        width: 120px; } }
  .btn-round.btn-arrow:after {
    font-size: 16px;
    position: absolute;
    bottom: 7px;
    padding-left: 0;
    left: 42%; }

.table {
  border: #f6faff 15px solid;
  background-color: #f6faff;
  width: 100%;
  word-break: break-all;
  word-wrap: break-all; }
  @media (max-width: 767px) {
    .table {
      border-top: #f6faff 15px solid;
      border-bottom: #f6faff 15px solid;
      border-left: #f6faff 5px solid;
      border-right: #f6faff 5px solid; } }
  .table th, .table td {
    padding: 15px;
    border-bottom: 1px solid #C3DAE1; }
  .table th {
    background-color: #F5FAFF;
    color: #6ABED6;
    padding: 10px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .table th {
        font-size: 14px;
        padding: 10px 5px 10px 0; } }
    .table th + th {
      border-left: #fff 1px solid; }
  .table td {
    color: #707070;
    background-color: #fff;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .table td {
        font-size: 14px; } }
    .table td + td {
      border-left: #C3DAE1 1px solid; }
    @media (max-width: 767px) {
      .table td ul li {
        font-size: 14px; } }
  .table thead th {
    background-color: #6ABED6;
    color: #fff;
    text-align: center;
    padding: 5px; }
  .table-small th, .table-small td {
    padding: 0px 5px; }

.well {
  padding: 30px;
  margin: 10px 10px 20px;
  border-radius: 5px;
  background-color: #f8fdff; }
  @media (max-width: 767px) {
    .well {
      padding: 20px 10px; } }
  @media (max-width: 500px) {
    .well {
      margin: 0; } }
  .well.bg-white {
    margin-right: 0;
    margin-left: 0; }
  .well + .well {
    margin-top: 40px; }
  .well h3:first-child, .well h4:first-child {
    margin-top: 0;
    padding-top: 0; }
  .well-green {
    margin: 0;
    background: #F8FEED;
    background: -moz-linear-gradient(#FDFFFB 0%, #F8FEED 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFFFB), to(#F8FEED));
    background: -webkit-linear-gradient(#FDFFFB 0%, #F8FEED 100%);
    background: -o-linear-gradient(#FDFFFB 0%, #F8FEED 100%);
    background: linear-gradient(#FDFFFB 0%, #F8FEED 100%); }
  .well h3 {
    background-color: transparent; }
    .well h3:first-child {
      margin-top: 0; }
  .well .faq {
    border-bottom: none; }
  .well p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .well .well {
      margin: 0;
      padding: 10px; } }
  @media (max-width: 767px) {
    .well .well p.h-dotted {
      font-size: 16px; } }

dl {
  display: flex; }
  @media (max-width: 767px) {
    dl {
      display: block; } }
  dl dt {
    margin-right: 20px; }
    @media (max-width: 767px) {
      dl dt {
        font-size: 16px; } }
  @media (max-width: 767px) {
    dl dd {
      font-size: 14px; } }
  dl.faq {
    border-bottom: 1px solid #D5E9F7;
    margin-bottom: 20px;
    display: flex; }
    dl.faq dt {
      width: 10px; }

.fa-file-pdf {
  font-size: 30px;
  color: indianred; }
.fa-question-circle, .fa-lightbulb {
  font-size: 20px;
  margin-top: 5px; }
.fa-question-circle {
  color: #76bdd5; }
.fa-lightbulb {
  color: #ff901e; }

.page .main ul {
  padding-left: 5px;
  margin-bottom: 0; }
.page .main ol {
  padding-left: 25px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .page .main ol {
      padding-left: 0; } }
  .page .main ol ul li {
    margin-bottom: 0; }
.page .main ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
  margin-bottom: 10px; }
.page .main ul li:before {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: -5px;
  top: 0.6em;
  content: "";
  background: #76bdd5; }

ol.ol-square {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0; }
  ol.ol-square li {
    position: relative;
    padding: 0.5em;
    line-height: 1.5em;
    background: #f1f8ff;
    border-left: solid 35px #80bcd4;
    margin-bottom: 5px; }
    ol.ol-square li:before {
      /* 以下数字をつける */
      position: absolute;
      counter-increment: number;
      content: counter(number);
      /*数字のデザイン変える*/
      display: inline-block;
      color: white;
      font-family: 'Avenir','Arial Black','Arial',sans-serif;
      font-weight: bold;
      font-size: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -35px;
      width: 35px;
      height: 1em;
      line-height: 1;
      text-align: center; }
    ol.ol-square li ul li {
      border-left: none;
      line-height: 1.0em;
      margin-bottom: 0;
      font-size: 16px; }
      ol.ol-square li ul li:before {
        top: 1rem !important; }

.flont .main .main_text {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: -165px;
  margin: auto;
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 3.0rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap; }
  @media (max-width: 1400px) {
    .flont .main .main_text {
      top: 0;
      left: -115px;
      margin: auto;
      font-family: 'Kiwi Maru', serif;
      font-weight: 400;
      font-size: 22px;
      line-height: 2.0rem; } }
  @media (max-width: 991px) {
    .flont .main .main_text {
      left: -100px;
      font-size: 20px; } }
  @media (max-width: 768px) {
    .flont .main .main_text {
      -ms-writing-mode: tb-rl;
      writing-mode: initial;
      text-align: center;
      top: 10%;
      left: 5%;
      right: auto;
      bottom: auto;
      text-shadow: -1px -1px 4px white, -1px 0 4px white, -1px 1px 4px white, 0 -1px 4px white, 0 1px 4px white, 1px -1px 4px white, 1px 0 4px white, 1px 1px 4px white; } }
  @media (max-width: 500px) {
    .flont .main .main_text {
      line-height: inherit;
      font-size: 18px;
      top: 5%; } }
.flont .main .main_img {
  position: relative;
  margin-left: 12%;
  margin-right: 30px; }
  @media (max-width: 768px) {
    .flont .main .main_img {
      margin-left: 0;
      margin-right: 0; } }
.flont .main .main_btn {
  position: absolute;
  bottom: 20%;
  left: 3%;
  margin: auto;
  text-align: center; }
  @media (max-width: 1300px) {
    .flont .main .main_btn {
      bottom: -50px;
      left: 0;
      right: 0;
      margin: auto;
      width: 80%; } }
  @media (max-width: 991px) {
    .flont .main .main_btn {
      position: static;
      width: auto;
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .flont .main .main_btn {
      display: flex;
      justify-content: center;
      margin-bottom: 10%; } }
  .flont .main .main_btn a {
    display: block;
    margin-top: 15px;
    border: none; }
    @media (max-width: 1300px) {
      .flont .main .main_btn a {
        display: inline-block;
        margin-top: 0; } }
    .flont .main .main_btn a:hover {
      opacity: 0.8;
      border: none; }
  @media (max-width: 768px) {
    .flont .main .main_btn img {
      width: 90%; } }
.flont .main .slick01.slick-slider {
  margin: 0;
  padding: 0; }
  .flont .main .slick01.slick-slider img {
    width: 100%; }
.flont .main .slick-slider {
  margin: 0;
  padding-left: 0; }
.flont .main .slick-prev, .flont .main .slick-next {
  top: 35px !important;
  width: 20px !important;
  height: 30px !important; }
  @media (max-width: 768px) {
    .flont .main .slick-prev, .flont .main .slick-next {
      top: 25px !important; } }
  .flont .main .slick-prev:before, .flont .main .slick-next:before {
    content: none;
    font-size: 0 !important; }
  .flont .main .slick-prev:after, .flont .main .slick-next:after {
    width: auto;
    height: auto;
    font-size: 18px;
    color: #6ABED6;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto; }
.flont .main .slick-prev:after {
  content: '\f359'; }
.flont .main .slick-next:after {
  content: '\f35a'; }
.flont .main .slick-track {
  width: 100%; }
.flont .main h2.ryoritsu {
  font-size: 40px;
  border: none;
  position: relative;
  display: inline-block;
  padding-top: 20px;
  height: 70px;
  line-height: 70px; }
  .flont .main h2.ryoritsu small {
    font-size: 30px; }
  .flont .main h2.ryoritsu:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 1px;
    height: 70px;
    margin: auto;
    background-color: #c9dee5; }
@media (max-width: 768px) {
  .flont .main h2 {
    font-size: 26px; } }
.flont .main p {
  font-weight: bold;
  line-height: 1.8rem; }
.flont .main #work {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .flont .main #work {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .flont .main #work h2 {
    margin-bottom: 40px;
    display: inline-block; }
    @media (max-width: 768px) {
      .flont .main #work h2 {
        font-size: 26px;
        line-height: 35px; }
        .flont .main #work h2 small {
          font-size: 20px; } }
  .flont .main #work p {
    line-height: 2rem;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .flont .main #work p {
        margin-bottom: 20px; } }
  .flont .main #work .btn {
    font-size: 20px; }
    @media (max-width: 767px) {
      .flont .main #work .btn {
        font-size: 16px;
        padding-top: 2px; } }
    .flont .main #work .btn-primary {
      border-radius: 50px; }
    .flont .main #work .btn-arrow:after {
      font-size: 20px; }
    .flont .main #work .btn img {
      height: 60px; }
.flont .main #yobou .col-md-6 {
  position: relative;
  background-color: #76bdd5; }
  .flont .main #yobou .col-md-6 img {
    padding-left: 50px; }
  .flont .main #yobou .col-md-6 span {
    border-radius: 0;
    padding: 10px 5px;
    writing-mode: vertical-rl;
    position: absolute;
    top: 10px;
    left: 5px; }
    .flont .main #yobou .col-md-6 span.btn-arrow:after {
      color: #fff;
      padding-top: 13px; }
.flont .main #yobou a {
  color: #fff;
  text-decoration: none;
  border: none; }
  .flont .main #yobou a:hover {
    opacity: 0.8; }
.flont .main #support {
  background: #f1f7fc;
  background: linear-gradient(90deg, #f1f7fc 0%, #cae3f5 100%);
  padding-top: 50px;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .flont .main #support {
      padding-bottom: 10px;
      padding-top: 0; } }
  .flont .main #support h2 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .flont .main #support a {
    color: #000; }
  .flont .main #support .support-h {
    background-color: #f9fbfe82;
    margin: 20px;
    padding: 50px 20px; }
    @media (max-width: 767px) {
      .flont .main #support .support-h {
        margin: 0;
        padding: 50px 0; } }
  .flont .main #support .support-content {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: -50px !important;
    margin-bottom: 50px; }
    @media (max-width: 1400px) {
      .flont .main #support .support-content {
        margin-left: 50px;
        margin-right: 50px; } }
    @media (max-width: 1200px) {
      .flont .main #support .support-content {
        margin-left: 10px;
        margin-right: 10px; } }
    @media (max-width: 768px) {
      .flont .main #support .support-content {
        margin-bottom: 20px; } }
    .flont .main #support .support-content-div {
      margin: 0 5px 30px;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
      .flont .main #support .support-content-div:hover {
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0.9; }
        .flont .main #support .support-content-div:hover h3, .flont .main #support .support-content-div:hover a {
          color: #107bc3; }
    .flont .main #support .support-content-bottom {
      background-color: #fff;
      position: relative;
      padding: 20px 5px 5px;
      height: 290px; }
      @media (max-width: 1100px) {
        .flont .main #support .support-content-bottom {
          height: 350px; } }
      @media (max-width: 768px) {
        .flont .main #support .support-content-bottom {
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 90px;
          padding: 5px;
          padding-left: 10px;
          box-sizing: border-box;
          transition: color 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
          z-index: 2; } }
      .flont .main #support .support-content-bottom h3 {
        color: #6ABED6;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 5px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .flont .main #support .support-content-bottom h3 {
            font-size: 18px;
            border-bottom: none;
            padding-bottom: 0;
            text-align: left;
            color: #000; }
            .flont .main #support .support-content-bottom h3 .fas {
              font-size: 16px; } }
      .flont .main #support .support-content-bottom .icon {
        position: absolute;
        top: -40px;
        left: 40%;
        width: 80px;
        height: 80px; }
        @media (max-width: 1500px) {
          .flont .main #support .support-content-bottom .icon {
            left: 35%; } }
        @media (max-width: 1200px) {
          .flont .main #support .support-content-bottom .icon {
            left: 30%; } }
    .flont .main #support .support-content-text p {
      line-height: 1.4rem;
      font-size: 14px;
      padding: 0 15px; }
      @media (max-width: 991px) {
        .flont .main #support .support-content-text p {
          padding: 0 5px; } }
    .flont .main #support .support-content-icon {
      color: #6ABED6;
      position: absolute;
      bottom: 0;
      left: 50%; }
      @media (max-width: 767px) {
        .flont .main #support .support-content-icon {
          position: initial; } }
  .flont .main #support .h-bg {
    font-size: 16px;
    padding: 5px 20px; }
    @media (max-width: 767px) {
      .flont .main #support .h-bg {
        font-size: 14px; } }
    @media (max-width: 500px) {
      .flont .main #support .h-bg {
        font-size: 12px;
        white-space: nowrap; } }
  .flont .main #support .btn {
    font-size: 18px;
    padding: 10px 20px; }
    .flont .main #support .btn:after {
      font-size: 20px; }
    .flont .main #support .btn img {
      width: 60px;
      margin-right: 10px; }
.flont .main #news {
  padding: 80px 40px; }
  @media (max-width: 428px) {
    .flont .main #news {
      padding: 40px 15px; } }
  .flont .main #news h3 {
    text-align: left;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 24px; }
  .flont .main #news dl {
    border-bottom: 3px dotted #D1D1D1;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .flont .main #news dt {
      font-size: 14px; } }
.flont .main #bnr {
  background-color: #F1F7FC;
  padding: 20px; }

.page .header-top {
  background-color: #fff; }
.page #footer {
  margin-top: 30px; }
.page .well .btn-arrow {
  margin-top: 20px;
  margin-bottom: 40px; }
.page .main &gt; .container {
  max-width: 1200px; }
.page h1 {
  font-size: 32px;
  text-align: center;
  padding: 50px 20px;
  background-image: url(../img/bg_h1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }
  @media (max-width: 768px) {
    .page h1 {
      color: #fff;
      font-size: 28px;
      text-shadow: 0 0 10px #768693; } }
.page h2 {
  margin-top: 30px;
  font-size: 26px; }
.page .lead-box {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .page .lead-box {
      padding-bottom: 0; } }
.page .lead-btn {
  margin: -100px;
  margin-left: 0px;
  margin-bottom: 40px;
  max-width: 100%; }
@media (max-width: 991px) {
  .page .lead-box .lead-img {
    position: static; } }
@media (max-width: 768px) {
  .page .lead-box .lead-img {
    margin-top: -30px; } }
.page .btn-round {
  margin-right: 20px; }
</pre></body></html>