@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap");
.mg-0 {
  margin-top: 0 !important;
}

.mg-1 {
  margin-top: 0.5rem !important;
}

.mg-2 {
  margin-top: 0.75rem !important;
}

.mg-3 {
  margin-top: 1rem !important;
}

.mg-4 {
  margin-top: 1.5rem !important;
}

.mg-5 {
  margin-top: 2.25rem !important;
}

.mg-6 {
  margin-top: 3.375rem !important;
}

.mg-7 {
  margin-top: 5.0625rem !important;
}

.mg-8 {
  margin-top: 120px !important;
}

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

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

.fs-s {
  font-size: 85%;
}

.fs-l {
  font-size: 120%;
}

.radius-1 {
  border-radius: 3px;
}

.radius-2 {
  border-radius: 10px;
}

.kakomi {
  background-color: #FCFCDE;
  padding: 2.25rem;
  border-radius: 10px;
}

.caption {
  margin-top: 0.5rem;
  text-align: center;
  color: #666666;
  font-size: 87.5%;
}

ul.list {
  padding: 0;
}
ul.list li {
  margin-top: 0.5rem;
  padding-left: 32px;
  background: url("../imgs/icon/bullet_list.svg") 6px 7px/16px no-repeat;
}
ul.list li:first-child {
  margin-top: 0;
}

ul.list-link {
  padding: 0;
}
ul.list-link li {
  margin-top: 0.75rem;
  padding: 0 0 0 34px;
  background: url("../imgs/icon_arrow.svg") 8px 8px no-repeat;
  background-size: 16px;
}
ul.list-link li:first-child {
  margin-top: 0;
}

ol.list li {
  margin-top: 0.75rem;
}
ol.list li:first-child {
  margin-top: 0;
}

a.link-dark {
  text-decoration: none;
  color: #202020;
}

a.link-dark:hover {
  text-decoration: underline;
  color: #25944A;
}

a.link-img:hover img {
  opacity: 0.7;
  transition: opacity 0.2s;
  background-color: #fff;
}

a.link-img-tp:hover img {
  opacity: 0.7;
  transition: opacity 0.2s;
}

a.link-arrow {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 10px;
  padding-right: 32px;
  background: url("../imgs/icon/link_arrowhead.svg") top 7px right 2px/20px no-repeat;
  text-decoration: none;
  color: #202020;
  border-bottom: 1px solid #ababab;
}

a.link-arrow:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.row-20-80 tr td:first-child {
  width: 20%;
}
.row-20-80 tr td:last-child {
  width: 80%;
}

.row-50-50 tr td:first-child {
  width: 50%;
}
.row-50-50 tr td:last-child {
  width: 50%;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #202020;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-wrap: break-word;
}

body.-fixed {
  width: 100%;
  position: fixed;
}

h1, h2, h3, h4, h5, h6, p, pre, ul, li, img, dl, dt, dd, blockquote, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

img, svg, video, canvas, audio, iframe, embed, object {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

p, li, dt, dd, h1, h2, h3, h4, h5, h6, blockquote {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-block: calc((1em - 1lh) / 2);
}

dt li, dd li {
  margin-block: 0;
}

blockquote {
  font-style: italic;
}

ul {
  list-style-type: none;
}

strong {
  font-weight: 600;
}

hr {
  border: 0;
  border-top: 1px solid #d1d1c1;
  margin: 1rem 0;
}

button, input, select, textarea {
  font: inherit;
}

input[type=text], input[type=password], input[type=email], textarea {
  background: #ffffff;
  padding: 8px 12px;
  border: 1px solid #909090;
  color: #000000;
  border-radius: 0.5rem;
  max-width: 100%;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
  background: #FCFCDE;
}

a {
  text-decoration: underline;
  color: #25944A;
}
a:hover {
  text-decoration: none;
}

a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  background: url("../imgs/icon/pdf.svg") 0 0/16px no-repeat;
}

a[href$=".pdf"]:has(img)::after {
  display: none;
  background: none;
}

.btn a[href$=".pdf"]::after, .wp-block-button a[href$=".pdf"]::after {
  display: none;
  background: none;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
.stack.-s0 > * + * {
  margin-top: 0;
}

.stack.-s1 > * + * {
  margin-top: 0.5rem;
}

.stack.-s2 > * + * {
  margin-top: 0.75rem;
}

.stack.-s3 > * + * {
  margin-top: 1rem;
}

.stack.-s4 > * + * {
  margin-top: 1.5rem;
}

.stack.-s5 > * + * {
  margin-top: 2.25rem;
}

.stack.-s6 > * + * {
  margin-top: 3.375rem;
}

.stack.-s7 > * + * {
  margin-top: 5.0625rem;
}

.stack.-s8 > * + * {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .stack.-sp\:s0 > * + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s1 > * + * {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s2 > * + * {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s3 > * + * {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s4 > * + * {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s5 > * + * {
    margin-top: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s6 > * + * {
    margin-top: 3.375rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s7 > * + * {
    margin-top: 5.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s8 > * + * {
    margin-top: 120px;
  }
}
.center {
  box-sizing: content-box;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}
@media screen and (max-width: 768px) {
  .center {
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.center.-s {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .center.-s {
    max-width: auto;
  }
}

.center.-s2 {
  max-width: calc(900px + 6.75rem);
}
@media screen and (max-width: 768px) {
  .center.-s2 {
    max-width: auto;
  }
}

.center.-l {
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  .center.-l {
    max-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .center.-fl {
    padding-left: 0;
    padding-right: 0;
  }
}

.cluster {
  display: block;
  overflow: hidden;
}

.cluster > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cluster.-sx0 > * {
  margin-left: 0;
  margin-right: 0;
}

.cluster.-sx0 > * > * {
  margin-left: 0;
  margin-right: 0;
}

.cluster.-sx1 > * {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.cluster.-sx1 > * > * {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.cluster.-sx2 > * {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.cluster.-sx2 > * > * {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.cluster.-sx3 > * {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.cluster.-sx3 > * > * {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.cluster.-sx4 > * {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.cluster.-sx4 > * > * {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.cluster.-sx5 > * {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

.cluster.-sx5 > * > * {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.cluster.-sx6 > * {
  margin-left: -1.6875rem;
  margin-right: -1.6875rem;
}

.cluster.-sx6 > * > * {
  margin-left: 1.6875rem;
  margin-right: 1.6875rem;
}

.cluster.-sx7 > * {
  margin-left: -2.53125rem;
  margin-right: -2.53125rem;
}

.cluster.-sx7 > * > * {
  margin-left: 2.53125rem;
  margin-right: 2.53125rem;
}

.cluster.-sx8 > * {
  margin-left: -60px;
  margin-right: -60px;
}

.cluster.-sx8 > * > * {
  margin-left: 60px;
  margin-right: 60px;
}

.cluster.-sy0 > * {
  margin-top: 0;
  margin-bottom: 0;
}

.cluster.-sy0 > * > * {
  margin-top: 0;
  margin-bottom: 0;
}

.cluster.-sy1 > * {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.cluster.-sy1 > * > * {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.cluster.-sy2 > * {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.cluster.-sy2 > * > * {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.cluster.-sy3 > * {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.cluster.-sy3 > * > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cluster.-sy4 > * {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.cluster.-sy4 > * > * {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.cluster.-sy5 > * {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.cluster.-sy5 > * > * {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.cluster.-sy6 > * {
  margin-top: -1.6875rem;
  margin-bottom: -1.6875rem;
}

.cluster.-sy6 > * > * {
  margin-top: 1.6875rem;
  margin-bottom: 1.6875rem;
}

.cluster.-sy7 > * {
  margin-top: -2.53125rem;
  margin-bottom: -2.53125rem;
}

.cluster.-sy7 > * > * {
  margin-top: 2.53125rem;
  margin-bottom: 2.53125rem;
}

.cluster.-sy8 > * {
  margin-top: -60px;
  margin-bottom: -60px;
}

.cluster.-sy8 > * > * {
  margin-top: 60px;
  margin-bottom: 60px;
}

.cluster.justify-start > * {
  justify-content: flex-start;
}

.cluster.justify-end > * {
  justify-content: flex-end;
}

.cluster.justify-center > * {
  justify-content: center;
}

.cluster.justify-between > * {
  justify-content: space-between;
}

.sidebar {
  display: flex;
  flex-wrap: wrap;
}
.sidebar > :first-child {
  flex-basis: 0;
  flex-grow: 999;
  margin-right: 5.0625rem;
}
.sidebar > :last-child {
  flex-grow: 1;
}

.sidebar.-w240 > :last-child {
  width: 240px;
  max-width: 240px;
}

.sidebar-left {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-left > :first-child {
  flex-grow: 1;
}
.sidebar-left > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  margin-left: 5.0625rem;
}

.sidebar-left.-w300 > :first-child {
  width: 300px;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: revert;
  }
  .sidebar > :first-child {
    margin-right: 0;
  }
  .sidebar.-w240 > :last-child {
    width: 100%;
    max-width: none;
    margin-top: 5.0625rem;
  }
  .sidebar-left {
    display: revert;
  }
  .sidebar-left > :last-child {
    margin-left: 0;
  }
  .sidebar-left.-spr {
    display: flex;
    flex-direction: column-reverse;
  }
  .sidebar-left.-spr > * {
    width: 100%;
  }
  .sidebar-left.-spr > :last-child {
    margin-left: 0;
    margin-top: 0 !important;
  }
  .sidebar-left.-w300 > :first-child {
    width: 100%;
    max-width: none;
    margin-top: 3.375rem;
  }
  .sidebar-left.-w300 > :last-child {
    margin-top: 5.0625rem;
  }
}
.frame {
  position: relative;
}

.frame.aspect-1-1 {
  padding-bottom: 100%;
}

.frame.aspect-3-2 {
  padding-bottom: 66.6666666667%;
}

.frame.aspect-4-3 {
  padding-bottom: 75%;
}

.frame.aspect-16-9 {
  padding-bottom: 56.25%;
}

.frame > * {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame > img, .frame > video, .frame > iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-s {
  width: 0.75em;
  height: 0.75em;
}

.icon {
  width: 1em;
  height: 1em;
}

.icon-l {
  width: 1.25em;
  height: 1.25em;
}

.icon-ll {
  width: 1.5em;
  height: 1.5em;
}

.with-icon .icon-s {
  margin-right: 0.3em;
  vertical-align: 0;
}
.with-icon .icon {
  margin-right: 0.4em;
  vertical-align: -0.15em;
}
.with-icon .icon-l {
  margin-right: 0.5em;
  vertical-align: -0.25em;
}
.with-icon .icon-ll {
  margin-right: 0.6em;
  vertical-align: -0.35em;
}

.with-icon.rtl .icon-s {
  margin-left: 0.3em;
  vertical-align: 0;
}
.with-icon.rtl .icon {
  margin-left: 0.4em;
  vertical-align: -0.15em;
}
.with-icon.rtl .icon-l {
  margin-left: 0.5em;
  vertical-align: -0.25em;
}
.with-icon.rtl .icon-ll {
  margin-left: 0.6em;
  vertical-align: -0.35em;
}

.l-site-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  padding: 16px 20px 20px 20px;
  background: url("../imgs/header_corner.png") top right/200px no-repeat;
}
.l-site-header_logo {
  flex-shrink: 0;
  margin-right: 2px;
}
.l-site-header_logo h1 {
  margin-block: 0;
}
.l-site-header_logo img {
  margin-top: 2px;
}
.l-site-header_nav {
  margin-top: 2px;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .l-site-header {
    display: revert;
    padding: 10px 0;
    background: none;
  }
  .l-site-header_logo {
    margin-right: 0;
  }
  .l-site-header_logo > * {
    text-align: center;
  }
  .l-site-header_logo img {
    margin-top: 0;
    max-width: 52vw;
    height: auto;
  }
  .l-site-header_nav {
    margin-top: 0;
    margin-left: 0;
  }
}

.menu-switcher {
  display: none;
  z-index: 11;
  position: absolute;
  background: linear-gradient(135deg, #E5F5E5, #E4F2FC);
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  max-width: 90px;
  max-height: 90px;
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .menu-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.btn-drawer {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.btn-drawer img {
  width: 9vw;
  height: 9vw;
  max-width: 50px;
  max-height: 50px;
}
.btn-drawer.-open {
  display: block;
}
.btn-drawer.-close {
  display: none;
}

.active .btn-drawer.-open {
  display: none;
}
.active .btn-drawer.-close {
  display: block;
}

.site-navigation {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .site-navigation {
    position: fixed;
    margin-top: 0;
    background-color: #f9f9f9;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    top: 0;
    transform: translateY(-100vh);
    transition: all 0.2s;
    transition-timing-function: ease-out;
  }
}

@media screen and (max-width: 768px) {
  .active .site-navigation {
    transform: translateY(0);
  }
}

.sub-nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sub-nav li {
  font-size: 87.5%;
  margin-right: 20px;
  letter-spacing: 0;
}
.sub-nav li:first-child {
  margin-right: 0.75rem;
}
.sub-nav li:last-child {
  line-height: 1;
}
.sub-nav li a {
  color: #505050;
  text-decoration: none;
}
.sub-nav li a:hover {
  color: #25944A;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sub-nav {
    margin-top: 20px;
    margin-left: 20px;
  }
  .sub-nav li {
    display: none;
  }
  .sub-nav li.-sp {
    display: block;
  }
  .sub-nav .btn-s {
    padding: 0.45rem 1rem;
  }
}

.search-open {
  border: 0;
  padding: 0 0;
  background: none;
  cursor: pointer;
  transition: all 0.2s;
  color: #505050;
  text-decoration: none;
  line-height: 1.8;
}
.search-open:hover {
  color: #25944A;
  text-decoration: underline;
}
.search-open svg {
  padding-top: 4px;
  margin-right: 4px;
  vertical-align: top;
}
.search-open:hover svg {
  fill: #25944A;
}

.search-close {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.search-close:hover img {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.search-box {
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 20;
  transition: all 0.2s;
  background-color: rgba(27, 136, 63, 0.95);
  /* Hiding */
  max-height: 0;
  overflow: hidden;
}
.search-box_inner {
  width: 800px;
  margin: 0 auto;
}
.search-box p {
  color: #fff;
}
.search-box_h {
  font-size: 112.5%;
}

.search.active .search-box {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  max-height: 500px;
  opacity: 1;
}

.google-search {
  width: 100%;
  margin: 0;
}
.google-search .gsc-control-cse {
  background: none;
  border: 0;
  padding: 0;
}
.google-search .gsc-search-box table {
  margin: 0;
}
.google-search .gsc-search-box table .gsib_a {
  padding: 10px 15px 8px 15px;
}
.google-search .gsc-search-box table .gsc-input .gsc-input-box {
  border: 0;
  border-radius: 3px;
}
.google-search .gsc-search-box table .gsc-input input {
  font-size: 100%;
}
.google-search .gsc-search-box table .gsc-search-button button {
  border: 0;
  background: #ede9ab url("../imgs/icon/search.svg") center center/15px no-repeat;
  height: 36px;
  width: 100px;
  cursor: pointer;
}
.google-search .gsc-search-box table .gsc-search-button button:hover {
  background-color: #d4cf7f;
}
.google-search .gsc-search-box table .gsc-search-button button svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .google-search .gsc-search-box table .gsc-search-button button {
    width: 50px;
  }
}

.main-nav {
  z-index: 99;
  margin-top: 18px;
  padding: 15px 32px;
  border-radius: 30px;
  background-color: #25944A;
}
.main-nav.is-fixed {
  position: fixed;
  top: 0;
}
.main-nav_ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-nav_item {
  font-size: 93.75%;
  margin-right: 25px;
  line-height: 1;
  letter-spacing: 0;
}
.main-nav_item:last-child {
  margin-right: 0;
}
.main-nav_item > a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  padding: 4px 0;
}
.main-nav_item > a:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.main-nav_item > a > svg {
  margin-left: 4px;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .main-nav {
    margin-top: 1.5rem;
    margin-left: 0;
    border-radius: 0;
    text-align: center;
    background-color: revert;
  }
  .main-nav.is-fixed {
    position: revert;
    top: revert;
  }
  .main-nav_ul {
    display: revert;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .main-nav_item {
    text-align: center;
    font-size: 100%;
    margin-right: 0;
    margin-top: 1.5rem;
    letter-spacing: 0.1rem;
  }
  .main-nav_item > a {
    color: #202020;
  }
  .main-nav_item > a > svg {
    display: none;
  }
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  left: -100px;
  opacity: 0;
  z-index: 10;
  transition: all 0.2s;
  width: auto;
  /* Hiding */
  max-height: 0;
  overflow: hidden;
}
.dropdown-menu_inner {
  margin-top: 25px;
}
.dropdown-menu_ul {
  width: 640px;
  padding: calc(24px - 0.75rem) 34px 40px 34px;
  background-color: #CDEAD3;
  background-color: #fff;
  border: 1px solid #2a9747;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.dropdown-menu_item {
  margin-top: 0.75rem;
  width: 48%;
}
.dropdown-menu_item > a {
  display: block;
  color: #202020;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  border-bottom: 1px solid #d0d3d0;
  background: url("../imgs/icon/arrow.svg") top 12px right 2px/14px no-repeat;
  transition: border, color 0.2s;
}
.dropdown-menu_item > a:hover {
  color: #25944A;
  text-decoration: none;
  border-bottom: 1px solid #25944A;
  background: url("../imgs/icon/arrow_link.svg") top 12px right 2px/14px no-repeat;
}
@media screen and (max-width: 768px) {
  .dropdown-menu {
    display: none;
  }
}

.dropdown.-active .dropdown-menu {
  max-height: 500px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .dropdown.-active .dropdown-menu {
    max-height: 0;
  }
}

.sp-navigation {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-navigation {
    display: block;
    width: 80vw;
    margin: 2.25rem auto 0 auto;
    background-color: #e8f6ed;
    padding: 1.5rem;
    border-radius: 10px;
  }
  .sp-navigation ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sp-navigation ul li {
    font-size: 81.25%;
    border-left: 1px solid #ccc;
    margin-left: 0.75rem;
    padding-left: 0.75rem;
    line-height: 1;
  }
  .sp-navigation ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .sp-navigation ul li a {
    color: #404040;
    text-decoration: none;
  }
  .sp-navigation ul li a:hover {
    color: #25944A;
    text-decoration: underline;
  }
  .sp-navigation_search {
    margin-top: 1.5rem;
  }
  .sp-navigation_search p {
    font-size: 87.5%;
    margin-bottom: 6px;
  }
}

.l-site-footer {
  width: 100%;
}

.footer-content {
  padding: 3.375rem 3.375rem 3.375rem 3.375rem;
  background: linear-gradient(135deg, #E5F5E5, #E4F2FC);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .footer-content {
    display: revert;
    padding: 2.25rem 20px 3.375rem 20px;
  }
  .footer-content_nav {
    border-top: 1px solid #c7d3c8;
    margin-top: 2.25rem;
    padding-top: 2.25rem;
  }
}

.footer-logo-area_address {
  font-size: 87.5%;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .footer-logo-area_address {
    font-size: 81.25%;
  }
  .footer-logo-area img {
    max-width: 80%;
    height: auto;
  }
}

.footer-sns {
  margin-top: 1.5rem;
}
.footer-sns ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-sns li {
  margin-right: 1rem;
}

.privacy-mark {
  margin-top: 2.25rem;
}

.footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-nav ul {
  margin-left: 2.25rem;
}
.footer-nav li {
  margin-top: 1rem;
  font-size: 93.75%;
  min-width: 12rem;
  padding-left: 16px;
  background: url("../imgs/nav_bullet.svg") 0 10px/6px no-repeat;
}
.footer-nav li:first-child {
  margin-top: 0;
}
.footer-nav li a {
  color: #333333;
  text-decoration: none;
}
.footer-nav li a:hover {
  color: #25944A;
  text-decoration: underline;
}
.footer-nav_s li {
  font-size: 81.25%;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    display: revert;
  }
  .footer-nav ul {
    margin-left: 0.5rem;
    margin-top: -10px;
  }
  .footer-nav_s {
    padding-top: 2.25rem;
  }
  .footer-nav_s li {
    margin-top: 1rem;
  }
}

.footer-lower {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  .footer-lower {
    margin-top: 2.25rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-lower > * {
  text-align: center;
}

.backtotop {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
}
.backtotop a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border: 1px solid #25944A;
  border-radius: 25px;
  background-color: #fff;
}
.backtotop a:hover {
  background-color: #E5F5E5;
}
.backtotop img {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .backtotop {
    position: relative;
    text-align: center;
    right: inherit;
    margin-bottom: 0.75rem;
  }
  .backtotop a {
    margin-left: auto;
    margin-right: auto;
  }
}

.copyright {
  margin-top: 1rem;
  font-size: 75%;
  color: #808080;
}

.main-content {
  margin-bottom: 120px;
  min-height: 480px;
}
.main-content.-philosophy {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main-content {
    margin-bottom: 5.0625rem;
  }
}

.page-header {
  margin-top: calc(3.375rem - 10px);
  padding-bottom: calc(2.25rem + 1px);
  background: url("../imgs/line_dotted.png") bottom left/96px repeat-x;
}
.page-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.page-header_title {
  margin-right: 5.0625rem;
  padding-top: 30px;
  background: url("../imgs/page_header_bullet.png") 0 0 no-repeat;
}
.page-header_title h1 {
  color: #080808;
  letter-spacing: 0.2rem;
  font-size: 200%;
  line-height: 1.5;
}
.page-header_outline {
  font-size: 93.75%;
  margin-top: 3.375rem;
  color: #2f4039;
}
.page-header_subtitle {
  font-size: 125%;
  color: #202020;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-header_eyecatch {
  width: 450px;
  flex-shrink: 0;
}
.page-header_eyecatch img {
  border-radius: 10px;
}
.page-header_back {
  flex-shrink: 0;
}
.page-header_back p {
  padding-bottom: 2px;
  font-size: 87.5%;
}
@media screen and (max-width: 768px) {
  .page-header {
    margin-top: 1.5rem;
  }
  .page-header_inner {
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .page-header_title {
    margin-top: 2.25rem;
    margin-right: 0;
  }
  .page-header_title h1 {
    font-size: 175%;
  }
  .page-header_outline {
    font-size: 87.5%;
    margin-top: 1.5rem;
  }
  .page-header_subtitle {
    font-size: 110%;
    line-height: 1.5;
  }
  .page-header_eyecatch {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
  .page-header_eyecatch img {
    border-radius: 0;
  }
  .page-header_back {
    margin-top: 2.25rem;
    width: 100%;
  }
  .page-header_back p {
    text-align: right;
    padding-bottom: 0;
  }
}

.page-header.-noimage .page-header_inner {
  display: block;
}

.page-header.-backbtn .page-header_inner {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .page-header.-backbtn .page-header_inner {
    align-items: flex-start;
    flex-flow: column;
    flex-direction: column;
  }
}

.project-data {
  margin-top: calc(5.0625rem + 20px) !important;
  padding: calc(2.25rem + 10px);
  border-radius: 10px;
  background: #f4f5f5;
}
.project-data h2 {
  font-weight: 600;
  color: #1b676a;
  font-size: 100%;
}
.project-data dl {
  margin-top: 2.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.project-data dl > * {
  flex-basis: 48%;
  margin-top: 2.25rem;
}
.project-data dl > *:nth-child(1), .project-data dl > *:nth-child(2) {
  margin-top: 0;
}
.project-data dt {
  font-size: 81.25%;
  color: #404040;
  font-weight: 600;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e5e2;
}
.project-data dd {
  margin-top: 0.75rem;
  font-size: 87.5%;
  padding-right: 1.5rem;
}
.project-data_contact dd {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .project-data {
    margin-top: 5.0625rem !important;
    padding: 1.5rem;
    border-radius: 0;
  }
  .project-data dl {
    margin-top: 0;
    display: revert;
  }
  .project-data dl > *, .project-data dl > *:nth-child(1), .project-data dl > *:nth-child(2) {
    margin-top: 1.5rem;
  }
  .project-data dd {
    margin-top: 0.5rem;
    padding-right: 0;
  }
  .project-data_contact dd {
    margin-top: 0.75rem;
    padding-bottom: 0.5rem;
  }
}

.local-nav ul {
  border-top: 2px solid #25944A;
}
.local-nav li {
  font-size: 93.75%;
  margin-top: 1rem;
  letter-spacing: 0;
}
.local-nav li:first-child {
  margin-top: calc(1rem - 2px);
}
.local-nav a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 30px;
  border-bottom: 1px solid #d0d3d0;
  color: #202020;
  background: url("../imgs/nav_bullet.svg") center right 9px/6px no-repeat;
  transition: border, color 0.2s;
}
.local-nav a::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #25944A;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.15s;
}
.local-nav a:hover {
  background: url("../imgs/nav_arrow.svg") center right 6px/12px no-repeat;
  color: #0a662a;
}
.local-nav a:hover::after {
  transform: scale(1, 1);
}
.local-nav .-selected a {
  border-bottom: 1px solid #25944A;
  color: #0a662a;
  font-weight: 600;
}

.page-header-project {
  z-index: 2;
  position: relative;
  margin-top: 2.25rem;
  padding: 3.375rem 3.375rem;
  background-color: #fff;
  border: 1px solid #d0d3d0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .page-header-project {
    margin-top: 1.5rem;
    padding: calc(1.5rem + 10px) 1.5rem;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .page-header-project_title h1 {
    font-size: 175%;
  }
}

.project-selector {
  margin-top: 2.25rem;
}
.project-selector_tags dl {
  border-top: 1px solid #ccd8cc;
}
.project-selector_tags dl > * {
  border-bottom: 1px solid #ccd8cc;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.project-selector_tags dt {
  width: 13rem;
  flex-shrink: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 600;
}
.project-selector_tags dd {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 93.75%;
}
@media screen and (max-width: 768px) {
  .project-selector_tags dl > * {
    display: revert;
  }
  .project-selector_tags dt {
    width: revert;
    padding-bottom: 0;
  }
  .project-selector_tags dd {
    padding-top: 1rem;
    font-size: 87.5%;
  }
}

.project-wrap {
  background-color: #eaf4e8;
  margin-top: -120px;
  padding-top: calc(5.0625rem + 120px);
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .project-wrap {
    margin-top: 0;
    padding-top: 2.25rem;
    padding-bottom: 5.0625rem;
  }
}

.project-wrap.-top {
  margin-top: 0;
  padding-top: 5.0625rem;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .project-wrap.-top {
    padding-top: 3.375rem;
    padding-bottom: 5.0625rem;
  }
}

.l-project-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.375rem 3.375rem;
}
.l-project-list_message {
  text-align: center;
  grid-column: 1/4;
}
@media screen and (max-width: 768px) {
  .l-project-list {
    display: revert;
    margin-left: 6vw;
    margin-right: 6vw;
  }
  .l-project-list > * {
    margin-top: 2.25rem;
  }
}

.project-term-title {
  text-align: center;
}
.project-term-title h2 {
  display: inline-block;
  font-size: 200%;
  text-align: center;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.5;
  color: #0e3426;
  background: linear-gradient(transparent 70%, #6ec27c 50%);
}
.project-term-title p {
  text-align: center;
  width: 34rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  color: #2f4039;
  font-size: 93.75%;
}
@media screen and (max-width: 768px) {
  .project-term-title h2 {
    margin-top: 1rem;
    font-size: 175%;
  }
  .project-term-title p {
    width: revert;
    font-size: 87.5%;
  }
}

p.page-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  letter-spacing: 0;
}
p.page-nav span {
  min-width: 32px;
  border-radius: 16px;
  display: block;
  text-align: center;
  margin: 0 3px;
  padding: 7px 8px 9px 8px;
  background-color: #25944A;
  color: #fff;
}
p.page-nav span.dots {
  color: #888888;
  background-color: inherit;
}
p.page-nav a {
  min-width: 32px;
  display: block;
  text-align: center;
  margin: 0 3px;
  padding: 7px 8px 9px 8px;
  text-decoration: none;
  color: #666666;
}
p.page-nav a:hover {
  text-decoration: none;
  color: #25944A;
}
.pager {
  margin-top: 5.0625rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-top: 1px solid #d0d3d0;
  border-bottom: 1px solid #d0d3d0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pager_prev {
  flex-grow: 1;
  text-align: left;
}
.pager_prev a {
  padding-left: 26px;
  background: url("../imgs/icon/arrow_back.svg") top 5px left 0/16px no-repeat;
}
.pager_next {
  flex-grow: 1;
  text-align: right;
}
.pager_next a {
  padding-right: 26px;
  background: url("../imgs/icon/arrow_link.svg") top 5px right 0/16px no-repeat;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 3.375rem;
  }
}

.l-magazine-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.375rem 3.375rem;
}
.l-magazine-list_message {
  text-align: center;
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .l-magazine-list {
    display: revert;
  }
  .l-magazine-list > * {
    margin-top: 2.25rem;
  }
}

.l-magazine-list.-col3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.l-magazine-list.-col3_message {
  grid-column: 1/4;
}

.magazine-subscription {
  background-color: #fff;
  border: 1rem solid #e4f2fb;
  border-radius: 10px;
  padding: 1.5rem;
}
.magazine-subscription p, .magazine-subscription li {
  font-size: 93.75%;
}
.magazine-subscription > *:last-child {
  margin-top: 2.25rem;
  padding-top: 2.25rem;
  border-top: 1px solid #d0d3d0;
}
@media screen and (max-width: 768px) {
  .magazine-subscription {
    border: 1rem solid #e4f2fb;
    padding: 1.5rem;
  }
}

.magazine-cover_img {
  text-align: center;
}
.magazine-cover_img img {
  width: 100%;
  height: auto;
  max-width: 300px;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 3px 8px #e5e5e5;
}
.magazine-cover h3 {
  margin-top: 1.5rem;
  font-size: 81.25%;
  font-weight: 600;
}
.magazine-cover_artist {
  margin-top: 0.75rem;
  font-size: 81.25%;
  line-height: 1.6;
  color: #666666;
}
.magazine-cover p.book-info {
  margin-top: 1.5rem;
  font-size: 87.5%;
  line-height: 1.8;
  color: #202020;
}

.magazine-detail {
  position: relative;
  margin-bottom: 2.25rem;
}
.magazine-detail_num {
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 93.75%;
  font-weight: 600;
  line-height: 1;
  color: #0e5a5a;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #0e5a5a;
  border-radius: 3px;
}
.magazine-detail_feature {
  font-size: 160%;
  font-weight: 600;
  margin-right: 120px;
}
.magazine-detail_feature span {
  font-size: 80%;
  font-weight: 400;
}
.magazine-detail_description {
  border-top: 1px solid #d0d3d0;
  border-bottom: 1px solid #d0d3d0;
  margin-top: 2.25rem;
  padding: 1.5rem 0;
  font-size: 93.75%;
}
@media screen and (max-width: 768px) {
  .magazine-detail_num {
    position: relative;
  }
  .magazine-detail_feature {
    margin-right: 0;
    margin-top: 0.75rem;
  }
}

.magazine-excerpt-header {
  background-color: #e4f2fb;
  padding: 3.375rem;
  border-radius: 0 0 10px 10px;
  border-top: 5px solid #1CA0D0;
}
.magazine-excerpt-header h1 {
  color: #080808;
  letter-spacing: 0.1rem;
  font-size: 200%;
  line-height: 1.5;
}
.magazine-excerpt-header_speaker {
  font-size: 112.5%;
  margin-top: 3.375rem;
}
@media screen and (max-width: 768px) {
  .magazine-excerpt-header {
    padding: 1.5rem;
    border-radius: 0;
  }
  .magazine-excerpt-header h1 {
    font-size: 175%;
  }
  .magazine-excerpt-header_speaker {
    font-size: 100%;
    margin-top: 1.5rem;
  }
}

.btn-area {
  padding-top: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn-area {
    padding-top: 1rem;
  }
}

.content-header {
  margin-top: 2.25rem;
  background-color: #e4f2fb;
  padding: 3.375rem;
  border-radius: 10px;
}
.content-header h1 {
  margin-top: 0.5rem;
  color: #080808;
  letter-spacing: 0.1rem;
  font-size: 175%;
  line-height: 1.5;
}
.content-header_data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.content-header_data p {
  color: #404040;
}
.content-header_data ul li {
  margin-left: 1rem;
  font-size: 87.5%;
  line-height: 1;
}
.content-header_data ul li a {
  display: block;
  background-color: #fff;
  border: 1px solid #cbd9e2;
  color: #404040;
  padding: 0.25rem 0.8rem 0.3rem 0.8rem;
  border-radius: 30px;
  text-decoration: none;
}
.content-header_data ul li a:hover {
  background-color: #1CA0D0;
  border: 1px solid #1CA0D0;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .content-header {
    margin-top: 1.5rem;
    padding: 2.25rem 1.5rem;
    border-radius: 0;
  }
  .content-header h1 {
    margin-top: 0;
    font-size: 150%;
  }
}

.list-row {
  border-bottom: 1px solid #d0d3d0;
}
.list-row li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #d0d3d0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-block: 0;
}
.list-row li > *:first-child {
  flex-grow: 1;
  width: 7.5rem;
}
.list-row li > *:last-child {
  flex-basis: 0;
  flex-grow: 999;
  margin-left: 1rem;
}
.list-row_date {
  font-size: 87.5%;
  color: #666666;
  text-align: center;
}
.list-row_title {
  font-size: 100%;
  font-weight: 400;
}
.list-row_title a {
  color: #202020;
  text-decoration: none;
}
.list-row_title a:hover {
  color: #25944A;
  text-decoration: underline;
}
.list-row_message {
  display: block !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-row li {
    display: revert;
  }
  .list-row li > *:first-child {
    width: revert;
  }
  .list-row li > *:last-child {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .list-row_date {
    text-align: left;
  }
}

.list-row.-s li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.list-row.-s .list-row_title {
  font-size: 93.75%;
}

/* .news-list {
	margin-top: -($s5);
	li {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		border-bottom: 1px solid $color-line;
		//padding-top: $s4;
		margin-top: $s5;
		padding-bottom: 20px;
	}
	li > *:first-child {
		flex-grow: 1;
		//width: 150px;
	}
	li > *:last-child {
		flex-basis: 0;
		flex-grow: 999;
		margin-left: $s6;
	}
	&_date {
		font-size: $fs-14;
		color: #666666;
		padding-top: 2px;
	}
	p a {
		@include a_plain($color-text);
	}
	&_message {
		display: block !important;
		text-align: center;
	}
	@include media_query(md) {
		li {
			display: revert;
		}
		li > *:first-child {
			width: auto;
		}
		li > *:last-child {
			margin-left: 0;
		}
		&_date {
			font-size: $fs-13;
			padding-top: 0;
			padding-bottom: $s1;
		}
	}
}
.news-list.-s {
	margin-top: -($s4);
	li {
		margin-top: $s4;
		padding-bottom: 15px;
		font-size: $fs-15;
	}
} */
.seminar-header {
  position: relative;
  background-color: #e4f2fb;
  padding: 3.375rem;
  border-radius: 10px;
}
.seminar-header_badge-accepting {
  position: absolute;
  font-size: 87.5%;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  background-color: #ccc;
  z-index: 2;
  top: 2.25rem;
  right: 2.25rem;
  border-radius: 5px;
  background-color: #0080c5;
  color: #fff;
}
.seminar-header_title {
  position: relative;
  padding-bottom: 15px;
}
.seminar-header_title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 66px;
  bottom: -15px;
  left: calc(50% - 33px);
  background-color: #202020;
}
.seminar-header_title h1 {
  color: #202020;
  letter-spacing: 0.1rem;
  font-size: 175%;
  line-height: 1.5;
  text-align: center;
}
.seminar-header_title p {
  font-size: 112.5%;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
}
.seminar-header_num {
  text-align: center;
  margin-bottom: 20px;
}
.seminar-header_num span {
  display: inline-block;
  font-size: 100%;
  line-height: 1;
  color: #202020;
  background-color: #fff;
  padding: 0.4rem 0.6rem;
  border: 1px solid #202020;
  border-radius: 3px;
}
.seminar-header_sponsored {
  margin-top: 2.25rem;
  text-align: center;
  font-size: 81.25%;
}
.seminar-header_body {
  margin-top: 3.375rem;
}
.seminar-header_body p {
  font-size: 93.75%;
}
.seminar-header_eyecatch {
  width: 450px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .seminar-header {
    padding: 2.25rem 1.5rem;
    border-radius: 0;
  }
  .seminar-header_badge-accepting {
    position: relative;
    top: revert;
    right: revert;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .seminar-header_title h1 {
    font-size: 150%;
  }
  .seminar-header_eyecatch {
    width: auto;
  }
}

.seminar-contact {
  margin-top: 120px !important;
  border: 1px solid #ccc;
  padding: 2.25rem;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .seminar-contact {
    margin-top: 5.0625rem !important;
    border-left: 0;
    border-right: 0;
    padding: 1.5rem;
    border-radius: 0;
  }
}

.link-archive-area {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 2.25rem;
}
.link-archive-area a {
  color: #404040;
  text-decoration: none;
}
.link-archive-area a:hover {
  color: #25944A;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .link-archive-area {
    padding: 1.5rem;
  }
}

.l-mission {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.l-mission_image-l {
  width: auto;
  order: 1;
}
.l-mission_image-l img, .l-mission_image-r img {
  height: auto;
  border-radius: 10px;
}
.l-mission_image-l > *:nth-child(1) {
  margin-top: 60px;
}
.l-mission_image-l > *:nth-child(1) img {
  width: 95%;
}
.l-mission_image-l > *:nth-child(2) {
  margin-top: 100px;
  text-align: right;
}
.l-mission_image-l > *:nth-child(2) img {
  width: 80%;
}
.l-mission_image-r {
  width: auto;
  order: 3;
}
.l-mission_image-r > *:nth-child(1) {
  margin-top: 150px;
  text-align: right;
}
.l-mission_image-r > *:nth-child(1) img {
  width: 95%;
}
.l-mission_body {
  order: 2;
  width: 600px;
  flex-shrink: 0;
  margin-left: 5.0625rem;
  margin-right: 5.0625rem;
  padding-top: 10px;
}
.l-mission_body p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-mission {
    display: revert;
  }
  .l-mission_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .l-mission_image-l > *:nth-child(1) {
    margin-top: 50px;
  }
  .l-mission_image-l > *:nth-child(1) img {
    width: 80%;
  }
  .l-mission_image-l > *:nth-child(2) {
    margin-top: -30px;
  }
  .l-mission_image-l > *:nth-child(2) img {
    width: 60%;
  }
  .l-mission_image-r > *:nth-child(1) {
    margin-top: 30px;
    text-align: center;
  }
  .l-mission_image-r > *:nth-child(1) img {
    width: 80%;
  }
}

.l-philosophy {
  background-color: #f6f5ef;
  padding-top: 5.0625rem;
  padding-bottom: 5.0625rem;
}
@media screen and (max-width: 768px) {
  .l-philosophy {
    padding-top: 3.375rem;
    padding-bottom: 2.25rem;
  }
}

/* 
.philosophy-message {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	&_text {
		margin-top: $s3;
		width: 60%;
	}
	&_text p {
		line-height: 2.0;
	}
	&_item01 {
		text-align: center;
	}
	&_item01 img {
		width: 90%;
		height: auto;
	}
	&_item02 {
		margin-top: 40px;
		margin-right: -50px;
		text-align: right;
	}
	&_item02 img {
		width: 45%;
		height: auto;
	}
	&_item03 {
		margin-top: -20px;
		margin-left: -30px;
	}
	&_item03 img {
		width: 60%;
		height: auto;
	}
	&_photo {
		position: relative;
		margin-left: calc($s7 + 30px);
		width: 40%;
	}
	@include media_query(md) {
		display: revert;
		&_text {
			margin-top: 0;
			width: revert;
		}
		&_text h2 {
			text-align: center;
		}
		&_photo {
			margin-top: $s6;
			margin-left: 0;
			width: revert;
		}
		&_item01 {
			text-align: center;
		}
		&_item01 img {
			width: 90%;
			height: auto;
		}
		&_item02 {
			margin-top: $s4;
			margin-right: 0;
			text-align: center;
		}
		&_item02 img {
			width: 90%;
			height: auto;
		}
		&_item03 {
			margin-top: $s4;
			margin-left: 0;
			text-align: center;
		}
		&_item03 img {
			width: 90%;
			height: auto;
		}
	}
} */
.philosophy-container {
  border-top: 1px solid #d0d3d0;
  padding-top: 5.0625rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.philosophy-container h2 {
  font-size: 150%;
  font-weight: 600;
  color: #2a9747;
}
.philosophy-container_body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 3.375rem;
}
.philosophy-container_body > *:last-child {
  width: 700px;
  flex-shrink: 0;
  margin-left: 3.375rem;
}
.philosophy-container_body p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .philosophy-container {
    padding-top: 3.375rem;
    margin-left: 0;
    margin-right: 0;
  }
  .philosophy-container_body {
    margin-top: 2.25rem;
    display: revert;
  }
  .philosophy-container_body > *:last-child {
    width: revert;
    margin-left: 0;
    margin-top: 2.25rem;
  }
}

/* .l-sitemap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-left: 5%;
	margin-right: 5%;
	& > * {
		width: 46%;
	}
	@include media_query(md) {
		display: revert;
		margin-left: 0;
		margin-right: 0;
		& > * {
			width: auto;
		}
		& > *:last-child {
			margin-top: $s6;
			padding-top: calc(6px + $s7);
			background: url("../imgs/separator.svg") top 20px center/200px 6px no-repeat;
		}
	}
}
.list-sitemap {
	li {
		font-size: $fs-16;
		margin-top: $s4;
	}
	li:first-child {
		margin-top: 0;
	}
	a {
		position: relative;
		display: block;
		text-decoration: none;
		line-height: 1.5;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 30px;
		border-bottom: 1px solid $color-line;
		color: $color-text;
		background: url("../imgs/nav_arrow.svg") center right 6px/12px no-repeat;
		transition: border,color 0.2s;
	}
	a::after {
		position: absolute;
		left: 0;
		bottom: -1px;  
		content: '';
		width: 100%;
		height: 1px;
		background: $color-link;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform 0.15s;
	}
	a:hover {
		color: #0a662a;
	}
	a:hover::after {
		transform: scale(1, 1);
	}
	&.-others {
		margin-top: $s7;
		padding-top: calc(6px + $s7);
		background: url("../imgs/separator.svg") top 20px center/200px 6px no-repeat;
	}
	@include media_query(md) {
		&.-others {
			margin-top: $s6;
		}
	}
} */
.content-body .cont-sitemap {
  margin-top: -1rem;
}
.content-body .cont-sitemap h3 {
  margin-top: 1rem !important;
  padding: 0;
  font-size: 110%;
  font-weight: 600;
  color: #202020;
  background: none;
  margin-block: 0;
}
.content-body .cont-sitemap h3 a {
  display: block;
  padding: 10px 15px;
  color: #202020;
  text-decoration: none;
  padding-right: 30px;
  background: url("../imgs/nav_arrow.svg") center right 8px/12px no-repeat;
  background-color: #eaf4e8;
  transition: all 0.2s;
  border-radius: 5px;
}
.content-body .cont-sitemap h3 a:hover {
  color: #25944A;
  background-color: #e0eedd;
}
.content-body .cont-sitemap h2 {
  margin-top: 1rem !important;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.5;
  border-top: 0;
  padding: 6px 15px;
  color: #fff;
  background-color: #6f6859;
  margin-block: 0;
  border-radius: 5px;
}
.content-body .cont-sitemap h2:after {
  display: none;
}
.content-body .cont-sitemap ul + h2 {
  margin-top: 3.375rem !important;
}
.content-body .cont-sitemap ul + h3 {
  margin-top: 1.5rem !important;
}
.content-body .cont-sitemap h3 + h2 {
  margin-top: 3.375rem !important;
}
.content-body .cont-sitemap ul {
  margin-top: 0.5rem;
}
.content-body .cont-sitemap ul li {
  background: none;
}
.content-body .cont-sitemap ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 30px;
  border-bottom: 1px solid #d0d3d0;
  color: #202020;
  background: url("../imgs/nav_arrow.svg") center right 8px/12px no-repeat;
  transition: border, color 0.2s;
}
.content-body .cont-sitemap ul li a::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #25944A;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.15s;
}
.content-body .cont-sitemap ul li a:hover {
  color: #0a662a;
}
.content-body .cont-sitemap ul li a:hover::after {
  transform: scale(1, 1);
}

.list-sitemap-lower {
  padding-bottom: 0.75rem;
}
.list-sitemap-lower li {
  font-size: 93.75%;
  margin-top: 0.75rem;
  margin-left: 1.5rem;
}
.list-sitemap-lower li:first-child {
  margin-top: 0.75rem;
}

.more {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .more {
    text-align: center;
  }
}

.l-top-slider {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .l-top-slider {
    margin-top: 1rem;
  }
}

.swiper {
  width: 100%;
}

.swiper .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 10px;
  max-height: 29.4117647059vw;
}
@media screen and (min-width: 1600px) {
  .swiper .swiper-slide img {
    max-height: 25.2100840336vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper .swiper-slide img {
    max-height: revert;
    border-radius: 0;
  }
}

.swiper .swiper-pagination-bullet {
  background: #1CA0D0;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: #1CA0D0;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    --swiper-navigation-size: 28px;
  }
}

.l-top-visual {
  margin-top: 1rem;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 500px;
  background: linear-gradient(135deg, #E5F5E5, #E4F2FC);
}
.l-top-visual > * {
  margin-left: 8vw;
  background-image: url("../imgs/top_visual.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 470px;
  border-radius: 0 0 0 10px;
}
.l-top-visual img {
  margin-left: -4vw;
  margin-top: 260px;
}
@media screen and (max-width: 768px) {
  .l-top-visual {
    margin-top: 1rem;
    padding-bottom: 10px;
    height: auto;
  }
  .l-top-visual > * {
    margin-left: 0;
    height: 35.2941176471vw;
    border-radius: 0;
  }
  .l-top-visual img {
    margin-left: 10px;
    margin-top: 9vw;
    width: 30vw;
    height: auto;
  }
}

.l-top-news {
  margin-top: 3.375rem;
  margin-bottom: 3.375rem;
}
.l-top-news_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.l-top-news_inner > *:first-child {
  flex-grow: 1;
}
.l-top-news_inner > *:last-child {
  flex-basis: 0;
  flex-grow: 999;
  margin-left: 5.0625rem;
}
@media screen and (max-width: 768px) {
  .l-top-news {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .l-top-news_inner {
    display: revert;
  }
  .l-top-news_inner > *:last-child {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.l-top-mission {
  position: relative;
  background-color: #f6f5ef;
  padding-top: 5.0625rem;
  padding-bottom: 5.0625rem;
}
@media screen and (max-width: 768px) {
  .l-top-mission {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
}

.top-magazine {
  position: relative;
  margin-top: 5.0625rem;
  background-color: #eceae2;
  padding: calc(2.25rem + 10px);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.top-magazine_cover {
  order: 2;
  width: 180px;
  flex-shrink: 0;
  margin-left: 2.25rem;
}
.top-magazine_cover a {
  display: block;
  background-color: #fff;
}
.top-magazine_detail {
  order: 1;
}
.top-magazine_title {
  display: block;
  color: #202020;
  text-decoration: none;
}
.top-magazine_title:hover {
  color: #25944A;
  text-decoration: underline;
}
.top-magazine_detail h2 {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}
.top-magazine_detail h3 {
  font-size: 125%;
  margin-top: 0.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.top-magazine_detail h4 {
  margin-top: 1.5rem;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
}
.top-magazine_detail h4 span {
  font-size: 93.75%;
  font-weight: 400;
}
.top-magazine_summary {
  margin-top: 1rem;
  font-size: 87.5%;
}
@media screen and (max-width: 768px) {
  .top-magazine {
    display: revert;
    padding: calc(1.5rem + 10px);
  }
  .top-magazine_cover {
    width: auto;
    margin-left: 0;
    text-align: center;
  }
  .top-magazine_cover a {
    display: inline;
    background-color: revert;
  }
  .top-magazine_detail {
    margin-top: 1.5rem;
  }
}

.badge-magnum {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 81.25%;
  line-height: 1;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #ccc;
  z-index: 2;
  top: -30px;
  right: -30px;
  background-color: #e14799;
  color: #fff;
}
.badge-magnum span {
  font-size: 125%;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .badge-magnum {
    top: -30px;
    right: -10px;
  }
}

.l-top-subscribe {
  margin-top: 5.0625rem;
  border-bottom: 1px solid #d0d3d0;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0 0 calc(3.375rem + 10px) 0;
}
@media screen and (max-width: 768px) {
  .l-top-subscribe {
    margin-left: 0;
    margin-right: 0;
  }
}

.top-subscribe {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.top-subscribe > * {
  margin: 0 22px;
  width: 480px;
}
.top-subscribe_box {
  padding: 2.25rem;
  min-height: 400px;
  border: 1px solid #d0d3d0;
  border-radius: 10px;
}
.top-subscribe_box h2 {
  font-size: 112.5%;
  text-align: center;
}
.top-subscribe_box p {
  font-size: 93.75%;
  line-height: 2;
}
.top-subscribe_mm {
  padding-top: 15px;
}
.top-subscribe_mm a {
  display: block;
  padding: 0.75rem;
  background-color: #d3f2da;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  color: #303c32;
  transition: all 0.2s;
}
.top-subscribe_mm a:hover {
  background-color: #25944A;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-subscribe {
    display: revert;
  }
  .top-subscribe > * {
    margin: 0;
    width: 100%;
  }
  .top-subscribe_box {
    min-height: auto;
    margin-top: 1rem;
  }
  .top-subscribe .fb_iframe_widget, .top-subscribe .fb_iframe_widget span {
    width: 100% !important;
  }
  .top-subscribe .fb_iframe_widget iframe {
    position: relative !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.top-sns-list li {
  border-right: 1px solid #999;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.top-sns-list li:first-child {
  border-left: 1px solid #999;
}
.top-sns-list li a {
  color: #404040;
  text-decoration: none;
}
.top-sns-list li a:hover {
  text-decoration: underline;
}

.l-top-extras {
  margin-top: 5.0625rem;
}

.top-extras-list {
  width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.top-extras-list li {
  width: 256px;
}
.top-extras-list li a {
  color: #404040;
  text-decoration: none;
}
.top-extras-list li a:hover {
  text-decoration: underline;
}
.top-extras-list li span {
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 87.5%;
}
@media screen and (max-width: 768px) {
  .top-extras-list {
    width: auto;
    flex-direction: column;
  }
  .top-extras-list li {
    width: auto;
    margin-block: 0;
    margin-top: 1rem;
  }
  .top-extras-list li:first-child {
    margin-top: 0;
  }
}

.top-video {
  width: 860px;
  padding: 2.25rem;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #f4f2eb;
}
.top-video_titleline {
  padding: 1px;
  background: url("../imgs/line_dotted.png") bottom left/96px repeat-x;
}
.top-video_titleline h2 {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 150%;
}
.top-video_titleline p {
  margin-top: -5px;
  text-align: center;
  font-size: 81.25%;
  color: #404040;
}
.top-video_inner {
  margin-top: 2.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.top-video_embed {
  width: 45%;
}
.top-video_text {
  width: 50%;
}
.top-video_text a {
  display: block;
  color: #202020;
  text-decoration: none;
}
.top-video_text a:hover {
  color: #25944A;
  text-decoration: underline;
}
.top-video_text p {
  margin-top: 1rem;
  font-size: 87.5%;
}
.top-video_text span {
  color: #25944A;
}
@media screen and (max-width: 768px) {
  .top-video {
    width: auto;
    padding: 1.5rem 1.5rem 2.25rem 1.5rem;
  }
  .top-video_titleline h2 {
    font-size: 125%;
  }
  .top-video_inner {
    display: revert;
  }
  .top-video_embed {
    width: 100%;
  }
  .top-video_text {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.l-top-banner {
  border-top: 1px solid #d0d3d0;
  margin-top: 5.0625rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: calc(3.375rem + 10px);
}
@media screen and (max-width: 768px) {
  .l-top-banner {
    margin-left: 0;
    margin-right: 0;
  }
}

.top-banner-dl {
  margin-top: -2.25rem;
}
.top-banner-dl > div {
  margin-top: 2.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.top-banner-dl dt {
  width: 234px;
  text-align: center;
  flex-shrink: 0;
}
.top-banner-dl dd {
  margin-left: 1.5rem;
}
.top-banner-dl dd li {
  margin-top: 0.5rem;
  line-height: 1.4;
  font-size: 87.5%;
  margin-top: 0.5rem;
  padding-left: 26px;
  background: url("../imgs/icon/bullet_list.svg") 6px 3px/14px no-repeat;
}
.top-banner-dl dd li:first-child {
  margin-top: 0;
}
.top-banner-dl dd p {
  line-height: 1.4;
  font-size: 87.5%;
}
@media screen and (max-width: 768px) {
  .top-banner-dl > div {
    display: revert;
  }
  .top-banner-dl dt {
    width: revert;
    text-align: center;
  }
  .top-banner-dl dd {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.card {
  position: relative;
}
.card_img {
  border-radius: 10px;
  background-color: #fff;
}
.card_title {
  margin-top: 0.75rem;
}
.card_title h3 {
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
}
.card_title a {
  color: #202020;
  text-decoration: none;
}
.card_title a:hover {
  color: #25944A;
  text-decoration: underline;
}
.card_title p {
  font-size: 87.5%;
  line-height: 1.6;
}
.card_data {
  margin-top: 0.75rem;
}
.card_seminar-num {
  margin-top: 20px;
  display: inline-block;
  font-size: 87.5%;
  line-height: 1;
  color: #0e5a5a;
  padding: 0.25rem 0.5rem;
  border: 1px solid #0e5a5a;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .card_seminar-num {
    margin-top: 0.75rem;
  }
}

.card.-seminar .card_img {
  border: 1px solid #d0d3d0;
}

.badge-accepting {
  position: absolute;
  font-size: 81.25%;
  line-height: 1;
  padding: 0.4rem 0.6rem;
  background-color: #ccc;
  z-index: 2;
  top: 8px;
  right: 8px;
  border-radius: 5px;
  background-color: #0080c5;
  color: #fff;
}

.badge-latest {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 81.25%;
  line-height: 1;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #ccc;
  z-index: 2;
  top: -15px;
  right: -15px;
  background-color: #e14799;
  color: #fff;
}

.card-publishing {
  position: relative;
}
.card-publishing_cover {
  width: 100%;
}
.card-publishing_cover a {
  display: block;
  border: 1px solid #d0d3d0;
  padding: 0.75rem;
  border-radius: 10px;
  text-align: center;
}
.card-publishing_cover a:hover img {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.card-publishing_cover img {
  border: 1px solid #e0e0e0;
  height: 100%;
  width: auto;
}
.card-publishing h3 {
  margin-top: 0.75rem;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  text-align: center;
}
.card-publishing h3 a {
  color: #202020;
  text-decoration: none;
}
.card-publishing h3 a:hover {
  color: #25944A;
  text-decoration: underline;
}
.card-publishing h3.card-publishing_book-title {
  margin-top: 0.75rem;
  text-align: left;
}
.card-publishing h4 {
  font-size: 100%;
  margin-top: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}
.card-publishing h4 span {
  font-size: 87.5%;
  font-weight: 400;
}
.card-publishing_summary {
  font-size: 81.25%;
  margin-top: 0.75rem;
  color: #555;
  line-height: 1.5;
}

.tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
}
.tags li {
  margin-top: 0.75rem;
  margin-left: 0.75rem;
  line-height: 1;
}
.tags a {
  display: block;
  background-color: #f9f9f9;
  color: #202020;
  padding: 0.4rem 1rem 0.5rem 1rem;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  transition: all 0.2s;
}
.tags a:hover, .tags li.-selected a {
  background-color: #25944A;
  border: 1px solid #25944A;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .tags {
    margin-top: -0.5rem;
    margin-left: -0.5rem;
  }
  .tags li {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
  .tags a {
    font-size: 93.75%;
    padding: 0.4rem 0.8rem 0.5rem 0.8rem;
  }
}

.tags-s {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -0.5rem;
  margin-left: -0.75rem;
}
.tags-s li {
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  line-height: 1;
  font-size: 81.25%;
}
.tags-s a {
  display: block;
  background-color: #fff;
  color: #404040;
  padding: 0.25rem 0.6rem 0.3rem 0.6rem;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.2s;
}
.tags-s a:hover {
  background-color: #25944A;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .tags-s a {
    padding: 0.25rem 0.5rem 0.3rem 0.5rem;
  }
}

.btn {
  display: inline-block;
  line-height: 1;
  padding: 1rem 2rem;
  color: #fff !important;
  border: 0;
  border-radius: 30px;
  background-color: #25944A;
  transition: all 0.2s;
  min-width: 12rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  text-decoration: none !important;
  background-color: #1e763b;
}

.btn-s {
  display: inline-block;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  color: #fff !important;
  border: 0;
  border-radius: 30px;
  background-color: #333333;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.btn-s:hover {
  text-decoration: none !important;
  background-color: #292929;
}

.btn.-cl1, .btn-s.-cl1 {
  background-color: #2a9747;
}
.btn.-cl1:hover, .btn-s.-cl1:hover {
  background-color: #227939;
}

.btn.-cl2, .btn-s.-cl2 {
  background-color: #1CA0D0;
}
.btn.-cl2:hover, .btn-s.-cl2:hover {
  background-color: #1680a6;
}

.btn.-cl3, .btn-s.-cl3 {
  background-color: #3d72a1;
}
.btn.-cl3:hover, .btn-s.-cl3:hover {
  background-color: #315b81;
}

.btn-outline {
  display: inline-block;
  line-height: 1;
  padding: 1rem 1.5rem;
  border: 1px solid #25944A;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.btn-outline:hover {
  background-color: #E5F5E5;
}

.btn-back {
  display: inline-block;
  line-height: 1;
  padding: 0.8rem 2.5rem 0.8rem 1.25rem;
  border: 1px solid #25944A;
  border-radius: 30px;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  background: #fff url("../imgs/icon/back_list.svg") top 0.8rem right 1rem/1rem no-repeat;
}
.btn-back:hover {
  background-color: #E5F5E5;
}

.main-content.-philosophy + .l-site-footer .breadcrumb {
  background-color: #f6f5ef;
}

.breadcrumb {
  padding-bottom: 2.25rem;
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}
.breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.breadcrumb li {
  position: relative;
  font-size: 75%;
  line-height: 1.3;
  margin-left: 32px;
  letter-spacing: 0;
  color: #202020;
}
.breadcrumb li::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 12px;
  top: 8px;
  left: -22px;
  background-color: #bbbbbb;
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb li:first-child::before {
  display: none;
}
.breadcrumb a {
  color: #808080;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #25944A;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumb ul {
    margin-top: -0.5rem;
  }
  .breadcrumb li {
    margin-top: 0.5rem;
  }
}

.content-body > * + * {
  margin-top: 2.25rem;
}
.content-body > * + h2 {
  margin-top: calc(5.0625rem + 10px) !important;
}
.content-body h2 + h2 {
  margin-top: 3.375rem !important;
}
.content-body > * + hr {
  margin-top: 5.0625rem;
}
.content-body > * + h3, .content-body > * + h4 {
  margin-top: 3.375rem;
}
.content-body > * + h5, .content-body > * + h6 {
  margin-top: 2.25rem;
}
.content-body > * + p, .content-body > * + div, .content-body > * + figure, .content-body > * + ul, .content-body > * + ol {
  margin-top: 2.25rem;
}
.content-body h1 + h2, .content-body h2 + h3, .content-body h3 + h4, .content-body h4 + h5, .content-body h5 + h6 {
  margin-top: 2.25rem;
}
.content-body h3 + p, .content-body h3 + ul, .content-body h3 + ol {
  margin-top: 1.5rem;
}
.content-body h4 + p, .content-body h4 + ul, .content-body h4 + ol, .content-body h5 + p, .content-body h5 + ul, .content-body h5 + ol, .content-body h6 + p, .content-body h6 + ul, .content-body h6 + ol {
  margin-top: 1rem;
}
.content-body hr + * {
  margin-top: 5.0625rem;
}
.content-body > * + .kakomi, .content-body > * + .kakomi-frame {
  margin-top: 5.0625rem;
}
.content-body > * + .kakomi-s {
  margin-top: 2.25rem;
}
.content-body h2 + .kakomi, .content-body h2 + .kakomi-frame {
  margin-top: 2.25rem;
}
.content-body .kakomi-frame + .kakomi-frame {
  margin-top: 2.25rem;
}
.content-body h2 {
  position: relative;
  font-size: 175%;
  font-weight: bold;
  line-height: 1.5;
  border-top: solid 1px #c4d8c4;
  padding-top: 26px;
  padding-bottom: 10px;
  color: #080808;
  margin-block: 0;
}
.content-body h2:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #2a9747;
  top: -1px;
  height: 1px;
  width: 60px;
}
.content-body h2.box {
  font-size: 160%;
  text-align: center;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding: 1.5rem;
  border-radius: 10px;
  background-color: #c2efcf;
  color: #080808;
  margin-block: 0;
}
.content-body h2.box:after {
  display: none;
}
.content-body h3 {
  font-size: 140%;
  font-weight: 600;
  line-height: 1.5;
  color: #080808;
  padding-left: 28px;
  background: url("../imgs/icon/bullet_h.svg") top 58% left 2px/14px no-repeat;
}
.content-body h4 {
  font-size: 112.5%;
  font-weight: 600;
  line-height: 1.5;
  color: #080808;
}
.content-body h5 {
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
  color: #080808;
}
.content-body h6 {
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
  color: #080808;
}
.content-body ul {
  padding: 0;
}
.content-body ul li {
  margin-top: 0.75rem;
  padding-left: 28px;
  background: url("../imgs/icon/bullet_list.svg") 6px 7px/16px no-repeat;
}
.content-body ul li:first-child {
  margin-top: 0;
}
.content-body ul.list-line {
  border-bottom: 1px solid #d0d3d0;
}
.content-body ul.list-line li {
  border-top: 1px solid #d0d3d0;
  margin-top: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-block: 0;
  background-position-y: calc(7px + 0.75rem);
}
.content-body ul.list-line li a {
  color: #202020;
  text-decoration: none;
}
.content-body ul.list-line li a:hover {
  color: #25944A;
  text-decoration: underline;
}
.content-body ul.list-col2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.content-body ul.list-col2 li {
  width: 48%;
  border-bottom: 1px solid #d0d3d0;
  margin-top: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0;
  background: none;
}
.content-body ul.list-col2 li:nth-child(1), .content-body ul.list-col2 li:nth-child(2) {
  border-top: 1px solid #d0d3d0;
}
@media screen and (max-width: 768px) {
  .content-body ul.list-col2 {
    display: revert;
  }
  .content-body ul.list-col2 li {
    width: auto;
  }
  .content-body ul.list-col2 li:nth-child(2) {
    border-top: 0;
  }
}
.content-body ul.list-button {
  display: grid;
  gap: 1.5rem;
  grid-template-rows: auto;
}
.content-body ul.list-button.fr2 {
  grid-template-columns: 1fr 1fr;
}
.content-body ul.list-button.fr3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.content-body ul.list-button li {
  margin-top: 0;
  padding: 0;
  background: none;
}
.content-body ul.list-button li a {
  display: block;
  border: 1px solid #d0d3d0;
  padding: 0.75rem;
  border-radius: 3px;
  color: #202020;
  text-decoration: none;
  height: 100%;
  line-height: 1.5;
}
.content-body ul.list-button a:hover {
  color: #0a662a;
  border: 1px solid #25944A;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .content-body ul.list-button {
    gap: 1rem;
  }
}
.content-body ol li {
  margin-top: 0.75rem;
}
.content-body ol li:first-child {
  margin-top: 0;
}
.content-body .kakomi {
  background-color: #f7f4e5;
  padding: 2.25rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .content-body .kakomi {
    padding: 1.5rem;
  }
}
.content-body .kakomi > div > * + * {
  margin-top: 1.5rem;
}
.content-body .kakomi-s {
  background-color: #eaf4e8;
  padding: 2.25rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .content-body .kakomi-s {
    padding: 1.5rem;
  }
}
.content-body .kakomi-s > div > * + * {
  margin-top: 1rem;
}
.content-body .kakomi-frame {
  border: 1px solid #d0d3d0;
  padding: 2.25rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .content-body .kakomi-frame {
    padding: 1.5rem;
  }
}
.content-body .kakomi-frame > div > * + * {
  margin-top: 1.5rem;
}
.content-body .wp-block-table table {
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.content-body .wp-block-table thead {
  border: 0;
}
.content-body .wp-block-table th {
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  min-width: 5rem;
  font-weight: 600;
  background-color: #f1f3b9;
  font-size: 93.75%;
  vertical-align: middle;
}
.content-body .wp-block-table th.has-text-align-right {
  text-align: revert;
}
.content-body .wp-block-table td {
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  font-size: 93.75%;
  min-width: 5rem;
}
.content-body .wp-block-table.is-style-tb-line table {
  width: 100%;
  border: 0;
  border-top: 1px solid #dddddd;
}
.content-body .wp-block-table.is-style-tb-line th {
  border: 0;
  border-bottom: 1px solid #dddddd;
  padding: 1rem 0.75rem;
  font-weight: 600;
}
.content-body .wp-block-table.is-style-tb-line td {
  border: 0;
  border-bottom: 1px solid #dddddd;
  padding: 1rem 0.75rem;
}
.content-body .wp-block-table.is-style-tb-line tr:nth-child(even) th, .content-body .wp-block-table.is-style-tb-line tr:nth-child(even) td {
  background-color: #f4f3f0;
}
.content-body .wp-block-table.is-style-tb-index table {
  width: 100%;
  border: 0;
  border-top: 1px solid #dddddd;
}
.content-body .wp-block-table.is-style-tb-index td {
  border: 0;
  border-bottom: 1px solid #dddddd;
  padding: 0.5rem 0.75rem;
  font-size: 87.5%;
}
.content-body .wp-block-table.is-style-tb-index tr td:last-child {
  min-width: auto;
  width: 2rem;
  text-align: center;
}
.content-body .wp-block-table.is-style-tb-frame table {
  width: 100%;
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-radius: 10px;
  padding: 0.75rem;
}
.content-body .wp-block-table.is-style-tb-frame td {
  border: 0;
  padding: 0.5rem;
  min-width: 3rem;
}
.content-body .wp-block-table figcaption {
  font-size: 87.5%;
  margin-top: 1rem;
  color: #404040;
}
@media screen and (max-width: 768px) {
  .content-body .wp-block-table td {
    min-width: 10%;
  }
}
.content-body .wp-block-image .alignleft {
  margin-right: 2.25rem;
  margin-bottom: 2.25rem;
}
.content-body .wp-block-image .alignright {
  margin-left: 2.25rem;
  margin-bottom: 2.25rem;
}
.content-body .wp-block-image.is-style-img-shadow img {
  box-shadow: 0px 3px 9px #e0e0e0;
}
.content-body .wp-block-image figcaption.wp-element-caption {
  margin-top: 0.75rem !important;
  text-align: center;
  font-size: 87.5%;
  color: #666666;
}
.content-body .wp-block-buttons .wp-block-button a.wp-element-button {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  padding: 0.5rem 2.4rem 0.5rem 1.5rem;
  background: #25944A url("../imgs/icon/arrow_wh.svg") top 52% right 0.75rem/14px no-repeat;
  transition: all 0.2s;
}
.content-body .wp-block-buttons .wp-block-button a:hover {
  background-color: #1e763b;
}
.content-body .wp-block-buttons:where(.is-layout-flex) {
  gap: 1rem;
}
.content-body .wp-block-gallery.gallery-meishi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem 1rem;
}
.content-body .wp-block-gallery.gallery-meishi figure.wp-block-image {
  display: block;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  height: 100%;
  width: 100% !important;
  text-align: center;
  background-color: #fefaf1;
  border: 1px solid #eceae6;
}
.content-body .wp-block-gallery.gallery-meishi figure.wp-block-image img {
  display: inline-block;
}
.content-body .wp-block-gallery.gallery-meishi figure.wp-block-image:before {
  display: none;
}
.content-body .wp-block-gallery.gallery-meishi figcaption.wp-element-caption {
  font-size: 87.5%;
  position: relative;
  text-shadow: none;
  background: none;
  color: #202020;
  line-height: 1.5;
}
.content-body .wp-block-gallery.gallery-meishi figcaption.wp-element-caption strong {
  display: inline-block;
  background-color: #202020;
  color: #fff;
  padding: 2px 10px 2px 10px;
  margin-bottom: 5px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .content-body .wp-block-gallery.gallery-meishi {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 0.75rem;
  }
  .content-body .wp-block-gallery.gallery-meishi figcaption.wp-element-caption {
    font-size: 81.25%;
  }
}
.content-body .wp-block-group.is-layout-grid {
  gap: 2.25rem;
}
.content-body hr {
  border: 0;
  height: 46px;
  background: url("../imgs/separator.svg") top 20px center/300px 6px no-repeat;
}
.content-body hr.is-style-hr-line {
  border: 0;
  height: 1px;
  background: none;
  background-color: #d0d3d0;
}
.content-body blockquote.wp-block-quote {
  color: #666666;
  padding-left: 1.5rem;
  border-left: 2px solid #bbb;
}
.content-body .wp-block-column > * + * {
  margin-top: 1.5rem;
}
.content-body .has-small-font-size {
  font-size: 85% !important;
}
.content-body .has-medium-font-size {
  font-size: 100% !important;
}
.content-body .has-large-font-size {
  font-size: 115% !important;
}
.content-body .has-x-large-font-size {
  font-size: 130% !important;
}