<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------------
/* reset
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
a, a:link, a:active, a:visited, a:hover, a:focus {
  text-decoration: none;
}
body * {
  text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
dl, dl dt, dl dd {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
input[type=button],input[type=text],input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="email"], input[type="number"], input[type="tel"] {
  ime-mode: disabled;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
}
select::-ms-expand {
  display: none;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
sup {
  font-size: 70%;
  vertical-align: top;
}
sub {
  font-size: 70%;
  vertical-align: bottom;
}
a {
  color: #005bab;
  transition: 0.7s;
}





/* ----------------------------------------------------------------------------
/* common
---------------------------------------------------------------------------- */
:root {
  --color_blue: #005BAB;
  --color_green: #00AABE;
  --color_gray: #5C5C5C;
  --width_sp: 375;
  --myheight: 100vh;
}
html {
  font-size: 62.5%;
}
.inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px){
  .inner {
    width: calc(100% - 40px);
  }
}





/* ----------------------------------------------------------------------------
/* header
---------------------------------------------------------------------------- */
header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
  text-align: center;
  z-index: 10;
}
header img {
  height: 36px;
}





/* ----------------------------------------------------------------------------
/* #home
---------------------------------------------------------------------------- */
body {
  position: relative;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,th,td,img,figure,form,input,button,textarea,select {
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  #home .pc {
    display: none !important;
  }
  html{
    height: 100vh;
  }
}








/* ----------------------------------------------------------------------------
/* footer
---------------------------------------------------------------------------- */
footer {
  padding: 60px 0 80px;
  background: #ffffff;
}
footer a {
  color: #333333;
}
body:not(#home) footer {
  background-color: #333333;
  color: #ffffff;
}
body:not(#home) footer a {
  color: #ffffff;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/*
footer p,
footer a,
footer li::before {
  color: #000;
}
*/
footer .company {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 3px;
}
footer .address_txt,
footer .list a,
footer .copy {
  font-size: 1.4rem;
  line-height: 2.1428;
}
footer .address_txt{
  font-weight: 500;
}
footer .address_txt a {
  display: inline-block;
}
footer .list {
  display: flex;
}
footer .list li:last-of-type {
  position: relative;
}
footer .list li:last-of-type::before {
  content:"��";
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 14px;
}
footer .copy {
  text-align: right;
}

.pagetop.is-show{
  opacity: 1;
}
.pagetop{
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  width: 40px;
  z-index: 444;
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}

@media screen and (max-width: 767px) {
  footer {
    padding: calc(50 / var(--width_sp) * 100vw) 0 calc(60 / var(--width_sp) * 100vw);
  }
  footer .wrap {
    display: block;
  }
  footer .company {
    font-size: calc(16 / var(--width_sp) * 100vw);
    line-height: 1.42857;
    text-align: center;
    margin-bottom: calc(10 / var(--width_sp) * 100vw);
  }
  footer .address_txt,
  footer .list a {
    font-size: calc(14 / var(--width_sp) * 100vw);
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
  }
  footer .box02 {
    margin: calc(20 / var(--width_sp) * 100vw) 0 0;
  }
  footer .list {
    justify-content: center;
  }
  footer .copy {
    font-size: calc(12 / var(--width_sp) * 100vw);
    text-align: center;
    margin-top: calc(18 / var(--width_sp) * 100vw);
  }
}











#block_lead {
  padding-top: 80px;
  padding-bottom: 80px;
}
#block_lead h1 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 4.0rem;
  line-height: 1.0em;
  text-align: center;
}
#content {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eeeeee url(../img/dots.png) center center repeat;
}

.block_theme {
  padding: 60px;
  background-color: #ffffff;
}
.block_theme + .block_theme {
  margin-top: 60px;
}
.title_theme {
  margin-bottom: 15px;
  text-align: center;
}
.title_theme span {
  display: inline-block;
  padding: 6px 10px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
}
.block_theme h1 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 3.0rem;
  line-height: 1.2em;
  text-align: center;
}
.block_theme p {
  margin-bottom: 40px;
}
.block_theme ul:not(.movie) li + li {
  border-top: 1px solid #eeeeee;
}
.block_theme ul a {
  display: block;
  padding: 20px;
}
.block_theme ul a:hover {
  background-color: #005bab;
  color: #ffffff;
}
.block_theme .movie {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block_theme .movie li {
  width: calc((100% - 40px) / 3);
}
.block_theme .movie a {
  display: block;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
}
.block_theme .movie div {
  margin-top: 10px;
}
.block_theme .panel a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f15b';
  font-weight: 500;
  margin-right: 10px;
}
.block_theme ul .pdf a:before {
  content: '\f1c1';
}
.block_theme ul .book a:before {
  content: '\f518';
  font-weight: 700;
}
.block_theme .block_movie {
  padding: 40px;
  background-color: #eeeeee;
}
.block_theme * + .block_movie {
  margin-top: 40px;
}
.block_theme .block_movie dt {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
}

.topic_path {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f9f9;
  font-size: 1.4rem;
}
.topic_path ul {
  display: flex;
  line-height: 1.2em;
}
.topic_path li + li {
  position: relative;
  margin-left: 15px;
  padding-left: 10px;
}
.topic_path li:nth-of-type(1):before {
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  margin-right: 5px;
  color: #005bab;
}
.topic_path li + li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translateY(-50%) rotate(45deg);
}
.topic_path a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.7s;
}
.topic_path a:hover,
.topic_path a:active,
.topic_path a:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header + .topic_path {
    display: none;
  }
  .topic_path ul {
    display: block;
  }
  .topic_path li + li {
    margin-top: 10px;
    margin-left: 10px;
  }
  .topic_path li:nth-of-type(1):before {
    margin-right: 5px;
  }
}



.c-pageTitle {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}

.p-pageTitleDesc {
  padding-bottom: 0;
}
.siteHeader {
  height: 375px;
}
.l-header {
  display: flex;
  align-items: center;
  padding-top: 0;
  height: 100%;
}
.l-container {
  margin: 0;
  padding: 0;
}
.header__Img {
  max-width: none;
  height: 100%;
}
.header__ImgBox {
  display: block;
  width: auto;
  height: 100%;
}
.header__bannerBox {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bg:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(17,46,145,0.5);
  }
}

#miniseminar {
  padding-bottom: 100px;
}
#miniseminar .siteHeader {
  height: auto;
  margin-bottom: 80px;
}
#miniseminar .l-header--seminar {
  background: linear-gradient(to right,#0097c4,#00b9d0);
}
#miniseminar .p-theme {
  margin-bottom: 20px;
}
#miniseminar .p-pageTitle {
  margin: 0;
}
#miniseminar .l-header {
  padding-top: 60px;
  padding-bottom: 60px;
}

.block_iframe_inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.block_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_iframe_caption {
  margin-top: 60px;
  padding: 20px 30px;
  background-color: #f0f0f0;
}
.block_iframe_caption p + p {
  margin-top: 10px;
}
.mini__relateBox,
.mini__relateBox ul,
.mini__relateBox li {
  width: 100%;
}
.mini__relateBox {
  margin-top: 60px;
}
.mini__relateBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.mini__relateBox li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .mini__relateBox li {
    width: 100%;
  }
}

.block_table {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.block_table caption {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #777777;
  line-height: 1.4em;
}
.block_table thead {
  color: #ffffff;
}
.block_table th,
.block_table td {
  padding: 20px;
  border: 1px solid #dddddd;
  line-height: 1.4em;
  vertical-align: middle;
}
.block_table thead td,
.block_table th {
  font-weight: bold;
  text-align: center;
}
.block_table .nowrap {
  white-space: nowrap;
}
.block_table .center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block_table .nowrap {
    white-space: normal;
  }
}

.block_photo {
  margin-top: 3.2rem;
  text-align :center;
}
.block_photo ul {
  display: flex;
  gap: 40px;
  text-align: left;
}
.block_photo figure {
  margin-top: 20px;
  text-align: center;
}
.block_photo figure img {
  width: auto;
  max-width: 100%;
}
.block_photo figure figcaption {
  margin-top: 10px;
  font-size: 14px;
}
.block_photo figure .caption_l {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .block_photo li {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .block_photo ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .block_photo li:not(.column_1) {
/*
    width: calc((100% - 20px) / 2);
*/
    width: 100%;
  }
}

.header__navBox {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .p-navList {
    margin-top: 10px;
    padding-bottom: 0;
  }
}

.block_lead {
  margin-top: 40px;
  padding: 20px 30px;
}

.block_btn_pdf {
  margin-top: 40px;
  text-align: center;
}
.block_btn_pdf + .block_iframe_caption {
  margin-top: 40px;
}
.block_btn_pdf a {
  display: inline-block;
  padding: 20px 40px;
  border: 2px solid #005bab;
  border-radius: 100px;
  background-color: #005bab;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.2;
  overflow: hidden;
  transition: .3s;
}
.block_btn_pdf a:hover,
.block_btn_pdf a:active,
.block_btn_pdf a:focus {
  background: #ffffff;
  color: #005bab;
}
.block_btn_pdf a:hover::after,
.block_btn_pdf a:active::after,
.block_btn_pdf a:focus::after {
  background-image: url(../img/ico_noopener.svg);
}
.block_btn_pdf a::after {
  content: "";
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 7px;
  background: url(../img/ico_noopener_white.svg) center / cover no-repeat;
  transition: .3s;
}
@media screen and (max-width: 767px) {
}

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