
/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  position: relative;
  width: 100%;
  height: 500px;
  background: #fff;
  background: url("../../images/top/main.jpg");
   background-position: center top;
	margin-top: 75px;
	display: flex;
  justify-content: center;
  align-items: center;
	border-bottom: 10px solid #F29900;
}

.top_main .wrap {
	max-width: 1000px;
	margin: auto;
	 position: relative;
}
.top_main .wrap h1 {
	font-size: 4.8rem;
	color:#fff;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.top_main .wrap h3 {
	font-size: 3rem;
	color:#fff;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.top_main .wrap h1 span {
	font-size: 3rem;
}
.top_main .wrap .en {
	font-size: 1.6rem;
	text-align: center;
	color:#fff;
	line-height: 1.5;
}

.fvsp {
	display: none;
}


@media screen and (max-width: 1200px) {
.top_main {
  position: relative;
  width: 100%;
  height: 300px;
  background: #fff;
  background: url("../../images/top/mainsp.jpg");
	background-size: cover;
   background-position: center top;
	margin-top: 60px;
	display: flex;
  justify-content: center;
  align-items: center;
	border-bottom: 10px solid #F29900;
}

.top_main .wrap {
	max-width: auto;
	margin: auto 15px;
	 position: relative;
	box-sizing: border-box;
}
.top_main .wrap h1 {
	font-size: 2.4rem;
	color:#fff;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.top_main .wrap h3 {
	font-size: 2rem;
	color:#fff;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.top_main .wrap h1 span {
	font-size: 1.2rem;
}
.top_main .wrap .en {
	font-size: 1rem;
	text-align: center;
	color:#fff;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
}

}


/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	max-width: 1200px;
	margin: auto;
}
.content_wrap02  {
	max-width: 980px;
	margin: auto;
}

.subpage .content_wrap {
	max-width: 1000px;
	margin: auto;
}

.sppic {
	display: none;
}



@media screen and (max-width: 1200px) {
.content_wrap  {
	max-width: auto;
	margin: auto;
	padding: 0 15px;
	box-sizing: border-box;
}
	.content_wrap02  {
	max-width: auto;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.subpage .content_wrap {
	max-width: auto;
	margin: auto;
	padding: 0 15px;
	box-sizing: border-box;
}
	

}

@media screen and (max-width: 834px) {
.sppic {
	display: block;
}
.sppic img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
	
}



/* --------------------------　コンテンツ01　-------------------------- */


.content01 {
   padding: 60px 0;
   background: url("../../images/top/cont01.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fef9ef;
	background-size: cover;
}

.content01 h2 {
    font-size: 5rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
}
.content01 h2:first-letter {
    color:#F29900;
}
.content01 h2 span {
    font-size: 1.6rem;
	margin-left: 20px;
	font-weight: 500;
}
.content01 p {
    width: 50%;
	font-size: 1.7rem;
}


@media screen and (max-width: 1200px) {
	
.content01 {
   padding: 20px 0;
   background: none;
	background-repeat: no-repeat;
	background-position: top -120px right;
	background-color: #fef9ef;
}

.content01 h2 {
    font-size: 3rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
}
.content01 h2:first-letter {
    color:#F29900;
}
.content01 h2 span {
    font-size: 1.2rem;
	margin-left: 20px;
}
.content01 p {
    width: auto;
	font-size: 1.4rem;
}
	
}

/* --------------------------　コンテンツ02　-------------------------- */


.content02 {
   padding: 40px 0 50px;
}

.content02 h2 {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
.content02 h2:first-letter {
    color:#F29900;
}
.content02 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align:center;
    color: #17191a;
	position: relative;
	top:-10px;
	font-weight: 500;
}

.cont02IMG {
	margin-bottom: 20px;
}

.chilBOX  {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
}
.chilBOX li  {
	width: 32.5%;
	background: #fef9ef;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.chilBOX li h3  {
	 text-align: center;
	font-size: clamp(1.7rem, 2.4vw, 2.4rem);
	color:#F29900;
	font-weight: 600;
}

.chilBOX li p  {
	 font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.6;
}

.chilBOX li figure  {
	 width: 200px;
	margin: auto;
	margin-bottom: 10px;
}
.chilBOX li figure img  {
	 width:200px;
  height:200px;
  border-radius:50%;
}




@media screen and (max-width: 834px) {
	
.content02 {
   padding: 20px 0 40px;
}

.content02 h2 {
	font-size: 3rem;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-bottom: 15px;
}
.content02 h2:first-letter {
    color:#F29900;
}
.content02 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align:center;
    color: #17191a;
	position: relative;
	top:-8px;
}

.cont02IMG {
	margin-bottom: 10px;
}

.chilBOX  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}
.chilBOX li  {
	width: auto;
	background: #fef9ef;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 15px;
}

.chilBOX li h3  {
	 text-align: center;
	font-size: clamp(2rem, 2.4vw, 2.4rem);
	color:#F29900;
	
}

.chilBOX li p  {
	 font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.6;
}

.chilBOX li figure  {
	 width: 150px;
	margin: auto;
	margin-bottom: 10px;
}
.chilBOX li figure img  {
	 width:150px;
  height:150px;
  border-radius:50%;
}


	
}

/* --------------------------　コンテンツ03　-------------------------- */


.content03 {
   padding: 40px 0;
	background: #fef9ef;
}
.content03 h2 {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
.content03 h2:first-letter {
    color:#F29900;
}
.content03 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align:center;
    color: #17191a;
	position: relative;
	top:-10px;
	font-weight: 500;
}


.seminarLIST {
	
}
.seminarLIST li {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(91,77,66,0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}
.seminarLIST li a {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px;
}
.seminarLIST li a:hover {
	color: #37312c;
}

.seminarLIST li a .thum {
	width: 35%;
}
.seminarLIST li a .info {
	width: 62%;
}
.seminarLIST li a .thum img {
	width: 100%;
	height: auto;
}

.seminarLIST li a .info .subtitle {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	font-weight: 500;
	line-height: 1.5;
}
.seminarLIST li a .info h3 {
	font-size: clamp(2rem, 3vw, 3rem);
	border-bottom: 1px solid #37312c;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 600;
	color:#F29900;
	letter-spacing: 0;
	line-height: 1.5;
}

table.seminarLIST-TB {
	margin: 0;
	padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.3rem, 1.5vw, 1.5rem);
	font-family: "Noto Sans JP", sans-serif;
	border: 1px solid #e0dfdf;
}

table.seminarLIST-TB th {
    padding: 10px 15px;
    background: #F5F5F5;
    line-height: 120%;
    text-align: left;
	width: 17%;
	border: 1px solid #e0dfdf;
	font-weight: 500;
}
table.seminarLIST-TB td {
      padding: 10px 15px;
     text-align: left;
	border: 1px solid #e0dfdf;
}

.seminarLIST .btmmg {
	margin: 0;
	margin-bottom: 10px !important;
	display: block;
}


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

.content03 {
   padding: 20px 0;
	background: #fef9ef;
}
.content03 h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-bottom: 15px;
}
.content03 h2:first-letter {
    color:#F29900;
}
.content03 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align:center;
    color: #17191a;
	position: relative;
	top:-8px;
}

.seminarLIST {
	
}
.seminarLIST li {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(91,77,66,0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}
.seminarLIST li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px;
}
.seminarLIST li a:hover {
	color: #37312c;
}

.seminarLIST li a .thum {
	width: 70%;
	margin: auto;
	margin-bottom: 10px;
}
.seminarLIST li a .info {
	width: auto;
}
.seminarLIST li a .thum img {
	width: 100%;
	height: auto;
}

.seminarLIST li a .info .subtitle {
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 5px;
}
.seminarLIST li a .info h3 {
	font-size: clamp(1.8rem, 3vw, 3rem);
	border-bottom: 1px solid #37312c;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 600;
	color:#F29900;
	letter-spacing: 0;
	line-height: 1.5;
}

table.seminarLIST-TB {
	margin: 0;
	padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.2rem, 1.5vw, 1.5rem);
	font-family: "Noto Sans JP", sans-serif;
	border: 1px solid #e0dfdf;
}

table.seminarLIST-TB th {
     padding: 10px 15px;
    background: #F5F5F5;
    line-height: 120%;
    text-align: left;
	width: 30%;
	border: 1px solid #e0dfdf;
	font-weight: 500;
}
table.seminarLIST-TB td {
      padding: 10px 15px;
     text-align: left;
	border: 1px solid #e0dfdf;
}

.seminarLIST .btmmg {
	margin: 0;
	margin-top: -15px !important;
	margin-bottom: 10px !important;
	display: block;
}

}


/* --------------------------　コンテンツ04　-------------------------- */


.content04 {
   padding: 40px 0;
}
.content04 h2 {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
.content04 h2:first-letter {
    color:#F29900;
}
.content04 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align:center;
    color: #17191a;
	position: relative;
	top:-10px;
	font-weight: 500;
}


.topnewsLIST {
	width: 90%;
	margin: auto;
}
.topnewsLIST li a {
	display: flex;
	border-bottom: 1px dotted #5b4d41;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
}

.topnewsLIST li a figure {
	width: 30%;
	margin-right: 40px;
}
.topnewsLIST li a figure img {
	width: 100%;
	height: auto;
}
.topnewsLIST li a .text {
	display: flex;
	flex-direction: column;
  justify-content: center;
	width: 65%;

}
.topnewsLIST li a .head {
	display: flex;
	margin-bottom: 10px;
}
.topnewsLIST li a .head .cate {
	background: #5b4d41;
	color:#fff;
	padding: 2px 15px;
	margin-right: 10px;
	font-size: 1.4rem;
}
.topnewsLIST li a .head .date {
	font-size: 14px;
	padding: 2px;
}
.topnewsLIST li a h3 {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	color:#f29900;
	line-height: 1.6;
	margin-bottom: 5px;

}
.topnewsLIST li a h4 {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-weight: 500;
	line-height: 1.7;

}






@media screen and (max-width: 834px) {
	
.content04 {
   padding: 20px 0 30px 0;
}
.content04 h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-bottom: 15px;
}
.content04 h2:first-letter {
    color:#F29900;
}
.content04 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align:center;
    color: #17191a;
	position: relative;
	top:-8px;
}


.topnewsLIST {
	width: 90%;
	margin: auto;
}
.topnewsLIST li a {
	display: flex;
	border-bottom: 1px dotted #5b4d41;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
}

.topnewsLIST li a figure {
	width: 30%;
	margin-right: 40px;
}
.topnewsLIST li a figure img {
	width: 100%;
	height: auto;
}
.topnewsLIST li a .text {
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.topnewsLIST li a .head {
	display: flex;
	margin-bottom: 10px;
}
.topnewsLIST li a .head .cate {
	background: #5b4d41;
	color:#fff;
	padding: 2px 15px;
	margin-right: 20px;
}
.topnewsLIST li a .head .date {
	font-size: 14px;
	padding: 2px;
}
.topnewsLIST li a h4 {
	font-size: 16px;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-weight: 500;

}
	
	
}


/* --------------------------　コンテンツ05　-------------------------- */


.content05 {
  padding: 60px 0;
   background: url("../../images/top/cont05.jpg");
	background-repeat: no-repeat;
	background-position: top 0px left;
	background-size: cover;
}

.content05 .box {
background:rgba(255,255,255,0.8);
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(200,200,200,0.2);
}

.content05 h2 {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
.content05 h2:first-letter {
    color:#F29900;
}
.content05 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align:center;
    color: #17191a;
	position: relative;
	top:-10px;
	font-weight: 500;
}

.content05 .box p {
text-align: center;
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	margin-bottom: 0 !important;
}


@media screen and (max-width: 834px) {
	
.content05 {
  padding: 20px 0 30px;
   background: none;
	background-repeat: no-repeat;
	background-position: top 0px left;
	background-color: #fef9ef;
}

.content05 .box {
background:rgba(255,255,255,0.8);
	padding: 20px;
	box-sizing: border-box;
}
.content05 .box p {
text-align: left;
}
.content05 .box .morebutton {
margin-top: -20px;
}

.content05 h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-bottom: 15px;
}
.content05 h2:first-letter {
    color:#F29900;
}
.content05 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align:center;
    color: #17191a;
	position: relative;
	top:-8px;
}
.topnewsLIST {
	width: 90%;
	margin: auto;
}
.topnewsLIST li a {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #5b4d41;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-family: "Noto Sans JP", sans-serif;
}

.topnewsLIST li a figure {
	width: 30%;
	margin-right: 20px;
}
.topnewsLIST li a figure img {
	width: 100%;
	height: auto;
}
.topnewsLIST li a .text {
	display: flex;
	flex-direction: column;
  justify-content: center;
	width: 65%;

}
.topnewsLIST li a .head {
	display: flex;
	margin-bottom: 10px;
}
.topnewsLIST li a .head .cate {
	background: #5b4d41;
	color:#fff;
	padding: 2px 15px;
	margin-right: 10px;
	font-size: 1.2rem;
}
.topnewsLIST li a .head .date {
	font-size: 12px;
	padding: 2px;
}
.topnewsLIST li a h4 {
	font-size: 1.4rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-weight: 500;
	line-height: 1.5;

}
	
}

/* --------------------------　コンテンツ06　-------------------------- */


.content06 {
   padding: 30px 0 35px 0;
}

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

.bannerBOX li {
	width: 24%;
}
.bannerBOX li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 834px) {
	
.content06 {
   padding: 10px 0 5px 0;
}

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

.bannerBOX li {
	width: 49%;
	margin-bottom: 7px;
}
.bannerBOX li img {
	width: 100%;
	height: auto;
}
	
}



