<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

div {
  line-height: 0; }

img {
  vertical-align: bottom !important; }

.container {
  width: 100%; }

header, .imgArea {
  text-align: center; }

/* =====================================
  オファーエリア
===================================== */
.offerArea {
  background-color: #007d2b;
  padding: 48px 0;
  width: 100%; }

.offerArea .offerArea-inner {
  display: block;
  height: 83px;
  margin: 0 auto;
  padding: 0 50px;
  width: 1010px; }

.offerArea .offerArea-inner a {
  display: block;
  float: left;
  height: 83px; }

.offerArea .offerArea-inner a.loan {
  display: block;
  float: right;
  height: 83px; }

.loanArea {
  display: block;
  height: 53px;
  margin: 0 auto 30px;
  width: 348px; }

/* ロールオーバー */
.offerArea-inner a:hover img,
.loanArea a:hover img {
  opacity: .75;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=75);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* IE 8 */
  -khtml-opacity: .75;
  /* Safari 1.x */
  -moz-opacity: .75;
  /* FF lt 1.5, Netscape */ }

.bgA {
  width: 100%; }

.bgA .bgArea01 {
  background: url(../images/sec01_bgA01.png) repeat left top;
  position: relative;
  width: 100%; }

.bgA .bgArea02 {
  background: url(../images/sec01_bgA02.png) repeat left top;
  position: relative;
  width: 100%; }

/* =====================================
メインビジュアル
===================================== */
.mainVisual {
  background-image: url('../images/mainVisual_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: content;
  height: 691px; }

.mainVisual_inner {
  position: relative;
  width: 1010px;
  margin: 0 auto; }

.mainVisual_inner .topBtA {
  position: absolute;
  top: 360px;
  right: 0px; }

.mainVisual_inner .topBtB {
  position: absolute;
  top: 515px;
  right: 0px; }

.movieArea {
  background-color: #007d2b;
  height: 269px;
  width: 100%; }

/* =====================================
  ムービーエリア
===================================== */
#movieArea {
  background-color: #007d2b;
  height: 269px;
  width: 100%; }

#movieArea div {
  background: url("../images/movieArea.png") no-repeat left top;
  height: 269px;
  margin: 0 auto;
  position: relative;
  width: 1003px; }

#movieArea div iframe {
  position: absolute;
  right: -4px;
  top: 70px;
  width: 276px; }

/* =====================================
  コンテンツ入口
===================================== */
#entrance {
  background: url("../images/entrance_bg.png") repeat left top;
  height: 335px;
  position: relative;
  width: 100%; }

#entrance ul {
  margin: 0 auto;
  height: 335px;
  width: 1010px; }

#entrance ul li {
  display: block;
  float: left;
  width: auto; }

#entrance .marcT {
  left: 50%;
  margin-left: -40px;
  top: 315px;
  z-index: 20000; }

/* =====================================
  エリア
===================================== */
#schoolArea .bgA h4 {
  background: url("../images/schoolArea_bgA01.png") repeat-x left top;
  width: 100%;
  text-align: center; }

#schoolArea .bgA h4 img {
  display: block;
  margin: 0 auto;
  width: 1010px; }

#schoolArea .bgA .inner {
  background: url("../images/schoolArea_bgA02.png") repeat left top;
  width: 100%; }

#schoolArea .bgA .inner #areaEntrance {
  background: url("../images/schoolArea_img02.png") no-repeat left top;
  height: 670px;
  margin: 0 auto;
  position: relative;
  width: 1010px; }

#schoolArea .bgA .inner #areaEntrance #entranceBtn {
  position: absolute;
  right: 6px;
  top: 0;
  width: 571px;
  font-size: 14px; }

#schoolArea .bgA .inner #areaEntrance #entranceBtn li {
  display: block;
  float: left;
  margin: 20px 20px 0 0;
  width: 177px;
  line-height: 1.5; }

#schoolArea .bgA .inner #areaEntrance #entranceBtn li.first {
  margin-top: 0; }

#schoolArea .bgA .inner #areaEntrance #entranceBtn li.end {
  margin-right: 0; }

#schoolArea .bgA .inner #areaEntrance #entranceBtn li .btn {
  display: block;
  height: 34px;
  margin-bottom: 14px;
  width: 177px; }

#schoolArea .bgA .inner #areaEntrance #entranceBtn li p {
  margin-bottom: 5px; }

/* ロールオーバー */
#schoolArea .bgA .inner #areaEntrance #entranceBtn li a:hover img {
  opacity: .75;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=75);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* IE 8 */
  -khtml-opacity: .75;
  /* Safari 1.x */
  -moz-opacity: .75;
  /* FF lt 1.5, Netscape */ }

/* =====================================
  フッター
===================================== */
#footer {
  background-color: #007d2b;
  height: 306px;
  width: 100%; }

#footer #footer-inner {
  background: url("../images/footer_bg.png") no-repeat left top;
  height: 306px;
  margin: 0 auto;
  position: relative;
  width: 1010px; }

#footer #footer-inner .top {
  display: block;
  left: 50%;
  margin-left: -355px;
  position: absolute;
  top: 23px;
  width: 710px;
  text-align: center; }

#footer #footer-inner .bottom {
  display: block;
  height: 38px;
  left: 50%;
  margin-left: -355px;
  position: absolute;
  top: 112px;
  width: 710px; }

#footer #copyright {
  background-color: #007d2b;
  border-top: 1px solid #66b180;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  text-align: center; }
</pre></body></html>