@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.main-contents {
	padding: 100px 0 0 0 !important;
	}
.footer {
	margin-top: 0 !important;
	}
.is-style-columns-margin-small .wp-block-column:not(:first-child) {
	margin-left: 0 !important;
}
.arrow06 {
	position: relative;
	padding-left: 30px;
}
.arrow06::after {
	display: block;
	content: "";
	position: absolute;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.arrow07 {
  position: relative;
}

.arrow07:after {
  display: block;
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #229ae7;
  border-right: 2px solid #229ae7;
	transition: .2s;
}
.arrow07:hover:after {
	right: 17px;
}
.top-02-left a{
	background-image: url("../images/top02-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: .4s;
	display: block;
	}
.top-02-right a{
	background-image: url("../images/top02-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: .4s;
	display: block;
	}
.top-04-left a{
	background-image: url("../images/top02-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: .4s;
	display: block;
	}
.top-04-right a{
	background-image: url("../images/top02-4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: .4s;
	display: block;
	}
.top-02-left a:hover {
	color: #fff !important;
	text-decoration: none !important;
	opacity: 0.8 !important;
}
.top-02-right a:hover {
	color: #fff !important;
	text-decoration: none !important;
	opacity: 0.8 !important;
}
.top-02-wrap {
	padding: 110px 0;
}
.top-02-title {
	font-size: 30px;
	padding-bottom: 50px;
	color: #fff;
	text-align: center;
	position: relative;
}
.top-02-title::before {
	content: "";
	display: block;
	width: 70px;
	height: 5px;
	background: linear-gradient(70deg, #1751d5, #31924a);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
}
.top-02-item {
	font-size: 22px;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.text-center03 {
	display: flex;
	justify-content: center;
}
.color-black {
	color: #333333;
}
.top-04 {
	background-image: url("../images/t-05.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.pt_60 {
	padding-top: 60px;
}
.pb_60 {
	padding-bottom: 60px;
}
.flt-box03 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: space-around;
  }
  .history-nav {
	width: 25%;
	padding: 15px 0px;
	background: #ffffff;
	color: #229cc4;
	border: solid 2px #229cc4;
	text-align: center;
	margin-bottom: 40px;
	transition: .2s;
	font-size: 18px;
	font-weight: 700;
	}
.history-nav:hover {
	text-decoration: none !important;
	background: #229cc4 !important;
	color: #fff !important;
	}
.link-btn-wrap {
	box-shadow: 0 0 10px 5px #f5f5f5;
	overflow: hidden;
	border: solid 1px #f3f3f3;
	margin-top: 10px;
}
.link-btn-wrap02 {
	box-shadow: 0 0 10px 5px #f5f5f5;
	overflow: hidden;
	border: solid 1px #f3f3f3;
	margin-top: 10px;
	max-width: 400px;
	display: block;
	margin: 0 auto;
}
.link-btn-wrap:hover {
	text-decoration: none !important;
}
.link-btn-wrap:hover .arrow07:after {
	right: 17px;
}

.link-btn-wrap img {
	overflow: hidden;
	transition: .5s;
	}
.link-btn01 {
	text-align: center;
	padding: 10px 0;
	color: #229ae7;
	font-weight: 700;
	transition: .2s;
	background-color: #fff;
	}
/*
.link-btn01:hover {
	background-color: #229ae7;
	color: #fff;
	text-decoration: none;
}
*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){
	.main-contents {
		padding: 40px 0 0 0 !important;
		}
	.history-nav {
		width: 80%;
		padding: 5px 0px;
		margin-bottom: 20px;
		font-size: 16px;
	  }
}

