<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
span, p, img, strong, dl, dt, dd, ol, ul, li, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* /reset css */
img {
  max-width: 100%;
  height: auto;
}
/* common */
body {
  letter-spacing: 1px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgba(0, 0, 0, 1);
  background: #fff;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
/* /common */
/* header */
div#logo {
  width: 100%;
  margin: 0px auto;
  padding: 18px 0px;
  text-align: center;
}
div#logo img {
  margin: 0px auto;
}
header {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
header p {
  display: block;
  width: 100%;
  height: 530px;
  background: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
div#head {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 50px 0px;
}
div#headin {
  max-width: 1045px;
  width: 100%;
  margin: -140px auto 0;
  padding: 30px 0px 0px 0px;
  background: #fff;
}
div#headin h1 {
  font-size: 40px;
  line-height: 1.5;
  color: #0c2597;
  padding: 0px 0px 20px 0px;
  text-align: center;
  font-weight: bold!important;
}
div#headin ul.feature {
  display: flex;
  margin: 0 40px;
}
div#headin ul.feature li {
  width: 33%;
  background: #e5f2fc;
  color: #0949a9;
  text-align: center;
  margin-left: 4px;
  padding: 30px 0 20px;
  font-weight: bold;
}
div#headin ul.feature li:first-child {
  margin-left: 0;
}
div#headin ul.feature li span {
  font-weight: bold;
  margin: 20px auto 0 auto;
}
div#headin ul.feature li span img {
  margin: 20px auto 0 auto;
  text-align: center;
}
div#headin ul.feature li span span {
  font-size: 40px;
  display: inline;
}
/* /header */
.btn_wrap {
  max-width: 1045px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
.btn_cv {
  margin: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.btn_cv .tel {
  margin-bottom: 5px;
}
.btn_cv a {
  display: block;
}
.btn_cv a:hover {
  opacity: 0.8;
  transition: 1s;
}
section.white {
  width: 965px;
  margin: 0 auto 130px;
  text-align: center;
}
h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 130px 0 50px;
}
/* ブラウザの初期設定をクリア */
dl, dt, dd {
  margin: 0;
  padding: 0;
}
.dl_2column_table {
  background-color: #FFF;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 1.5;
}
.dl_2column_table dt:nth-of-type(-n+2), .dl_2column_table dd:nth-of-type(-n+2) {}
.dl_2column_table dt {
  font-weight: bold;
  padding: 15px 0;
  width: 10%;
  text-align: left;
}
.dl_2column_table dd {
  padding: 15px 15px 15px 0;
  width: 40%;
  box-sizing: border-box;
  text-align: left;
}
.dl_2column_table dd .bold {
  font-weight: bold;
  font-size: 24px;
  display: inline;
}
.dl_2column_table dd .attention {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}
.dl_table {
  background-color: #FFF;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 1.5;
}
.dl_table dt {
  font-weight: bold;
  width: 13%;
  padding: 15px 0;
  text-align: left;
}
.dl_table dt.pb0 {
  padding-bottom: 0;
}

.dl_table dd {
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
}
.dl_table dd .box {
  display: block;
  padding: 15px;
  background-color: #ffecec;
  text-align: left;
  margin-top: 10px;
}
.ph_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.c2_text {
  width: 800px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.c2_text li {
  width: 400px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 5px;
}
.c2_text li span {
  font-size: 16px;
  display: inline;
}
.mtop {
  margin-top: 50px;
}
section.blue {
  background-color: #f2f8fd;
  width: 100%;
  padding-bottom: 130px;
  margin: 0 auto 100px;
}
.yt_cv {
  background-color: #0949a9;
  padding: 50px 0;
  text-align: center;
}
.yt_cv .yt {
  width: 865px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.yt_cv iframe {
  width: 100%;
  height: 100%;
}
.office {
  width: 965px;
  margin: 100px auto 0;
}
.office dt {
  padding-left: 80px;
  font-size: 20px;
  line-height: 1.5;
}
.office.no1 dt {
  background: url(../img/ico03.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.office.no2 dt {
  background: url(../img/ico04.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.office.no3 dt {
  background: url(../img/ico05.png);
  background-repeat: no-repeat;
  background-position: center left;
  height: 2.5em;
  padding-top: 10px;
}
.office dd {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
footer {
  border-top: 1px solid #ccc;
  width: 965px;
  margin: 0 auto;
  padding: 10px 0 130px;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    overflow-x: hidden !important;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  div#logo {
    width: 70%;
    margin: 0px auto;
    padding: 18px 0px;
    text-align: center;
  }
  header p {
    display: block;
    width: 100%;
    height: 250px;
    background: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  div#head {
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px;
  }
  div#headin {
    width: 94%;
    margin: -110px auto 0;
    padding: 10px 0px 0px 0px;
    background: #fff;
  }
  div#headin h1 {
    font-size: 21px;
    line-height: 1.2;
    color: #0c2597;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-weight: bold!important;;
}
  div#headin ul.feature {
    display: flex;
    margin: 0;
  }
  div#headin ul.feature li {
    width: 33%;
    background: #e5f2fc;
    color: #0949a9;
    text-align: center;
    margin-left: 4px;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
  }
  div#headin ul.feature li:first-child {
    margin-left: 0;
  }
  div#headin ul.feature li span {
    font-weight: bold;
    margin: 10px auto 0 auto;
  }
  div#headin ul.feature li span img {
    margin: 0 auto;
    text-align: center;
    width: 50%;
  }
  div#headin ul.feature li span span {
    font-size: 20px;
    display: inline-block;
  }
  .btn_wrap {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  .btn_cv {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .btn_cv .tel {
    margin-bottom: 0;
  }
  .btn_cv a:hover {
    opacity: 1;
  }
  section.white {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }
  h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 30px 0 25px;
  }
  /* ブラウザの初期設定をクリア */
  dl, dt, dd {
    margin: 0;
    padding: 0;
  }
  .dl_2column_table {
    width: 100%;
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.5;
    padding: 0 3%;
  }
  .dl_2column_table dt {
    font-weight: bold;
    padding: 14px 0;
    width: 17%;
    text-align: left;
  }
  .dl_2column_table dd {
    padding: 14px 0;
    width: 83%;
    box-sizing: border-box;
    text-align: left;
  }
  .dl_2column_table dd .bold {
    font-weight: bold;
    font-size: 16px;
    display: inline;
  }
  .dl_2column_table dd .attention {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
  }
  .dl_table {
    background-color: #FFF;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.5;
    padding: 0 3%;
  }
  .dl_table dt {
    font-weight: bold;
    width: 17%;
    padding: 14px 0;
    text-align: left;
  }
  .dl_table dd {
    padding: 14px 0;
    box-sizing: border-box;
    width: 83%;
    text-align: left;
  }
  .box {
    display: block;
    padding: 10px;
    background-color: #ffecec;
    text-align: left;
    margin: 0 3%;
    font-size: 13px;
    line-height: 1.5;
  }
  .dl_table dd .box {
    display: none;  
}
  .ph_box {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .dl_table.mtop {
    display: block;
    padding-top: 25px;
  }
  .dl_table.mtop dt {
    padding: 0;
  }
  .dl_table.mtop dd {
    padding: 14px 0 0;
    width: 100%;  }
  .c2_text {
    width: 100%;
    text-align: left;
    display: block;
  }
  .c2_text li {
    width: 100%;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 0;
  }
  .c2_text li span {
    font-size: 11px;
    display: inline;
  }
  .mtop {
    margin-top: 25px;
  }
  section.blue {
    background-color: #f2f8fd;
    width: 100%;
    padding: 20px 0 50px;
    margin: 0 auto 30px;
  }
  .yt_cv {
    background-color: #0949a9;
    padding: 25px 3%;
    text-align: center;
  }
  .yt_cv .yt {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
  }
  .yt_cv iframe {
    width: 100%;
    height: 100%;
  }
  .office {
    width: 100%;
    margin: 50px auto 0;
  }
  .office dt {
    padding-left: 10%;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 3%;
  }
  .office.no1 dt {
    background: url(../img/ico03.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 8% auto;
  }
  .office.no2 dt {
    background: url(../img/ico04.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 8% auto;
  }
  .office.no3 dt {
    background: url(../img/ico05.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 8% auto;
    padding-top: 0;
    height: auto;
  }
  .office dd {
    display: flex;
    justify-content: space-between;
    margin: 15px 3% 0;
  }
  .office dd img {
    width: 49.5%;
  }
  .innner {
    margin: 0 3%;
  }
  footer {
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 80px;
    display: block;
    justify-content: space-between;
    margin-top: 50px;
    text-align: center;
    font-size: 11px;
  }
  footer img {
    margin: 0 auto 10px;
  }
}
.fixed-btn__area {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 8px #ccc;
}
.fixed-btn__area .btn_wrap {
  margin-top: 0;
}
#bxslider-outer {
  position: relative;
  max-width: 100%;
  margin: 30px 3%;
}
.bx-controls {}
.bx-wrapper {
  margin: 0 !important;
  /*-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;*/
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.next-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -3%;
  top: 50%;
  margin-top: -20px;
}
.prev-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -3%;
  top: 50%;
  margin-top: -20px;
}
.bx-prev, .bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  background-color: #0c2597;
  opacity: 0.7;
}
.bx-prev:after, .bx-next:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  top: calc(50% - 7px);
}
.bx-prev::after {
  transform: rotate(135deg);
  left: calc(50% - 6px);
}
.bx-next::after {
  right: calc(50% - 6px);
}
.bxslider img {
  width: 100% !important;
  height: auto !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #0c2597 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc !important;
}</pre></body></html>