@charset "utf-8";
/* CSS Document */

/*PCのみに適用*/
@media only screen and (min-width:769px){
.PageLink {
    padding-top:40px;
	margin-top:-40px;
}	
}
/*PCのみに適用 END*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 15px!important;
	color:#000;
	line-height:1.8 !important;
	background:#FFF;
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
	overflow-x: hidden;  /*  横スクロールバーを消します。 */
	height: 100%;
	letter-spacing: .1em;
}


#TopPhoto {
	margin-top: 100px;
}

/* 全画面表示CSS */

.hero {
  height: 80vh; /* 全画面表示フルなら100 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/main_pc.jpg");
	position: relative;
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(52, 79, 132, 0.4);
}

/* text */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.title {
  font-size: 300%;
	font-weight: normal;
  line-height: 1.5;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
.description {
  color: white;
  text-align: center;
	margin-top: 15px;
	font-size: 150%
}

/* 全画面表示CSS END */

.Title {
	font-size: 210%;
	color: #344f84;
}

.TextBoxRight {
	background: #F8F8F8;
	padding: 5% 5% 5% 10%;
	float: right;
	width: 37%;
	margin-left: -10%;
	margin-top: 18%;
	position: relative;
	z-index: 0;
	font-size: 110%;
}

.PhotoLeft {
	float: left;
	width: 55%;
	position: relative;
	z-index: 1;
}

.TextBoxLeft {
	background: #F8F8F8;
	padding: 5% 10% 5% 5%;
	float: left;
	width: 37%;
	position: relative;
	z-index: 0;
	font-size: 110%;
	margin-right: -10%;
}

.PhotoRight {
	float: right;
	width: 55%;
	position: relative;
	z-index: 1;
	margin-top: 5%;
}

.PhotoLeftCenter {
	display: inline-block;
	width: 55%;
	vertical-align: middle;
}

.TextBoxRightCenter {
	display: inline-block;
	width: 38%;
	margin: 0 3%;
	font-size: 110%;
	vertical-align: middle;
}

.S_Title {
	font-size: 150%;
	line-height: 1.5;
}

.BG {
	background: #f5f5f5;
}

.ColorBg {
	padding: 5% 0;
}

.TitleDownText {
	font-size: 120%;
}

.WhtBox {
	background: #FFF;
	padding: 5%;
}

.GraphPhoto {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}

.GraphBox {
	display: inline-block;
	width: 53%;
	margin-left: 5%;
	vertical-align: middle;
}



/* table01 */
#table01 {
	background: #FFF;
	width: 100%;
}
#table01 tr {
  border-bottom: 3px solid #f5f5f5;
}

#table01 th,
#table01 td {
  padding: 24px;
  border: none;
}

#table01 td {
	vertical-align: middle;
}

#table01 th {
  width: 30%;
	background: #344f84;
	padding: 24px;
	color: #FFF;
}

/* sp */
@media only screen and (max-width: 480px) {
	
#table01 tr {
  border-bottom: none;
}  #table01 th,  #table01 th,
  #table01 td {
     width: 90%;
    display: block;
	  padding: 3% 5%;
  }
}

.LeftBox {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}

.RightBox {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	padding-left: 5% !important;
}
.Insta {
	margin-top: -3% !important;
}

.Insta li {
	margin-top: 3% !important;
}


.AccessDl {
	font-size: 110%;
}

.AccessDl dt {
	font-weight: bold;
	margin-top: 20px;
}
/*ボタン*/
a.btn_23 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
	padding: 0.5rem 1rem;
	font-weight: bold;
	border: 2px solid #344f84;
	color: #344f84;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_23::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #344f84;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_23:hover::before {
	transform: translateX(0);
}
a.btn_23:hover {
	color: #fff;
}
/*ボタン END*/
footer {
	background: #344f84;
	color: #FFF;
	padding: 3% 0 !important;
	text-align: center;
}

.FotterInner {
	width: 90%;
	margin: 0 auto;
}

.Copy {
	font-family: -apple-system,BlinkMacSystemFont, "Source Sans Pro", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	margin-top: 15px;
}

.MapBox {
	margin-bottom: -15px;
}

.Map {
	width: 100%;
	height: 700px;
}

.ConceptList li {
	background: #344f84;
	color: #FFF;
}

.thin {
	font-weight: normal;
}

.F_nav {
	margin-top: 1%;
	text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,YuGothic,"Yu Gothic",游ゴシック体,游ゴシック,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	font-weight: 700;
}

.F_nav li {
	margin: 0 15px;
	display: inline-block;
}

.F_nav li a {
	text-decoration: none;
	color: #FFF;
}

.F_nav li a:hover {
	text-decoration: underline;
}