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

/*

    沿革・ネットワーク・連絡先

                                */

#hl-about-top {
  width: 471px;
  margin: 80px auto 80px;
}
#hl-about-top img {
  width: 100%;
}
#about-content {
  width: 100%;
  background-color: #fffeee;
  padding: 100px 0;
}
#network {
  width: 820px;
  margin: 0 auto;
  padding: 30px 32px 100px 32px;
  border: solid 1px #27a639;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 20px;
}
#network::after{
  content: "";
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  position: absolute;
  left: -16px;
  right: -16px;
  top: -16px;
  bottom: -16px;
  border: solid 1px #27a639;
  border-radius: 26px;
}
#network h2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #27a639;
}
#network-bottom {
  padding: 40px 0 0 100px;
}
#network h3 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #008e5f;
}
#network h3 span {
  font-size: 66%;
}
#network p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.s-table-dl {
  margin-top: 0.78vw;
  position: absolute;
  z-index: 1;
}
.s-table-dl p  {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1%;
}
.s-table-dl a {
  color: #0044CC;
  text-decoration:  underline;
}
#network h4 {
  font-size: 26px;
  line-height: 1.1;
  margin: 20px 0 10px;
}
span.jigyo {
  font-size: 77%;
}
span.c-green {
  color: #008e5f;
}
#group {
  width: 820px;
  margin: 80px auto;
  padding: 30px 32px 60px 32px;
  border: solid 1px #27a639;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 20px;
}
#group::after{
  content: "";
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  position: absolute;
  left: -16px;
  right: -16px;
  top: -16px;
  bottom: -16px;
  border: solid 1px #27a639;
  border-radius: 26px;
}
#group h2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #27a639;
}
#group-bottom {
  padding: 40px 0 0 100px;
}
#group h3 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #008e5f;
}
#group h3 span {
  font-size: 66%;
}
#group p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
#group h4 {
  font-size: 26px;
  line-height: 1.1;
  margin: 10px 0 10px;
}
.h3-2 {
  margin-top: 40px;
}
#map {
  width: 820px;
  margin: 0 auto;
  padding: 30px 32px 60px 32px;
  border: solid 1px #27a639;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 20px;
}
/*
#map::after{
  content: "";
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
/*
  position: absolute;
  left: -16px;
  right: -16px;
  top: -16px;
  bottom: -16px;
  border: solid 1px #27a639;
  border-radius: 26px;
}
*/
#map-content {
  width: 640px;
  height: 480px;
  margin: 0 auto;
}
#map-content iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
#access {
  display: flex;
  align-items: center;
  margin: 20px 80px 0 80px;
}
#access-l {
  font-size: 20px;
  color: #008e5f;
  margin-right: 40px;
}
#access-r {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
#contact {
  width: 100%;
  margin-top: 40px;
}
#meisyo {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
#meisyo1 {
  font-size: 23px;
}
#meisyo2 {
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#meisyo2 span {
  font-size: 92%;
  vertical-align: 5%;
}
#radish-char {
  width: 82px;
  position: absolute;
  top: 0;
  left: calc(50% - 310px);
}
#radish-char img {
  width: 100%;
}
#jusyo {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
#contact-address {
  font-size: 24px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  margin-left: calc(50% - 220px);
}
#contact-address-l {
  margin-right: 1em;
}
.s-table-dl img {
  width: 5%;
  margin-right: 1%;
}
/* ----------1280px以下---------- */

@media only screen and (max-width:1280px) {
#hl-about-top {
  width: 36.8vw;
  margin: 6.25vw auto 6.25vw;
}
#hl-about-top img {
  width: 100%;
}
#about-content {
  width: 100%;
  background-color: #fffeee;
  padding: 7.81vw 0;
}
#network {
  width: 64.06vw;
  margin: 0 auto;
  padding: 2.34vw 2.5vw 8vw 2.5vw;
  border: solid 1px #27a639;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 20px;
}
#network::after{
  content: "";
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  position: absolute;
  left: -1.25vw;
  right: -1.25vw;
  top: -1.25vw;
  bottom: -1.25vw;
  border: solid 1px #27a639;
  border-radius: 26px;
}
#network h2 {
  font-size: 2.5vw;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 1.56vw;
  border-bottom: solid 1px #27a639;
}
#network-bottom {
  padding: 3.13vw 0 0 7.81vw;
}
#network h3 {
  font-size: 2.34vw;
  line-height: 1.1;
  margin-bottom: 0.78vw;
  color: #008e5f;
}
#network h3 span {
  font-size: 66%;
}
#network p {
  font-size: 1.25vw;
  line-height: 1.6;
  font-weight: 400;
}
#network h4 {
  font-size: 2.03vw;
  line-height: 1.1;
  margin: 1.56vw 0 0.78vw;
}
span.jigyo {
  font-size: 77%;
}
span.c-green {
  color: #008e5f;
}
#group {
  width: 64.06vw;
  margin: 6.25vw auto;
  padding: 2.34vw 2.5vw 4.69vw 2.5vw;
  border: solid 1px #27a639;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 20px;
}
#group::after{
  content: "";
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  position: absolute;
  left: -1.25vw;
  right: -1.25vw;
  top: -1.25vw;
  bottom: -1.25vw;
  border: solid 1px #27a639;
  border-radius: 26px;
}
#group h2 {
  font-size: 2.5vw;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 1.56vw;
  border-bottom: solid 1px #27a639;
}
#group-bottom {
  padding: 3.13vw 0 0 7.81vw;
}
#group h3 {
  font-size: 2.34vw;
  line-height: 1.1;
  margin-bottom: 0.78vw;
  color: #008e5f;
}
#group h3 span {
  font-size: 66%;
}
#group p {
  font-size: 1.25vw;
  line-height: 1.6;
  font-weight: 400;
}
#group h4 {
  font-size: 2.03vw;
  line-height: 1.1;
  margin: 0.78vw 0 0.78vw;
}
.h3-2 {
  margin-top: 3.13vw;
}
#map {
  width: 64.06vw;
  margin: 0 auto;
  padding: 2.34vw 2.5vw 4.69vw 2.5vw;
  border: solid 1px #27a639;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 20px;
}
  /*
#map::after{
  content: "";
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  /*
  position: absolute;
  left: -1.25vw;
  right: -1.25vw;
  top: -1.25vw;
  bottom: -1.25vw;
  border: solid 1px #27a639;
  border-radius: 26px;
}
  */
#map-content {
  width: 50vw;
  height: 37.5vw;
  margin: 0 auto;
}
#map-content iframe {
  width: 100%;
}
#access {
  display: flex;
  align-items: center;
  margin: 1.56vw 6.25vw 0 6.25vw;
}
#access-l {
  font-size: 1.56vw;
  color: #008e5f;
  margin-right: 3.13vw;
}
#access-r {
  font-size: 1.25vw;
  line-height: 1.6;
  font-weight: 400;
}
#contact {
  width: 100%;
  margin-top: 3.13vw;
}
#meisyo {
  text-align: center;
  position: relative;
  margin-bottom: 3.13vw;
}
#meisyo1 {
  font-size: 1.8vw;
}
#meisyo2 {
  font-size: 3.75vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#meisyo2 span {
  font-size: 92%;
  vertical-align: 5%;
}
#radish-char {
  width: 6.41vw;
  position: absolute;
  top: 0;
  left: calc(50% - 24.22vw);
}
#radish-char img {
  width: 100%;
}
#jusyo {
  font-size: 1.88vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.56vw;
}
#contact-address {
  font-size: 1.88vw;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  margin-left: calc(50% - 17.19vw);
}
#contact-address-l {
  margin-right: 1em;
}
}

/* ----------700px以下---------- */

@media only screen and (max-width:700px) {
#hl-about-top {
  width: 60vw;
  margin: 6.25vw auto 6.25vw;
}
#hl-about-top img {
  width: 100%;
}
#about-content {
  width: 100%;
  background-color: #fffeee;
  padding: 7.81vw 0;
}
#network {
  width: 90vw;
  margin: 0 auto;
  padding: 2.34vw 2.5vw 14vw 2.5vw;
  border: solid 1px #27a639;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 20px;
}
#network::after{
  content: "";
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  position: absolute;
  left: -1.25vw;
  right: -1.25vw;
  top: -1.25vw;
  bottom: -1.25vw;
  border: solid 1px #27a639;
  border-radius: 26px;
}
#network h2 {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 1.56vw;
  border-bottom: solid 1px #27a639;
}
#network-bottom {
  padding: 3.13vw 0 0 3vw;
}
#network h3 {
  font-size: 4vw;
  line-height: 1.1;
  margin-bottom: 0.78vw;
  color: #008e5f;
}
#network h3 span {
  font-size: 66%;
}
#network p {
  font-size: 2.5vw;
  line-height: 1.6;
  font-weight: 400;
}
#network h4 {
  font-size: 3.5vw;
  line-height: 1.1;
  margin: 1.56vw 0 0.78vw;
}
span.jigyo {
  font-size: 77%;
}
span.c-green {
  color: #008e5f;
}
#group {
  width: 90vw;
  margin: 6.25vw auto;
  padding: 2.34vw 2.5vw 4.69vw 2.5vw;
  border: solid 1px #27a639;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 20px;
}
#group::after{
  content: "";
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  position: absolute;
  left: -1.25vw;
  right: -1.25vw;
  top: -1.25vw;
  bottom: -1.25vw;
  border: solid 1px #27a639;
  border-radius: 26px;
}
#group h2 {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 1.56vw;
  border-bottom: solid 1px #27a639;
}
#group-bottom {
  padding: 3.13vw 0 0 3vw;
}
#group h3 {
  font-size: 4vw;
  line-height: 1.1;
  margin-bottom: 0.78vw;
  color: #008e5f;
}
#group h3 span {
  font-size: 66%;
}
#group p {
  font-size: 2.5vw;
  line-height: 1.6;
  font-weight: 400;
}
#group h4 {
  font-size: 3.5vw;
  line-height: 1.1;
  margin: 0.78vw 0 0.78vw;
}
.h3-2 {
  margin-top: 3.13vw;
}
#map {
  width: 90vw;
  margin: 0 auto;
  padding: 2.34vw 2.5vw 4.69vw 2.5vw;
  border: solid 1px #27a639;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 20px;
}
/*
#map::after{
  content: "";
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  /*
  position: absolute;
  left: -1.25vw;
  right: -1.25vw;
  top: -1.25vw;
  bottom: -1.25vw;
  border: solid 1px #27a639;
  border-radius: 26px;
}
*/
#map-content {
  width: 80vw;
  height: 60vw;
  margin: 0 auto;
}
#map-content iframe {
  width: 100%;
}
#access {
  display: flex;
  align-items: center;
  margin: 1.56vw 5vw 0 5vw;
}
#access-l {
  font-size: 3vw;
  color: #008e5f;
  margin-right: 3.13vw;
}
#access-r {
  font-size: 2.5vw;
  line-height: 1.6;
  font-weight: 400;
}
#contact {
  width: 100%;
  margin-top: 5vw;
}
#meisyo {
  text-align: center;
  position: relative;
  margin-bottom: 4vw;
}
#meisyo1 {
  font-size: 2.9vw;
}
#meisyo2 {
  font-size: 6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#meisyo2 span {
  font-size: 92%;
  vertical-align: 5%;
}
#radish-char {
  width: 10vw;
  position: absolute;
  top: 0;
  left: calc(50% - 38vw);
}
#radish-char img {
  width: 100%;
}
#jusyo {
  font-size: 3vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3vw;
}
#contact-address {
  font-size: 3vw;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  margin-left: calc(50% - 28vw);
}
#contact-address-l {
  margin-right: 1em;
}
  
}