@charset "UTF-8";
/*

	index.html

*/
/*------------------------------------------
	load 初期値
------------------------------------------*/
#mainVisual, #main .inner { opacity: 0; }

/*------------------------------------------
	.pageTtlBox
------------------------------------------*/
.pageTtlBox { margin-top: 50px; margin-bottom: 125px; }
@media screen and (max-width: 767px) { .pageTtlBox { margin: 0 auto; } }

/*------------------------------------------
	.homeWhats
------------------------------------------*/
.homeWhats { margin-bottom: 20px; position: relative; z-index: 2}
.homeWhats .inner { padding: 0 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.homeWhats .secTtl { color: #323232; font-size: 15px; font-weight: bold; padding: 0 43px 0 0; margin-right: 40px; border-right: 1px solid #000; }
.homeWhats .newsList .item { border: none; }
.homeWhats .newsList .item .txt a { color: #1d2088 !important; }
@media screen and (max-width: 767px) { .homeWhats .inner { display: block; padding: 20px 15px; }
  .homeWhats .secTtl { text-align: center; padding: 0 0 10px; margin: 0 auto 10px; border-right: none; border-bottom: 1px solid #000; } }

/*------------------------------------------
	homeIntro
------------------------------------------*/
.homeIntro .inner { padding: 0; height: 430px; position: relative; overflow: hidden; }
.homeIntro .bgImg { top: 0; left: 0; position: absolute; z-index: 1; }
.homeIntro .ttlBox { width: 37.2%; height: 100%; padding: 95px 0 0; position: relative; z-index: 2; background: rgba(255, 255, 255, 0.8); }
.homeIntro .ttlBox .logo { width: 300px; margin: 0 auto; }
.homeIntro .ttlBox .logo svg { width: 300px; height: 135px; }
.homeIntro .ttlBox .logo .txt { width: auto; height: auto; object-fit: fill; font-family: inherit; display: block; margin: 7px 0 0 auto; width: 196px; height: 36px; }
.homeIntro .lead { color: #fff; font-size: 46px; font-weight: 500; background: rgba(29, 32, 136, 0.8); position: absolute; z-index: 2; width: 100%; left: 0; bottom: 0; text-align: right; line-height: 1.3; padding: 15px 95px 15px 10px; }
@media screen and (max-width: 767px) { .homeIntro .inner { height: auto; }
  .homeIntro .bgImg { width: auto; height: auto; object-fit: fill; font-family: inherit; position: static; }
  .homeIntro .ttlBox { width: 100%; height: auto; position: static; padding: 20px; background: none; }
  .homeIntro .ttlBox .logo { width: 200px; }
  .homeIntro .ttlBox .logo svg { width: 200px; height: 90px; }
  .homeIntro .lead { position: static; font-size: 24px; padding: 10px; text-align: center; } }

/*------------------------------------------
	homeThree
------------------------------------------*/
.homeThree { position: relative; z-index: 3; padding-bottom: 100px; }
.homeThree .imgBox { width: 50%; float: left; }
.homeThree .imgBox img { margin-top: -43px; }
.homeThree .txtBox { width: 50%; float: right; margin-top: 95px; }
.homeThree .txtBox .btn { margin-top: 50px; }
@media screen and (max-width: 767px) { .homeThree { padding: 20px 0 50px; }
  .homeThree .imgBox { width: 100%; float: none; text-align: center; }
  .homeThree .imgBox img { margin-top: 0; }
  .homeThree .txtBox { width: 100%; float: none; margin: 20px auto 0; }
  .homeThree .txtBox .btn { margin-top: 30px; } }

/*------------------------------------------
	homeContact
------------------------------------------*/
.homeContact { color: #fff; padding: 20px; margin-bottom: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.homeContact.blue { background: #1d2088; }
.homeContact.green { background: #63A544; }
.homeContact .txtBox { width: 47.5%; position: relative; margin-top: 8px; -ms-flex-order: 2; -webkit-order: 2; order: 2; }
.homeContact .txtBox .secTtl { text-align: left; }
.homeContact .txtBox .btn { position: absolute; left: 0; right: 0; bottom: 0; margin: auto; }
.homeContact .imgBox { width: 50%; }
@media screen and (max-width: 767px) { .homeContact { display: block; margin-bottom: 40px; }
  .homeContact .txtBox { width: 100%; margin: 0 auto 20px; }
  .homeContact .txtBox .btn { position: relative; margin-top: 25px; }
  .homeContact .imgBox { width: 100%; text-align: center; } }

/*------------------------------------------
	.homeNews
------------------------------------------*/
.homeNews { padding-bottom: 100px; }
.homeNews .newsList { margin-bottom: 30px; }
@media screen and (max-width: 767px) { .homeNews { padding-bottom: 30px; } }

/*# sourceMappingURL=home.css.map */
