@charset "utf-8";
/* CSS Document */

/*PCのみに適用*/
@media only screen and (min-width:769px){
.PageLink {
    padding-top:40px;
	margin-top:-40px;
}	
}
/*PCのみに適用 END*/
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 15px!important;
	color:#000;
	line-height:1.8 !important;
	background:#FFF;
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
	overflow-x: hidden;  /*  横スクロールバーを消します。 */
	height: 100%;
	letter-spacing: .1em;
}
.C_Main {
	/* background: linear-gradient(0deg, rgba(26, 43, 109, 1), rgba(37, 86, 153, 1) 90%); */
	background: #245037;
	display: flex;
	justify-content: center;
  align-items: center;
	justify-content: flex-end
}
.wave{
	background: url(..//images/wave_02.png) repeat-x bottom;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;

}



.image-grid {
  display: flex;
  justify-content: center;
}

.image-grid img {
  margin: 0 20px; /* 必要に応じて調整 */
  max-width: 200px; /* 必要に応じて調整 */
  height: auto;
}

#TopPhoto {
	width: 70%;
}
.pc_b {
	width: 200px;
	margin: 0 auto;

}
/* ロゴ切り替え */
 .pc_s {
	display: none;
	align-items: center;
  }

  .scroll  .pc_b  {
	display: none;
	align-items: center;
  }
   .scroll .pc_s {
	display: block;
	align-items: center;
	/* vertical-align: middle; */
	align-items: center;
  }

/* 全画面表示CSS */

.hero {
  height: 90vh; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right 0px;
  background-image: url("../images/main_pc.jpg");
	position: relative;
	align-items: center;
	border-radius: 50px 0 0 50px;
	margin: 5vh 0;
}
/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* text */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

/* 全画面表示CSS END */

.Title {
	font-size: 230%;
}

.Title2 {
	font-size: 180%;
}

.List3-4 {
	  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  padding: 60px;
}


.TextBoxRight {
	background: #fff;
	padding: 5% 5% 5% 13%;
	float: right;
	width: 50%;
	margin-left: -10%;
	margin-top: 23%;
	position: relative;
	z-index: 0;
	font-size: 110%;
}
.title01{
	color: #245037;
}
.PhotoLeft {
	float: left;
	width: 40%;
	position: relative;
	z-index: 1;
}

.TextBoxLeft {
	background: #fff;
	padding: 5% 10% 5% 5%;
	float: left;
	width: 52%;
	position: relative;
	z-index: 0;
	font-size: 110%;
	margin-right: -10%;
}

.PhotoRight {
	float: right;
	width: 40%;
	position: relative;
	z-index: 1;
	margin-top: 5%;
}

.PhotoLeftCenter {
	display: inline-block;
	width: 52%;
	vertical-align: middle;
}

.TextBoxRightCenter {
	display: inline-block;
	width: 35%;
	margin-left: 3%;
	font-size: 110%;
	vertical-align: middle;
}
.ConceptList {
	padding-top: 3%;
}

.S_Title {
	font-size: 150%;
	line-height: 1.5;
}

.BG {
	/* background-image: linear-gradient(0deg, rgba(26, 43, 109, 1), rgba(37, 86, 153, 1) 90%); */
	background: #245037;
	color: #FFF !important;
}

.ColorBg {
	padding: 5% 0;
}

.ColorBg2 {
	padding: 10% 0;
}
.BG00{
	background: url("../images/1-haikei.jpg") no-repeat fixed;
	background-size: cover;
	margin-top: -20px;
	position: relative;
	z-index: 0;
}

.TitleDownText {
	font-size: 120%;
}

.WhtBox {
	background: #FFF;
	padding: 5%;
}

.GraphPhoto {
	display: inline-block;
	width: 35%;
	vertical-align: middle;
}

.GraphBox {
	margin: 0 auto;
}


.cptitle{
	color: #245037;
}
.gaiyou00{
	color: #245037;
}

.TranslucentBox {
	background-color: rgba(255,255,255,0.7);
	max-width: 700px;
	width: 70%;
	margin: 0 auto;
	padding: 5% 8%;
}

/* table01 */
#table01 {
	background: #FFF;
	font-size: 90% !important;
	width: 100%;
	text-align: left;
}
#table01 tr {
  border-bottom: 1px solid #000;
	display: block;	
	
}

#table01 th,
#table01 td {
  padding: 10px;
  border: none;
	
}

#table01 td {
	width: 90%;
	margin: 0 auto;
	vertical-align: middle;
}

#table01 th {
	background: #245037;
	padding: 10px;
	border: 5px solid #FFF;
  box-sizing: border-box;
	color: #FFF;
	font-weight: normal;
}

#table01 th p {
	width: 120px;
}

/* sp */
@media only screen and (max-width: 480px) {
	
#table01 tr {
  border-bottom: none;
}
	
  #table01 th,  #table01 th,
  #table01 td {
    display: block;
  }
	
	#table01 th p {
		width: 100%;
		text-align: center;
	}
}


.LeftBox {
	display: inline-block;
	width: 45%;
	vertical-align: middle;
}

.RightBox {
	display: inline-block;
	width: 45%;
	vertical-align: middle;
	padding-right: 5% !important;

}

.owner {
	border-radius: 30px;
	box-shadow: 0px 10px 10px -5px #d9d9d9;
}
.Insta {
	margin-top: -3% !important;
}

.Insta li {
	margin-top: 3% !important;
}

.Accesstitle{
	color: #fff;
}

.AccessDl {
	font-size: 110%;
	color: #fff;
}

.AccessDl dt {
	font-weight: bold;
	margin-top: 20px;
}

footer {
	/* background-image: linear-gradient(0deg, rgba(36, 80, 55, 1), rgba(37, 86, 153, 1) 90%); */
	background: #245037;
	color: #FFF;
	padding: 3% 0 !important;
	text-align: center;
}

.FotterInner {
	width: 90%;
	margin: 0 auto;
}

.Copy {
	font-family: -apple-system,BlinkMacSystemFont, "Source Sans Pro", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	margin-top: 15px;
}

.ss_title{
	text-align: left;
}
.a_02{
  padding: 2% 0%;
}
.waku{
	width: 20%;
	border: #fff solid 2px;
	border-radius: 15px;
	padding:5%;
}
.waku img{
	width: 60%;
}
.TextLeft0{
	text-align: center;
}
.S03Wrap {
	width:100%;
	background: url("../images/3-haikei.jpg") no-repeat fixed;
	padding: 5% 0;
	margin: 0;
	background-size: cover;
	color: #000;
}
.BG01{
	background-color: #F8F8F8;
}
.daihyou{
	color: #245037;
	text-align: left;
}
.a_daihyou{
padding:3% 0%;
}
.MgnTop4{
	text-align: left;
}
/* solid008 */
.button_solid008 a{
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 180px;
    padding: 10px 25px;
    color: #245037;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
}
.button_solid008 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.2s ease 0s;
}

.button_solid008 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease 0.2s;
}

.button_solid008 a:hover::before {
  width: 0%;
}

.button_solid008 a:hover::after {
  height: 0%;
}

.button_solid008 a:hover {
  text-decoration: none;
  background-color: #FFF;
	color: #245037;
}


.AccessWrap {
	background: url("../images/4-1.jpg") left no-repeat fixed;
}

.AccessBox {
	width: 50%;
	padding: 5%;
	float: right;
	/* background-image: linear-gradient(0deg, rgba(26, 43, 109, 1), rgba(37, 86, 153, 1) 90%); */
	background: #245037;
}
.MapBox {
	margin-bottom: -15px;
}

.Map {
	width: 100%;
	height: 600px;
}

.ContactWrap {
	margin-top: -10px;
	padding: 5% 0 0 0;
	background: #f5f5f5;
}
.F_nav {
	margin-top: 3%;
	text-align: center;
}

.F_nav li {
	margin: 0 15px;
	display: inline-block;
}

.F_nav li a {
	text-decoration: none;
	color: #FFF;
}

.F_nav li a:hover {
	text-decoration: underline;
}
.F_Logo img{
 width: 10%;
}
