@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #fff;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
	word-wrap: break-word;
	height: 100%;
	font-feature-settings: "pkna" 1;
	letter-spacing: 1px;
	line-height:1.8;
	text-align: justify;
	
}

.font_mincho {
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
}
.font_garamond {
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
}
.font_raleway {
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	transition: 0.1s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


li {
	list-style-type: none;
}

a {
	color: #333;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	transition: 0.1s linear;
	font-size:14px;
}
a:hover {
	color: #37ada1;
	/*text-decoration: none;*/
}


table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.list_02 ._table1 {
	display:grid;
	margin:0 0 30px;

	grid-template-columns: 48% 48%;
	gap: 4%;
	
}
.list_02 ._table1  table {
    border-collapse: separate;
    border-spacing:  2px;
}
 
.list_02 ._table1  th,td {
    padding: 5px 10px;
}
 
.list_02 ._table1  th {
    background-color:  #3F51B5;
    color:  #fff;
    font-weight:  normal;
}
 
.list_02 ._table1  td {
    background-color:  #c0c9ff; 
}


.list_02 ._table2  table {
    border-collapse: separate;
    border-spacing:  4px;
}
.list_02 ._table2 th,td {
    padding: 15px 20px;
	vertical-align:top;
}
 
.list_02 ._table2 th {
    background-color:  #3f71b5;
    color:  #fff;
    font-weight:  normal;
}
 
.list_02 ._table2 td {
    background-color:  #c0dfff; 
}
.list_02 ._table2 p {
	margin-bottom:15px;
}
.list_02 ._table2 h3 {
	padding:10px 0px;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:18px;
	
	margin-bottom:15px;
	background-color:#75909f;
}
.list_02 ._table2 h3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
}
.list_02 ._table2 h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

/*------------------*/


/*
ヘッダ
-------------------------------------------*/
header {
	width: 100%;
	height:100vh;
	max-height:866px;
	/*position: fixed;*/
	z-index: 300;
	color: #FFF;
	border-top: 3px solid #37ada1;
	background: url(../img/top_bg.jpg) no-repeat center;
	background-size: cover;
	/*
	
	background-color: #777;
	*/
}

header h1 a img {
	top:20px;
	left:20px;
	display: block;
	position: absolute;
}

header .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #707070;
	letter-spacing: 1px;
	border: 1px solid #37ada1;
	background-color: #fff;
	letter-spacing:1px;
}
header .h_btn a:hover {
	color: #FFF;
	background-color: #37ada1;
	border: 1px solid #37ada1;
}


header .h_btn a i {
	padding-left: 5px;
	padding-right: 5px;
}

header .top_img01{
	top:20vh;
	right:20px;
	display: block;
	position: absolute;
	width:80%;
	max-width:900px;
}
header .top_img01 img{
	max-width: 100%;
	width: auto;
}





/*
コンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	padding-top: 180px;
	padding-bottom: 0px;
	/*background-color: #f2f334 !important;*/
}
.content p {
	line-height:2;
	font-size:14px;
}

.cont_inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0px 60px;
}

.content_top {
	display:block;
	width:100%;
	padding-top: 20px;
  background: url(../img/bg.png) repeat left top, #f5f8fa;
  background-size: 260px auto;
	
}
.content_top img {
	margin:0 1.5%;
	width:97%;
}
.content_00 {
	display:block;
	width:100%;
	height:50vh;
	background: url(../img/top_bg01.png) no-repeat center top;
	background-size:cover;


	background-color:#fff;
	
}
.content_01 {
	display:block;
	width:100%;
	background: url(../img/top_bg03.png) no-repeat center bottom;
	background-size:cover;

	background-color:#fff;
	
}
.content_02 {
	display:block;
	width:100%;
	background-color:#ffc;
	
}

.content_03 {
	display:block;
	width:100%;
	background-color:#fff;
	background: url(../img/top_bg02.png) no-repeat center top;
	background-size:cover;
	
}





h3._title1 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
	width: 80%;
	letter-spacing: 9px;
	max-width:500px;
	color: #333;
	font-family: 'Corben', cursive;
	margin: 10px auto 50px;
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
}

h3._title1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
  left:40%;
}

h3._title2 {
  position: relative;
  padding: 15px 10px 15px 30px;
  background: #007feb;
  color: #fff;
  width:90%;
  margin:10px auto 50px;
  font-size:26px;
}

h3._title2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h2._title {
  position: relative;
  padding: 2rem 1rem;
  background: #007feb;
  width:80%;
  max-width:500px;
  font-size:30px;
  line-height:1;
  text-align:center;
  max-width:500px;
  margin:20px auto;
  color:#fff;
}

h2._title:before {
  /**/position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #039;
}






.box1 {
	padding: 2em 2em 0;
	margin: 2em 0 0;
	color: #000;/*
    background: #FFF;*/
	text-align: center;
	/*border: solid 2px #111;*/
	border-radius: 0px;
	font-size: 18px;
	line-height: 2.5;
	font-weight: 600;
	letter-spacing: 2px;
	/*filter: drop-shadow(7px 7px 0px #999);*/
}
.box1 p {
    margin: 0; 
    padding: 0;
}


._row{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 0px;

}

._row .row_1{
	padding:20px;
}
.row_1_1{
	width:100%;
	max-width:350px;
	margin:0 auto;
}


._row ._photo {
	/*border-radius: 10px;
	box-shadow: 10px 10px 0 #c3a400;*/
}

._row ._photo {
	border-radius: 10px 10px 0 0 ;
	
	box-shadow: 15px 20px 0px #9ed800;
	/*margin-bottom:30px;*/
}
._row ._photo img {
	border-radius: 10px 10px 0 0 ;
	
	border:3px solid #fff;
}


.row_1 blockquote{
    position:relative;
    background:#ffc;
    border-radius:0 0 10px 10px;
    padding:20px;
	box-shadow: 15px 20px 0px #9ed800;
	border:3px solid #fff;
	/*height:250px;*/
}
.row_1 blockquote:before{
    position:absolute;
    left:45%;
    top:-24px;
    background-color:#9ed800;
    color:#FFC;
    border:3px solid #FFC;
    box-sizing:border-box;
    content:'1';
    line-height:1;
    padding-top:11px;
    text-align:center;
    width:48px;
    height:48px;
    font-size:20px;
    border-radius:24px;
}
.row_1:nth-child(2) blockquote:before{
    content:'2';
	
}
.row_1:nth-child(3) blockquote:before{
    content:'3';
}
.row_1:nth-child(4) blockquote:before{
    content:'4';
}
.row_1:nth-child(5) blockquote:before{
    content:'5';
}
.row_1:nth-child(6) blockquote:before{
    content:'6';
}



.row_1 blockquote p {
    color:#333;
}
.row_1 blockquote cite {
    display: block;
    border-top:1px solid #808080;
    padding-top:10px;
    font-size: 0.8rem;
    text-align: center;
    color: #808080;
}


	.list_05 ._name{
		grid-column: 1/3;
		grid-row: 1/2;
	}
	.list_05 ._num{
		grid-column: 1/2;
		grid-row: 2/3;
	}
	.list_05 ._btn{
		grid-column: 2/3;
		grid-row: 2/3;
	}



.message_text01 {
	width: 78%;
	max-width: 780px;
	margin: 0px auto 20px;
}
.message_text02 {
	width: 80%;
	max-width: 900px;
	margin: 70px auto;
	text-align: right;
}
h2.title_01{
	padding:20px 20px 20px 95px;
	background: url(../img/texticon01.png) no-repeat 15px;
	letter-spacing: 3px;
	margin:40px 0;
}
h3.title_01{
	padding:20px 20px 20px 95px;
	background: url(../img/texticon02.png) no-repeat 60px;
	letter-spacing: 3px;
	margin:40px 0;
}
h3.title_02{
	width:80%;
	max-width:800px;
	margin:40px auto;
	display:block;
	padding:2px 10px;
	line-height:1.2;
	letter-spacing: 3px;
	border-bottom: 3px solid #37ada1;
}

h3.title_03{
	width:80%;
	max-width:800px;
	margin:0px auto;
	padding:10px 10px 10px 20px;
	background: url(../img/texticon03.png) no-repeat 0px;
	letter-spacing: 3px;
}
h4.title_01{
	width:80%;
	max-width:760px;
	margin:40px auto 10px;
	display:block;
	padding:2px 10px;
	line-height:1.2;
	letter-spacing: 3px;
	border-left: 3px solid #37ada1;
}
.access_title01{
	width: 80%;
	max-width: 500px;
	padding: 10px 0;
	margin: 0 auto 50px;
	text-align: center;
	border-left: 3px solid #71c5bc;
	border-right: 3px solid #71c5bc;
	font-size: 20px;
	font-weight: bold;
	
}
.access_text01 {
	width: 80%;
	max-width: 900px;
	margin: 20px auto;
	text-align: center;
}
.access_title01 span {
	color:#71c5bc;
}
.access_text02 {
	width: 90%;
	max-width: 700px;
	margin: 20px auto;
	padding: 7% 3%;
	text-align: center;
	background-color: #e0f3f1;
}
.access_text02 span {
	font-size:26px;
	margin-bottom:20px;
	display:block;
}
.access_text02 p {
	display:block;
}




.access_tel {
	width: 80%;
	max-width: 900px;
	margin: 20px auto 50px;
	text-align: center;
	font-size:58px;
	font-weight:bold;
}

.access_mail {
	width: 80%;
	max-width: 900px;
	margin: 20px auto 50px;
	text-align: center;
	font-size:38px;
	font-weight:bold;
}


.contact_title01{
	width: 80%;
	max-width: 900px;
	padding: 20px 0 20px;
	margin: 0 auto 0px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height:1.2;
	
}
.contact_title01 span {
	font-size: 20px;
	color:#999;
}
.contact_text01 {
	width: 90%;
	max-width: 900px;
	margin: 20px auto;
	text-align: center;
}
.contact_tel {
	width: 90%;
	max-width: 900px;
	margin: 20px auto 20px;
	padding:0 0 20px;
	text-align: center;
	font-size:48px;
	font-weight:bold;
	border-bottom: 1px solid #999;
}
.contact_mail {
	width: 90%;
	max-width: 900px;
	margin: 20px auto 20px;
	padding:0 0 20px;
	text-align: center;
	font-size:32px;
	font-weight:bold;
	border-bottom: 1px solid #999;
}
.contact_text02 {
	width: 90%;
	max-width: 900px;
	margin: 20px auto;
	padding: 3% 3%;
	text-align: center;
}
.contact_text02 span {
	font-size:26px;
	margin-bottom:20px;
	display:block;
}
.contact_text02 p {
	display:block;
}





ul.list_01{
	width: 90%;
	max-width: 800px;
	margin: 0px auto 10px;
}
ul.list_01 li{
}

ul.list_01 li:nth-child(1) {
  position: relative;
  list-style-type: none!important;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  font-size:110%;
  border-radius: 15px 0px 0px 15px;
}

ul.list_01 li:nth-child(1):before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 18px;
}
ul.list_01 li:nth-child(2) {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 2.5em;
  margin-bottom: 30px;
  line-height: 1.5;

}


ul.list_02{
	width: 90%;
	max-width: 800px;
	margin: 0px auto 10px;
}
ul.list_02 li{
}

ul.list_02 li:nth-child(1) {
  position: relative;
  list-style-type: none!important;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbddf8;
  vertical-align: middle;
  color: #505050;
  font-size:110%;
  border-radius: 15px 0px 0px 15px;
}

ul.list_02 li:nth-child(1):before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 18px;
}
ul.list_02 li:nth-child(2) {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 2.5em;
  margin-bottom: 30px;
  line-height: 1.5;

}





ul.list_03{
	width:75%;
	max-width:750px;
	border-radius: 20px;
	padding:20px;
	margin:10px auto;
	display:grid;
	text-align:center;
	background-color:#e0f3f1;
	grid-template-columns: auto auto;
	gap: 0 0px;
	
}
ul.list_03 li{
	margin:auto 0;
}



ul.list_03 p.text01{
	font-size:28px;
}
ul.list_03 p.text02{
	color:#71c5bc;
	
}
ul.list_03 p.text03{
	font-size:58px;
}
ul.list_03 p.text04{
	
}

ul.list_04{
	width:90%;
	max-width:900px;
	padding:20px 0;
	margin:0px auto;
	display:grid;
	text-align:center;
	/*background-color:#e0f3f1;*/
	grid-template-columns: auto auto;
	gap: 0 0px;
	
}
ul.list_04 li{
	margin:auto 0;
	
}
ul.list_04 li:nth-child(1){
	padding:20px 0;
	border-right: 1px solid #999;
}

ul.list_04 p.text01{
	font-size: 26px;
	/*font-weight: bold;*/
}
ul.list_04 p.text02{
	color:#666;
	
}
ul.list_04 p.text03{
	font-size:58px;
	line-height:1.2;
}

.list_05{
	width:80%;
	max-width:800px;
	padding:0px 0;
	margin:0px auto;
	display:grid;
	grid-template-columns: 35% 50% 15%;
	gap: 0 0px;
/*justify-content: space-between;*/

}
.list_05_title{
	width:80%;
	max-width:800px;
	margin:0px auto 40px;;
	border-bottom:1px dotted #7ec9c2;
	padding:2px 0;
	font-size:16px;
	/*font-weight: bold;*/
}

.list_05 ._name{
	font-size:120%;
	/*font-weight: bold;*/
	padding:5px 10px;
	line-height:2;
	text-align:left;
	color:#333;
	/*background-color:#f1fffe;
	background-color:#bfe5e1;
	border: solid 1px #7ec9c2;*/
	vertical-align:middle;
}
.list_05 ._num{
	padding:2px 0;
	font-size:90%;
}
.list_05 ._btn{
	display:block;
	padding:2px 0;
	vertical-align:middle;
	text-align:center;
}


.list_05 span,
.list_05_title span{
	margin:0 20px 0 0;
	background-color:#555;
	font-size:76%;
	padding:2px 10px;
	color:#fff;
	font-weight:bold;
}


.list_05_title span{
	background-color:#298a83;
}



.content_img01 {
	display:block;
	width:78%;
	max-width:616px;
	text-align:center;
	margin:0px auto 30px;
}
.content_img01 img {
	margin:0px;
	width:100%;
}


.tb_01{
	width:80%;
	max-width:800px;
	margin:0 auto;
	font-size:90%;
}
.tb_01 th{
	padding:1px 30px;
	background-color:#bfe5e1;
	border: solid 1px #7ec9c2;
	text-align:center;
	
}
.tb_01 td{
	padding:10px 30px;
	background-color:#fff;
	border: solid 1px #7ec9c2;
}
.tb_01 td:nth-child(2) {
	text-align:center;
}


.tb_02{
	width:80%;
	max-width:800px;
	margin:0 auto;
	font-size:90%;
}
.tb_02 th{
	padding:5px 30px;
	background-color:#bfe5e1;
	border: solid 1px #7ec9c2;
	text-align:center;
	line-height:1.2;
	
}
.tb_02 td{
	padding:10px 5px;
	background-color:#fff;
	border-bottom: dotted 2px #7ec9c2;
}
.tb_02 td:nth-child(2),
.tb_02 td:nth-child(3) {
	text-align:center;
}

.tb_03{
	width:80%;
	max-width:800px;
	margin:0 auto;
	font-size:90%;
}
.tb_03 th{
	padding:1px 30px;
	background-color:#bfe5e1;
	border: solid 1px #7ec9c2;
	text-align:center;
	
}
.tb_03 td{
	padding:10px 30px;
	background-color:#fff;
	border: solid 1px #7ec9c2;
	text-align:center;
	width:25%;
}

.tb_04{
	width:80%;
	max-width:800px;
	margin:0 auto;
	font-size:90%;
}
.tb_04 th{
	padding:1px 30px;
	background-color:#bfe5e1;
	border: solid 1px #7ec9c2;
	text-align:center;
	
}
.tb_04 td{
	padding:10px 30px;
	background-color:#fff;
	border: solid 1px #7ec9c2;
	text-align:center;
}

.tb_05{
	width:80%;
	max-width:800px;
	margin:0 auto;
	font-size:80%;
}
.tb_05 th{
	padding:1px 30px;
	background-color:#adabab;
	border: solid 1px #fff;
	text-align:center;
	color:#fff;
	
}
.tb_05 td{
	padding:10px 10px;
	border: solid 1px #fff;
	text-align:center;
}

.tb_05 td span{
	background-color:#68c2b9;
	padding:2px;
	width:90%;
	color:#FFF;
	display:block;
}



/*^^^^^^^^^^^^^^^^ボタン*/
.btn_01 a {
	text-decoration:none;
	
    position: relative;
    display: flex;
    /*justify-content: center;*/
    align-items: left;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 5px;
    color: #333;
    transition: 0.3s ease-in-out;
	font-size:14px;
    font-weight: bold;
}
.btn_01 a:before {
    
    content: ">";
    padding-right: 7px;
    position: relative;
}
.btn_01 a:hover {
    color: #37ada1;
}

.btn_02 a {
	line-height:1.1;
    padding-left: 30px;
    line-height: 30px;
    background: url(../img/footer_icon01.png) no-repeat 5px;
	font-size:14px;
    font-weight: bold;
}
.btn_02 a {
	text-decoration:none;
	
    position: relative;
    display: flex;
    /*justify-content: center;*/
    align-items: left;
    margin: 0 auto;
    max-width: 200px;
    padding: 5px 5px 5px 30px;
    color: #333;
	 transition: 0.1s ease-in-out;
}
.btn_02 a:hover {
    color: #37ada1;
}

.btn_03 a {
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 50px;
    color: #333;
    transition: 0.1s ease-in-out;
    font-weight: 500;
	text-decoration:none;
	border: 1px solid #37ada1;
}
.btn_03 a:hover {
    background: #ADABAB;
    color: #FFF;
	border: 1px solid #fff;
}
.btn_03 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.1s ease-in-out;
}
.btn_03 a:hover:after {
    border-color: #FFF;
}

.btn_04 a {
	text-decoration:none;
	
    position: relative;
    display: flex;
    /*justify-content: center;*/
    align-items: left;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 5px;
    color: #fff;
    transition: 0.1s ease-in-out;
	font-size:14px;
    font-weight: bold;
}
.btn_04 a:before {
    
    content: ">";
    padding-right: 7px;
    position: relative;
}
.btn_04 a:hover {
    color: #333333;
}

.btn_05 a {
	background: #ADABAB;
    
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 50px;
	margin:30px auto;
    color: #333;
    transition: 0.1s ease-in-out;
    font-weight: 500;
	text-decoration:none;
}
.btn_05 a:hover {
    background: #37ada1;
    color: #FFF;
	
}
.btn_05 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.1s ease-in-out;
}
.btn_05 a:hover:after {
    border-color: #FFF;
}


.btn_06 a {
	display:block;
	background: #37ada1;
    
    border-radius: 3px;
    position: relative;
    justify-content: space-around;
    align-items: center;
    
    padding: 10px 20px;
    color: #fff;
    transition: 0.1s ease-in-out;
    font-weight: 500;
	text-decoration:none;
	
}
.btn_06 a:hover {
    background: #ADABAB;
    color: #333;
	
}
.btn_06 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.1s ease-in-out;
}
.btn_06 a:hover:after {
    border-color: #FFF;
}


.btn_07 a {
    background: #37ada1;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 50px;
    max-width: 280px;
    padding: 10px 50px;
    color: #fff;
    transition: 0.1s ease-in-out;
    font-weight: 500;
	text-decoration:none;
	border: 1px solid #37ada1;
}
.btn_07 a:hover {
    background: #ADABAB;
    color: #FFF;
	border: 1px solid #fff;
}
.btn_07 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.1s ease-in-out;
}
.btn_07 a:hover:after {
    border-color: #FFF;
}



/*-----TO TOP------*/

.to_top {
	position: fixed;
	right: 0px;
	bottom: 20px;
	z-index: 200;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 10px;
	background-color: #888;
	padding: 22px;
	/*width: 26px;*/
	font-size: 26px;
	border-radius:45px;
	line-height: 30px;
}
.to_top a:hover {
	background-color: #37ADA1;
}

/*
フッダ
-------------------------------------------*/

footer {
	background-color: #F2F3F4;
	color: #333;
	clear: both;
	width: 100%;
	display: block;
}

footer .footer01 {
	background-color: #9ed800;
	color: #FFF;

}

footer .cont_inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:40px 0px;

	flex-direction: row;
}
footer .cont_inner p {
	
	padding:5px 10px;
}
footer .foot_01 {
	margin:10px;
	display:flex;
	flex-direction: row;
}
footer .foot_02 {
	margin: 0 auto;
	display:flex;
	flex-direction: column;
	
}

footer .ad_text1 h3 {
	padding:10px;
text-align:center;
}
footer .ad_text1 p {
	padding:1px 10px 10px;
	text-align:center;
}

footer .ad_text2 {
	margin-left: auto;
	padding:0 10px;
	
}
.foot_link{
	display:flex;
	margin:0 0 20px;
}


.copy {
	font-size: 9px;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: #d4d4d4;
}

.con_title01{
	width:80%;
	border-radius: 5px;
	max-width:500px;
	margin:0 auto 30px;
	padding:10px;
	text-align:center;
	background-color:#fff;
	font-size:24px;
	color:#333;
}


/*-----------------------------------------------------*/
.news-list{
	width:85%;
  list-style: none outside;
  
  margin: 0 auto;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  /*border-top: 1px solid #CCC;*/
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #37ADA1;
}



/*---------------------------------------------------------------*/
.hide-area{
	display: none;
}

/*---------------------------------------------------------------*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*---------------------------------------------------------------*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*---------------------------------------------------------------*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}
.modal_bg{
	padding:20px 0;
	background:#fff;
	margin-bottom:30px;
}

._sitemap{
	width:90%;
	max-width:500px;
	margin:0 auto;
	
}

/*.sitemap01,
.sitemap02,
.sitemap03,
.sitemap04{
	margin:0 20%;
}


.sitemap01{
	margin:0 20% 0 15%;
}

.sitemap02{
	margin:0 20% 0 20%;
}
.sitemap03{
	margin:0 20% 0 25%;
}
.sitemap04{
	margin:0 20% 0 20%;
}
*/

.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
	

	text-decoration: none;
	display: inline-block;
   	border-bottom: 1px dotted #888;
	/*border-left: 8px solid #888; ボーダーの色と太さ */
	

    text-align: left;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .1s;
	line-height: 1;
	font-size:103%;
}
/**/

.sitemap01{
	width:90%;
    padding: 15px 0px 5px 10%;
	margin-left:0;
	line-height: 1;
}
.sitemap02 {
	width:85%;
    padding: 15px 0px 5px 10%;
	margin-left:5%;
	line-height: 1;
}
.sitemap03 {
	width:80%;
    padding: 15px 0px 5px 10%;
	margin-left:10%;
	line-height: 1;
}
.sitemap04 {
	width:90%;
    padding: 15px 0px 5px 10%;
	margin-left:0;
	line-height: 1;
}

/* 020 */
.button006 a {
	text-decoration:none;
    background: #fff;
    position: relative;
	width:85%;
	max-width:600px;
	display:block;
	
    justify-content: space-around;
    /*align-items: center;
    margin: 0 auto;
    max-width: 240px;*/
    padding: 11px 0 9px 30px;
    /*color: #313131;*/
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border-bottom:1px dotted #888;
	font-size:101%;
}

.button006 a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0em;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background-color: #888;
    transition: 0.3s;
}
.button006 a:hover:before, .button006 a:hover:after {
    left: 0.7em;
	width: 12px;
    height: 4px;
	opacity:1;
	 background-color: #37ada1;
	
}
.button006 a:hover {
    background:  #cbe8e6;
    color: #333;
}

/*-------------------balloon----------*/

.balloon1 {
  width: 90%;
  margin: 1.5em auto 20px;
  overflow: hidden;
  display:grid;
  grid-template-columns: 100px auto;
  
}

.balloon1 .faceicon {

  width: 100px;
}

.balloon1 .faceicon img{
  width: 100%;
  height: auto;

}

.balloon1 .chatting {
  width: 100%;
}

.balloon1 .says {
  display: inline-block;
  position: relative;
  margin: 5px 30px 50px 25px;
  padding: 20px 23px;
  border-radius: 12px;
  background: #fed7ee;
  box-shadow: 0px 5px 10px #999;
}

.balloon1 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fed7ee;
}

.balloon1 .says p {
  margin: 0;
  padding: 0;
}


.balloon2 {
  width: 90%;
  margin: 1.5em auto 20px;
  overflow: hidden;
  display:grid;
  grid-template-columns: auto 100px;
  
}

.balloon2 .faceicon {

  width: 100px;
}

.balloon2 .faceicon img{
  width: 100%;
  height: auto;

}

.balloon2 .chatting {
  width: 100%;
}

.balloon2 .says {
  display: inline-block;
  position: relative;
  margin: 5px 25px 50px 30px;
  padding: 20px 23px;
  border-radius: 12px;
  background: #d7ebfe;
  box-shadow: 0px 5px 10px #999;
}

.balloon2 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #d7ebfe;
  
}

.balloon2 .says p {
  margin: 0;
  padding: 0;
}

.youtune_mc{
	text-align: center;
}


@media screen and (max-width: 640px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}




@media screen and (min-width:960px){
body {
	font-size: 16px;
}
/*--------------------------------------------------------------*/
header {
	/*height: 500px;*/
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}


.no_pc {
	display: none;
}

}
/*(/960/


@media screen and (min-width:1000px){
	header .h_btn a {
		right: 52%;
		margin-right: -500px;
	}
	header h1 a img {
		left:52%;
		margin-left: -500px;
	}

}
/*(/1200/



@media screen and (min-width:1600px){


}
/*(/1600＊*/

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

	body {
		font-size: 16px;
	}
	
	img {
		/*max-width: 100% !important;*/
		/*height: auto;*/
		/*width :auto;**/
		margin-left:auto;
		margin-right:auto;
	}
	
	.content h4 {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	ul.works_list li {
		width: 32%;
	}
	
	#top_slide {
		padding-top: 50px;
	}
	
	#sub_top {
		height: 80px;
		padding-top: 100px;
		letter-spacing: 0.5em;
		font-size: 18px;
	}
	
	h2.title_01{
		/*padding:20px 20px 20px 90px;
		background: url(../img/texticon01.png) no-repeat 5px;
		letter-spacing: 4px;*/
		padding:20px 20px 20px 80px;
		background-size:60px;
		font-size:22px;
	}
	h3.title_01{
		padding:20px 20px 20px 80px;
		background: url(../img/texticon02.png) no-repeat 50px;
		letter-spacing: 3px;
		margin:40px 0;
		
		font-size:20px;
	}
	
	
	/*
	
	-------------------------------------------*/
	
	
	body.fixed {
		overflow: hidden;
	}
	
	/*
	
	--------------------------------------------------*/
	
	
	
	/*
	-------------------------------------------*/
	.bg_bl {
		background-color: #000;
		height: 100%;
		width: 100%;
		opacity: 0.80;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
		display: block;
		position: fixed;
		z-index: 2000;
	}
	
	
	/*
	-------------------------------------------*/
	.sm-slider, .sm-slider::after {
		top: 50px !important;
	}
	
	header {
		height: 50vh;
		padding-top:40px;
	}
	header h1 img {
		/*height: 100px;*/
		width:90px;
	}
	

	
	
	.content h3 {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
	
	.content_top,
	.content_message,
	.content_staff{
	
		padding-top: 10px;
	}
	
		.no_pc {
		display: none;
	}
	.access_tel {

		font-size:44px;
		font-weight:bold;
	}
	.access_mail {

		font-size:28px;
		font-weight:bold;
	}
	.access_text02 span {
		font-size:22px;
	}
	.contact_mail {
		
		font-size:28px;
		font-weight:bold;
		
	}
	
	ul.list_03{
		grid-template-columns: auto;
		gap: 0px;
	}
	ul.list_03 p.text03{
		font-size:40px;
	}
	
	ul.list_04{
		grid-template-columns: auto;
		gap: 0px;
	}
	ul.list_04 p.text03{
		font-size:40px;
		padding:20px 0 0 0;
	}
	ul.list_04 li:nth-child(1){
		border-right: none;
		border-bottom: 1px solid #999;
	}


	.list_05{
		grid-template-columns: auto 70px;
	
	}
	.list_05_title{

	}
	
	.list_05 ._name{
		grid-column: 1/3;
		grid-row: 1/2;
	}
	.list_05 ._num{
		grid-column: 1/2;
		grid-row: 2/3;
	}
	.list_05 ._btn{
		grid-column: 2/3;
		grid-row: 2/3;
	}
	
	._row{
		grid-template-columns: 1fr 1fr;
		gap: 0 0px;
	
	}
}



@media screen and (max-width:640px){
	.no_sp {
		display: none;
	}
	.no_pc {
		display: block;
	}
	.btn_02{
		width:auto;
	}
	.foot_01 {
		margin:0 auto 20px !important;
	}
	.foot_02 {
		display:flex;
		flex-direction: row !important;
	}
	.ad_text1,
	.ad_text2{
		margin:0 auto 20px !important;
	}
	
	h2.title_01{
		/*padding:20px 20px 20px 90px;
		background: url(../img/texticon01.png) no-repeat 5px;
		letter-spacing: 4px;*/
		padding:20px 20px 20px 75px;
		background-size:52px;
		font-size:18px;
	}
	h3.title_01{
		padding:20px 20px 20px 75px;
		background: url(../img/texticon02.png) no-repeat 45px;
		letter-spacing: 3px;
		margin:40px 0;
		font-size:16px;
	}
	
	.top_base {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin-left: 0px;
		margin-top: 0px;
	}
	
	
	.content {
		padding-top: 100px;
		padding-bottom: 0px;
	}
	
	.content p {
		margin-bottom: 20px;
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 10px;
	}
	
	
	footer .f_bn li a i {
		padding-right: 0px;
	}
	
	footer .cont_inner {
		flex-direction: column;
	}
	
	footer {
		/*padding-bottom: 60px;*/
	}
	._row{
		grid-template-columns: 1fr;
		gap: 0 0px;
	}
	.row_1_1{
		max-width:400px;
	}
	.content_01 {
		background: url(../img/top_bg03.png) no-repeat right bottom;

	}
	h3._title1 {
		font-size: 40px;
		
	letter-spacing: 3px;
	}
	
	h3._title2 {
	  font-size:23px;
	}
	
	h2._title {
	  font-size:23px;
	}

}


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

header {
		height: 30vh;
	}
	input,
	textarea {
		max-width: 300px !important;
	}
	
	.content table.table_01 th,
	.content table.table_01 td {
		width: 100% !important;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.content table.table_01 th {
		background-color: #F6F6F6;
	}

}





.mr25{
	margin-right:25px !important;
}
.mr45{
	margin-right:45px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
