@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
}

.top_p {
	font-size: 12px;
	padding: 0;
	margin: 1px 5px;
}

strong {
	font-weight: 400;
}
/*パンくずリスト開始******************************************/
.breadcrumb {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* ▶を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #4F4F4F;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  display: inline-block;
  padding: 0.2em .8em;
  border-radius: 15px;
  text-decoration: none;
  color: #4f4f4f;
  font-size: 0.9em;
}

.breadcrumb li a:hover {
  background: #c9dbfb;
}
/*パンくずリスト終了******************************************/

.top_img {
	width: 100%;
	height: 750px;
	overflow: hidden;
	background-image: url("../image/top_img.jpg");
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

.top_h2 {
	color: #fff;
	text-shadow:2px 2px 2px #000000;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0,-50%);
	line-height: 2em;
	font-size: 2.5em;
}

h2 {
	text-align: center;
}

.main_p {
	text-align: center;
	width: 50%;
	margin: auto;
	line-height: 2em;
}

.home_h2 {
 	position: relative;
  	padding: 5rem 2rem 1rem;
  	border-bottom: 4px solid #094;
	display: block;
	margin: 0 auto 40px;
	width: 20%;
}

.home_h2:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #00cc5b;
}

.circle {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	background:radial-gradient(#EA9C1D,#ffffff);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: auto 20px;
}

.circle2 {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	background:radial-gradient(#2F78FF,#ffffff);
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin: auto 20px;
}

.circle_summary {
	display: flex;
	justify-content: center;
	margin: 20px;
}

.img {
	width: 18%;
	margin: 20px;
	height: 200px;
	overflow: hidden;
}

.img_summary {
	display: flex;
	justify-content: center;
}


.senmonkiki_flex {
	display: flex;
	justify-content:center;
}

.img1 {
	width: 20%;
	margin: 0 20px auto;
	background-color: #dedede;
	padding: 20px;
}

h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	margin: 10px auto;
	left: 50%;
	transform: translate(-50%);
}

h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3:before {
  left:0;
}
h3:after {
  right: 0;
}

.meisyou {
	margin: 10px auto;
}

.main_p2 {
	text-align: center;
	font-weight: 900;
}

.bg {
	background-image: url("../image/bg.png");
	background-repeat: no-repeat;
	background-position: right;
	background-color: rgba(197,197,197,0.20);
	padding: 100px 0;
	opacity: 0.8;
}

.bg_nomal {
	padding: 80px 0;
}

.infomation {
	padding: 5px 15px;
	margin: auto;
	
}

.infomation_p {
	background-color: rgba(101,101,101,1.00);
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	margin: auto 0;
}

.infomation_p2 {
	padding: 10px;
	margin: auto 0;
}

.infomation_flex {
	display: flex;
	margin: 10px auto;
}

.infomation_scllol {
	height: 200px;
	overflow: scroll;
	background-color: rgba(255,255,255,0.87);
	width: 60%;
	margin: auto;
	border-radius: 10px;
}

.senmonkiki_img div {
	width: 20%;
	background-color: #dedede;
	margin: 0 10px auto;
	padding: 20px;
}

.img3 {
	width: 80%;
	margin: auto;
}

.flex_box {
	width: 20%;
	margin: 0 20px auto;
}

.box_h4 {
	text-align: center;
}

.img4 {
	width: 50%;
	margin: auto;
	display: block;
}

.box_bg {
	background-color: #dedede;
	margin: 10px;
	width: 20%;
	padding: 10px;
}

.img2 {
	margin: auto;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.img2 img{
	position: absolute;
	bottom: 0;
}

.top_img2 {
	width: 100%;
	height: 750px;
	overflow: hidden;
	background-image: url("../image/top_img2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

.space {
	margin: 50px auto 20px;
}

.pc{
	display: block;
}
.sp{
	display: none;
}

@media (max-width:599px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}



.home_h2_sp {
 	position: relative;
  	padding: 1rem 2rem;
  	border-bottom: 4px solid #094;
	display: block;
	margin: 50px auto 40px;
	width: 70%;
}

.home_h2_sp:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #00cc5b;
}

.main_p_sp {
	text-align: center;
	width: 80%;
	margin: auto;
	line-height: 2em;
}

.img_sp {
	width: 80%;
	margin: 20px auto;
	height: 200px;
	overflow: hidden;
}

.flex_box_sp {
	width: 80%;
	margin: 0 auto;
}

.box_bg_sp {
	background-color: #dedede;
	margin: 5px;
	width: 40%;
	padding: 5px;
}

.infomation_scllol_sp {
	height: 200px;
	overflow: scroll;
	background-color: rgba(255,255,255,0.87);
	width: 80%;
	margin: auto;
	border-radius: 10px;
}



.footer_rogo_sp {
	color: #000;/*//非対応のブラウザでの文字色を設定*/
  	background: url("../image/rogo_bg.png");/*//使用する背景画像のURL*/
  	-webkit-background-clip: text;/*//テキストでくり抜く*/
  	-webkit-text-fill-color: transparent;/*//くり抜いた部分は背景を表示*/
	background-position: center;
	font-weight: bold;
	text-align: center;
	margin: 10px auto auto;
}

.cace1_summary_sp {
	margin: auto;
	text-align: center;
	width: 80%;
}

.triangle_sp {
	margin: auto;
	font-size: 1.5em;
	text-align: center;
}

.flow_img_sp {
	width: 70%;
	margin: auto;
	height: 170px;
	overflow: hidden;
}

.flow_h3_p_sp {
	margin: auto;
	width: 80%;
}

.bg_sp {
	background-image: url("../image/bg.png");
	background-repeat: no-repeat;
	background-position: right;
	background-color: rgba(197,197,197,0.20);
	padding: 10px 0 50px;
	opacity: 0.8;
}
