@charset "UTF-8";

/* ================= base ================= */
html {
  font-size: 62.5%;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  min-width: 1100px;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
a,
a img {
  text-decoration: none;
  transition: all .3s;
}
li {
  list-style: none;
}

.clearfix::after {
	clear: both;
	content: "";
	display: block;
}

/* フォント */

/* 幅 */
.inner{
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
/* タイトル */
.con_tit{
	font-size: 4.0rem;
	color: #ffeb00;
	font-weight: bold;
	letter-spacing: .1em;
	text-shadow: 1px 1px 0 #534741,-1px 1px 0 #534741,1px -1px 0 #534741,-1px -1px 0 #534741;
}
.main_tit{
	font-size: 3.0rem;
	color: #2e4fa1;
	display: inline-block;
	margin-bottom: 20px;
	background: linear-gradient(transparent 60%, #ffeb00 60%);
}
.page_tit{
	margin-bottom: 50px;
	text-align: center;
	font-size: 3.3rem;
	color: #2e4fa1;
	letter-spacing: .1em
}
.page_tit span{
	display: block;
	font-size: 1.6rem;
	color: #000;
}
.or_tit{
	font-size: 2.8rem;
	color: #ff7e00;
	text-align: center;
	font-weight: 600;
	margin-bottom: 45px;
}
.or_tit span{
	display: inline;
	font-size: 1.6rem;
	color: #000;
	vertical-align: middle;
	margin-left: 20px;
}
.or_tit_s{
	font-size: 2rem;
	color: #ff7e00;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
}
.or_tit_s span{
	display: inline;
	font-size: 1.6rem;
	color: #000;
	vertical-align: middle;
	margin-left: 20px;
}
.or_tit_l{
	font-size: 2rem;
	color: #ff7e00;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
}
.or_tit_l span{
	display: inline;
	font-size: 1.6rem;
	color: #000;
	vertical-align: middle;
	margin-left: 20px;
}
/* レイアウト */
.col_02{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col_02 li{
	width: 48%;
}
.col_03{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col_03 li{
	width: 31%;
}
.col_04{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col_04 li{
	width: 24.5%;
}


/* ボタン */
.yl_btn a{
	display: inline-block;
	background-color: #ffc900;
	color: #000;
	padding: 13px 67px;
	position: relative;
	border-radius: 30px;
	z-index: 100;
}
.yl_btn a img{
	width: 15px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(50%,0);
	-moz-transform: translate(50%,0);
	-ms-transform: translate(50%,0);
	-o-transform: translate(50%,0);
	transform: translate(0,-50%);
}

@media (max-width: 768px){
	body {
		min-width: initial;
		min-width: auto;
	}
	.inner{
		width: 92%;
	}
	.col_02 li{
		width: 100%;
		margin-bottom: 48px;
	}
	.col_04{
		width: 96%;
		margin: 0 auto;
	}
	.col_04 li{
		width: 49.5%;
		margin-bottom: 20px;
	}
}
@media (max-width: 480px){
	body {
		font-size: 1.4rem;
	}
	.con_tit{
		font-size: 9.0vw;
	}
	.page_tit{
		font-size: 7.5vw;
	}
	.main_tit{
		font-size: 6.0vw;
	}
	.yl_btn a{
		padding: 10px 50px 10px 30px;
	}
	.yl_btn a img{
		width: 10px;
	}
	.or_tit{
		font-size: 2.4rem;
	}
	.or_tit span{
		font-size: 1.4rem;
		margin-left: 15px;
	}
}
@media (max-width: 400px){
	.col_4 li{
		width: 80%;
	}
}
@media (max-width: 320px){

}

/* ================= header ================= */
.site_header{

}
.site_header_inner{
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site_header_inner .logo{
	width: 18%;
	min-width: 233px;
}
.site_header_inner .logo_tit{
	margin-bottom: 10px;
}
.site_header_inner .logo_tel a{
	font-size: 2.5rem;
	line-height: 1.0;
	color: #000;
	font-family: serif;
	font-weight: bold;
}
.site_header_inner .logo_tel a img{
	width: 25px;
	vertical-align: middle;
	margin: 0 5px 10px 0;
}
.site_header_inner .gnav{
	width: 80%;
}
.site_header_inner .gnav_list{
	justify-content: flex-end;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.site_header_inner .ganv_item{
	margin-left: 5%;
}
.site_header_inner .ganv_item a{
	color: #000;
	font-size: 1.7rem;
	font-weight: bold;
}
.site_header_inner .item_contact a{
	padding: 15px 30px;
	color: #fff;
	background-color: #2e4fa1;
	border-radius: 30px;
}
.hum{
	display: none;
}
@media (max-width: 1130px){
	.site_header_inner .ganv_item{
		margin-left: 3%;
	}
	.site_header_inner .ganv_item a{
		font-size: 1.6rem;
	}
}
@media (max-width: 768px){
	.site_header_inner .logo{
		width: 30%;
	}
	.site_header_inner .gnav{
		display: none;
	}
	.hum{
		display: block;
		position: absolute;
		top: 30px;
		right: 30px;
		width: 65px;
		height: 45px;
		cursor: pointer;
		z-index: 9999;
	}
	.hum_item{
	  display: block;
	  width: 100%;
	  height: 5px;
	  background-color: #2e4fa1;
	}
	.hum_item:nth-child(2){
	  margin-top: 16px;
	}
	.hum_item:nth-child(3){
	  margin-top: 16px;
	}
	.hum_item_txt{
		display: none;
	}
	.open .hum_item{
	  background-color: #fff;
	}
	.open .hum_item:nth-child(1){
	  margin-top: 10px;
	  transform: rotate(45deg);
	}
	.open .hum_item:nth-child(2){
	  margin-top: -4px;
	  transform: rotate(135deg);
	}
	.open .hum_item:nth-child(3){
	  display: none;
	}
	.open .hum_item_txt{
		display: block;
		color: #fff;
		margin-top: 25px;
		text-align: center;
		font-size: 2.2rem;
	}
	.site_header_inner .gnav{
	  display: none;
	  background-color: #2e4fa1;
	  width: 100%;
	  height: 100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9998;
	}
	.site_header_inner .gnav_list{
	  padding: 20% 0;
	  display: block;
	}
	.site_header_inner .ganv_item{
	  text-align: center;
	  margin: 60px 0;
	}
	.site_header_inner .ganv_item a{
	  color: #fff;
	  text-decoration: none;
	  font-size: 2.8rem;
	  font-weight: bold;
	  letter-spacing: .1em;
	}
	.site_header_inner .item_contact a{
		color: #000;
		padding: 25px 70px;
		background-color: #ffc900;
		border-radius: 50px;
	}
	.site_header_inner .item_contact{
		margin: 70px 0;
	}
}
@media (max-width: 480px){
	.site_header_inner{
		padding: 10px 0 5px;
	}
	.site_header_inner .logo{
		width: 100%;
	}
	.site_header_inner .logo_tit{
		width: 40%;
	}
	.site_header_inner .logo_tel a{
		font-size: 4.0vw;
	}
	.site_header_inner .logo_tel a img{
		width: 20px;
	}
	.hum{
		width: 30px;
		top: 20px;
		right: 20px;
	}
	.hum_item{
		height: 3px;
	}
	.hum_item:nth-child(2){
		margin-top: 10px;
	}
	.hum_item:nth-child(3){
		margin-top: 10px;
	}
	.open .hum_item_txt{
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.site_header_inner .ganv_item{
		margin: 50px 0;
	}
	.site_header_inner .ganv_item a{
		font-size: 2.0rem;
	}
	.site_header_inner .item_contact{
		margin: 70px 0;
	}
}
@media (max-width: 320px){
	.site_header_inner .ganv_item{
		margin: 40px 0;
	}
	 .site_header_inner .ganv_item a{
	 	font-size: 1.8rem;
	 }
	 .site_header_inner .item_contact{
	 	margin: 60px 0;
	 }
	 .site_header_inner .item_contact a{
		padding: 20px 70px;
	 }
}

/* ================= footer ================= */
.site_footer{
	padding: 20px 0 5px;
	background-color: rgba(85,172,238,.11);
}
.site_footer_inner{
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.company_info{
	width: 20%;
}
.site_footer_inner .tel{
	margin: 5px 0 25px;
	min-width: 260px;
}
.site_footer_inner .tel a{
	font-size: 3.0rem;
	line-height: 1.0;
	color: #000;
	font-family: serif;
	font-weight: bold;
}
.site_footer_inner .tel a img{
	width: 30px;
	vertical-align: middle;
	margin: 0 5px 10px 0;
}
.footer_nav{
	width: 75%;
}
.footer_nav_list{
	margin-top: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.footer_nav_list li{
	border-left: #2e4fa1 7px solid;
	padding: 0 0 0 8px;
}
.footer_nav_list li a{
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
}
.copyright{
	text-align: center;
	font-size: 1.2rem;
}

@media (max-width: 768px){
	.site_footer{
		padding: 40px 0 15px;
	}
	.company_info{
		width: 100%;
		text-align: center;
	}
	.company_info .logo{
		width: 40%;
		margin: 0 auto 10px;
	}
	.footer_nav{
		display: none;
	}
}
@media (max-width: 480px){
	.company_info .logo{
		width: 50%;
	}
	.site_footer_inner .tel a{
		font-size: 2.2rem;
	}
	.site_footer_inner .tel a img{
		width: 22px;
	}
}

@media (max-width: 320px){
	.company_info .logo{
		width: 55%;
	}
	.site_footer_inner .tel a{
		font-size: 2.0rem;
	}
	.site_footer_inner .tel a img{
		width: 20px;
	}
}



