@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a, a:link {
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
}

a:visited,a:hover,a:active{
color: #3C5C84;
}
*{
	box-sizing: border-box;
}
a{
	color: #3C5C84;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
*:hover{
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  font-feature-settings: palt;
  font-smoothing: antialiased;
  letter-spacing: 0.03em;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1{
	font-size: 1.2rem;
	color: #6C6C6C;
}
.inner{
  width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.lay-inner{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
/*---------------------------------------
ヘッダー
-----------------------------------------*/

.header{
	height: 88px;
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 99;
	
}
.pcMenu {
	width: 100%;
}
.headerArea{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 3%;
}
.gmenu ul {
  display: flex;
  justify-content: space-between;
  width: 700px;
  z-index: 10;
  top: 44px;
  right: 6.35rem;
}
.gmenu ul li {
	display: flex;
    align-items: center;	
}
.gmenu ul li:last-child{
	
}
.gmenu ul li a {
  font-size: 1.4rem;
}
.gmenu ul li:last-child a{
	width: 100%;
	height: 100%;
	padding: 5px 15px;
	color: #fff;
	background: #3C5C84;
}
.gmenu ul li a:hover{
	color: #081337;
}
.gmenu ul li:last-child a:hover{
	background: #081337;
	color: #fff;
}

/*---------------------------------------
ボタン
-----------------------------------------*/
.arrow{
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0);
	border: 2px solid #3C5C84;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(-50%,-50%);
	-webki-transform: translate(-50%,-50%);
}
.arrow::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px; /* ②棒が長くなった分、右へ7px移動 */
  width: 7px;
  height: 7px;
  border-top: 2px solid #3C5C84;
  border-right: 2px solid #3C5C84;
  transform: rotate(45deg);
}
 
 
.arrow::after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px; /* ①棒の長さを15⇒20pxに変更 */
  height: 2px;
  background: #3C5C84;
}

.back_btn{
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 1.8rem;
	text-decoration: underline !important;
	color: #525252 !important;
}
/*---------------------------------------
フッター
-----------------------------------------*/

footer{
	height: 60px;
	background: #FAFAFA;
	padding: 0 3%;
	display: flex;
	align-items: center;
}
.footerArea{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
footer div p a{
	color: #3C5C84;
}
footer div p a:hover{
	opacity: .5;
}
.com-site{
	text-decoration: underline;
	text-decoration-color: #3C5C84;
}


@media all and (min-width: 961px) {
  .pc {
    display: block!important;
  }
  .sp {
    display: none !important;
  }
  .pcMenu {
    display: block!important;
  }
  .spMenu {
    display: none !important;
  }
}
@media all and (max-width: 960px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block!important;
	}
	.header{
		height: 0;
	}
	.menu {
		height: 20px;
		position: fixed;
		right: 26px;
		top: 26px;
		width: 30px;
		z-index: 99;
		cursor: pointer;
	}
	.footerArea{
	display: flex;
	justify-content: center;
		flex-direction: column-reverse;
	width: 100%;
}
	footer{
	height: auto;
	background: #FAFAFA;
	padding: 20px 3% 0;
	display: flex;
	align-items: center;
}
	footer div p{
		width: 100%;
	}
	footer div p a{
		font-size: 1.4rem;
		width: 100%;
	}
	footer div p{
		margin-bottom: 20px;
	}
}


/*------------------------------------------------------------
メニュー用↓↓↓
------------------------------------------------------------*/

@media all and (max-width: 960px) {
	.logoArea{
		height: 66px;
		display: flex;
		align-items: center;
		margin-left: 20px;
	}
  /*スマホ時のメニューバー*/
  .pcMenu {
    display: none !important;
  }
  .spMenu {
    display: block !important;
  }
  .menu__line {
    background: #3C5C84;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu__line--center {
    top: 9px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background: #3C5C84;
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #3C5C84;
  }
  /*gnav*/
  .gnav {
    background: url("../../img/commn/nav-img.jpg") no-repeat;
	  background-position: top left;
	  background-size: cover;
    display: none;
    height: 100%;
    position: fixed;
	  top: 0;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
    border: 6px solid #3C5C84;
  }
	.gnav::before{
		content: "";
		display: inline-block;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.9);
		background-position: top left;
	  background-size: cover;
		position: absolute;
		top: 0;
  }
  .gnav__wrap {
    height: 100%;
    width: 100%;
    display: flex;
	position: relative;
  }
	.gnav__menu{
		position: absolute;
		top: 60px;
		display: block;
		width: 100%;
		padding: 10px;
	}
  .gnav__menu__item {
    padding: 0 15px;
  }
.gnav__menu__item:last-child {
	margin-top: 30px;
    padding: 0 15px;
  }
  .gnav__menu__item a {
    color: #3C5C84;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.13em;
	position: relative;
  }
.gnav__menu__item:last-child a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.13em;
	position: relative;
	background: #3C5C84;
	text-align: center;
  }
  .gnav__menu__item a:hover {
    color: #666;
  }
.slidein01{
  animation: slideIn .2s;
}
.slidein02{
  animation: slideIn .3s;
}
.slidein03{
  animation: slideIn .4s;
}
.slidein04{
  animation: slideIn .5s;
}
.slidein05{
  animation: slideIn .7s;
}
.slidein06{
  animation: slideIn 1s;
}
.slidein07{
  animation: slideIn 1.2s;
}
.slidein08{
  animation: slideIn 1.4s;
}
 
}

@keyframes slideIn {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------ */

/* 共通下部CONTACT*/

/* ------------------------------------------------------------------ */

/*--------------------------
フッター
----------------------------*/


@media all and (min-width: 769px) {

}

@media all and (max-width: 768px) {
	.logoArea{
		height: 66px;
		display: flex;
		align-items: center;
		margin-left: 20px;
	}
	
}
