@charset "UTF-8";

@media screen and (max-width: 767px) {
	.header01 {
		/*background: #FFFFFF;*/
	}
	.header01.type02 {
		/*background: #EBF0F4;*/
	}
	.header01 > .inner01 .menuBtn > span {
		/*background: #197A4B;*/
	}
}

/*@media screen and (max-width: 767px) {
	.footer01 > .inner01 .hdg01 {
		font-size: 4.2rem;
	}
	.footer01 > .inner01 .snsList01 > li > a span {
		font-size: 1.8rem;
	}
	.footer01 > .inner01 .snsList01 > li > a img {
		width: 56px;
		margin-bottom: 4px;
	}
}*/

.CSInnerPhead01 {
  padding: 0 0 86px 0;
}
.textCH01{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.0rem;
	margin: 60px 0 46px 0;
}
.textH02{
	font-size: 2.0rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	body {
		background: none;
	}
}

@media screen and (max-width: 767px) {
	.CSInnerPhead01 {
 		padding: 20px 0 20px 0;
	}
	.textCH01{
		font-size: 1.6rem;
	}
	.textH02{
		font-size: 1.6rem;
	}
}


/* 余白 */
.mt80{
	margin-top: 80px;
}
.mt120{
	margin-top: 120px;
}

.mb30{
	margin-bottom: 30px;
}
.mb120{
	margin-bottom: 120px;
}

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

.pc_block {
    display: block;
}

.mobile_block {
    display: none;
}

.pc_hyouji {
	display: block;
}
	
.mobile_hyouji {
	display: none;
}

.come {
	text-align: center;
    font-size: 1.2rem;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    background: linear-gradient(90deg, #6EAC2C, #197A4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s_line {
	width: 100%;
	height: 4px;
	margin-bottom: 23px;
	background: linear-gradient(90deg, #6EAC2C, #197A4B);
}
.s_line.type02{
	height: 2px;
}

.back_color {
    width: 100%;
    height: auto;
	padding: 60px 0 80px 0;
/*    padding: 59px 0 87px 0;*/
    background: linear-gradient(90deg, #197A4B, #6EAC2C);
}
@media screen and (max-width: 767px) {
	.activitySection .back_color{
		padding-top: 16px;
	}
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    /*margin: 32px auto 0 0;*/
    width: 135px;
    height: 39px;
    background: linear-gradient(90deg, #6EAC2C, #197A4B);
    border-radius: 39px;
}

.button span {
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #FFFFFF;
}

.arrow_top {
    width: 11px;
    height: 11px;
	margin-top: 6px;
	transform: rotate(-45deg);
	stroke-width: 2px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
	content: '';
	border-radius: 2px;
}

.arrow_R {
    width: 11px;
    height: 11px;
	transform: rotate(45deg);
	stroke-width: 2px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
	content: '';
	border-radius: 2px;
}

.arrow_R2 {
    width: 11px;
    height: 11px;
	transform: rotate(45deg);
	stroke-width: 2px;
    border-right: 2px solid #016938;
    border-top: 2px solid #016938;
	content: '';
	border-radius: 2px;
}

.arrow_L2 {
    width: 11px;
    height: 11px;
	transform: rotate(225deg);
	stroke-width: 2px;
    border-right: 2px solid #016938;
    border-top: 2px solid #016938;
	content: '';
	border-radius: 2px;
}

.p_arrow {
	display: inline-block;
	width: 11px;
    height: 11px;
	margin: 12px 5px 0 5px;
	transform: rotate(45deg);
	stroke-width: 2px;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
	content: '';
}

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

.dumy_img {
	width: 100%;
	height: 669px;
	background-color: rgba(255,0,0,0.2)
}

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

.p_img {
    width: 100%;
    margin-top: 22px;
}

.p_img img {
    width: 100%;
}

.s_contents1 {
	width: 90%;
    height: auto;
    margin: 30px auto 102px auto;
    padding-top: 20px;
}

.s_label {
	display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 auto;
    text-align: left;
/*	background-color: rgba(255,0,0,0.2)*/
}

.s_number {
	width: 30%;
	font-size: 64px;
	font-weight: 800;
	font-family: "Noto Sans JP", sans-serif;
	line-height: normal;
    background: linear-gradient(90deg, #6EAC2C, #197A4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.s_number {
		font-size: 2.0rem;
	}
}

.s_theme {
/*    width: 100%;*/
    font-size: 32px;
    font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
    /*letter-spacing: -0.05em;*/
    line-height: 1.6em;
    color: #197A4B;
}
@media screen and (max-width: 767px) {
	.s_theme {
		font-size: 2.6rem;
	}
}

.s_theme p {
	font-weight: bold;
}

.s_text1 {
	height: auto;
    margin: 0 0 28px 7px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8em;
    color: #151E2F;
}

.s_textarea {
	display: inline-block;
    width: 60%;
    text-align: left;
    height: auto;
    margin-left: 65px;
}

.s_text1 {
	margin: 0 0 28px 7px;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8em;
  color: #151E2F;	
}
@media screen and (max-width: 767px) {
	.s_text1{
		font-size:1.4rem;
	}
}

.block1 {
    width: 100%;
    height: auto;
    margin: 24px 0 48px;
    font-size: 20px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.03em;
    line-height: 1.5em;
    color: #151E2F;
    background-color: #F6F9F3;
    padding: 20px 12px 24px;
    border-radius: 7px;
}

.block1_title {
	margin-left: 5%;
    font-size: 24px;
    font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #197A4B;
}
@media screen and (max-width: 767px) {
	.block1 {
		font-size: 1.4rem;
	}
	.block1_title {
		font-size:1.6rem;
	}
}


.block1_ul {
    margin: 0 0 0 18px;
    list-style: none;
}

.block1_ul li {
    margin: 10px 0 0 18px;
}

.block1_ul li span {
    display: inline-block;
    text-indent: -1.2em;
}

.block1_ul li span::before  {
    content: "・";
}

.s_title {
	width: 35%;
	margin: -17px 0 29px 0;
    font-size: 4.8rem;
    font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    background: linear-gradient(90deg, #6EAC2C, #197A4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button_area {
	width: 100%;
	padding-bottom: 120px;
}

.s_button {
	width: 135px;
	margin: 0 auto;
}

.s_button a {
	text-decoration: none;
}

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

.profil_top {
    max-width: 1320px;
    height: auto;
    /*margin-top: 80px;*/
    /*padding: 0 208px 35px 118px;*/
    /*background-color: rgba(255,0,0,0.2);*/
	margin: 80px auto;
}

.pr_title {
    width: 100%;
    margin: 18px 0 45px 3px;
    text-align: left;
    font-size: 48px;
    font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: normal;
    color: #00000033;
    background: linear-gradient(90deg, #6EAC2C, #197A4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pr_image {
    width: 561px;
/*    height: 699px;*/
/*	height: 660px;*/
	height: auto;
	margin: -745px 0 0 565px;
/*	background-color: rgba(255,0,0,0.2)*/
}
.pr_image img {
	width: 100%;
}

.pr_block1 {
    width: 779px;
    height: 313px;
    margin: 0 auto 52px 83px;
    padding: 12px 0 12px 38px;
    border-radius: 17px;
    background-color: #f6faf5;
}

.profile1 {
    width: 90%;
}

.th {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: 2em;
    color: #016938;
}

.td {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: 2em;
    color: #000000;
}

.td2 {
    width: 64px;
}

.pr_label2 {
	margin-bottom: 26px;
    text-align: left;
    font-weight: 700;
    color: #016938;
    font-size: 24px;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: normal;
}

.pr_label3 {
    text-align: left;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    color: #016938;
}

.pr_block2 {
    width: 779px;
    height: auto;
    margin: 41px 0 45px 82px;
    padding: 12px 38px 40px 38px;
    background-color: #f6faf5;
    border-radius: 17px;
}

.pr_block3 {
	/*width: 90%;*/
    /*height: 662px;*/
    height: auto;
    margin: 52px 0 52px 82px;
    padding: 15px 14px 40px 45px;
    background-color: #f7faf6;
    border-radius: 17px;
}

.pr_syousai1 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: 30px;
    color: #151E2F;
/*	background-color: rgba(255,0,0,0.2)*/
}

.pr_syousai2 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.05em;
    line-height: 30px;
    color: #151e2f;
}

.pr_ul {
    margin: 0 0 0 18px;
    list-style: none;
	line-height: 2;
}

.pr_ul li span {
    display: inline-block;
    text-indent: -1.2em;
}

.pr_ul li span::before  {
    content: "・";
}

.biography {
    max-width: 1320px;
    height: auto;
    margin: 0 auto 120px auto;
    /*backgsround-color: rgba(0,0,255,0.2);*/
}
@media screen and (max-width: 1319px) {
	.biography {
		padding: 0 10px;
	}
}

.bg_label {
    text-align: left;
    font-size: 48px;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: normal;
    color: #016938;
}
@media screen and (max-width: 767px) {
	.bg_label {
		font-size: 3.8rem;
	}
}

.bg_line {
	width: 535px;
	margin-bottom: 70px;
}

.bg_area {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 0;
    /*background-color: rgba(0,255,0,0.2);*/
	margin-left: 120px;
	position: relative;
}
@media screen and (max-width: 1319px) {
	.bg_area {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.bg_area {
		margin-left: 0;
	}
}
.bg_area::before{
	content: "";
  position: absolute;
  left: 164px;
  top: 0;
	bottom: 0;
  width: 3px;
  background-color: #016938;
}
.bg_area.type02::before{
	top: 28px;
}
.bg_area.type03::before{
	bottom: 42px
}
@media screen and (max-width: 767px) {
	.bg_area::before{
		 left: 94px;
	}
	.bg_area.type03::before{
		bottom: 96px;
	}
}

.bg_chronology {
    width: 200px;
    height: auto;
    margin: 0 0 12px 0;
    padding-top: 0.5%;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.01em;
    line-height: normal;
    color: #000000;
	flex-shrink: 0;
    /*background-color: rgba(255,0,0,0.2);*/
}

.bg_line2 {
    width: 3px;
    height: auto;
    margin: 20px 0 0 -3.25% ;
    z-index: -1;
    background-color: #197a4b;
}

.bg_line2-1 {
    width: 3px;
    height: 86px;
    margin: -15px 0 0 -3.25% ;
    z-index: -1;
    background-color: #197a4b;
}


.bg_ten {
    float: right;
    width: 22PX;
    height: 22px;
    margin-top: 5%;
    margin-right: 11.5%;
    background-color: #016938;
    border-radius: 11px;
}

.bg_block {
    width: 840px;
    height: auto;
    /*margin-left: 3%;*/
    margin-bottom: 22px;
    padding: 11px 24px;
    border-radius: 19px;
    background-color: #ebf5ea;
		display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg_block .textW{
	position: relative;
  flex: 1;
  height: 100%;
  align-items: center;
  display: flex;
  width: 60%;
}
@media screen and (max-width: 767px) {
	.bg_block .textW{
		height: auto;
		width: 100%;
		display: block;
	}
}

.bg_date {
	display: inline-block;
    float: left;
    /*width: 63%;*/
/*    height: auto;*/
    margin: 0 0 34px 0;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.01em;
    line-height: normal;
    color: #000000;
/*    background-color: rgba(0,0,255,0.2);*/
	position: absolute;
  top: 0;
}
.bg_date.type02{
	display: block;
	float: none;
	position: inherit;
	margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
	.bg_date {
		font-size: 2.6rem;
	}
}

.bg_photo {
	display: inline-block;
    float: right;
    /*width: 37%;*/
	height: 300px;
    object-fit: contain;
/*    background-color: rgba(255,0,0,0.2);*/
}

.bg_photo img {
	width: 100%;
	height: 100%;
}

.bg_text {
	/*width: 60%;*/
	display: inline-block;
    height: auto;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.02em;
    line-height: normal;
    color: #000000;
    /*background-color: rgba(255,150,255,0.2);*/
}

@media screen and (max-width: 767px) {
	.bg_text {
		font-size: 1.6rem;
	}
}

.bg_text4 {
	display: inline-block;
/*     position: relative;*/
/*    top: 35%;*/
/*    transform: translateY(-50%);*/
/*    width: 71.5%;*/
	white-space: 376px;
    height: auto;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.02em;
    line-height: normal;
    color: #000000;
    /*background-color: rgba(255,150,255,0.2);*/
}
@media screen and (max-width: 767px) {
	.bg_text4 {
		font-size: 1.6rem;
	}
}

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

.n_topimage {
	width: 100%;
	height: auto;
}

.n_list {
    /*display: flex;
    flex-direction: column;
    gap: 27px 0;
    width: 75.9%;*/
    margin: 0 auto;
	max-width: 1187px;
}

.n_box {
    width: 100%;
    /*height: 330px;*/
    margin: 0 auto 25px auto;
    padding: 25px 31px;
    background-color: #ffffff;
    border-radius: 8px;
	display: flex;
    min-height: 320px;
}

.thumbnail {
    display: inline-block;
    vertical-align: top;
    /*float: left;*/
    width: 35%;
    height: auto;
/*	background-color: rgba(0,0,255,0.2);*/
}

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

.overviw {
    display: inline-block;
    vertical-align: top;
    /*float: right;*/
    width: 60.5%;
    padding-left: 53px;
	position: relative;
	flex: 1;
}

.n_date {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #000000;
}
@media screen and (max-width: 767px) {
	.n_date {
		font-size: 1.8rem;
	}
}

.n_title {
    margin-top: 10px;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #000000;
}
@media screen and (max-width: 767px) {
	.n_title {
		font-size: 2.2rem;
	}
}

.n_detail {
    /*height: 129px;*/
    margin-top: 13px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #000000;
}

.n_button {
	float: right;
	width: 135px;
   height: 39px;
    /*margin: -30px 0 38px 0;*/
	margin-top: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.n_button a {
	text-decoration: none;
}

.jump_list {
    width: 100%;
    height: auto;
    margin: 60px auto 0 auto;
    padding: 0;
    text-align: left;
    font-size: 32px;
    font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
}

.jump_list a {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-decoration: none;
    color: #ffffff;
}

.jump_list a span {
    margin-left: 25.7px;
}

.jump_button {
    width: 46.1px;
    height: 46.1px;
    margin: 0 10.8px;
    padding: 7px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5em;
    color: #000000;
    background-color: #E1F3DF;
    border-radius: 50%;
}

.jump_center {
    display: inline-block;
    vertical-align: top;
    margin: 9px;
    font-size: 18px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
	color: #ffffff; 
}

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

.a_contents {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
  max-width: 1060px;
	margin: 0 auto;
	gap:32px;
    /*background-color: rgba(255,0,0,0.2);*/
}
@media screen and (max-width: 767px) {
	.a_contents {
		width: 93%;
	}
}

.a_box {
    display: inline-block;
    vertical-align: top;
    width: 510px;
    /*height: 445px;*/
    /*margin: 0 34px 29px 0;*/
    padding: 32px 54px 72px;
    border-radius: 17px;
    background-color: #ffffff;
	position: relative;
}

.a_thumbnail {
    width: 100%;
    height: 226px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    position: relative;
}

.a_logo {
    position: absolute;
    /*width: 223px;*/
    height: 28.7px;
    width: auto;
    z-index: 2;
    top:0;
    left: 0;
}

.a_image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 767px) {
	.a_image {
		transform: translateY(0);
	}
}

.a_date {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 350;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.01em;
    line-height: 1;
    color: #000000;
	margin-top: 16px;
    /*background-color: rgba(255,0,0,0.2);*/
}
@media screen and (max-width: 767px) {
	.a_date {
		font-size: 1.2rem;
	}
}

.a_text {
    /*width: 338px;*/
    /*height: 75px;*/
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.01em;
    line-height: normal;
    color: #000000;
	margin: 8px 0 16px;
    /*background-color: rgba(0,0,255,0.2);*/
}

.a_button {
    position: absolute;
  bottom: 32px;
  right: 54px;
}
@media screen and (max-width: 767px) {
	.a_button {
		bottom: 15px;
		right: 10px;
	}
}

.a_button a {
	text-decoration: none;
}

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

.j_top {
	width: 100%;
	height: auto;
}

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

.j_box {
    /*width: 76%;*/
    max-width: 1158px;
	height: auto;
    /*height: 315px;*/
  margin-bottom: 22px;
    border-radius: 8px;
    padding: 18px 24px 18px 43px;
    background-color: #F7FAF6;
    box-shadow: 3px 4px 4px 0 rgba( 0, 0, 0, 0.1);
	display: flex;

}
.j_box a{
	display: flex;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
	.j_box a{
		display: block;
	}
}

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

.j1_contents {
	display: flex;
	justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 30px;
}

.j1_box1 {
    display: inline-block;
    vertical-align: top;
    max-width: 950px;
    height: max-content;
    padding: 26px 42px;
    border-radius: 8px;
    background-color: #F7FAF6;
}

.j1_date {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #000000;
}
@media screen and (max-width: 767px) {
	.j1_date {
		font-size: 1.8rem;
	}
}

.j1_boxtitle {
    margin: 8px 0 43px 0;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #000000;
}
@media screen and (max-width: 767px) {
	.j1_boxtitle {
		font-size: 2.6rem;
	}
}

.j1_boxtitle span {
    font-size: 24px;
}

.j1_text {
    width: 100%;
    margin-bottom: 32px;
}

.j1_title {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    letter-spacing: 0.01em;
    color: #016938;
		margin-bottom: 8px;
		text-indent: -2.5rem;
  	padding-left: 2.5rem;
}

.j1_title2 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    letter-spacing: 0.01em;
    color: #000000;
}

.j1_title3 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    letter-spacing: 0.01em;
    color: #016938;
}

.j1_text2 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    letter-spacing: -0.01em;
    color: #000000;
	line-height: 1.8;
}
.j1_text2.notes{
	font-size: 1.3rem;
	margin-top: 8px;
}
.j1_text2 ul li{
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}
.j1_text2 ul li span,
.j1_text2 p span{
	font-weight: 700;
}

.j1_text3 {
    display: inline-block;
    vertical-align: top;
    padding-left: 18pt;
    text-align: left;
    font-size: 16pt;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    letter-spacing: -0.01em;
    color: #000000;
}

.j1_text4 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    letter-spacing: -0.01em;
    color: #000000;
}
@media screen and (max-width: 767px) {
	.j1_title,
	.j1_title2,
	.j1_title3,
	.j1_text2,
	.j1_text4{
		font-size: 1.4rem;
	}
    .j1_text2.notes{
		font-size: 1.2rem;
	}
}

.j1_image {
    width: 699px;
    margin: 42px auto 41px auto;
}

.j_img {
	width: 699px;
	height: auto;
	margin-bottom: 35px;
/*	background-color: rgba(255,0,0,0.2)*/
}

.j1_buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 17px;
    /*background-color: rgba(255,0,0,0.2);*/
}

.j1_buttons a {
	text-decoration: none;
}

.j1_buttonL {
    display: flex;
	align-items: center;
/*	margin-right: auto;*/
    text-align: left;
    /*background-color: red;*/
}

.j1_buttonR {
    display: flex;
	align-items: center;
    text-align: right;
}

.j1_buttontext {
    display: inline-block;
    text-align: left;
    font-size: 2.0rem;
    font-weight: 500;
		font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #016938;
}
@media screen and (max-width: 767px) {
	.j1_buttontext {
		font-size: 1.8rem;
	}
}

.j1_box2 {
    width: 912px;
    margin-bottom: 43px;
    /*background-color: rgba(255,0,0,0.2);*/
}

.j1_button {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 11px;
    width: 135px;
    height: 39px;
    margin: 63px auto 0 auto;
    background: linear-gradient(90deg, #6EAC2C, #197A4B);
    border-radius: 30px;
}

.j1_buttontext2 {
    margin-left: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: normal;
    color: #ffffff;
}

.j1_arrow {
    width: 6px;
    height: 13px;
    /*background-color: red;*/
}

.j1_box2 {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    margin-left: 40px;
}

.j1_label2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #016938;
}
@media screen and (max-width: 767px) {
	.j1_label2 {
		font-size:2.6rem;
	}
}

.j1_line {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #6EAC2C, #197A4B);
}

.j2_inner {
    display: flex;
    justify-content: space-between;
    width: 340px;
    height: auto;
    padding: 10px 12px;
    border: 1px solid #D0D0D0;
    background-color: #ffffff;
}
.j2_inner.type02{
	border-bottom: none;
}
.j2_inner.type03{
	padding-top: 0;
	padding-left: 28px;
	border-top: none;
}
@media screen and (max-width: 767px) {
	.j2_inner {
		width: 100%;
	}
}

.j2_inner img {
    width: 19px;
    height: 19px;
	background-color: rgba(255,0,0,0.2)
}

.triangle {
	width: 19px;
	height: 19px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #D1D1D1;
}

.j2_inner1 {
    display: flex;
    justify-content: space-between;
    width: 340px;
    height: auto;
    padding: 10px 12px;
    border: 1px solid #D0D0D0;
    border-top: none;
    background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.j2_inner1 {
		width: 100%;
	}
}

.j2_inner1 img {
    width: 19px;
    height: 19px;
}

.j2_inner2 {
    display: flex;
    justify-content: space-between;
    width: 340px;
    height: auto;
    padding: 11px 12px;
    border: 1px solid #D0D0D0;
    background-color: #FFE9DD;
}
@media screen and (max-width: 767px) {
	.j2_inner2 {
		width: 100%;
	}
}

.j2_inner2 img {
    width: 19px;
    height: 19px;
}

.j2_inner2-1 {
    display: flex;
    justify-content: space-between;
    width: 340px;
    height: auto;
    padding: 11px 12px;
    border: 1px solid #D0D0D0;
    border-top: none;
    background-color: #FFE9DD;
}

.j2_inner2-1 img {
    width: 19px;
    height: 19px;
}

.j2_inner3 {
    display: flex;
    justify-content: space-between;
    width: 340px;
    height: 50px;
    padding: 6px 14px;
    border: 1px solid #D0D0D0;
    background-color: #ffffff;
}

.j2_inner3 img {
    width: 19px;
    height: 19px;
}

.j2_actext {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1.3em;
    color: #000000;
}
.j2_actext2 {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1.3em;
    color: #000000;
}
@media screen and (max-width: 767px) {
	.j2_actext,.j2_actext2 {
		font-size: 1.4rem;
	}
}

.j2_accordion {
    display: block;
    width: 340px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
	.j2_accordion {
		width: 100%;
	}
}

.j2_accordion summary {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 340px;
    height: 48px;
    padding: 17px 18px;
    background-color: #E6F5EC;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    color: #000000;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
	.j2_accordion summary {
		width: 100%;
		font-size: 2.0rem;
	}
}

.j2_accordion summary::-webkit-details-marker {
    display: none;
}

.j2_accordion summary::before {
    content: '';
    position: absolute;
    margin-right: 20px;
    width: 2px;
    height: 20px;
    background-color: #000000;
    transition: transfrom 0.3s;
}

.j2_accordion[open] .j2_accordion summary::before {
    transform: rotate(225deg);
}

.j2_accordion[open] .j2_accordion summary {

}


.j2_accordion summary::before,
.j2_accordion summary::after {
    margin-right: 20px;
    width: 2px;
    height: 20px;
    background-color: #000000;
    content: '';
}

.j2_accordion summary::before {
    position: absolute;
    right: 17px;
    rotate: 90deg;
}

.j2_accordion summary::after {
    transition: roate .3s;
}

.j2_accordion[open] summary::after {
    rotate: 90deg;
}

.j2_accordion summary img {
    width: 66px;
    height: auto;
    margin: 0 55px 0 auto;
}

.dumy_img2 {
	width: 66px;
    height: 30px;
    margin: 0 55px 0 auto;
	background-color: rgba(255,0,0,0.2)
}

.j_button {
	width: 135px;
	margin: 20px auto;
}

.j_button a {
	text-decoration: none;
}

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

.p_top {
    display: flex;
    flex-direction: row;
    margin: 50px 0 0 87px;
}

.p_text a  {
    font-size: 24px;
    font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #197A4B;
    text-decoration: none;
}

.p_text {
    font-size: 24px;
    font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #000;
}

.p_setumei {
    width: 838px;
    margin: 0 auto;
    text-align: left;
}

.p_label2 {
    margin-top: 83px;
    margin-left: 7px;
    font-size: 48px;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #197A4B;
}

.p_line {
    width: 100%;
    height: 3px;
    margin: 13px 0 33px 0;
    background: linear-gradient(90deg, #6EAC2C, #197A4B);
}

.p_textbox {
    width: 838px;
    margin: 0 0 46px 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.01em;
    line-height: 1.6em;
    color: #000;
    /*background-color: rgba(0,0,255,0.2);*/
}

.p_textbox ul {
    margin-top: 64px;
    font-size: 20px;
    font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 62px;
    color: #000;
    list-style-type: decimal;
    list-style-position: inside;
}

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

.nd_box {
	max-width: 912px;
    height: auto;
    margin: 85px auto 0 auto;
    padding: 23px 45px;
    border-radius: 8px;
    background-color: #F7FAF6;
}

.nd_textarea {
	width: 100%;
    margin-bottom: 100px;
}

.nd_date {
	text-align: left;
    font-size: 16px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #000000;
}
@media screen and (max-width: 767px) {
	.nd_date {
		font-size: 1.4rem;
	}
}

.nd_title {
	margin-top: 10px;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #000000;
}
@media screen and (max-width: 767px) {
	.nd_title {
		font-size: 2.6rem;
	}
}

.nd_detaile {
	/*height: 129px;*/
    padding: 0 24px;
    margin-top: 40px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
    line-height: normal;
    color: #000000;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.nd_detaile {
		font-size: 1.8rem;
        padding: 0;
	}
}

.nd_image {
	width: 100%;
	height: auto;
}

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


/*--------------------------------------------------------
    PC wide
---------------------------------------------------------*/

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

/*--------------------------------------------------------
    PC narrow
----------------------------------------------------------
*/

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

}

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

}

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

}

/*--------------------------------------------------------
    Smartphone portrait
----------------------------------------------------------
*/

@media screen and (max-width: 767px) {
	
	.pc_block {
        display: none;
    }

    .mobile_block {
        display: block;
    }
	
	.pc_hyouji {
		display: none;
	}
	
	.mobile_hyouji {
		display: block;
	}

	.textCH01 {
		margin: 13px 0 22px 0;
	}
	
	.mb30 {
		margin-bottom: 30px
	} 
	
	.mb120 {
		margin-bottom: 120px
	}
	
	/*.page_top {
		display: block;
    position: fixed;
    bottom: 24px;
    right: 16px;
    width: 40px;
    height: 17px;
    text-decoration: none;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    transition: 0.5s;
    transform: scale(1.0);
    opacity: 0;
    z-index: 300;
		background-image: url("/common/img/ic_pagetop.svg");
		background-repeat: no-repeat;
  	background-position: center;
	}*/

	/*.page_top::before {
		content: "";
		position: absolute;
		top: -4px;
		left: 4px;
		width: 13px;
		height: 13px;
		margin-top: 6px;
		transform: rotate(-45deg);
		stroke-width: 2px;
		border-right: 3px solid #197A4B;
		border-top: 3px solid #197A4B;
		border-radius: 1.5px;
	}*/
	
	/*.page_top:hover {
		transform: scale(1.08)
	}*/
	
	/*.page_top.fadein {
		opacity: 1;
	}*/
	
	.button {
		/*width: 82px;
		height: 22px;
		gap: 4px;*/
	}
	
	.button span {
		font-size: 1.4rem;
	}
	
	.arrow_top, .arrow_R  {
		/*width: 8px;
		height: 8px;*/
}

 /*----------------------------------------------------------------*/
	
    .CSection.policy3{
		margin-bottom: 0;
        margin-top: 24px;
	}

	.policy_back{
		background-color: #EBF0F4;
	}
	
	.s_contents1 {
		margin: 0 auto;
	}
		
	
	.s_label {
		width: 100%;
	}
	
	.s_number {
		display: inline-block;
		vertical-align: top;
		width: 8%;
	}
	
	.s_theme {
		display: inline-block;
		width: 90%;
		margin-bottom: 24px;
		font-size: 1.8rem;
	}
	
	.s_textarea {
		width: 100%;
		margin: 0;
	}
	
	.s_text1 {
		width: 100%;
		margin: 0 auto 28px auto;
		padding: 8px 16px 16px;
		border-radius: 7px;
		background-color: #FFFFFF;
	}
	
	.block1 {
		padding: 16px;
	}
	
	.block1_title {
		margin-left: 3px;
	}
	
	.block1_ul {
		margin: 0;
	}
	
	.block1_ul li span {
		margin-left: -3px;
	}
	
	.s_title {
		width: 100%;
		margin: 0 auto 7px auto;
		text-align: center;
		font-size: 2.0rem;
	}
	
	.botan_area {
		padding-bottom: 30px;
	}
	
/*----------------------------------------------------------------*/
	
	.profil_top {
    margin-top: 30px;
    padding: 0 10px;
}
	
	.pr_title {
		width: 100%;
		margin: 18px 0 10px 0; 
		font-size: 2.4rem;
	}
	
	.pr_image {
		margin: -340px auto 0 180px;
		width: 264px;
		height: 350px;
/*		background-color: rgba(255,0,0,0.20)*/
	}
	
	.pr_block1 {
		width: 100%;
		height: auto;
		margin: 0 auto 10px 0;
		padding: 16px;
	}
	
	.pr_block2 {
		width: 100%;
		height: auto;
		margin: 0 auto 10px 0;
		padding: 16px;
	}
	
	.pr_block3 {
		width: 100%;
		height: auto;
		margin: 0 auto 10px auto;
		padding: 16px;
	}

	.profile1 {
		width: 100%;
		font-family: "Noto Sans JP", sans-serif;
	}
	
	.th {
		width: 96px;
		font-size: 16px;
		line-height: 1.5em;
/*		background-color: rgba(0,255,0,0.20);*/
	}
	
	.td {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5em;
/*		background-color: rgba(0,0,255,0.20);*/
        padding-bottom: 12px;
	}
	
	.td2 {
		width: 17px;
/*		background-color: rgba(255,0,0,0.20);*/
	}
	
	.pr_label2, .pr_label3 {
		/*margin-left: -27px;*/
		margin-bottom: 8px;
		font-size: 16px;
	}
	
	.pr_syousai1, .pr_syousai2 {
		font-size: 16px;
		line-height: 1.5em;
	}
	
	.pr_ul {
		/*margin: 0 0 0 -10px;*/
	}
	
	.biography {
		width: 100%;
    padding: 40px 10px;
	}
	
	.bg_line {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.bg_chronology {
		width: 72px;
		margin-right: 35px;
		text-align: right;
		font-size: 2.0rem;
		flex-shrink: 0;
	}
	
	.bg_ten {
		margin-top: -23px;
		margin-right: -35px;
	}
	
	.bg_line2 {
		margin: 20px 0 0 -18px;
	}
	
	.bg_line2-1 {
		height: 30px;
		margin: -13px 0 0 -18px;
	}
	
	.bg_block {
		margin-left: 16px;
		display: block;
		flex: 1;
	}
	
	.bg_date {
		margin: 0 0 5px 0;
		position: inherit;
    display: block;
		float: none;
	}
	
	.bg_text {
		/*width: 100%;*/
		position: inherit;
		display: block;
	}
	
	.bg_photo {
		width: auto;
		height: auto;
		margin-top: 10px;
		float: left;
	}

    .bg_photo img{
        height: auto;
    }
	
	/*----------------------------------------------------------------*/
	
	.dumy_img {
		height: 170px;
	}
	
	.n_list {
		display: flex;
        flex-direction: column;
        gap: 27px 0;
        width: 100%;
		height: auto;
        margin: 0 auto;
    }
	
	.n_box {
		display: flex;
		flex-direction: column;
        width: 93%;
        height: auto;
/*    margin: 0 auto 25px auto;*/
        padding: 10px;
    }
	
	.thumbnail {
		width: 100%
	}
	
	.overviw {
		width: 100%;
		height: auto;
		padding-left: 0;
	}
	
	.n_detail {
		height: auto;
		font-size: 1.8rem;
	}
	
	.jump_list {
		width: 90%;
		margin: 10px auto;
		text-align: center;
	}
	
	/*----------------------------------------------------------------*/
	
	.a_box {
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
		padding: 15px 10px 55px;
	}
	
	.a_thumbnail {
		width: 100%;
/*		height: 103px;*/
		height: auto;
	}
	
	.a_text {
		width: 100%;
		height: auto;
		font-size: 1.4rem;
	}
	
	/*----------------------------------------------------------------*/
	
	.j_box {
		display: flex;
		flex-direction: column;
        width: 93%;
        height: auto;
		margin: 0 auto;
        padding: 16px;
	}
	
	.j1_contents {
		flex-direction: column;
	}
	
	.j1_box1 {
		width: 100%;
		margin-bottom: 15px;
		padding: 16px;
	}
	
	.j1_image {
		width: 100%;
	}
	
	.j_img {
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	.j1_box2 {
		/*margin-left: 0;*/
		margin: 56px auto;
		width: 100%;
	}
	
	.j_button {
		/*width: 82px;
		margin: -50px auto 50px auto; */
	}
	
	/*----------------------------------------------------------------*/
	
	.p_top {
    margin: 50px 0 0 0;
	}

	.p_setumei {
    width: 356px;
	}
	
	.p_textbox {
		width: 356px;
	}

	/*----------------------------------------------------------------*/
	
	.n_button {
		/*margin: -30px -50px 25px 0;*/
		position: static;
	}
	
	.nd_box {
		width: 93%;
	}
}

/*--------------------------------------------------------
    Smartphone landscape
----------------------------------------------------------
*/

@media screen and (max-width: 896px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
}

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


