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

html {width:100%; height:100%;}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
    font-family: 'Noto Sans JP', sans-serif;
    /*font-size: 30px;*/
    text-align: center;
	overflow-x: hidden;
}

header {
    border-bottom: 2px solid #000;
    background-image: url(../img/header_line.png);
    background-position: bottom;
    background-repeat: repeat-x;
    /*padding-bottom: 50px;*/
	height: 11.6rem;
	padding: 1rem 0 0 0;
	z-index: 200;
}

section {
	padding: 0;
	margin: 0;
}

h1 {
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: 1rem;
	text-align: right;
	width: 900x;
	display: block;
	width: 96%;
	max-width: 900px;
}

h2 {
	color: #666666;
	font-size: 1.5rem;
}

h2.sub {
	color: #000000;
	font-size: 2rem;
}

h3.title {
	color:#000000;
}

h3.sub {
	color:#27b1e2;
}

h3.big_sub {
	color:#27b1e2;
	font-size: 1.5rem;
}

h3 {
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 1rem;
	color: #666666;
}

h4.Q {
	font-size: 1rem;
	color: #3aa8d8;
	border-bottom: 2px solid #3aa8d8;
	width: 100%;
}

p {
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
}

p.text {
	font-size: 0.9rem;
	margin: 0;
	padding: 0;
	line-height: 1.6rem;
}

p.text_noMP {
	font-size: 0.9rem;
	line-height: 1.6rem;
}

p.A {
	font-size: 0.9rem;
	line-height: 1.6rem;
}

ul {
	padding: 0;
	margin: 0;
}

img.fit {
	width: 100%;
	height: auto;
}

a.tg_cover {
    width: 30px;
    height: 36px;
    display: block;
	position: absolute;
	right: 1.4rem;
}

a.normallink {
	display: block;
}

a.normallink:hover {
	opacity: 0.7;
}

p.tg_line {
    height: 3px;
    background-color: #000;
    margin: 6px 0;
}

#index_top {
	background-color: #f2f2f2;
	margin-bottom: 3rem;
}

#index_top div {
	width: 96%;
	max-width: 900px;
	max-height: 560px;
	min-height: 10rem;
	padding: 3rem 0 2rem 0;
	margin: 0 auto;
}

.news {
	text-align: left;
	margin: 0 auto 3rem auto;
	width: 96%;
	max-width: 900px;
}

.news p {
	margin: 0 0 0.5rem 0;
}

.news span {
	background-color: #999;
	color: #fff;
	padding: 0 0.2rem;
	margin-right: 0.5rem;
}

.news div {
	display: flex;
}

.disp_fl {
	display: flex;
	justify-content: space-between;
}

.w_46 {
	width: 46%;
}

.w_49 {
	width: 49%;
}

.w_30 {
	width: 30%;
}

.w_28 {
	width: 28%;
}

.w_20 {
	width: 20%;
}

.w_40 {
	width: 40%;
}

.w_60 {
	width: 58%;
}

.w_65 {
	width: 65%;
}

.w_r60 {
	width: 60%;
}

.w_70 {
	width: 68%;
}

.w_r70 {
	width: 70%;
}

.w_80 {
	width: 78%;
}

.bg_91d9f9 {
	background-color:#91d9f9;
	border-radius: 2rem;
}

.pa_1 {
	padding: 1rem;
}

.dot_under {
	border-top: 1px dotted #3aa8d8;
	margin-bottom: 4rem;
}

.dot_under li {
	display: flex;
	list-style: none;
}

.dot_under p {
	border-bottom: 1px dotted #3aa8d8;
	width: 30%;
	font-size: 0.9rem;
	line-height: 1.6rem;
	padding: 1rem 0;
}

.dot_under p.box_right {
	width: 70%;
	text-align: left;
}

.mb_none {
		display: none;
}

@media screen and (min-width:480px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/
	#index_top div {
		min-height: 15rem;
	}

	.mb_none {
		display: block;
	}

}
@media screen and (min-width:870px) and ( max-width:1024px) {
    /*　for iPad 　*/
	#index_top div {
		min-height: 32rem;
	}

	.pc_none {
		display: none;
	}
}
@media screen and (min-width:1024px) {
    /*　for PC　*/
	#index_top div {
		min-height: 30rem;
	}

	.pc_none {
		display: none;
	}
}

footer {
	background-position: top;
	background-color: #f2f2f2;
	background-image: url(../img/header_line.png);
	background-repeat: repeat-x;
	padding: 5rem 0;
	margin-top: auto;
	border-top: 2px solid #000;
}

footer div{
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}

footer .inner_left {
	width: 24%;
	margin: 0;
	display: block;
	text-align: left;
}

footer .inner_right {
	width: 24%;
	margin: auto 0 0 0;
	display: block;
	text-align: left;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
}

footer .inner_right a {
	line-height: 0.5rem;
	z-index: 200;
}


.mar_lr_auto {
	margin: 0 auto;
}

.d_blo {
	display: block;
}

.ta_c {
	text-align: center;
}

.ta_l {
	text-align: left;
}

.standard_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	/*height: 100rem;*/
}

.one_centence {
	width: 100%;
	max-width: 900px;
	margin-right:auto;
	margin-left:auto;
}

#wrap {
	width: 100%;
	max-width: 900px;
	margin-right:auto;
	margin-left:auto;
}

a {
	font-size: 0.8rem;
	text-decoration: none;
	z-index: 200;
}


td {
	padding: 1rem 0;
}

td.blue {
	border-bottom: 4px solid #91d9f9;
}

td.glay {
	border-bottom: 2px solid #e6e6e6;
}

td.glay span.icon {
	padding: 0.2rem 0.4rem 0.3rem 0.4rem;
	color: #3aa8d8;
	border: 2px solid;
	border-radius: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
	font-size: 0.8rem;
	display: inline-block;
	border-color: #3aa8d8;
}

table.inner_table_01 td {
	/*border: 1px solid #cdcdcd;*/
	text-align: center;
}

table.inner_table_01 td.blue {
	border-top: 1px solid #cdcdcd;
	background-color:#91d9f9;
	border-left: 1px solid #3aa8d8;
	border-bottom: 1px solid #3aa8d8;
}

table.inner_table_01 td.blue_bla {
	border-top: 1px solid #cdcdcd;
	background-color:#91d9f9;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #3aa8d8;
}

table.inner_table_01 td.blue_end {
	background-color:#91d9f9;
	border-left: 1px solid #3aa8d8;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #3aa8d8;
	border-top: 1px solid #cdcdcd;
}

table.inner_table_01 td.glay {
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

table.inner_table_01 td.glay_end {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

@media only screen and (max-width: 800px) {
	footer div{
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	footer .inner_left {
		width: 100%;
		margin: 0 0 2rem 0;
		display: block;
		text-align: center;
	}
	footer .inner_right {
		width: 100%;
		margin: 0 0 2rem 0;
		display: block;
		text-align: center;
	}

	h2 {
		color: #666666;
		font-size: 1.1rem;
	}
	.one_centence {
		width: 96%;
		max-width: 900px;
		margin: 0 auto;
	}

	.w_49 {
		width: 100%;
	}
	
	.w_46 {
		width: 100%;
	}

	.w_30 {
		width: 100%;
	}

	.w_20 {
		width: 100%;
	}

	.w_28 {
		width: 100%;
	}

	.w_40 {
		width: 100%;
	}
	
	.w_60 {
		width: 100%;
	}

	.w_65 {
		width: 100%;
	}

	.w_r60 {
		width: 100%;
	}

	.w_r70 {
		width: 100%;
	}

	.w_70 {
		width: 100%;
	}

	.w_80 {
		width: 100%;
	}

	.disp_fl {
		display: flex;
	}
	.sp_column {
		flex-direction: column;
	}
	
	.sp_reverse {
	flex-direction: column-reverse;
	}

	td.blue,td.glay {
		display: block;
	}

	td.blue {
		border-bottom: 2px solid #e6e6e6;
	}

	td.glay {
		border-bottom: 4px solid #91d9f9;
	}

	table.inner_table_01 td {
		display: table-cell;
	}
	
}

.mb10 {
	margin-bottom: 1rem;
} 

.mb20 {
	margin-bottom: 2rem;
} 

.mb30 {
	margin-bottom: 3rem;
}

.mb40 {
	margin-bottom: 4rem;
} 

.mb50 {
	margin-bottom: 5rem;
}

.mb60 {
	margin-bottom: 6rem;
} 

/*トップページスライドショー*/
.slide {
	position:relative;
	height:40vw;
}
.slide img {
	position: absolute;
    opacity: 0;
    transition: all 1s ease-in-out;
    /* height: 100%; */
    /* object-fit: contain; */
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
/*トップページスライドショー*/

/*トグルメニュー*/
#gmenu {
	width:100%;
	/*margin: 0 5% 20px 5%;*/
	text-align: center;
	position: absolute;
	top: 9.6rem;
	font-family: sans-serif;
	font-weight: 100;
	font-size:0.9em;
	z-index: 200;
}

#accordion_menu {
	display:none;
}


#navlist {
	list-style: none;
    margin: 0 auto;
    width: 800px;
    display: flex;
    justify-content: space-between;
	padding-bottom: 2rem;
}

.menulist {
	display: flex;
	box-sizing:border-box;
	text-align:center;
	margin:0;
	padding:0;
	justify-content: flex-end;
}

.menulist a {
	text-decoration:none;
	color:#000;
}

.menulist a:hover {
	color:#FC3;
}

#dummy_area1 {
	display:none;
	width:1px;
}

@media only screen and (max-width: 800px) {

#gmenu {
	width:100%;
	margin: 0 auto ;
	text-align: center;
	display: flex;
	z-index: 20;
	position: absolute;
	top: 1rem;
}

#accordion_menu {
	display:block;
	text-align:center;
}

#navlist {
	display:none;
	padding:3rem 0 1rem 0;
	margin: 0 0 0 0;
	background-color: rgba(255,255,255,0.9);
}

.menulist {
	float:none;
	width:90%;
	margin:0 5% 1rem 5%;
}

header {
    height: 9.6rem;
}

}

/*背景の動き*/
.scroll-space{
	box-sizing: border-box;
	/*padding-top: 300px;*/
	/*height: 1600px;*/
	/*color: #fff;*/
	/*overflow: hidden;*/
	padding-bottom: 100px;
	width: 100%;
	height: 100rem;

	.blue{
	  background: #77BBCF;
	  width: 200px;
	  height: 200px;
	  padding: 30px;
	  margin: 0 auto 50px;
	}
	.pink{
	  background: #FFB4B4;
	  width: 200px;
	  height: 200px;
	  padding: 30px;
	  margin: 0 auto 50px;
	}
	.yellow{
	  background: #F8913C;
	  width: 200px;
	  height: 200px;
	  padding: 30px;
	  margin: 0 auto 50px;
	}
	.baloon01 {
	  /*background: #26AA5A;
	  width: 200px;
	  height: 200px;
	  padding: 30px;
	  margin: 0 auto 50px;*/
	  background-image:url(../img/bg_baloon01.png);
	  background-repeat:no-repeat;
	  background-size:contain;
	}

	.baloon02 {
		/*background: #26AA5A;
		width: 200px;
		height: 200px;
		padding: 30px;
		margin: 0 auto 50px;*/
		background-image:url(../img/bg_baloon02.png);
		background-repeat:no-repeat;
		background-size:contain;
	  }

	  .baloon03 {
		/*background: #26AA5A;
		width: 200px;
		height: 200px;
		padding: 30px;
		margin: 0 auto 50px;*/
		background-image:url(../img/bg_baloon03.png);
		background-repeat:no-repeat;
		background-size:contain;
	  }

  }
  .fadein {
	  opacity: 0;
	  transform: translate(0,0);
	  transition: all 2.5s;
	&.fadein-left{
		transform: translate(-100px,0);
	}
	&.fadein-right{
		transform: translate(100px,0);
	}
	&.fadein-up{
		transform: translate(0,-100px);
	}
	&.fadein-bottom{
		transform: translate(0,100px);
	}
	&.scrollin{
	  opacity: 1 !important;
	  transform: translate(0, 0) !important;
	}
  }
/*背景の動きココまで*/


.position_a {
	position: absolute;
	z-index: -100;
}

.position_r {
	position: relative;
}

.position_s {
	position: static;
}

.display_n {display: none;}

/*position:absoluteに対して中央に寄せる*/
.position_a_c {
	right: 0;
	left: 0;
	margin: 0 auto;
}

.top_10 {
	top: 10vh;
}

.top_20 {
	top: 20vh;
}

.top_30 {
	top: 30vh;
}

.top_40 {
	top: 40vh;
}

.top_50 {
	top: 50vh;
}

.top_60 {
	top: 60vh;
}

.top_70{
	top: 70vh;
}

.top_80 {
	top: 80vh;
}

.top_90 {
	top: 90vh;
}

.top_100 {
	top: 100vh;
}

.top_110 {
	top: 110vh;
}

.top_120 {
	top: 120vh;
}

.top_130 {
	top: 130vh;
}

.top_140 {
	top: 140vh;
}

.top_150 {
	top: 150vh;
}

.top_160 {
	top: 160vh;
}

.top_170 {
	top: 170vh;
}

.top_180 {
	top: 180vh;
}

.top_190 {
	top: 190vh;
}

.top_200 {
	top: 200vh;
}

.top_250 {
	top: 250vh;
}

.top_300 {
	top: 300vh;
}

.top_370 {
	top: 370vh;
}


.top_1500 {
	top: 1500px;
}

.top_1600 {
	top: 1600px;
}

.top_1700 {
	top: 1700px;
}

.top_1800 {
	top: 1800px;
}

.top_1900 {
	top: 1900px;
}

.top_2000 {
	top: 2000px;
}

.top_m20 {
	top: -20vh;
}

.top_m50 {
	top: -50vh;
}

.left_position {
	left: 0px;
	text-align: left;
}

.right_position {
	right: 0px;
	text-align: right;
}

.zindex_ma10 {
	z-index: -10;
}

.w-h_10p {
	width:10%;
	height:10em;
}

.w-h_20p {
	width:20%;
	height:20em;
}

.w-h_30p {
	width:30%;
	height:30em;
}

.w-h_40p {
	width:40%;
	height:40em;
}

.w-h_50p {
	width:50%;
	height:50rem;
}

.w-h_60p {
	width:60%;
	height:60rem;
}

.w-h_70p {
	width:70%;
	height:70rem;
}

.w-h_80p {
	width:80%;
	height:80rem;
}

.mt_m30 { margin-top: -3rem; }
.mt_m60 { margin-top: -6rem; }
.mt10 { margin-top: 1rem; }
.mt20 { margin-top: 2rem; }
.mt30 { margin-top: 3rem; }
.mt40 { margin-top: 4rem; }
.mt50 { margin-top: 5rem; }

.bg_footer_setting {
	display: grid;
    height: 100vh;
    align-items: end;
}

.first_section {
	animation: fadein 3s forwards;
}

@keyframes fadein {

	from {
		opacity: 0;
		transform: translateY(-20px);
	  }
	  to {
		opacity: 1;
		transform: translateY(0);
	  }

}

.kome {
    list-style: none;
    margin-left: 0.5rem;
	font-size: 0.9rem;
}
.kome li{
    text-indent: -1rem;
	padding-bottom: 0.5rem;
}

.topics_space {
	padding: 2rem;
	width: calc(100% - 4rem);
	border: 2px solid #3aa8d8;
	border-radius: 1rem;
}

.ml10 { margin-left: 1rem; }
.ml20 { margin-left: 2rem; }
.ml30 { margin-left: 3rem; }
.ml40 { margin-left: 4rem; }
.ml50 { margin-left: 5rem; }
.ml100 { margin-left: 10rem; }