@charset "UTF-8";
/*----------------------------------------
topVisual
------------------*/
.topVisual{
	padding: 108px 60px 0;
	width: 100%;
	margin: 0 auto 160px;
	position: relative;
}
.topVisual::before{
	content: "";
	width: 50%;
	height: 90%;
	display: block;
	background: url("../img/commn/bg_dot.gif");
	z-index: -1;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.topVisual::after{
	content: "";
	display: block;
	width: 100%;
	height: 36%;
	background: #F1F3F7;
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: -1;
}
.topArea{
	position: relative;
}
.topArea .imgArea{
	width: 70%;
	display: inline-block;
}
.ttlArea{
	display: inline;
	width: 30%;
}
.top-ttl{
	position: relative;
	top: 5.5vw;
	left: -2vw;
}
.top-ttl02 p{
	position: relative;
	top: 12vw;
	left: -3vw;
}
.top-ttl02 img{
	width: 100%;
	max-width: 800px;
}
.top-ttl p{
	font-size: 2.4vw;
	font-weight: 700;
	color: #3C5C84;
	background: #fff;
	display: inline-block;
	padding: 0 1vw 0 .8vw;
}

/*----------------------------------------
intro
------------------*/
.intro{
	text-align: center;
	max-width: 780px;
	margin: 0 auto  120px;
}
.intro p{
	font-size: 2rem;
	line-height: 1.78;
	color: #333;
}
/*----------------------------------------
layer_h2
------------------*/
.layer_h2{
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	color: #3C5C84;
}

/*------------------------------------------------
featureページ
--------------------------------------------------*/

/*------------
merit
------------*/
.feature .merit-ttl{
	margin: 0 auto 60px;
}
.feature .merit-ttl p{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.feature .merit{
	background: #F1F3F7;
	padding: 120px 0;
}
.merit-inner{
	width: 100%;
	max-width: 816px;
	margin: 0 auto;
}
.feature .merit .meritArea{
	padding: 0 16px;
	margin-bottom: 60px;
}
.feature .merit .meritArea .ttl{
	font-size: 3rem;
	color: #3C5C84;
	font-weight: 700;
	margin-bottom: 10px;
}
.feature .merit .meritArea .ttl span{
	margin-right: 20px;
	position: relative;
}
/*
.feature .merit .meritArea .ttl span::before{
	content: "merit";
	display: block;
	width: 50%;
	height: 10px;
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 1.6rem;
}
*/
.feature .merit .meritArea .txt{
	padding: 2% 4%;
	background: #fff;
	text-align: justify;
}
/*------------------------------------------------
requirements
------------*/
.requirements {
	padding: 100px 0;
}
.requirements .requirements-ttl{
	margin-bottom: 30px;
}
.requirements .requirementsCnt {
  padding: 0 1%;
}
.requirements .tab-area {
  width: 100%;
  margin: 0 auto;
}
.requirements .tab-btn {
  display: none;
  /*タブの切り替えを制御するラジオボタンを非表示に*/
}
.requirements .tab-list-wrap {
  padding: 0;
  /*デフォルトの値をクリア*/
  margin: 0;
  /*デフォルトの値をクリア*/
  list-style-type: none;
  /*デフォルトの値をクリア*/
  display: flex;
  /*ボタンを横並びに*/
  justify-content: space-between;
  /*ボタンを横幅いっぱいに配置*/
}
.requirements .tab-list-wrap li {
  width: 49.99%;
  border: 1px solid rgba(255, 255, 255, 0);
}
.requirements .tab-list {
  display: block;
  width: 100%;
	height: 100%;
  padding: 10px 0 8px;
  text-align: center;
  background: #E1E1E1;
  box-sizing: border-box;
  /*borderの値を横幅に含める*/
  cursor: pointer;
  /*オンマウス時にカーソルを指の形に*/
}
.requirements #tab-list1, .requirements #tab-list2, .requirements #tab-list3, .requirements #tab-list4, .requirements #tab-list5 , .requirements #tab-list6 {
  /*border-right:1px solid #802726;*/
}
	.requirements #tab-list6 {
	      display: flex;
    align-items: center;
	 justify-content: center;
}
.requirements #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.requirements #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
.requirements #tab-btn3:checked ~ .tab-list-wrap #tab-list3,
.requirements #tab-btn4:checked ~ .tab-list-wrap #tab-list4,
.requirements #tab-btn5:checked ~ .tab-list-wrap #tab-list5,
.requirements #tab-btn6:checked ~ .tab-list-wrap #tab-list6{
  background: #3C5C84;
  /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
  font-weight: 700;
  color: #fff;
  border-bottom: 0px solid #3C5C84;
  border-bottom: 0 solid #3C5C84;
}
.requirements .tab-content {
  padding: 20px;
  border-bottom: 2px solid #E4E4E4;
  border-left: 2px solid #E4E4E4;
  border-right: 2px solid #E4E4E4;
  border-bottom: 2px solid #E4E4E4;
  display: none;
  /*初期状態を非表示に*/
}
.requirements #tab-btn1:checked ~ .tab-content-wrap {
  width: 100% !important;
}
.requirements #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
.requirements #tab-btn2:checked ~ .tab-content-wrap #tab-content2,
.requirements #tab-btn3:checked ~ .tab-content-wrap #tab-content3,
.requirements #tab-btn4:checked ~ .tab-content-wrap #tab-content4,
.requirements #tab-btn5:checked ~ .tab-content-wrap #tab-content5,
.requirements #tab-btn6:checked ~ .tab-content-wrap #tab-content6{
  display: block !important;
  /*対応するボタンにチェックが入ったときに表示*/
}
.requirements .requirements h4 {
  font-size: 1.6rem;
  margin: 20px 0 0 40px;
  font-weight: 300;
}
.requirements .tabCnt {
  padding: 3%;
}
.requirements .tabCnt li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.requirements .tabCnt li .ttl {
  width: 11%;
  font-weight: 700;
  text-align: right;
}
.requirements .tabCnt li .txt {
  width: 85%;
}
.requirements .requirements_btnArea {
  margin: 60px auto;
  text-align: center;
}
.requirements .requirements_btnArea a {
  padding: 20px 40px;
  background: #3C5C84;
  color: #fff;
  display: inline-block;
  border-radius: 40px;
}
.requirements .requirements_btnArea a:hover {
  background:  #081337;
	opacity: .7;
}

/*------------------------------------------------
region
------------*/
.region .regionArea{
	color: #3C5C84;
	margin-bottom: 180px;
}
.region .regionCnt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.region .regionCnt .txtArea{
	width: 52%;
}
.region .regionCnt .imgArea{
	width: 39%;
}
.region .regionCnt .txtArea h3{
	font-size: 2.8rem;
	margin-bottom: 20px;
	position: relative;
}
.region .regionCnt .txtArea h3::before{
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/layer/mark.svg") no-repeat;
	background-position: top left;
	background-size: contain;
	position: absolute;
	top: -5px;
	left: -10px;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
}
.region .regionCnt .txtArea .name{
	margin-bottom: 20px;
}
.region .regionCnt .txtArea .txt{
	line-height: 1.78;
	text-align: justify;
	color: #333;
}
.region .regionArea .under-img{
	width: 100%;
	position: relative;
}
.region .regionArea .under-img::before{
	content: "";
	display: block;
	width: 100%;
	height: 36%;
	background: #F1F3F7;
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: -1;
}
.region .regionArea:last-child .under-img::before{
	content: "";
	display: block;
	width: 100%;
	height: 36%;
	background: #fff;
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: -1;
}
.region .regionArea .under-img div{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.region .back_btn{
	margin-bottom: 180px;
}
/*------------------------------------------------
messeage
------------*/
.message .messeage_intro {
	margin-bottom: 60px;
}
.message .messeage_intro h3{
	font-size: 3rem;
	color: #3C5C84;
	font-weight: 700;
	line-height: 1.5;
}
.message .messageArea{
	width: 100%;
	max-width: 720px;
	margin: 0 auto 180px;
	line-height: 1.78;
	color: #3C5C84;
	padding: 0 16px;
}
.message .messageArea p{
color: #333;
}
.message .messageArea .name{
	text-align: right;
	margin-top: 60px;
}

.message .philosophyArea{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	line-height: 1.78;
	text-align: center;
}


.message .philosophyArea .ttlArea{
	display: block;
	width: 100%;
}

.message .philosophyArea h3{
	font-size: 3rem;
	color: #3C5C84;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	margin-bottom: 60px;
}
.message .philosophyArea h3::before{
	content: "";
    width: 100px;
    height: 2px;
    background: #3C5C84;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.message .philosophyArea h3::after{
	content: "";
    width: 100px;
    height: 2px;
    background: #3C5C84;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.message .philosophyArea h4{
	font-size: 2.4rem;
	color: #3C5C84;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 120px;
}
.message .philosophyArea p{
	color: #3C5C84;
	line-height: 1.78;
	margin-bottom: 120px;
	text-align: justify;
	color: #333;
}
.message .message_btnArea{
	margin-bottom: 180px;
}
/*------------------------------------------------
contact
------------*/
.contact .contactArea{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 120px 16px;
}
.contact .contactArea .intro p{ 
	text-align: justify;
}
.contaact-ttl{
	text-align: center;
	margin-bottom: 30px;
}
.contactArea ul li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.contact .requirements_btnArea {
  margin: 60px auto;
  text-align: center;
}
.contact .requirements_btnArea a {
  padding: 20px 40px;
  background: #3C5C84;
  color: #fff;
  display: inline-block;
  border-radius: 40px;
}
.contact .requirements_btnArea a:hover {
  background:  #081337;
	opacity: .7;
}
.contact .contact_btnArea{
	margin-bottom: 180px;
}
/*------------------------------------------------
gallery
------------*/
.galleryArea{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 120px;
}
#gallery {
    margin: 0 auto;
    overflow: hidden;
}
 
#gallery li {
    max-width: 300px;
    padding: 5px;
}
 
#gallery li img {
    max-width: 100%;
    height: auto;
}
.gallery .gallery_btnArea{
	margin-bottom: 180px;
}

@media screen and (min-width:769px) and ( max-width:1097px) {
.topVisual {
    padding: 0 2% 0;
    width: 100%;
    margin: 0 auto 10vw;
    position: relative;
}
.topVisual::before {
    content: "";
    width: 50%;
    height: 90%;
    display: block;
    background: url(../img/commn/bg_dot.gif);
    z-index: -1;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
	.top-ttl p {
    font-size: 4vw;
    font-weight: 700;
    color: #3C5C84;
    background: #fff;
    display: inline-block;
    padding: 0 1vw 0 0.8vw;
}
.intro {
    text-align: center;
    margin: 0 auto 3vw;
}
.region .regionArea {
    color: #3C5C84;
    margin-bottom: 20vw;
}
	.region .regionCnt{
		padding: 0 3%;
	}
	
.message .philosophyArea h3::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #3C5C84;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.message .philosophyArea h3::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3C5C84;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.contact .contactArea {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 5vw 3%;
}
}

@media all and (max-width: 768px) {
/*----------------------------------------
topVisual
------------------*/
.topVisual{
	padding: 0;
	width: 100%;
	margin: 0 auto 44px;
	position: relative;
}
.topVisual::before{
	content: "";
	width: 50%;
	height: 90%;
	display: block;
	background: url("../img/commn/bg_dot.gif");
	z-index: -1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.topVisual::after{
	content: "";
	display: block;
	width: 100%;
	height: 36%;
	background: #F1F3F7;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: -1;
}
.topArea{
	position: relative;
}
.topArea .imgArea{
	width: 70%;
	display: inline-block;
}
.ttlArea{
	display: inline;
	width: 30%;
}
.top-ttl{
	position: relative;
	top: 6vw;
	left: -10vw;
}
.top-ttl02 p{
	position: relative;
	top: 9vw;
	left: -5vw;
}
.top-ttl02 img{
	width: 100%;
}
.top-ttl p{
	font-size: 4.4vw;
	font-weight: 700;
	color: #3C5C84;
	background: #fff;
	display: inline-block;
	padding: 0 1vw 0 .8vw;
	white-space: nowrap;
	-webkit-white-space: nowrap;
}
.message .top-ttl p{
	background: none;
}
.message .top-ttl span{
	display: inline-block;
	background: #fff;
	padding: 0 1vw 0 .8vw;
}
/*----------------------------------------
intro
------------------*/
.intro{
	text-align: center;
	width: 100%;
	max-width: 90%;
	margin: 0 auto  44px;
}
.intro p{
	font-size: 1.4rem;
	line-height: 1.78;
	color: #333;
	text-align: justify;
}
/*----------------------------------------
layer_h2
------------------*/
.layer_h2{
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #3C5C84;
}
/*------------------------------------------------
featureページ
--------------------------------------------------*/

/*------------
merit
------------*/
.feature .merit-ttl{
	margin: 0 auto 22px;
	padding: 0 5%;
}
.feature .merit-ttl p{
	width: 100%;
	max-width:600px;
	margin: 0 auto;
}

.feature .merit{
	background: #F1F3F7;
	padding: 44px 0;
}
.merit-inner{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.feature .merit .meritArea{
	padding: 0 5%;
	margin-bottom: 44px;
}
.feature .merit .meritArea .ttl{
	font-size: 2rem;
	color: #3C5C84;
	font-weight: 700;
	margin-bottom: 10px;
}
.feature .merit .meritArea .ttl span{
	margin-right: 5px;
	position: relative;
}
/*
.feature .merit .meritArea .ttl span::before{
	content: "merit";
	display: block;
	width: 50%;
	height: 10px;
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 1.6rem;
}
*/
.feature .merit .meritArea .txt{
	padding: 4% 8%;
	background: #fff;
	text-align: justify;
	font-size: 1.4rem;
}
/*------------------------------------------------
requirements
------------*/
.requirements {
	padding: 44px 0;
}
.requirements .requirements-ttl{
	margin-bottom: 30px;
}
.requirements .requirementsCnt {
  padding: 0 2%;
}
.requirements .tab-area {
  width: 100%;
  margin: 0 auto;
}
.requirements .tab-btn {
  display: none;
  /*タブの切り替えを制御するラジオボタンを非表示に*/
}
.requirements .tab-list-wrap {
  padding: 0;
  /*デフォルトの値をクリア*/
  margin: 0;
  /*デフォルトの値をクリア*/
  list-style-type: none;
  /*デフォルトの値をクリア*/
  display: flex;
  /*ボタンを横並びに*/
  justify-content: space-between;
  /*ボタンを横幅いっぱいに配置*/
}
.requirements .tab-list-wrap li {
  width: 49.99%;
  border: 1px solid rgba(255, 255, 255, 0);
	font-size: 1.2rem;
	display: flex;
    align-items: center;
}
.requirements .tab-list {
  display: block;
  width: 100%;
  padding: 10px 0 8px;
  text-align: center;
  background: #E1E1E1;
  box-sizing: border-box;
  /*borderの値を横幅に含める*/
  cursor: pointer;
  /*オンマウス時にカーソルを指の形に*/
		min-height: 60px;
}
 .requirements #tab-list4, .requirements #tab-list5{
/*      display: flex;*/
    align-items: center;
	 justify-content: center;
}
	.requirements #tab-list6 {
	      display: flex;
    align-items: center;
	 justify-content: center;
}
	
.requirements #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.requirements #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
.requirements #tab-btn3:checked ~ .tab-list-wrap #tab-list3,
.requirements #tab-btn4:checked ~ .tab-list-wrap #tab-list4,
.requirements #tab-btn5:checked ~ .tab-list-wrap #tab-list5,
.requirements #tab-btn6:checked ~ .tab-list-wrap #tab-list6{
  background: #3C5C84;
  /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
  font-weight: 700;
  color: #fff;
  border-bottom: 0px solid #3C5C84;
  border-bottom: 0 solid #3C5C84;
}
.requirements .tab-content {
  padding: 44px 2%;
  border-bottom: 2px solid #E4E4E4;
  border-left: 2px solid #E4E4E4;
  border-right: 2px solid #E4E4E4;
  border-bottom: 2px solid #E4E4E4;
  display: none;
  /*初期状態を非表示に*/
}
.requirements #tab-btn1:checked ~ .tab-content-wrap {
  width: 100% !important;
}
.requirements #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
.requirements #tab-btn2:checked ~ .tab-content-wrap #tab-content2,
.requirements #tab-btn3:checked ~ .tab-content-wrap #tab-content3,
.requirements #tab-btn4:checked ~ .tab-content-wrap #tab-content4,
.requirements #tab-btn5:checked ~ .tab-content-wrap #tab-content5,
.requirements #tab-btn6:checked ~ .tab-content-wrap #tab-content6{
  display: block !important;
  /*対応するボタンにチェックが入ったときに表示*/
}
	.job-style{
		font-size: 1rem;
	}
.requirements .requirements h4 {
  font-size: 1.6rem;
  margin: 20px 0 0 40px;
  font-weight: 300;
}
.requirements .tabCnt {
  padding: 0;
}
.requirements .tabCnt li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
	font-size: 1.4rem;
}
.requirements .tabCnt li .ttl {
  width: 22%;
  font-weight: 700;
  text-align: right;
}
.requirements .tabCnt li .txt {
  width: 76%;
}
.requirements .requirements_btnArea {
  margin: 60px auto;
  text-align: center;
}
.requirements .requirements_btnArea a {
  padding: 20px 40px;
  background: #3C5C84;
  color: #fff;
  display: inline-block;
  border-radius: 40px;
}
.requirements .requirements_btnArea a:hover {
  background:  #081337;
	opacity: .7;
}
/*------------------------------------------------
region
------------*/
.region .regionArea{
	color: #3C5C84;
	margin: 0 auto 88px;
}
.region .regionCnt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 22px;
}
.region .regionCnt .txtArea{
	width: 100%;
}
.region .regionCnt .imgArea{
	width: 100%;
}
.region .regionCnt .txtArea h3{
	font-size: 2rem;
	margin-bottom: 10px;
	position: relative;
	width: 97%;
    margin-left: auto;
}
.region .regionCnt .txtArea h3::before{
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/layer/mark.svg") no-repeat;
	background-position: top left;
	background-size: contain;
	position: absolute;
	top: -5px;
	left: -10px;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
}
.region .regionCnt .txtArea .name{
	margin-bottom: 10px;
}
.region .regionCnt .txtArea .txt{
	line-height: 1.78;
	text-align: justify;
	font-size: 1.4rem;
	margin-bottom: 22px;
}
.region .regionArea .under-img{
	width: 100%;
	position: relative;
}
.region .regionArea .under-img::before{
	content: "";
	display: block;
	width: 100%;
	height: 36%;
	background: #F1F3F7;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
}
.region .regionArea:last-child .under-img::before{
	content: "";
	display: block;
	width: 100%;
	height: 36%;
	background: #fff;
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: -1;
}
.region .regionArea .under-img div{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.region .back_btn{
	margin-bottom: 66px;
	}
/*------------------------------------------------
messeage
------------*/
.message .messeage_intro {
	margin-bottom: 22px;
	max-width: 100%;
}
.message .messeage_intro h3{
	font-size: 2rem;
	color: #3C5C84;
	font-weight: 700;
	line-height: 1.5;
}
.message .messageArea{
	width: 100%;
	max-width: 720px;
	margin: 0 auto 44px;
	line-height: 1.78;
	color: #3C5C84;
	padding: 0 5%;
}
	.message .messageArea p{
		font-size: 1.4rem
	}
.message .messageArea .name{
	text-align: right;
	margin-top: 22px;
}

.message .philosophyArea{
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	line-height: 1.78;
	color: #3C5C84;
	text-align: center;
}


.message .philosophyArea .ttlArea{
	display: block;
	width: 100%;
}

.message .philosophyArea h3{
	font-size: 2rem;
	color: #3C5C84;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	margin-bottom: 22px;
}
.message .philosophyArea h3::before{
	content: "";
    width: 30px;
    height: 2px;
    background: #3C5C84;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.message .philosophyArea h3::after{
	content: "";
    width: 30px;
    height: 2px;
    background: #3C5C84;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.message .philosophyArea h4{
	font-size: 2rem;
	color: #3C5C84;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 60px;
}
.message .philosophyArea p{
	color: #333;
	line-height: 1.78;
	margin-bottom: 60px;
	text-align: justify;
	font-size: 1.4rem
}
.message .message_btnArea{
	margin-bottom: 60px;
}
/*------------------------------------------------
contact
------------*/
.contact .contactArea{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 22px 5%;
}
.contact .contactArea .intro p{ 
	text-align: justify;
}
.contaact-ttl{
	text-align: center;
	margin-bottom: 30px;
}
.contactArea ul li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.contact .requirements_btnArea {
  margin: 60px auto;
  text-align: center;
}
.contact .requirements_btnArea a {
  padding: 20px 40px;
  background: #3C5C84;
  color: #fff;
  display: inline-block;
  border-radius: 40px;
}
.contact .requirements_btnArea a:hover {
  background:  #081337;
	opacity: .7;
}
.contact .contact_btnArea{
	margin-bottom: 60px;
}
/*------------------------------------------------
gallery
------------*/
.galleryArea{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 60px;
}
#gallery {
    margin: 0 auto;
    overflow: hidden;
	width: 100% !important;
}
 
#gallery li {
    max-width: 100%;
    padding: 1px;
}
 
#gallery li img {
    max-width: 100%;
    height: auto;
}
.gallery .gallery_btnArea{
	margin-bottom: 60px;
}
}

@media all and (max-width: 420px) {
.tab-list span{
	font-size: 1rem;
}
}