@charset "UTF-8";
/**
 * Body
 */
body {
	color: #444;
	background-color: #fbfbef;
	background-image: url("../img/bg_body.jpg");
	background-repeat: no-repeat;
	background-position: top 66px center;
	background-size: 768px auto;
}
@media (min-width: 768px) {
  body {
    background-position: top center;
    background-size: 992px auto;
  }
}
@media (min-width: 992px) {
  body {
    background-size: 100% auto;
  }
}

/*
 * サイトロゴ用のスタイル
 */
.site-logo {
	margin: 0;
	padding: 16px 26px;
	background-color: #FFFFFF;
}
.site-logo img {
  display: block;
  height: 34px;
}
@media (min-width: 768px) {
  .site-logo img {
    height: auto;
  }
}

/*
 * ヘッダー用のスタイル
 */
@media (max-width: 767px) {
  .header {
    height: 66px;
  }
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
}

/*
 * ナビゲーションメニュー用のスタイル
 */
.navbar-default {
	border-width: 0;
	background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .navbar-default {
	background-color: transparent;
  }
}
.navbar-default .navbar-nav > li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    line-height: 30px;
  }
}
.navbar-default .navbar-toggle {
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #FFFFFF;
}

.menu-global {
	background-color: #fff;
}
@media (min-width: 768px) {
  .menu-global {
    margin: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .menu-global-main > li {
    position: relative;
  }
  .menu-global-main > li:before {
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.125em;
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    content: "/";
    vertical-align: middle;
  }
  .menu-global-main > li:first-child:before {
    display: none;
    content: "";
  }
}
.menu-global-sns li {
  float: left;
}

/**
 * Main: メインビジュアル
 */
.main-visual {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-visual {
    margin-bottom: 120px;
  }
}
.main-visual-catch {
  margin-bottom: 24px;
}
.main-visual-catch img {
  max-width: 100%;
  padding: 0 30px;
}
.main-visual-description {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}
@media (max-width: 767px) {
  .main-visual-description {
    padding: 0 60px 0 30px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .main-visual-description {
    font-size: 14px;
  }
}

/**
 *  Main: 共通
 */
.main {
  margin-right: auto;
  margin-left: auto;
}
.highlight {
  background:#FFEA3C;
  background: linear-gradient(transparent 50%, #FFEA3C 50%);
}
.h3_blue {
	color:#031457 !important;
}
.h3_blue2 {
	color:#034283 !important;
	text-decoration: underline;
}
.hr_blue {
	margin: 0;
	border-bottom: 2px solid #4F85BF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .main {
    width: 1200px;
  }
}

@media (min-width: 992px) {
  .content {
	background-color:rgba(255,255,255,0.75);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
  }
}

.container-main {
	padding-bottom: 40px;
}
@media (min-width: 768px) {
  .container-main {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/**
 *  Main: 注目コンテンツ
 */
@media (min-width: 992px) {
  .features {
    background-color:rgba(255,255,255,0.8);
  }
}

.features dl {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.features dl dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color:#00336a;
	letter-spacing: .125em;
	text-transform: uppercase;
}
.features dl dd {
  font-size: 14px;
  text-align: center;
}
.features dl dd img {
  border-width: 0;
  border-radius: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
}
.features :hover {
    opacity: .95;
}
.features dl dd p {
	line-height: 1.4;
	height: 2.8em;
	margin: 20px auto;
	text-align: left;
}
@media (min-width: 768px) {
  .features dl dd p {
    height: 4.2em;
  }
}

.features .btn-more {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 12px 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #dcb35c, #fad890) 0 100%;
  background: linear-gradient(to bottom, #fad890, #dcb35c) 0 100%;
}
@media (min-width: 768px) {
  .features .btn-more {
    transition: opacity .1s;
  }
  .features .btn-more:hover {
    opacity: .7;
  }
}

/**
 * フッター用のスタイル
 */
.footer {
	border-top: 4px solid #fff;
}
.footer-totop {
  padding: 12px 0;
}
.footer-copy {
	padding: 18px 0;
	color: #fff;
	background-color: #00336a;
}
.footer-copy p {
  margin: 0 auto;
}
/****************************************
.thumb-block
****************************************/
.thumb-block {
  list-style: none;
}

.thumb-block li {
/*  margin-bottom: 10px;
  padding: 4px 4px 15px; */
  color: #333;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .thumb-block li {
    padding: 4px;
  }
}

.thumb-block li div {
  position: relative;
  overflow: hidden;
}

.thumb-block li:last-child {
  margin-bottom: 20px;
}

.thumb-block li>div:nth-child(n) {
  padding-right: 0;
  padding-left: 0;
}

.thumb-block li>div:nth-child(n) img {
  width: 100%;
  height: auto;
}

.thumb-block button {
  float: right;
}
.float_l {
	float: left;
	padding-right: 1em;
	padding-left: 10px;
	margin-bottom: 20px;
	border-left-style: dotted;
	border-width: 1px;
	margin-top: 10px;
}
.title_p01 {
	background-color: #FFFF00;
	padding-left: 10px;
	margin-top: 10px;
	padding-right: 10px;
}
.title_p02 {
	background-color: #EDEDED;
	padding-left: 10px;
	margin-top: 10px;
	padding-right: 10px;
}

/****************************************
.左右反転ボックス
****************************************/
.probootstrap-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.probootstrap-half .image-wrap, .probootstrap-half .text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .probootstrap-half .image-wrap, .probootstrap-half .text {
    width: 100%;
  }
  .probootstrap-half .image-wrap, .probootstrap-half .text .float_l {
	color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
  }
}

.probootstrap-half .image-wrap {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .probootstrap-half .image-wrap {
    height: 400px;
    width: 100%;
  }
}

.probootstrap-half .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
  background-color: #00336a;
}

.probootstrap-half .text {
	padding: 30px;
	background: #fff;
}

@media screen and (max-width: 768px) {
  .probootstrap-half .text {
    width: 100%;
    padding: 30px 15px;
    float: left;
  }
}

.probootstrap-half .text .subtitle {
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: smaller;
	margin-bottom: 0px;
}

.probootstrap-half .text h2, .probootstrap-half .text h3, .probootstrap-half .text h4, .probootstrap-half .text h5 {
  color: #333333;
}

.probootstrap-half .text h3 {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .probootstrap-half .text h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0px;
  }
}

.probootstrap-half .text p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

.probootstrap-half .text li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

.probootstrap-half.reverse {
  position: relative;
}

.probootstrap-half.reverse .image-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .probootstrap-half.reverse .image-wrap {
    position: relative;
    height: 400px;
  }
}

.probootstrap-half .btn-ghost-white {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.probootstrap-half .btn-ghost-white:hover, .probootstrap-half .btn-ghost-white:active, .probootstrap-half .btn-ghost-white:focus {
  background: none !important;
  border-color: #f4bd00 !important;
}

.probootstrap-half:hover .image, .probootstrap-half:focus .image, .probootstrap-half:active .image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.probootstrap-half .service-item {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.probootstrap-half .service-item .number {
  font-weight: 700;
  font-size: 100px;
  left: 0px;
  margin-left: 70px;
  top: 0;
  color: rgba(0, 0, 128, 0.08);
  z-index: 1;
  line-height: 100px;
  position: absolute;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}
 
#page-top a {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 50px;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.scroll-top {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 100;
background-color: #999;
opacity: .8;
width: 50px;
height: 50px;
border-radius: 50%;
border: none;
color: #fff;
}
.scroll-top:hover {
cursor: pointer;
}
