@charset "utf-8";
/* content
---------------------------------------- */

.animation {
  animation-name: move;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3.5s;
}

@keyframes move {
  0% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, -25px)
  }
}


h1.title {
  text-align: center;
  padding: 60px 0 40px 0;
}
h1.font {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
h1.title .br_pc {
  display: none;
}
#main {
  position: relative;
  padding-bottom: 20px;
  float: none;
  margin: 0 auto;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3";
}
#main #maincontent {
  max-width: 858px;
  margin-right: auto;
  margin-left: auto;
}
#main section {
  float: none;
  clear: both;
  margin-bottom: 40px;
}
#main section h3.subtitle {
  width: 62.1212%;
  float: right;
  text-align: left;
  margin-top: 38px;
  margin-bottom: 20px;
  font-size: 16px;
}
#main section p.text {
  width: 62.1212%;
  float: right;
  text-align: left;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
}
#main section#sec01 {
  color: #00984B;
  max-width: 900px;
  width: 100%;
  border: solid 1px;
  border-radius: 10px;
  text-align: center;
  max-height: 600px;
  height: 100%;
}
#main section#sec01 h2 {
  margin: 0 auto;
  text-align: center;
  border-bottom: solid 1px;
  font-size: 26px;
  line-height: 220%;
}
#main section#sec01 p {
  justify-content: center;
  text-align: center;
  margin: 20px 10px;
  font-size: 16px;
  max-width: 900px;
  width: auto;
  height: auto;
  line-height: 170%;
}
#main section#sec02 {
  width: 100%;
  margin: 120px 0 80px;
}
/* #main section#sec02 img {
  max-width: 650px;
  width: 100%;
  height: auto;
  margin: 0 12%;
} */
/* #main section#sec03 {
  display: block;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 20px;
  line-height: 170%;
} */
#main section#sec03 h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
#main section#sec03 dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
}
#main section#sec03 dt {
  width: 2%;
}
#main section#sec03 dd {
  width: 100%;
  font-size: 16px;
  margin-bottom: 8px;
}
#main section#sec04 {
  display: block;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 7% 77px 7%;
  max-width: 800px;
  line-height: 170%;
}
#main section#sec04 h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
#main section#sec04 dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
}
#main section#sec04 dt {
  width: 2%;
}
#main section#sec04 dd {
  width: 97%;
  font-size: 16px;
  margin-bottom: 8px;
}
#main .cdab {
  width: 100%;
  text-align: center;
}
#main .cdab a {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 5px auto;
}
#main .cdab a img {
  width: 100%;
}
#main .cdab p {
  text-align: center;
  font-size: 13px;
  line-height: 1.4em;
}
#links {
  border-top: 1px solid #DDD;
  width: 100%;
  margin-top: 80px;
  padding-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width:640px) {
  h1.title .br_pc {
    display: block;
  }
  h1.font {
    line-height: 110%;
  }
  #main #top .catch1 {
    margin-top: 20px;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
  #main #top .catch1 img {
    width: calc(100% - 0px);
  }
  #main section {
    margin-bottom: 35px;
  }
 #main section#sec01 p {
	  text-align: justify;
	  margin: 20px 15px;
	}
  #main section h3.subtitle {
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 150%;
  }
  #main section p.text {
    width: 100%;
    float: none;
    clear: both;
    font-size: 16px;
    line-height: 160%;
  }
  #main section#sec01 h2 {
    font-size: 22px;
  }
  #main section#sec01 p {
    text-align: left;
  }
  #main section#sec02 {
    max-width: 640px;
    width: 100%;
    height: auto;
  }
  /* #main section#sec02 img {
    margin: 0 0;
    position: relative;
    width: 90%;
    height: auto;
    padding: 5%;
  } */
  #main section#sec03 {
    margin: 0 0 30px 0;
    line-height: 160%;
  }
  #main section#sec03 dl {
    width: 100%;
    margin-bottom: 10px;
  }
  #main section#sec03 dt {
    width: 3%;
    margin-right: 4px;
  }
  #main section#sec03 dd {
      width: 100%;
      margin: 0;
      text-align: justify;
  }
  #main section#sec04 {
    margin: 0 0 35px 0;
    line-height: 160%;
  }
  #main section#sec04 dl {
    width: 100%;
    margin-bottom: 10px;
  }
  #main section#sec04 dt {
    width: 3%;
    margin-right: 4px;
  }
  #main section#sec04 dd {
    width: 97%;
    margin: 0;
  }
  #links {
    margin-top: 30px;
  }
  .br_sp {
    display: none;
  }
}

/* siaa
---------------------------------------- */
#siaa {
	width:100%;
	max-width:1040px;
	padding: 0;
	text-align: center;
}
#siaa .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 22px;
}
#siaa .sp_column{
	gap: 10px;
}
#siaa img{
	width:86px;
	/*margin-right: 10px;*/
}
#siaa img.bnr_drair{
	width:100%;
	margin-right: 0;
}
#siaa .siaa_area{
	border: 1px solid #CCC;
	border-radius: 5px;
	padding:0 10px 0 15px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-around;
	height: 90px;
	width: calc(100% - 380px);
}
#siaa .text_area{
	box-sizing: border-box;
	max-width:475px;
	padding-right: 5px;
}
#siaa .text_area p{
	font-size:12px;
	margin-bottom:5px;
	text-align: justify;
	line-height: 1.6;
}
#siaa .text_area p.sup{
	font-size: 11.5px;
	margin-bottom:0px;
	line-height: 1em;
}
@media screen and (max-width:960px) {
	#siaa img.bnr_drair{
		width:100%;
	}
	#siaa .flex.sp_column {
		flex-direction: column;
		padding-left: 10px;
	}
	#siaa .flex.sp_column img{
		max-width: 88px;
		width: 95%;
	}
	#siaa .siaa_area{
		width: calc(100% - 276px);
	}
}
@media screen and (max-width:750px) {
	#siaa {
		margin-top:0px;
		max-width: 552px;
        width: calc(100% - 20px);
	}
	#siaa .text_area{
		margin-top: 1px;
		width: calc(100% - 160px);
		max-width: 512px;
	}
	#siaa .siaa_area img {
		width: 88px;
		margin: 5px auto 0 auto;
	}
	#siaa img.bnr_drair{
		width:100%;
	}
	#siaa .siaa_area{
		width: 100%;
		max-width: 512px;
		height: auto;
        padding: 10px 5px;
		margin-top:10px;
	}
	#siaa img:first-child {
		margin-top: 0;
	}
	#siaa .flex {
		flex-direction: column;
	}
	/*#siaa .flex.sp_column {
		flex-direction: column;
		padding-left: 10px;
	}*/
}
@media screen and (max-width:540px) {
	#siaa {
		width:calc(100% - 30px);
		margin: 0 auto 30px auto;
	}
	#siaa img{
		width: 75px;
		margin-top: 10px;
	}
	#siaa img:first-child {
		margin-top:20px
	}
	#siaa .text_area{
		width:calc(100% - 75px);
		padding:5px 10px;
		margin-left: 0;
	}
	#siaa .text_area p{
		font-size:12px;
		margin-bottom:7px;
	}
	#siaa .text_area p.sup{
		font-size:11px;
		margin-bottom:0px;
		line-height: 1.5em;
	}

}


/* 20260430追加 */

#main section#sec03 dl {
    width: 100%;
    display: block;

}
#main section#sec03 {
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 640px;
    margin-bottom: 20px;
    line-height: 170%;
}

main section#sec03 dd {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
}

ul.president_box {
    width: 180px;
    margin: 48px 0px 0 auto;
}

.president_box li{


}


.anniversary_logo{
position: relative;
    display: block;
    height: 400px;
    width: 380px;
    margin: 0 auto;
}
.anniversary_logo .lo_parts_2{
max-width: 180px;
position: absolute;
}
.anniversary_logo .lo_parts_5{
  max-width: 180px;
  position: absolute;
      right: 0;
      bottom: 35%;
}
.anniversary_logo .lo_parts_Leaf{
max-width: 270px;
position: absolute;
top: -27%;
right: -19%;
}
.anniversary_logo .lo_parts_text{
    max-width: 100%;
    position: absolute;
    bottom: 0;
}


.anniversary_logo .lo_parts_2,
.anniversary_logo .lo_parts_5,
.anniversary_logo .lo_parts_Leaf,
.anniversary_logo .lo_parts_text {
  opacity: 0;
  animation: fadeIn 1.8s ease-in forwards;
}

.anniversary_logo .lo_parts_2    { animation-delay: 0s; }
.anniversary_logo .lo_parts_5    { animation-delay: 0.6s; }
.anniversary_logo .lo_parts_Leaf {
  opacity: 0;
  animation: leafFall 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.2s;
  transform-origin: top left;

}
.anniversary_logo .lo_parts_text { animation-delay: 0.8s; }

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 
@keyframes leafFall {
  0% {
    opacity: 0;
    transform: translateY(-60px) rotate(-60deg) scale(0.8);
  }
  25% {
    opacity: 1;
    transform: translateY(-30px) rotate(35deg) scale(1);
  }
  50% {
    transform: translateY(-20px) rotate(-25deg) scale(1);
  }
  75% {
    transform: translateY(-10px) rotate(20deg) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) rotate(0deg) scale(1);
  }
}
 */
/* @keyframes leafFall {
  0% {
    opacity: 0;
    transform: translateY(-80px) rotate(-60deg) scale(0.8);
  }
  33% {
    opacity: 1;
    transform: translateY(-30px) rotate(35deg) scale(1);
  }
  66% {
    transform: translateY(10px) rotate(-25deg) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) rotate(0deg) scale(1);
  }
} */

@keyframes leafFall {
  0% {
    opacity: 0;
    transform: translateY(-80px) rotate(-200deg) scale(0.8);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0px) rotate(0deg) scale(1);
  }
}

@media screen and (max-width:640px) {






  #main section#sec02 {
  width: 100%;
  margin: 80px 0 80px;
}

.anniversary_logo{
position: relative;
    display: block;
    height: 330px;
    width: 320px;
    margin: 0 auto;
}
.anniversary_logo .lo_parts_2{
max-width: 148px;
position: absolute;
}
.anniversary_logo .lo_parts_5{
  max-width: 157px;
  position: absolute;
      right: 0;
      bottom: 35%;
}
.anniversary_logo .lo_parts_Leaf{
max-width: 210px;
position: absolute;
top: -28%;
right: -12%;
}
.anniversary_logo .lo_parts_text{
    max-width: 100%;
    position: absolute;
    bottom: 0;
}


}