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

@font-face {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/*フォントサイズを変更しやすくするための設定*/
html{
	font-size: 62.5%; /*16px x 62.5% =10px*/
}

/*フォント種類・フォントカラー・フォントサイズの指定*/
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #111111;
	font-size: 1.6rem;
	line-height: 1.7;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url("../img/common/img_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*画像のレスポンシブ対応*/
img{
  max-width: 100%;
  height: auto; 
}
a{
	color: #111111;
}
a:hover{
	text-decoration: none;
}
li{
	list-style: none;
}
.inner{
	max-width: 1140px;
	margin: 0 auto;
}
.text-center{
	text-align: center;
}
.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}
.flexWrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
h2{
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5;
	text-align: center;
}
h3{
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}

.section{
	padding: 120px 0;
}

/* secTitle start */
.secTitle{
	text-align: left;
	margin-bottom: 90px;
}
.secTitle h2{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
	padding-left: 7px;
}
.secTitle p{
	font-size: 13rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
}
/* secTitle end */

/* btn start */
.btn {
  display: inline-block;
  padding: 25px 85px 25px 60px;
  border-radius: 50px;
  text-decoration: none;
	font-weight: bold;
  color: #FFF;
	letter-spacing: 3px;
  background-image: linear-gradient(45deg, #5C85B9 0%, #2C5E9E 100%);
  transition: .4s;
	position: relative;
	line-height: 1;
}
.btn:hover {
  background-image: linear-gradient(45deg, #5C85B9 0%, #0D4081 100%);
}
.btn::before{
	content: url("../img/common/svg_btn_arrow_white.svg");
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.btn:hover::before{
	right: 20px;
	transition: 0.3s;
}
/* btn end */

/* header start */
.header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.header.action{
	background-color: #fff;
}
.header .inner{
	max-width: 100%;
	padding: 20px;
}
.header .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .left nav ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .left nav ul li{
	margin-left: 25px;
}
.header .left nav ul li a{
	font-weight: bold;
}
.header .left nav ul li a:hover{
	color: #2C5E9E;
	transition: 0.3s;
}
.header .right .btn{
	padding: 20px 30px 20px;
}
.header .right .btn::before{
	content: none;
}
/* header end */

/* pageHeader start */
.pageHeader{
	background-image: url("../img/common/img_pageHeader_01.png");
	background-size: cover;
	margin-top: 96px;
	text-align: center;
}
.pageHeader-inner{
	padding: 150px 0;
}
.pageHeader h1{
	font-size: 5rem;
	font-weight: bold;
	color: white;
	letter-spacing: 8px;
}
.pageHeader p{
	font-size: 2.5rem;
	font-weight: bold;
	color: white;
	letter-spacing: 5px;
}
/* pageHeader end */

/* ページ内リンク start */
.link .inner{
	max-width: 1000px;
	padding: 50px 0;
}
.link ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.link ul li{
	box-sizing: border-box;
	width: 25%;
	padding: 0 25px;
	margin: 20px 0;
}
.link ul li a{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: solid 1px #2C5E9E;
	position: relative;
	transition: 0.3s;
}
.link ul li a:hover{
	color: #2C5E9E;
}
.link ul li a::before{
	content: url("../img/common/svg_pageLink.svg");
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: 0.3s;
}
.link ul li a:hover::before{
	top: 60%;
	transform: translateY(-40%);
}
/* ページ内リンク end */

/* areaContact start */
.areaContact{
	padding: 30px;
}
.areaContact .inner{
	max-width: 100%;
	padding: 0;
}
.areaContact .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.areaContact .box{
	box-sizing: border-box;
	width: calc(50% - 15px);
	padding: 70px 0 70px 4.5vw;
	border-radius: 30px;
}
.areaContact .box.contact{
	background-color: #2C5E9E;
}
.areaContact .box.recruit{
	background-image: url("../img/common/img_01.jpg");
	background-size: cover;
}
.areaContact .secTitle{
	margin-bottom: 30px;
}
.areaContact .secTitle h2{
	font-size: 1.3vw;
	color: white;
}
.areaContact .secTitle p{
	font-size: 5vw;
	color: white;
}
.areaContact .text01{
	margin-bottom: 40px;
}
.areaContact .text01 p{
	font-size: 1.7rem;
	color: white;
	line-height: 2;
}
.areaContact .tel{
	margin-bottom: 55px;
}
.areaContact .tel p{
	font-size: 3.9rem;
	font-weight: bold;
	color: white;
	line-height: 1;
}
.areaContact .tel p span{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	color: white;
	margin-right: 10px;
	text-transform: uppercase;
}
.areaContact .btn{
	background-image: none;
	font-size: 2rem;
	background-color: white;
	color: black;
	padding: 27px 125px 29px 100px;
}
.areaContact .btn::before {
	content: url(../img/common/svg_btn_arrow_black.svg);
	display: inline-block;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
/* areaContact end */

/*footer start*/
.footer{
	padding: 0;
	background-color: #F3F7FA;
}
.footer .inner{
	padding: 50px 0;
}
.footer .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer .left .logo{
	margin-bottom: 50px;
}
.footer .right{
	width: 420px;
}
.right .inner{
	
}
.right .footer-nav p{
	font-size: 1.8rem;
	font-weight: bold;
	color: #2C5E9E;
	margin-bottom: 20px;
}
.footer .right nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.footer .right nav ul li{
	width: 180px;
	margin-bottom: 20px;
}
.footer .right nav ul li a{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	transition: 0.3s;
}
.footer .right nav ul li a:hover{
	color: #777777;
}
.footer .right .copyright{
	font-size: 1.4rem;
	margin-top: 20px;
	text-align: left;
}
/*footer end*/

/* common-sec01 start */
.common-sec01{
	background-size: cover;
	padding-bottom: 50px;
}
#reason .common-sec01{
	background-image: url("../img/reason/img_06.jpg");
}
#recruit .common-sec01{
	background-image: url("../img/recruit/img_01.jpg");
}
.common-sec01{
	color: white;
}
.common-sec01 .secTitle{
	margin-bottom: 30px;
}
.common-sec01 ul li{
	border-bottom: solid 1px #dedede;
	padding: 70px 0;
}
.common-sec01 ul li:last-of-type{
	border-bottom: none;
}
.common-sec01 ul li .wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.common-sec01 ul li .left span{
	font-size: 15rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 10px;
}
.common-sec01 ul li .right{
	padding-left: 70px;
}
.common-sec01 ul li .right h3{
	text-align: left;
	margin-bottom: 15px;
}
.common-sec01 ul li .right p{
	letter-spacing: 2px;
	line-height: 2;
}
/* common-sec01 end */

/* common-sec02 start */
.common-sec02 ul li{
	margin-bottom: 80px;
	background-color: #2C5E9E;
	padding: 7px;
	border-radius: 20px;
}
.common-sec02 ul li:last-of-type{
	margin-bottom: 0;
}
.common-sec02 ul li .wrapper{
	display: flex;
	align-items: stretch;
}
.common-sec02 ul li .box{
	box-sizing: border-box;
	width: 50%;
}
.common-sec02 ul li .left{
	overflow: hidden;
	border-radius: 15px 0 0 15px;
	background-size: cover;
	background-position: center;
}
.common-sec02 ul li:nth-of-type(1) .left{
	background-image: url("../img/about/img_02.jpg");
}
.common-sec02 ul li:nth-of-type(2) .left{
	background-image: url("../img/about/img_03.jpg");
}
.common-sec02 ul li:nth-of-type(3) .left{
	background-image: url("../img/about/img_04.jpg");
}
.common-sec02 ul li .left img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.common-sec02 ul li .right{
	background-color: #fff;
	padding: 50px 70px;
	border-radius: 0 15px 15px 0;
}
.common-sec02 ul li .right-wrapper{
	margin-bottom: 30px;
}
.common-sec02 ul li .right-wrapper dl:first-of-type{
	margin-bottom: 30px;
}
.common-sec02 ul li .right dl dt{
	font-size: 1.5rem;
	color: #E89F15;
	margin-bottom: 5px;
}
/* common-sec02 end */

/* common-sec03 start */
.common-sec03 .inner{
	max-width: 1000px;
}
.common-sec03 table{
	width: 100%;
}
.common-sec03 table tbody tr{
	display: flex;
	margin-bottom: 15px;
}
.common-sec03 table tbody tr:last-of-type{
	margin-bottom: 0;
}
.common-sec03 table tbody tr th{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	background-color: #2C5E9E;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
	color: white;
	border-radius: 10px 0 0 10px;
}
.common-sec03 table tbody tr td{
	box-sizing: border-box;
	width: 80%;
	background-color: white;
	padding: 25px 40px 25px 50px;
	border-radius:  0 10px 10px 0;
}
.common-sec03 table tbody tr:last-of-type td{
	line-height: 2;
}
/* common-sec03 end */

/* スクロールでフェードイン start */
.fadein {
	opacity: 0;
	transition : 1000ms;
}
.fadein.scrollin{
	opacity: 1;
}
.fadein200 {
	opacity: 0;
	transform : translate(0, 50px);
	transition : 1000ms;
	transition-delay: 0.3s;
}
.fadein200.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}
.fadein300 {
	opacity: 0;
	transform : translate(0, 50px);
	transition : 1000ms;
	transition-delay: 0.6s;
}
.fadein300.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}
.fadein400 {
	opacity: 0;
	transform : translate(0, 50px);
	transition : 1000ms;
	transition-delay: 0.9s;
}
.fadein400.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}
/* スクロールでフェードイン end */

/* 読み込みでフェードイン start */
.fadein-ready {
	opacity: 0;
	transition : 1000ms;
}
.fadein-ready.scrollin{
	opacity: 1;
}
/* 読み込みでフェードイン end */

/* スクロールでフェードイン start */
.fadein-img {
	opacity: 0;
	transition : 1000ms;
}
.fadein-img.scrollin{
	opacity: 1;
}
/* スクロールでフェードイン end */

/* slider start */
.slick-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slick-slide{
	border: solid 10px #2C5E9E;
	border-radius: 20px;
	overflow: hidden;
	margin: 40px 20px;
}
/* slider end */

/* form start */
.form{
	max-width: 900px;
	margin: 0 auto;
}
.form table{
	width: 100%;
	margin: 0 auto;
}
.form th{
	width: 30%;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}
.form th p{
	position: relative;
}
.form tr.textarea th{
	vertical-align: top;
	padding-top: 30px;
}
.form th label{
	font-weight: bold;
}
.form th span{
	background-color: #E81535;
	font-size: 1.4rem;
	font-weight: bold;
	color: white;
	padding: 5px 8px 5px 9px;
	position: absolute;
	top: 47%;
	right: 0;
	transform: translateY(-53%);
}
.form td{
	width: 70%;
	padding: 15px 0 15px 50px;
	text-align: left;
}
.form .wpcf7-list-item{
	display: block;
	margin: 0 0 10px 0;
}
.form .wpcf7-list-item:last-of-type{
	margin-bottom: 0;
}
.form tr:first-of-type .wpcf7-list-item{
	margin: 0 0 5px 0;
}
.form tr td input{
	width: 100%;
	height: 60px;
	border: solid 3px #2C5E9E;
	border-radius: 10px;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.form tr:first-of-type input{
	margin-left: 0;
}
#contact .form tr:first-of-type td input{
	width: auto;
	height: auto;
}
.form textarea{
	width: 100%;
	height: 150px;
	border: solid 3px #2C5E9E;
	border-radius: 10px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-family: Noto Sans CJK JP, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
.espf-b-confirm{
	width: 150px;
	color: #222222;
}
.espf-b-back{
	height: 50px;
	margin-bottom: 30px;
}
.espf-b-submit{
	height: 50px;
}
.wpcf7-form-control.wpcf7-submit{
	width: 270px;
	height: 80px;
	margin: 60px 0 0;
	background-color: #2C5E9E;
	color: white;
	border: none;
	font-size: 1.8rem;
	letter-spacing: 3px;
	transition: 0.5s;
	border-radius: 10px;
	font-weight: bold;
}
.wpcf7-form-control.wpcf7-submit:hover{
	opacity: 0.8;
	cursor: pointer;
}
.wpcf7 form.sent .wpcf7-response-output{
	margin-top: 70px;
	text-align: center;
	padding: 15px;
}
.form tr:nth-of-type(6) th p{
	font-weight: bold;
}
.form tr th p{
	font-weight: bold;
	text-align: left;
	line-height: 1;
}
.wpcf7-spinner{
	display: block;
}
/* form end */

/* archive-blog start */
.archive-blog .content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.archive-blog .content ul li{
	box-sizing: border-box;
	width: calc(33.3333% - 40px);
	background-color: #2C5E9E;
	padding:10px;
	margin: 0 20px 50px;
	border-radius: 20px;
	overflow: hidden;
}
.archive-blog .content ul li .image{
	height: 380px;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.archive-blog .content ul li .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.archive-blog .content ul li:hover .image img{
	transform: scale(1.1);
}
.archive-blog .content ul li .info{
	margin-top: 10px;
	border-radius: 15px;
	padding: 5px 10px;
}
.archive-blog .content ul li .info p{
	font-size: 1.4rem;
	margin-bottom: 5px;
	color: white;
	font-weight: bold;
}
.archive-blog .content ul li .info h3{
	font-size: 1.7rem;
	letter-spacing: 2px;
	text-align: left;
	color: white;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/* archive-blog end */

.section-wrapper.item01{
	background-image: url("../img/common/bg_item01.png");
	background-size: cover;
}
.section-wrapper.item02{
	background-image: url("../img/common/bg_item02.png");
	background-size: cover;
}

/*archive-pager start*/
.archive-pager{
	margin-top: 100px;
}
#archive-blog .archive-pager{
	margin-top: 30px;
}
.archive-pager .inner{
	text-align: center;
}
.archive-pager .nav-links a,
.archive-pager .nav-links span{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	line-height: 40px;
	transition: 0.3s;
	background-color: #f2f2f2;
}
.archive-pager .nav-links .current{
	background-color: #2C5E9E;
	color: white;
}
.archive-pager .nav-links a:hover{
	background-color: #2C5E9E;
	color: white;
}
/*archive-pager end*/

/*page404 start*/
.page404{
	margin-top: 96px;
	padding: 100px 0 100px;
	background-color: #F3F7FA;
}
.page404 .upper{
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: solid 1px #fff;
}
.page404 .title{
	font-size: 100px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
.page404 .upper p{
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.page404 .bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.page404 .bottom .left{
	margin-right: 70px;
}
.page404 .bottom .right p{
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 2px;
}
.page404-btn{
	display: inline-block;
	background-image: linear-gradient(45deg, #5C85B9 0%, #2C5E9E 100%);
	color: white;
	font-weight: bold;
	padding: 25px 40px;
	margin-top: 35px;
	line-height: 1;
	border-radius:50px;
	transition: 0.3s;
}
.page404-btn:hover{
	opacity: 0.8;
}
/*page404 end*/

.noPost{
	text-align: center;
}



@media screen and (max-width:767px){
	
	body{
      font-size: 1.4rem;
  }
  .inner{
		box-sizing: border-box;
		max-width: 100%;
		padding: 0 20px;
  }
  img{
      width: 100%;
      height: auto;
  }
  .pcOnly{
		display: none;
  }
  .spOnly{
		display: block;
  }
	h2{
		font-size: 2.5rem;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}
	h3{
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}
	
	.section{
		padding: 60px 0;
	}
	
	/* spHeader start*/
	.spHeader{
		box-sizing: border-box;
		width: 100%;
		position: fixed;
		top: 0;
		text-align: right;
		z-index: 10;
	}
	.spHeader .inner{
		padding: 10px;
	}
	.triggerBtn{
		display: inline-block;
	}
	.triggerBtn-line {
		display: inline-block;
		width:50px;
		height:50px;
		margin: 0 auto;
		position: relative;
		background-color: #2C5E9E;
		border-radius: 50px;
	}
	.triggerBtn-line span {
		display: block;
		width: 25px;
		height: 2px;
		background-color: white;
		position: absolute;
		transition: all 0.5s;
	}    
	.triggerBtn-line span:first-of-type{
		top: 19px;
		left: 50%;
		transform: translateX(-50%);
	}
	.triggerBtn-line span:last-of-type{
		top: 29px;
		left: 50%;
		transform: translateX(-50%);
	}
	.triggerBtn-line.active span:first-of-type{
		top: 24px;
		transform: translateX(-50%) rotate(45deg);
	}
	.triggerBtn-line.active span:last-of-type{
		top: 24px;
		transform: translateX(-50%) rotate(-45deg);
	}
	/* spHeader end*/

	/*drawer start*/
	.drawer{
		opacity: 0;
		box-sizing: border-box;
		width: 100%;
		height: 100vh;
		padding-top: 70px;
		background-color: #F3F7FA;
		position: fixed;
		top: 0;
		left: 0;
		transition: 0.3s;
		z-index: -15;
	}
	.drawer.open{
		opacity: 1;
		z-index: 9;
	}
	.drawer .inner{
		box-sizing: border-box;
		max-width: 100%;
		padding: 0;
	}
	.drawer h3{
		font-size: 1.6rem;
		text-align: left;
		margin-bottom: 10px;
	}
	.drawer .menu{
		margin-bottom: 40px;
		padding: 0 50px;
		position: relative;
	}
	.drawer .menu::before{
		content: url("../img/common/svg_drawer_01.svg");
		position: absolute;
		top: 55px;
		right: 20px;
	}
	.drawer .menu ul li a{
		font-size: 1.8rem;
		display: block;
		padding: 10px 0;
	}
	.drawer .menu ul li a span{
		margin-left: 10px;
	}
	.drawer .btnWrapper{
		display: flex;
		justify-content: space-between;
		text-align: center;
		padding: 0 20px;
	}
	.drawer .btnWrapper a{
		display: inline-block;
		box-sizing: border-box;
		width: calc(50% - 10px);
    border-radius: 50px;
		font-size: 1.6rem;
    color: white;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    transition: 0.3s;
		padding: 25px 0;
		background-color: #2C5E9E;
	}
	/*drawer end*/
	
	/* secTitle start */
	.secTitle{
		margin-bottom: 50px;
		letter-spacing: 1px;
	}
	.secTitle h2{
		font-size: 1.6rem;
		font-weight: bold;
		text-align: left;
		padding-left: 0;
	}
	.secTitle p{
		font-size: 5rem;
	}
	/* secTitle end */

	/* btn start */
	.btn{
		padding: 20px 65px 20px 40px;
	}
	/* btn end */

	/* pageHeader start */
	.pageHeader{
		margin-top: 0;
	}
	.pageHeader-inner{
		padding: 70px 0;
	}
	.pageHeader h1{
		font-size: 2.5rem;
		letter-spacing: 5px;
	}
	.pageHeader p{
		font-size: 1.5rem;
	}
	/* pageHeader end */
	
	/* ページ内リンク start */
	.link .inner{
		max-width: 100%;
		padding: 20px 20px 15px;
		margin-bottom: 5px;
	}
	.link ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.link ul li{
		box-sizing: border-box;
		width: calc(50% - 10px);
		margin: 0 0 10px 0;
		padding: 0;
	}
	.link ul li a{
		display: block;
		font-size: 1.4rem;
		font-weight: bold;
		padding: 5px 0;
		border-bottom: solid 1px #2C5E9E;
		position: relative;
		transition: 0.3s;
	}
	.link ul li a:hover{
		color: #2C5E9E;
	}
	.link ul li a::before{
		content: url("../img/common/svg_pageLink.svg");
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	.link ul li a:hover::before{
		top: 60%;
		transform: translateY(-40%);
	}
	/* ページ内リンク end */

	/* areaContact start */
	.areaContact {
    padding: 0;
	}
	.areaContact .wrapper{
		display: block;
	}
	.areaContact .box{
		width: 100%;
		padding: 40px 20px 40px 30px;
		border-radius: 0;
	}
	.areaContact .secTitle {
    margin-bottom: 20px;
	}
	.areaContact .secTitle h2{
		font-size: 1.6rem;
	}
	.areaContact .secTitle p{
		font-size: 4rem;
	}
	.areaContact .text01 {
    margin-bottom: 30px;
	}
	.areaContact .text01 p{
		font-size: 1.5rem;
		line-height: 1.7;
	}
	.areaContact .tel p {
    font-size: 8vw;
   letter-spacing: 1px;
	}
	.areaContact .tel p span {
    font-size: 1.4rem;
    margin-right: 5px;
	}
	.areaContact .btn {
    font-size: 1.6rem;
    padding: 18px 85px 20px 50px;
	}
	/* areaContact end */

	/*footer start*/
	.footer .wrapper{
		display: block;
	}
	.footer .inner{
		padding: 40px 0 25px;
	}
	.footer .left .logo{
		width: 50%;
		margin: 0 auto 30px;
	}
	.footer .left{
		text-align: center;
	}
	.footer .left p:first-of-type{
		margin-bottom: 20px;
	}
	.footer .right{
		width: 100%;
	}
	.footer .right .copyright{
		font-size: 1rem;
		text-align: center;
	}
	/*footer end*/
	
	/* common-sec01 start */
	.common-sec01{
		padding-bottom: 20px;
	}
	#reason .common-sec01{
		background-image: url("../img/reason/img_06.jpg");
	}
	.common-sec01 .secTitle{
		margin-bottom: 10px;
	}
	.common-sec01 .secTitle p{
		font-size: 5rem;
	}
	.common-sec01 ul li{
		border-bottom: solid 1px #dedede;
		padding: 30px 0;
	}
	.common-sec01 ul li .wrapper{
		display: flex;
		align-items: flex-start;
	}
	.common-sec01 ul li .left{
		position: relative;
    top: 3px;
	}
	.common-sec01 ul li .left span{
		font-size: 4rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 3px;
	}
	.common-sec01 ul li .right{
		padding-left: 15px;
	}
	.common-sec01 ul li .right h3{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.common-sec01 ul li .right p{
		letter-spacing: 2px;
		line-height: 1.7;
		margin-bottom: 10px;
	}
	.common-sec01 ul li .right p:last-of-type{
		margin-bottom: 0;
	}
	/* common-sec01 end */
	
	/* common-sec02 start */
	.common-sec02 ul li{
		padding: 5px;
		margin-bottom: 30px;
	}
	.common-sec02 ul li:last-of-type{
		margin-bottom: 0;
	}
	.common-sec02 ul li .wrapper{
		display: block;
	}
	.common-sec02 ul li .box{
		width: 100%;
	}
	.common-sec02 ul li .left{
		height: 57vw;
		border-radius: 15px 15px 0 0;
	}
	.common-sec02 ul li .right{
		padding: 20px 25px;
		border-radius: 0 0 15px 15px;
	}
	.common-sec02 ul li .right-wrapper{
		margin-bottom: 15px;
	}
	.common-sec02 ul li .right-wrapper dl:first-of-type{
		margin-bottom: 15px;
	}
	.common-sec02 ul li .right dl dt {
    font-size: 1.2rem;
	}
	/* common-sec02 end */
	
	/* common-sec03 start */
	.common-sec03 table tbody tr {
    margin-bottom: 5px;
	}
	.common-sec03 table tbody tr th {
    width: 25%;
    font-size: 1.4rem;
		border-radius: 7px 0 0 7px;
		line-height: 1.5;
	}
	.common-sec03 table tbody tr td {
    width:75%;
    background-color: white;
    padding: 15px;
    border-radius: 0 7px 7px 0;
	}
	/* common-sec03 end */
	
	/* slider start */
	.slick-slide{
		border: solid 6px #2C5E9E;
		border-radius: 15px;
		margin: 20px 10px;
	}
	/* slider end */
	
	/* form start */
	.form tr{
		
	}
	.form th {
		box-sizing: border-box;
		display: block;
    width: 100%;
		font-size: 1.5rem;
		padding-bottom: 10px;
}
	.form tr.textarea th {
    vertical-align: top;
    padding-top: 0;
}
	.form td {
		box-sizing: border-box;
		display: block;
    width: 100%;
		padding: 0 0 30px 0;
}
	#contact .form tr:first-of-type td{
		padding-bottom: 20px;
	}
	.form th span {
    font-size: 1.2rem;
    padding: 3px 5px 3px 5px;
}
	.form tr td input {
    height: 50px;
    border: solid 2px #2C5E9E;
    border-radius: 5px;
    font-size: 1.5rem;
}
	.wpcf7-form-control.wpcf7-submit{
		width: 250px;
		height: 60px;
		margin: 10px 0 0;
	}
	/* form end */
	
	/* archive-blog start */
	.archive-blog .content ul{
		display: block;
	}
	.archive-blog .content ul li{
		width: 100%;
		padding: 7px;
		margin: 0 0 30px;
		border-radius: 15px;
	}
	.archive-blog .content ul li .image{
		height: 90vw;
		border-radius: 10px;
	}
	.archive-blog .content ul li .info{
		margin-top: 7px;
		border-radius: 10px;
		padding: 5px 10px;
	}
	.archive-blog .content ul li .info p{
		font-size: 1.2rem;
		margin-bottom: 3px;
	}
	.archive-blog .content ul li .info h3{
		font-size: 1.5rem;
	}
	/* archive-blog end */
	
	/*archive-pager start*/
	.archive-pager{
		margin-top: 50px;
	}
	#archive-blog .archive-pager{
		margin-top: 10px;
	}
	.archive-pager .nav-links a,
	.archive-pager .nav-links span{
		width: 30px;
		height: 30px;
		border-radius: 5px;
		line-height: 30px;
	}
	/*archive-pager end*/
	
	/*page404 start*/
	.page404{
		margin-top: 0;
		padding: 70px 0;
	}
	.page404 .upper{
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.page404 .title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.page404 .upper p{
		font-size: 1.8rem;
	}
	.page404 .bottom .left{
		display: none;
	}
	.page404 .bottom .right{
		text-align: center;
	}
	.page404 .bottom .right p{
		font-size: 1.6rem;
		text-align: center;
	}
	.page404-btn{
		padding: 17px 30px;
	}
	.page404-btn:hover{
		opacity: 1;
	}
	/*page404 end*/
  
	
	
}

