@charset "UTF-8";
::-moz-selection {
  background-color: #303030;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #303030;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

* {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
  word-break: break-all;
}
*::after, *::before {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html {
  /* スクロールバーが表示されていなくても、その分のスペースを確保する */
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

body {
  background-color: #fff;
  color: #303030;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ol,
ul {
  padding: 0;
  margin: 0 0 0 1.4em;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.3;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  line-height: 1.6;
}

small {
  font-size: 0.8em;
}

button {
  border: none;
  outline: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

address {
  font-style: normal;
}

body,
input,
button,
textarea,
details[name=monthly_study_group] tbody td:nth-child(2) dd {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
}

select {
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 5px 8px;
  border-radius: 5px;
}

input::-moz-placeholder {
  color: #cecece;
}

input::placeholder {
  color: #cecece;
}

main {
  line-height: 1.4;
}

main article section {
  line-height: 1.8;
}

summary,
strong,
b,
.col-local_organization dt {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
time,
.txt-lead p,
.slide dt,
strong time,
.type1 dt,
.ttl-cat,
.btn,
.breadcrumb,
.chairperson,
details[name=monthly_study_group] tbody td:nth-child(2),
.col-slide,
.col-lead > p,
.step-flow li::before,
.formTable {
  font-family: "Noto Serif", "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

main {
  font-size: 1.6rem;
  margin: 0 auto;
  position: relative;
}

body article {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
body article h2 {
  color: #529f54;
  position: relative;
  padding-bottom: 10px;
  margin: 50px 0 15px;
}
body article h2:first-child {
  margin-top: 0;
}
body article .columns h2:first-child {
  margin-top: 0;
}
body article section {
  margin-bottom: 50px;
}
body article section:last-child {
  margin-bottom: 0;
}
body article section h4,
body article section h3 {
  margin: 30px 0 15px;
}

body:not(.home) article {
  padding-left: 5dvw;
  padding-right: 5dvw;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  body:not(.home) article {
    padding-top: 100px;
    padding-left: 3dvw;
    padding-right: 3dvw;
  }
}
@media screen and (min-width: 1261px) {
  body:not(.home) article {
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2);
  }
}
body:not(.home) article > section {
  counter-increment: number 1;
}
@media screen and (min-width: 768px) {
  body:not(.home) article > section {
    grid-column: 1/2;
  }
}
body:not(.home) article > section > figure {
  width: -moz-fit-content;
  width: fit-content;
}
body:not(.home) article > section > h2 {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
body:not(.home) article > section > h2::before {
  content: counter(number) ".";
  color: #529f54;
  font-size: 1.4em;
  line-height: 1.1;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 1em;
  aspect-ratio: 1/1;
}
body:not(.home) article > section > h2::after {
  content: "";
  background-image: linear-gradient(90deg, #529f54 0%, #529f54 60%, #fff 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

body:not(.home):not(.onecolumn) article {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  body:not(.home):not(.onecolumn) article {
    grid-template-columns: min(70%, 880px) auto;
    gap: 0 20px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1261px) {
  body:not(.home):not(.onecolumn) article {
    padding-left: calc((100% - 1200px) / 2);
  }
}
body:not(.home):not(.onecolumn) article > aside {
  display: none;
}
@media screen and (min-width: 768px) {
  body:not(.home):not(.onecolumn) article > aside {
    width: clamp(30%, 500px, 100%);
    display: block;
    position: sticky;
    top: 0;
    right: 0;
    margin-left: auto;
    grid-column: 2/3;
    grid-row: 1/99;
  }
}
body:not(.home):not(.onecolumn) article > aside h2 {
  display: none;
}
body:not(.home):not(.onecolumn) article > aside ol {
  margin-left: 0;
  list-style: none;
  counter-reset: number-as 0;
}
body:not(.home):not(.onecolumn) article > aside li {
  counter-increment: number-as 1;
  margin-top: 10px;
}
body:not(.home):not(.onecolumn) article > aside li a {
  border: 1px solid #529f54;
  border-right: none;
  border-radius: 4px 0 0 4px;
  display: flex;
  gap: 20px;
  padding: 10px 20px 10px 0;
}
body:not(.home):not(.onecolumn) article > aside li a::before {
  content: counter(number-as) "";
  background-color: #529f54;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 10px;
  margin: -10px 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

a {
  color: #303030;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #529f54;
}
a::after, a::before {
  transition: all 0.4s ease;
}
a figure {
  overflow: hidden;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
button::after, button::before {
  transition: all 0.4s ease;
}

a img {
  transition: all 0.4s ease;
}

a:hover figure img {
  transform: scale(1.1);
}

section > details {
  margin-bottom: 40px;
}
section > details:last-child {
  margin-bottom: 0;
}

h2 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.4;
}

h3,
h4,
h5 {
  font-size: 1.6rem;
}

small {
  font-size: 0.6em;
}

article dl,
article figure,
article table,
article p,
article ul,
article ol {
  margin-bottom: 20px;
}
article dl:last-child,
article figure:last-child,
article table:last-child,
article p:last-child,
article ul:last-child,
article ol:last-child {
  margin-bottom: 0;
}

article ul li,
article ol li {
  margin-bottom: 0.5em;
}
article ul li:last-child,
article ol li:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table:last-child {
  margin-bottom: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
section,
summary {
  display: block;
}

figcaption {
  background-color: #303030;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px;
}

main dd a[target=_blank],
main p a[target=_blank],
main ul:not(.list-btn) li a[target=_blank] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
main dd a[target=_blank]::after,
main p a[target=_blank]::after,
main ul:not(.list-btn) li a[target=_blank]::after {
  content: "";
  background-color: #303030;
  -webkit-mask-image: url("../img/icon_ex.svg");
          mask-image: url("../img/icon_ex.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  flex-shrink: 0;
  width: 18px;
  height: 15px;
}
main dd a[target=_blank]:hover::after,
main p a[target=_blank]:hover::after,
main ul:not(.list-btn) li a[target=_blank]:hover::after {
  background-color: #529f54;
}

details {
  border-radius: 4px;
}
details::details-content {
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
  background-color: #f4f5f2;
  border-radius: 0 0 4px 4px;
}
details[open]::details-content {
  opacity: 1;
  padding: 20px;
}
details[open] summary {
  border-radius: 4px 4px 0 0;
}
details[open] summary::after {
  transform: rotate(180deg);
}
details summary {
  background-color: #529f54;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 4px;
}
details summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
  flex-shrink: 0;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  details[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: auto;
    overflow-y: scroll;
  }
}
/*------------------------------------------------------------------common END */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .flex {
    gap: 0;
  }
}

.scroll {
  background-color: #fff;
  padding: 10px;
  overflow-x: auto;
}

.table-scroll {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .table-scroll {
    max-width: 90dvw;
    background-color: #fff;
    overflow-x: auto;
  }
  .table-scroll table {
    width: 100%;
    min-width: 1000px;
  }
}

ol.list-unstyled,
ul.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb {
  font-size: 1.4rem;
  padding: 20px 3dvw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1261px) {
  .breadcrumb {
    padding: 20px 40px 0;
  }
}
.breadcrumb a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb a::after {
  content: "";
  background-color: #303030;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  margin: 0 12px;
}

.ttl {
  margin-bottom: 40px;
}
.ttl p.en {
  display: flex;
  align-items: center;
  line-height: 1.1;
  gap: 10px;
  margin-bottom: 15px;
}
.ttl .time {
  margin-top: 20px;
}
.ttl time {
  color: #f6640d;
}
.ttl h1,
.ttl h2 {
  font-size: 2.8rem;
  font-size: clamp(2.4rem, 3vw, 2.8rem);
  color: #529f54;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-top: 0;
}
.ttl h1::before,
.ttl h2::before {
  content: "";
  background-image: url("../img/icon_ttl.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 27px;
  height: 12px;
}
.ttl h1 + p,
.ttl h2 + p {
  margin-top: 20px;
}

.float-left {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .float-left {
    float: left;
    padding: 0 20px 0 0;
    margin-bottom: 10px;
  }
}

.column:has(.float-left) {
  display: flow-root;
}

.float-left ~ .btn {
  clear: both;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-attention {
  color: #d82121;
  margin-left: 1em;
  text-indent: -1em;
}

.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: normal;
}

.youtube {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-short {
  width: auto;
  max-width: 320px;
  position: relative;
  aspect-ratio: 4/7;
}
.youtube-short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  br.sp_none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  br.pc_none {
    display: none;
  }
}
.required {
  color: #d82121;
  font-size: 1.2rem;
}

.list-btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 401px) {
  .list-btn {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .list-btn {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-btn li {
  margin-bottom: 0;
}
.list-btn small {
  width: 100%;
  text-align: center;
}
.list-btn .btn {
  margin-bottom: 0 !important;
}
.list-btn.col-2 {
  grid-template-columns: 1fr 1fr;
}

.btn {
  display: grid;
  margin-bottom: 20px;
}
.btn:last-child {
  margin-bottom: 0;
}

.btn-anchor {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
.btn-anchor a::after {
  rotate: 90deg;
}

.col-2 > .btn:first-child {
  margin-bottom: 0;
}

.btn-member button,
.btn-member a,
.list-btn li button,
.list-btn li a,
.btn button,
.btn a {
  background-color: #529f54;
  border-radius: 4px;
  color: #fff;
  line-height: 1.2;
  padding: 18px 50px 18px 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .btn-member button,
  .btn-member a,
  .list-btn li button,
  .list-btn li a,
  .btn button,
  .btn a {
    padding: 18px 58px 18px 18px;
  }
}
.btn-member button::after,
.btn-member a::after,
.list-btn li button::after,
.list-btn li a::after,
.btn button::after,
.btn a::after {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border: 1px solid #fff;
  width: 18px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
}
.btn-member button::before,
.btn-member a::before,
.list-btn li button::before,
.list-btn li a::before,
.btn button::before,
.btn a::before {
  content: "";
  background-color: #69c86c;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  right: 48px;
  top: 10px;
}
.btn-member button:hover,
.btn-member a:hover,
.list-btn li button:hover,
.list-btn li a:hover,
.btn button:hover,
.btn a:hover {
  background-color: #0c4e0f;
}
.btn-member button:hover::after,
.btn-member a:hover::after,
.list-btn li button:hover::after,
.list-btn li a:hover::after,
.btn button:hover::after,
.btn a:hover::after {
  transform: translateX(5px);
}

.btn.btn-back {
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn-back button,
.btn.btn-back a {
  padding: 18px 15px 18px 60px;
}
.btn.btn-back button::after,
.btn.btn-back a::after {
  content: "";
  rotate: 180deg;
  position: absolute;
  left: 15px;
  right: auto;
}
.btn.btn-back button::before,
.btn.btn-back a::before {
  position: absolute;
  left: 48px;
  right: auto;
}

.btn a[target=_blank]::after {
  -webkit-mask-image: url("../img/icon_ex.svg");
          mask-image: url("../img/icon_ex.svg");
  height: 15px;
  top: calc(50% - 8px);
}

.list-btn a[href$=".pdf"][target=_blank]::after,
.btn a[href$=".doc"][target=_blank]::after,
.btn a[href$=".docx"][target=_blank]::after,
.btn a[href$=".xls"][target=_blank]::after,
.btn a[href$=".xlsx"][target=_blank]::after,
.btn a[href$=".pdf"][target=_blank]::after {
  -webkit-mask-image: url("../img/icon_pdf.svg");
          mask-image: url("../img/icon_pdf.svg");
  width: 14px;
  height: 16px;
  position: absolute;
  right: 17px;
  top: calc(50% - 8px);
}

.btn.btn-small {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.btn.btn-small a[href$=".doc"][target=_blank],
.btn.btn-small a[href$=".docx"][target=_blank],
.btn.btn-small a[href$=".xls"][target=_blank],
.btn.btn-small a[href$=".xlsx"][target=_blank],
.btn.btn-small a[href$=".pdf"][target=_blank] {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 6px 28px 6px 6px;
}
.btn.btn-small a[href$=".doc"][target=_blank]::after,
.btn.btn-small a[href$=".docx"][target=_blank]::after,
.btn.btn-small a[href$=".xls"][target=_blank]::after,
.btn.btn-small a[href$=".xlsx"][target=_blank]::after,
.btn.btn-small a[href$=".pdf"][target=_blank]::after {
  width: 10px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: calc(50% - 6px);
}
.btn.btn-small a[href$=".doc"][target=_blank]::before,
.btn.btn-small a[href$=".docx"][target=_blank]::before,
.btn.btn-small a[href$=".xls"][target=_blank]::before,
.btn.btn-small a[href$=".xlsx"][target=_blank]::before,
.btn.btn-small a[href$=".pdf"][target=_blank]::before {
  width: 1px;
  height: calc(100% - 12px);
  right: 22px;
  top: 6px;
}
.btn.btn-small a[href$=".doc"][target=_blank]:hover::after,
.btn.btn-small a[href$=".docx"][target=_blank]:hover::after,
.btn.btn-small a[href$=".xls"][target=_blank]:hover::after,
.btn.btn-small a[href$=".xlsx"][target=_blank]:hover::after,
.btn.btn-small a[href$=".pdf"][target=_blank]:hover::after {
  transform: translateX(2px);
}

.list-btn.list-anchor a::after {
  rotate: 90deg;
}

article .col-2 figure,
article .col-3 figure {
  margin-bottom: 0;
}
article .col-2 figure img,
article .col-3 figure img {
  width: 100%;
}

.txt-small {
  font-size: 0.9em;
}

.img-center {
  margin: 0 auto;
}

article .col-2 figure.img-half img,
article .col-3 figure.img-half img {
  width: 50%;
  margin: 0 auto;
}

.columns {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}
.columns:last-child {
  margin-bottom: 0;
}
.columns > .btn {
  margin-bottom: 0;
}

.columns.col-2 {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .columns.col-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.columns.col-auto {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .columns.col-auto {
    grid-template-columns: auto 1fr;
  }
}

.columns.col-3 {
  gap: 40px;
  grid-template-columns: 1fr;
  /*
  	@media screen and (min-width: 601px) {
  		grid-template-columns: 1fr 1fr;
  	}
  */
}
@media screen and (min-width: 801px) {
  .columns.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.columns.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bg-type1 {
  background-color: #f4f5f2;
  padding-top: 70px;
}

.margin-btm {
  margin-bottom: 20px;
}

.type1 {
  background-color: #f4f5f2;
  padding: 3dvw;
}
@media screen and (min-width: 768px) {
  .type1 {
    padding: 20px;
  }
}
.type1 .column {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 26px 3dvw 20px;
}
@media screen and (min-width: 768px) {
  .type1 .column {
    padding: 26px 20px 20px;
  }
}
.type1 .column::before {
  content: "";
  background-color: #529f54;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.type1 h3,
.type1 h4 {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #f6640d;
  text-align: center;
}
.type1 h3:first-child,
.type1 h4:first-child {
  margin-top: 0;
}

.type__noframe {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px 5dvw;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .type__noframe {
    padding: 30px 40px;
  }
}
.type__noframe::before {
  content: "";
  background-color: #529f54;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}

.ttl-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ttl-feature span {
  color: #f6640d;
  font-size: 0.9em;
  padding: 2px 5px;
  border: 1px solid #f6640d;
  flex-shrink: 0;
}

dl.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px 0;
}
@media screen and (min-width: 768px) {
  dl.grid {
    grid-template-columns: auto 1fr;
  }
}
dl.grid dt {
  color: #529f54;
  margin-bottom: -5px;
}
@media screen and (min-width: 768px) {
  dl.grid dt {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
dl.grid dd {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  dl.grid dd {
    padding-bottom: 10px;
  }
}

.download thead tr th:last-child,
.download thead tr th:first-child {
  text-align: center;
  width: 1px;
  white-space: nowrap;
}
.download tbody tr th:first-child {
  text-align: center;
  white-space: nowrap;
}

table.stripe {
  border-collapse: collapse;
  width: 100%;
  /* 境界線の隙間をなくす */
}
table.stripe caption,
table.stripe th,
table.stripe td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #cecece;
  text-align: left;
}
table.stripe {
  /* 偶数行 (even) を薄いグレーにする */
}
table.stripe tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.stripe {
  /* ヘッダーの色を固定 */
}
table.stripe thead th {
  background-color: #ff8741;
  color: white;
  font-size: 1.4rem;
}
table.stripe:has(caption) caption {
  background-color: #ff8741;
  color: white;
  border: 1px solid #ff8741;
}
table.stripe tfoot {
  background-color: #f6640d;
  color: white;
}
table.stripe th:has(small),
table.stripe td:has(small) {
  line-height: 1.4;
}
table.stripe small {
  font-size: 0.8em;
}

table.stripe.c-green thead th {
  background-color: #529f54;
  color: white;
}

.c-tbody-small tbody th {
  white-space: nowrap;
}
.u-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 430px), screen and (min-width: 801px) {
  .ttl-split {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
  .ttl-split span:last-child {
    margin-left: auto;
  }
}

.ttl-split-careprofessional span {
  display: block;
}
.ttl-split-careprofessional span:last-child {
  margin-left: 4em;
}

.txt-lead {
  gap: 10px;
  margin: 30px 0 0;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .txt-lead br {
    display: none;
  }
}
.txt-lead figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  flex-shrink: 0;
}
.txt-lead p {
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
  line-height: 1;
  flex: 1;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .txt-lead p {
    font-size: 1.8rem;
  }
}

figure.mark-silvermark {
  max-width: 180px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  figure.mark-silvermark {
    width: 20%;
    padding-left: 20px;
    float: right;
  }
}
figure.mark-silvermark img {
  border: 1px solid #cecece;
}

.chairperson {
  text-align: right;
}

.chairperson dd {
  font-size: 2rem;
}

.ttl-number {
  counter-reset: ttl-num 0;
}
.ttl-number > h3 {
  display: flex;
  align-items: first baseline;
  gap: 5px;
  counter-increment: ttl-num 1;
}
.ttl-number > h3::before {
  content: "(" counter(ttl-num) ")";
  color: #303030;
  font-size: 1.125em;
  flex-shrink: 0;
}

.txt-num-right {
  text-align: right !important;
}

.caption-number {
  counter-reset: caption-num 0;
}
.caption-number table caption span {
  display: flex;
  align-items: center;
  gap: 10px;
  counter-increment: caption-num 1;
}
.caption-number table caption span::before {
  content: counter(caption-num) "";
  background-color: #f6640d;
  color: #fff;
  font-size: 0.9em;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  aspect-ratio: 1/1;
  align-items: center;
  border-radius: 100%;
}

.dt-number {
  counter-reset: dt-num 0;
}
.dt-number > dt, .dt-number > dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  counter-increment: dt-num 1;
  margin-bottom: 10px;
}
.dt-number > dt::before, .dt-number > dl dt::before {
  content: counter(dt-num) "";
  background-color: #f6640d;
  color: #fff;
  font-size: 0.9em;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  aspect-ratio: 1/1;
  align-items: center;
  border-radius: 100%;
}
.dt-number dd {
  margin-bottom: 20px;
}
.dt-number dd:last-child {
  margin-bottom: 0;
}

.in-mark span {
  width: 100px;
  position: relative;
  margin-left: 0;
}
.in-mark span img {
  position: absolute;
  top: -47px;
}

/*------------------------------------------------------------------------------------------------------------------------------------header */
header {
  position: relative;
  min-height: 70px;
  padding: 0 3dvw;
}
@media screen and (min-width: 768px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header::before {
    content: "";
    background-color: #529f54;
    background-color: #cce881;
    background-color: #e9ffce;
    background-color: #529f54;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1261px) {
  header {
    padding: 0 40px;
  }
}

.logo a {
  background-image: url("../img/logo.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0;
  letter-spacing: -9999px;
  overflow: hidden;
  display: block;
  width: 70dvw;
  max-width: 309px;
  aspect-ratio: 309/80;
}
@media screen and (min-width: 768px) {
  .logo a {
    width: 31dvw;
  }
}

nav .logo {
  display: none;
}

header nav {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header nav {
    width: 100%;
    height: 100dvh;
    padding: 70px 0 0;
    display: none;
    position: fixed;
    overflow: auto;
    right: 0;
    top: 0;
    z-index: 999;
    grid-auto-rows: min-content;
    gap: 5dvw 0;
    grid-template-columns: 1fr 1fr;
  }
  header nav > div {
    margin: 0 5dvw;
  }
  header nav > #header-main {
    background-color: #f4f5f2;
    grid-column: 1/3;
    padding: 0 5dvw;
  }
  header nav > #header-main > li {
    border-bottom: 1px solid #cecece;
  }
  header nav > #header-main > li a {
    font-size: 2rem;
    padding: 3dvw 0;
    display: block;
    position: relative;
  }
  header nav > #header-main > li a::before {
    content: "";
    background-color: #529f54;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
  }
  header nav > #header-main > li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    rotate: 45deg;
    position: absolute;
    right: 12px;
    top: calc(50% - 4px);
  }
  header nav > #header-main > li a:hover::before {
    background-color: #0c4e0f;
  }
  header nav > #header-main > li a:hover::after {
    right: 8px;
  }
}
@media screen and (min-width: 768px) {
  header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 3dvw;
    padding: 20px 0 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  header nav #header-main {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap: 0 1dvw;
  }
  header nav li a {
    font-size: clamp(1.6rem, 1.8dvw, 2rem);
    display: flex;
    align-items: center;
    padding: 20px 0 22px;
  }
}
@media screen and (min-width: 801px) {
  header nav #header-main {
    gap: 0 2dvw;
  }
}
@media screen and (min-width: 1201px) {
  header nav {
    gap: 0 30px;
  }
  header nav #header-main {
    gap: 0 30px;
  }
}
header nav li {
  position: relative;
}
header nav li a {
  color: #303030;
  line-height: 1.6;
}
header nav li a:hover {
  color: #529f54;
}

.btn-member a,
.btn-inquiry a {
  font-size: clamp(1.4rem, 2dvw, 1.6rem);
  line-height: 1.1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0 12px;
}
.btn-member a::after,
.btn-inquiry a::after {
  content: "";
  background-color: #303030;
  -webkit-mask-image: url("../img/icon_mail.svg");
          mask-image: url("../img/icon_mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 10px;
  flex-shrink: 0;
}

.btn-inquiry a::before {
  content: "";
  background-color: #303030;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-inquiry a:hover::after {
  background-color: #529f54;
}
.btn-inquiry a:hover::before {
  background-color: #529f54;
  width: 0;
}

.btn-member a {
  padding: 10px 36px 12px 10px;
}
@media screen and (min-width: 768px) {
  .btn-member a {
    padding: 10px 36px 12px 30px;
  }
}
.btn-member a::after {
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_member.svg");
          mask-image: url("../img/icon_member.svg");
  width: 14px;
  height: 16px;
  right: 10px;
  top: calc(50% - 8px);
}
.btn-member a::before {
  right: 33px;
}

.navbar_toggle {
  background-color: #529f54;
  width: 40px;
  height: 40px;
  padding: 12px 0;
  z-index: 1001;
  position: fixed;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 5px;
  top: 15px;
  right: 3dvw;
}
@media screen and (min-width: 768px) {
  .navbar_toggle {
    display: none;
  }
}
.navbar_toggle span {
  background-color: #fff;
  position: absolute;
  display: block;
  height: 1px;
  line-height: 0;
  width: 60%;
  transition: ease 0.3s;
  left: 20%;
}
.navbar_toggle span:nth-child(1) {
  top: 14px;
}
.navbar_toggle span:nth-child(2) {
  top: 20px;
}
.navbar_toggle span:nth-child(3) {
  top: 26px;
}
.navbar_toggle:hover {
  background-color: #0c4e0f;
}

@media screen and (max-width: 767px) {
  .open header {
    width: 100%;
  }
  .open header nav {
    display: grid;
  }
  .open .navbar_toggle {
    background-color: #529f54;
  }
  .open .navbar_toggle span:nth-child(1) {
    width: 60%;
    top: 20px;
    left: 20%;
    transform: rotate(30deg);
  }
  .open .navbar_toggle span:nth-child(2) {
    opacity: 0;
    left: 0;
  }
  .open .navbar_toggle span:nth-child(3) {
    width: 60%;
    top: 20px;
    left: 20%;
    transform: rotate(-30deg);
  }
  .open .navbar_toggle:hover {
    background-color: #0c4e0f;
  }
  .open .navbar_toggle:hover span {
    background-color: #fff;
  }
  nav .logo {
    display: block;
    margin: 0;
    position: absolute;
    left: 5dvw;
    top: 0;
  }
  nav .logo a {
    width: 60dvw;
    max-width: 200px;
    aspect-ratio: 28/9;
  }
}
.has-sub-menu:hover .sub-menu {
  display: block;
}

.sub-menu li {
  border-top: 1px solid #cecece;
  border-bottom: none;
}
.sub-menu a {
  font-size: 1.6rem !important;
  padding: 10px 10px 10px 1.2em !important;
  display: block;
}
@media screen and (min-width: 768px) {
  .sub-menu {
    z-index: 100;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: absolute;
    top: 100%;
    right: -40px;
    background-color: #fff;
    padding: 10px 0 0;
    border-bottom: 1px solid #cecece;
  }
  .sub-menu li {
    border: 1px solid #cecece;
    border-bottom: none;
  }
  .sub-menu li a {
    font-size: 1.4rem;
    white-space: nowrap;
    padding: 10px;
    display: block;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------header END */
/*------------------------------------------------------------------------------------------------------------------------------------footer*/
footer address {
  text-align: center;
  margin-top: 50px;
}

footer .copyright,
footer address,
#footer-main,
#footer-sub {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5dvw;
}
@media screen and (min-width: 601px) {
  footer .copyright,
  footer address,
  #footer-main,
  #footer-sub {
    padding: 0 3dvw;
  }
}
@media screen and (min-width: 1261px) {
  footer .copyright,
  footer address,
  #footer-main,
  #footer-sub {
    padding: 0 calc((100% - 1200px) / 2);
  }
}

#footer-sub {
  justify-content: center;
  gap: 30px;
}

footer {
  line-height: 1.6;
  width: 100%;
  margin-top: 0;
  padding: 50px 0;
  border-top: 1px solid #cecece;
  position: relative;
}
footer h2 {
  color: #529f54;
  text-align: center;
  margin-bottom: 30px;
}

#footer-main.grid {
  width: 100%;
  display: grid;
  gap: 40px;
  justify-content: center;
  border-bottom: 1px solid #cecece;
  padding-bottom: 50px;
  margin-bottom: 50px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media screen and (min-width: 768px) {
  #footer-main.grid {
    grid-template-columns: auto auto;
  }
}
#footer-main.grid dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 10px 20px;
}
@media screen and (min-width: 834px) {
  #footer-main.grid dl {
    grid-template-columns: auto auto auto;
  }
}
#footer-main.grid dl dt {
  color: #f6640d;
  grid-column: 1/-1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer-main.grid dl dt::before {
  content: "";
  background-color: #f6640d;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 834px) {
  #footer-main.grid dl dt + dd {
    margin-left: 13px;
  }
}
#footer-main.grid dl dd {
  margin-left: 0;
}
@media screen and (max-width: 833px) {
  #footer-main.grid dl dd {
    margin-left: 13px;
  }
  #footer-main.grid dl dd br {
    display: none;
  }
}
#footer-main.grid dl dd a {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
#footer-main.grid dl dd a::before {
  content: "";
  width: 9px;
  height: 12px;
  margin-top: 2px;
  border-left: 2px solid #303030;
  border-bottom: 2px solid #303030;
  flex-shrink: 0;
}
#footer-main.grid dl:nth-child(1) dt::before {
  -webkit-mask-image: url("../img/icon_cat1.svg");
          mask-image: url("../img/icon_cat1.svg");
}
#footer-main.grid dl:nth-child(2) dt::before {
  -webkit-mask-image: url("../img/icon_cat2.svg");
          mask-image: url("../img/icon_cat2.svg");
}
#footer-main.grid dl:nth-child(3) dt::before {
  -webkit-mask-image: url("../img/icon_cat3.svg");
          mask-image: url("../img/icon_cat3.svg");
}
#footer-main.grid dl:nth-child(4) dt::before {
  -webkit-mask-image: url("../img/icon_cat4.svg");
          mask-image: url("../img/icon_cat4.svg");
}

#footer-sub ul {
  gap: 20px 40px;
}

.btn-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.btn-pagetop a {
  background-color: #529f54;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  color: #303030;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
}
.btn-pagetop a:hover {
  background-color: #0c4e0f;
}
.btn-pagetop a::after {
  content: "";
  background-image: url("../img/icon_arrow.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 18px;
  height: 11px;
  flex-shrink: 0;
  transform: rotate(-90deg);
  transform-origin: center;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 9px);
}

.copyright {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

a[href="http://www.php-factory.net/"] {
  display: none !important;
}

.head-notice {
  background-color: #fff5ef;
  border-top: 1px solid #d82121;
  border-bottom: 1px solid #d82121;
  padding: 10px 5dvw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .head-notice {
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px 100px;
    gap: 10px;
  }
}
.head-notice a {
  display: block;
}
.head-notice dt {
  color: #d82121;
  padding: 0 0 10px;
  margin-bottom: 10px;
  flex-shrink: 0;
  border-bottom: 1px solid #d82121;
}
@media screen and (min-width: 768px) {
  .head-notice dt {
    border-bottom: none;
    border-right: 1px solid #d82121;
    padding: 10px;
    margin-bottom: 0;
  }
}

.col-slide {
  position: relative;
}
.col-slide .ttl-home {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff;
}
.col-slide img {
  width: 100%;
}
.col-slide h1 {
  font-size: clamp(2.2rem, 4.5dvw, 5rem);
  margin-bottom: 0;
  line-height: 1.52;
  color: #f6640d;
}
@media screen and (min-width: 768px) {
  .col-slide h1 {
    font-size: clamp(4rem, 4.5dvw, 6rem);
  }
}
.col-slide p {
  font-size: clamp(1.6rem, 2dvw, 2.2rem);
  font-weight: 700;
}
.col-slide p span {
  font-size: 0.8em;
  padding-right: 1em;
  display: inline-block;
}

body.home article section {
  padding-left: 5dvw;
  padding-right: 5dvw;
}
@media screen and (min-width: 601px) {
  body.home article section {
    padding-left: 3dvw;
    padding-right: 3dvw;
  }
}
@media screen and (min-width: 1261px) {
  body.home article section {
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2);
  }
}

.section-home-ttl .block-border {
  border: 1px solid #cecece;
  color: #303030;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin: 0 auto 40px;
  border-radius: 4px;
}
.section-home-ttl h4 {
  font-size: 1.4rem;
}
.section-home-ttl p {
  font-size: 1.2rem;
}
.section-home-ttl p,
.section-home-ttl h4 {
  margin: 0;
}

body.home .col-lead {
  position: relative;
  margin-bottom: 20px;
}
body.home .col-lead > p {
  font-size: 1.8rem;
  line-height: 2;
}
body.home section {
  padding-bottom: 100px;
  margin-bottom: 0;
}
body.home section.section-home-ttl {
  background-image: linear-gradient(135deg, rgb(246, 255, 247), rgb(255, 255, 255) 60%);
  padding-top: 20px;
}
body.home section h2 {
  font-size: 2.8rem;
  font-size: clamp(2.4rem, 3vw, 2.8rem);
  color: #529f54;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 801px) {
  body.home section#BUSINESS .columns.col-3 > div figure {
    grid-row: 1;
  }
  body.home section#BUSINESS .columns.col-3 > div h3 {
    grid-row: 2;
  }
  body.home section#BUSINESS .columns.col-3 > div p {
    grid-row: 3;
    padding-top: 10px;
  }
  body.home section#BUSINESS .columns.col-3 {
    row-gap: 0;
  }
  body.home section#BUSINESS .columns.col-3 > div > a, body.home section#BUSINESS .columns.col-3 > div {
    display: contents;
  }
}
body.home section#BUSINESS .columns.col-3 figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding-bottom: 10px;
}
body.home section#BUSINESS .columns.col-3 h3 {
  font-size: 2rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #529f54;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  align-self: flex-end;
}
body.home section#BUSINESS .columns.col-3 h3::after {
  content: "";
  background-image: linear-gradient(90deg, #529f54 0%, #529f54 60%, #fff 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home .ttl {
  margin-bottom: 20px;
}
.home .ttl h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ttl-cat {
  font-size: 2.4rem;
  font-size: clamp(2rem, 2vw, 2.4rem);
  line-height: 1.1;
  color: #f6640d;
  text-align: center;
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ttl-cat::before {
  content: "";
  background-color: #f6640d;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.cat1 .ttl-cat::before {
  -webkit-mask-image: url("../img/icon_cat1.svg");
          mask-image: url("../img/icon_cat1.svg");
}

.cat2 .ttl-cat::before {
  -webkit-mask-image: url("../img/icon_cat2.svg");
          mask-image: url("../img/icon_cat2.svg");
}

.cat3 .ttl-cat::before {
  -webkit-mask-image: url("../img/icon_cat3.svg");
          mask-image: url("../img/icon_cat3.svg");
}

.cat4 .ttl-cat::before {
  -webkit-mask-image: url("../img/icon_cat4.svg");
          mask-image: url("../img/icon_cat4.svg");
}

.bg-slide {
  background-image: url("../home/bg_slide.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 192/40;
}

.swiper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .swiper {
    width: 85%;
    max-width: 850px;
  }
}

.intro-slide-wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 85/40;
  position: relative;
  overflow: hidden;
}

.intro-main-visual {
  background-image: url("../home/bg_slide.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 85/40;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.intro-list li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  mix-blend-mode: multiply;
}

/* 初期状態の制御 */
.intro-logo {
  width: 65%;
  display: none;
  z-index: 1;
}

.intro-circle {
  z-index: 2; /* 前面に配置 */
  width: 20%;
  height: auto;
}

.intro-circle .intro01 {
  position: absolute;
  transform-origin: center 120%; /* 振り子のような動きの支点 */
  animation: rotate1 2.5s ease-in-out infinite alternate; /* infiniteで動かすためにalternateを推奨 */
  position: absolute;
  top: -8dvw; /* height 252px の半分をマイナスして中央寄せ */
  transform-origin: center 120%; /* 振り子のような動きの支点 */
  animation: rotate1 2.5s ease-in-out infinite alternate; /* infiniteで動かすためにalternateを推奨 */
}
@media screen and (min-width: 768px) {
  .intro-circle .intro01 {
    top: -126px; /* height 252px の半分をマイナスして中央寄せ */
  }
}

@keyframes rotate1 {
  0% {
    transform: rotate(75deg);
  }
  100% {
    transform: rotate(-75deg);
  }
}
.link-all {
  background-image: url("../home/bg_linkall.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 85/40;
}
.link-all a img {
  transform-origin: center center; /* 各 link-point で上書き */
}
.link-all a:hover img {
  scale: 1.5;
}
.link-all > div:hover {
  z-index: 10;
}
.link-all .link-all__txt {
  width: 29.29%;
  position: absolute;
  left: 35.35%;
  top: 38.13%;
}

.link-point1 {
  position: absolute;
  left: 18.41%;
  top: 21.5%;
  width: 16.88%;
}
.link-point1 a img {
  transform-origin: top left;
}

.link-point2 {
  position: absolute;
  left: 33.12%;
  top: 9.5%;
  width: 16.53%;
}
.link-point2 a img {
  transform-origin: top left;
}

.link-point3 {
  position: absolute;
  left: 49.47%;
  top: 2.63%;
  width: 14.18%;
}
.link-point3 a img {
  transform-origin: top center;
}

.link-point4 {
  position: absolute;
  left: 64.47%;
  top: 2%;
  width: 14.88%;
}
.link-point4 a img {
  transform-origin: top right;
}

.link-point5 {
  position: absolute;
  left: 77.71%;
  top: 16.88%;
  width: 14.71%;
}
.link-point5 a img {
  transform-origin: top right;
}

.link-point6 {
  position: absolute;
  left: 70.29%;
  top: 43.38%;
  width: 13.29%;
}
.link-point6 a img {
  transform-origin: right center;
}

.link-point7 {
  position: absolute;
  left: 56.94%;
  top: 58.25%;
  width: 13.06%;
}
.link-point7 a img {
  transform-origin: bottom right;
}

.link-point8 {
  position: absolute;
  left: 42.47%;
  top: 68.38%;
  width: 12.59%;
}
.link-point8 a img {
  transform-origin: bottom center;
}

.link-point9 {
  position: absolute;
  left: 27.12%;
  top: 71.63%;
  width: 12.59%;
}
.link-point9 a img {
  transform-origin: bottom left;
}

.link-point10 {
  position: absolute;
  left: 11.76%;
  top: 67.38%;
  width: 12.59%;
}
.link-point10 a img {
  transform-origin: bottom left;
}

.link-point11 {
  position: absolute;
  left: 7.53%;
  top: 41.13%;
  width: 14.41%;
}
.link-point11 a img {
  transform-origin: left center;
}

/*---------------------------------------------------------------------------------お知らせ*/
.btn-list {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
}
.btn-list a {
  line-height: 1.1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0 12px;
}
.btn-list a::after {
  content: "";
  background-color: #303030;
  -webkit-mask-image: url("../img/icon_list.svg");
          mask-image: url("../img/icon_list.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.btn-list a::before {
  content: "";
  background-color: #303030;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-list a:hover::after {
  background-color: #529f54;
}
.btn-list a:hover::before {
  background-color: #529f54;
  width: 0;
}

.col-news {
  gap: 40px !important;
}
.col-news h2 {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.col-news h2::before, .col-news h2::after {
  content: "";
  background-color: #cecece;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.col-news h2::after {
  background-color: #303030;
  width: 5%;
}
.col-news .column div:not(.btn-list) {
  position: relative;
  padding: 20px 0;
}
.col-news .column div:not(.btn-list)::before, .col-news .column div:not(.btn-list)::after {
  content: "";
  background-color: #cecece;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.col-news .column div:not(.btn-list)::after {
  background-color: #303030;
  width: 5%;
}
.col-news .column div:not(.btn-list) a {
  display: block;
  position: relative;
  padding: 0 38px 0 0;
}
.col-news .column div:not(.btn-list) a::after {
  content: "";
  background-color: #303030;
  -webkit-mask-image: url("../img/icon_next.svg");
          mask-image: url("../img/icon_next.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 18px;
  height: 4px;
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
}
.col-news .column div:not(.btn-list) a:hover::after {
  background-color: #529f54;
}
.col-news .column div:not(.btn-list) time {
  display: block;
}
.col-news .column div:not(.btn-list) .title {
  font-size: 1.4rem;
}

.home .col-news .column div:not(.btn-list) {
  position: relative;
  padding: 10px 0;
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------inquiry用CSS*/
#formTable {
  margin: 40px 0;
}
#formTable textarea,
#formTable input[type=tel],
#formTable input[type=email],
#formTable input[type=text] {
  flex: 1;
  width: 50%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #cecece;
}
#formTable dd {
  display: flex;
  align-items: center;
  gap: 10px;
}
#formTable dd span {
  font-size: 1.4rem;
  flex-shrink: 0;
}

#verisign {
  margin-top: 70px;
  gap: 20px;
}
#verisign p {
  font-size: clamp(1.2rem, 2dvw, 1.4rem);
  flex: 1;
}

.dl-inquiry-tel.grid {
  grid-template-columns: 1fr auto;
  align-items: end;
}
.dl-inquiry-tel.grid dt {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.dl-inquiry-tel.grid .txt-tel {
  font-weight: 700;
  font-size: 2.2rem;
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------privacypolicy用CSS*/
.inquiry-pp h2 {
  color: #f6640d;
}
.inquiry-pp dd span {
  color: #529f54;
  font-size: 1.2rem;
  width: 3em;
  display: inline-block;
  margin-right: 10px;
}
.inquiry-pp dd strong {
  font-size: 2.2rem;
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------sitemap*/
.col-sitemap .ttl-cat {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.1;
  color: #529f54;
  text-align: center;
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.col-sitemap .ttl-cat::before {
  background-color: #529f54;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.col-sitemap a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.col-sitemap a::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-bottom: 9px;
  border-left: 2px solid #303030;
  border-bottom: 2px solid #303030;
  flex-shrink: 0;
}
.col-sitemap li {
  margin-left: 0.5em;
  margin-bottom: 1em;
}
.col-sitemap li li {
  margin-left: 20px;
  margin-top: 0.5em;
}
.col-sitemap + .flex {
  border-top: 1px solid #cecece;
  margin-top: 50px;
  padding: 20px 0 0;
  gap: 20px;
  justify-content: flex-start;
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------会員に関するご案内---member_introduction*/
.col-company .columns.col-2 {
  grid-template-columns: auto 80%;
  grid-template-rows: auto auto;
  align-items: start;
}
.col-company h2::before {
  content: none;
}
@media screen and (min-width: 601px) {
  .col-company > .list-btn {
    display: none;
  }
}
.col-company section .list-btn {
  grid-template-columns: 1fr;
  gap: 10px;
}
.col-company section .list-btn a {
  font-size: 1.2rem;
  padding: 5px 13px 5px 3px;
}
.col-company section .list-btn a::before {
  content: none;
}
.col-company section .list-btn a::after {
  rotate: 90deg;
  width: 12px;
  height: 8px;
  right: 3px;
  top: calc(50% - 4px);
}
.col-company .link-anchor {
  grid-column: 1/2;
  grid-row: 1/-1;
  position: sticky;
  right: 0;
  top: 0;
}
.col-company .link-anchor span {
  display: none;
}
.col-company .companyLink {
  grid-column: 2/3;
}
.col-company .block {
  position: relative;
}
.col-company h3 {
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
}

#member01,
#associate01 {
  margin-top: 0;
}

details[name=monthly_study_group] {
  width: 90dvw;
}
@media screen and (min-width: 768px) {
  details[name=monthly_study_group] {
    width: auto;
  }
}
details[name=monthly_study_group] table {
  background-color: #fff;
  font-size: 1.2rem;
  width: 100%;
  min-width: 1000px;
}
@media screen and (min-width: 768px) {
  details[name=monthly_study_group] table {
    min-width: 1px;
  }
}
details[name=monthly_study_group] table col {
  width: 12%;
}
@media screen and (min-width: 768px) {
  details[name=monthly_study_group] table col {
    width: 16%;
  }
}
details[name=monthly_study_group] table col + col {
  width: 88%;
}
@media screen and (min-width: 768px) {
  details[name=monthly_study_group] table col + col {
    width: 84%;
  }
}
details[name=monthly_study_group] table td,
details[name=monthly_study_group] table th {
  padding: 10px;
}
details[name=monthly_study_group] table tbody td {
  border-bottom: 1px solid #cecece;
  vertical-align: top;
}
details[name=monthly_study_group] table tbody td:first-child {
  padding-right: 0;
}
details[name=monthly_study_group] table tbody td:nth-child(2) {
  font-size: 1.6rem;
}
details[name=monthly_study_group] table tbody td:nth-child(2) dl {
  margin-top: 0.8em;
  font-size: 1.2rem;
  position: relative;
  padding: 5px;
  border: 1px solid #f6640d;
  border-radius: 4px;
}
details[name=monthly_study_group] table tbody td:nth-child(2) dl dt {
  background-color: #fff;
  padding: 0 4px;
  color: #f6640d;
  position: absolute;
  left: 10px;
  top: -1em;
}
details[name=monthly_study_group] table thead {
  border-bottom: 1px solid #f6640d;
}
details[name=monthly_study_group] table thead th {
  vertical-align: top;
  color: #f6640d;
}
details[name=monthly_study_group] table thead th:first-child {
  padding-right: 0;
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------シルバーサービス振興会のご案内　shinkoukai*/
.history dl {
  background-color: #fff;
  padding: 15px;
  display: grid;
  grid-template-columns: 3em auto;
}
@media screen and (min-width: 768px) {
  .history dl {
    grid-template-columns: 6em 3em auto;
  }
}
@media screen and (max-width: 767px) {
  .history dl dt {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .history dl .row2 {
    grid-row: span 2;
  }
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------調査研究事業---surveillance*/
details.item-surveillance > div {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 40px;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
  padding: 26px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  details.item-surveillance > div {
    grid-template-columns: 200px auto;
    grid-template-rows: auto 1fr auto;
  }
}
details.item-surveillance > div::before {
  content: "";
  background-color: #529f54;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
details.item-surveillance > div:last-child {
  margin-bottom: 0;
}
details.item-surveillance > div figure {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  details.item-surveillance > div figure {
    grid-row: 1/4;
  }
}
details.item-surveillance > div h3 {
  color: #f6640d;
  line-height: 1.4;
  margin-top: 0;
}
details.item-surveillance > div h3,
details.item-surveillance > div p,
details.item-surveillance > div .btn {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  details.item-surveillance > div h3,
  details.item-surveillance > div p,
  details.item-surveillance > div .btn {
    grid-column: 2/3;
  }
}
details.item-surveillance div:not(:has(figure)) {
  grid-template-columns: 1fr;
}
details.item-surveillance div:not(:has(figure)) h3,
details.item-surveillance div:not(:has(figure)) p,
details.item-surveillance div:not(:has(figure)) .btn {
  grid-column: auto;
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------出版物のご案内---publication*/
.list-publication {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px 15px;
}
.list-publication img {
  margin: 0 auto;
  width: auto;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-publication > div {
  display: flex;
}
.list-publication > div a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #529f54;
  overflow: hidden;
  position: relative;
}
.list-publication > div a:hover {
  color: #0c4e0f;
  border: 1px solid #0c4e0f;
}
.list-publication > div a:hover::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #0c4e0f;
}
.list-publication > div a:hover::after {
  right: 16px;
  top: 17px;
}
.list-publication > div a::before {
  content: "";
  background-color: #529f54;
  width: 40px;
  height: 40px;
  border-radius: 0 0 0 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.list-publication > div a::after {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_ex.svg");
          mask-image: url("../img/icon_ex.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 18px;
  height: 15px;
  position: absolute;
  right: 11px;
  top: 12px;
}
.list-publication dl {
  margin-top: auto;
}
.list-publication dt {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .list-publication dt {
    font-size: 1.4rem;
  }
}
.list-publication dd {
  border-top: 1px solid #529f54;
  padding-top: 5px;
  margin-top: 5px;
  text-align: right;
}
.list-publication dd span {
  display: block;
  font-size: 1.1rem;
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------関係団体との連携---region*/
.col-local_organization dl {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px;
}
.col-local_organization dl dt {
  color: #f6640d;
  border-bottom: 1px solid #f6640d;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.col-local_organization dl:last-child {
  margin-bottom: 0;
}
.col-local_organization dl address {
  margin-top: 10px;
}
.col-local_organization dl address span {
  color: #529f54;
  font-size: 1.2rem;
  width: 3em;
  display: inline-block;
  margin-right: 10px;
}

.process-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 20px;
}
@media screen and (min-width: 768px) {
  .process-list {
    grid-template-columns: 40% auto;
  }
}
.process-list dt {
  color: #f6640d;
  border-bottom: 1px solid #f6640d;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .process-list dt {
    grid-column: 1/3;
  }
}
.process-list dt:first-child {
  margin-top: 0;
}
.process-list dd img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .process-list dd img {
    width: 100%;
    max-width: 300px;
  }
}

.img-3width img {
  width: 33%;
  margin-left: auto;
}

.step-flow {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  list-style: none;
  padding: 0;
  counter-reset: ttl-num 0;
}
@media screen and (min-width: 768px) {
  .step-flow {
    grid-template-columns: 1fr 1fr auto 1fr;
  }
}
.step-flow li {
  counter-increment: ttl-num 1;
  border: 1px solid #cecece;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0;
}
.step-flow li::before {
  content: counter(ttl-num) "";
  background-color: #f6640d;
  color: #fff;
  font-size: 0.9em;
  border-radius: 50%;
  width: 1.75em;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: auto;
}/*# sourceMappingURL=common.css.map */