<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap");
/*CSSリセット*/
html {
  line-height: 1.7;

  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

@media (max-width: 1024px) and (min-width: 600px) {
  html {
    margin-top: 0 !important;
  }

  .header__inner {
    display: flex;
    align-items: center;
    position: relative;
  }

  .header__logo {
    width: 25%;
    height: auto;
    margin: 0 1% 0 0;
  }

  .header__no {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 2%;
  }

  .toggle-tb {
    display: flex;
    flex-direction: row-reverse;
  }

  .Toggle {
    display: flex;
    flex-direction: column;
    position: static !important;
    margin: 0 0 0 auto;
    transform: translate(0,55%);
  }

  .Toggle span {
    position: static !important;
    width: 36px !important;
    margin: 5px;
  }

  .Toggle::after {
    position: static !important;
    width: auto !important;
    text-align: center;
  }

  .header__link {
    display: flex;
    margin-left: 0 !important;
  }

  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    transform: translate(0,-400%) rotate(45deg) !important;
  }

  .Toggle.active span:nth-child(3) {
    display: none;
  }

  .header__nav {
    flex-direction: row;
    transform: translate(0,5%);
  }

  .header__link__btn {
    width: 80% !important;
    height: 90% !important;
    padding: 6% 3% 3% 3%;
    border-radius: 15px !important;
    font-size: .8rem;
    line-height: 180% !important;
  }

  .header__link__btn.bg_green {
    padding-top: 13%;
  }
}
.go-toppage {
  color: #2EB2A0;
  font-size: .8em;
  transition: .2s;
  transform: translate(25%, 170%);
}

[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  right: 0;
  right: -3em;
  left: 0px;
  left: -3em;
  margin: 0 18%;
  font-size: .5em;
  text-align: center;
  transform-origin: bottom center;
}

@media (max-width: 767.98px) {
  body {
    padding: 70px 0;
  }
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #595757;
  transition: .4s;
}
a:visited {
  color: #595757;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

figure {
  margin: 0;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*CSSリセット*/
/*基本情報*/
body {
  overflow-y: auto;
  position: relative;
  font-weight: 400;
  word-wrap: break-word;

  line-break: strict;
  overflow-wrap: break-word;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a[href*=tel] {
  display: inline-block;
  color: inherit;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  a[href*=tel] {
    pointer-events: auto;
  }
}
em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .container {
    width: auto;
    max-width: 100%;
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 767.98px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*ヘッダー*/
.header {
  padding: 15px 0;
}
.header.active {
  background: rgba(255, 255, 255, .9);
}
@media (max-width: 767.98px) {
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #FFF;
  }
}
.header__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .header__inner {
    justify-content: flex-start;
    padding: 0 15px;
  }
}
.header__logo--link {
  cursor: pointer;
  transition-duration: .4s;
}
.header__logo--link:hover {
  opacity: .7;
}
.header__no {
  display: flex;
  align-items: center;
}
.header__no b {
  display: flex;
  margin-left: 20px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.header__no span {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #595757;
  font-size: 40px;
  font-weight: 400;
  line-height: .5;
}
.header__no em {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .header__no img {
    width: 100%;
  }
  .header__no b {
    display: flex;
    margin-left: 10px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  .header__no span {
    margin: -15px 10px 0 0;
    padding-right: 5px;
    border-right: 1px solid #595757;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
  }
  .header__no em {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header__nav {
    z-index: 10;
    right: 35px;
  }
}
.header__link {
  position: relative;
  z-index: 1;
  margin-left: 50px;
  color: #FFF;
  cursor: pointer;
  transition-duration: .4s;
}

.header__link__btn {
  display: block;
  width: 260px;
  height: 48px;
  border-radius: 30px;
  background-color: #698EC9;
  color: #FFF;
  text-align: center;
  line-height: 48px;
}
.header__link__btn.bg_green {
  background-color: #00A496;
}
.header__link__btn:hover,
.header__link__btn:visited {
  color: #FFF;
}

/*ハンバーガーメニュー*/
/*ナビメニューのスタイルを指定*/
nav.NavMenu {
  overflow: scroll;
  position: fixed;

/*表示位置を固定*/
  z-index: 10;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  padding: 0 20px;
  background: rgba(255, 255, 255, .9);
  transition: .5s;
  transition: all .6s;
  transform: translateY(-100%);
}
@media (max-width: 767.98px) {
  nav.NavMenu {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 600px) {
  nav.NavMenu {
    height: -webkit-fill-available;
    /* height: calc(100vh - 91.14px) !important; */
  }

  .nav_list {
    height: -webkit-fill-available;
    /* height: calc(100vh - 91.14px) !important; */
  }

  .header__link {
    display: none;
  }
}

.nav_list {
  list-style: none;
  max-width: 100%;
  height: 80vh;
  margin: 20px auto 0 auto;
  padding: 0;
}
@media (max-width: 767.98px) {
  .nav_list {
    max-width: 100%;
    padding: 0 15px;
  }
}

.nav_item {
  margin-bottom: 15px;
}
.nav_item--link {
  color: #595757;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
}
.nav_item--link b {
  display: block;
  color: #00A291;
  font-size: 16px;
}

nav.NavMenu.active {
  transform: translateY(0%);
}

.Toggle {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 23%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.Toggle::after {
  content: "目次";
  position: absolute;
  bottom: -3px;
  left: 12px;
  width: 25px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .Toggle {
    top: 0;
    right: 10px;
  }
}

.Toggle span {
  display: block;
  position: absolute;

/*変化の速度を指定*/
  left: 7px;
  width: 31px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;

/*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;

/*変化の速度を指定*/
  transition: .35s ease-in-out;
}

.Toggle span:nth-child(1) {
  top: 10px;
}

.Toggle span:nth-child(2) {
  top: 20px;
}

.Toggle span:nth-child(3) {
  top: 30px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  border-bottom: solid 3px #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  border-bottom: solid 3px #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*フッター*/
.footer {
  padding: 15px 0;
  background-color: #00A291;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.7142857143;
}
.footer__menu {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #00A291;
}
.footer__menu--list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .page-top {
  position: fixed;
  z-index: 100;
  right: 5%;
  bottom: 5%;
  padding: 10px;
  background-color: #00A291;
  opacity: 0;
  cursor: pointer;
  transition: opacity 1s;
}
.footer .page-top.fadeIn {
  opacity: .8;
}
.footer .page-top.fadeIn:hover {
  opacity: 1;
}

.footer--copy {
  display: block;
}

.footer--copy-sp {
  display: none;
}

@media (max-width: 600px) {
  .header__logo {
    display: none;
  }

  .footer {
    padding: 0;
  }

  .footer__menu {
    position: absolute;
    padding: 1px 0;
  }

  .footer--copy {
    display: none;
  }

  .footer--copy-sp {
    display: block;
    font-size: 10px;
  }

  .go-toppage {
    display: none;
  }

  .header__no img {
    width: 85%;
  }
}



</pre></body></html>