@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%;
}

.fs-ll {
  font-size: 135%;
}

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

.color-red {
  color: #da0808;
}

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

ul.line {
  padding: 0;
  border-bottom: 1px solid #cfd6c6;
}
ul.line li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #cfd6c6;
}

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #101010;
  background: url("../imgs/bg_ark.png") top right no-repeat;
  background-color: #f1f4e9;
  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;
}

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

blockquote {
  font-style: normal;
  border-left: 3px solid #999;
  padding: 1rem;
  color: #666;
  background-color: #fff;
}

ul {
  list-style-type: none;
}

strong {
  font-weight: 600;
}

strong.red {
  color: #da0808;
}

em {
  font-weight: 600;
  font-style: normal;
  color: #da0808;
}

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: 5px;
  max-width: 100%;
}

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

a {
  text-decoration: underline;
  color: #456024;
}
a:hover {
  text-decoration: 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: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}
@media screen and (max-width: 768px) {
  .center {
    max-width: auto;
  }
}

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

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

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

.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.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;
}

.site-header {
  position: relative;
  padding: 3.375rem 2.25rem 1rem 2.25rem;
}

.project-logo {
  position: absolute;
  top: 1.5rem;
  right: 2.25rem;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.content-wrapper > *:first-child {
  flex-grow: 1;
  width: 300px;
}
.content-wrapper > *:last-child {
  flex-basis: 0;
  flex-grow: 999;
}

.site-footer {
  position: relative;
  margin-top: 120px;
  margin-bottom: 2.25rem;
  width: 100%;
}

.copyright {
  text-align: center;
  margin-top: 1rem;
  margin-left: 300px;
  font-size: 75%;
  color: #808080;
}
.copyright.-single {
  margin-left: 0;
}

.backtotop {
  position: absolute;
  top: -12px;
  right: 2.25rem;
}

.site-nav {
  padding: 0;
}

.gnav {
  margin-top: 3.375rem;
  padding: 26px 26px 26px 26px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}
.gnav li {
  margin-top: 10px;
  font-size: 93.75%;
}
.gnav li:first-child {
  margin-top: 0;
}
.gnav a, .gnav span {
  display: block;
  text-decoration: none;
  color: #456024;
  padding: 3px 7px;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.2s;
  cursor: pointer;
}
.gnav span {
  padding-right: 32px;
  background: url("../imgs/icon_arrowhead_down2.svg") center right 7px/18px no-repeat;
}
.gnav span:hover {
  opacity: 0.7;
}
.gnav a:hover, .gnav .selected a {
  background-color: #d6e0c7;
}
.gnav_lower {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.gnav_lower li {
  margin-top: 4px;
  font-size: 93%;
}
.gnav li.-mail a {
  display: inline-block;
  background: none;
  padding: 0 7px;
}
.gnav li.-mail a:hover {
  opacity: 0.7;
}

.gnav.is-fixed {
  position: fixed;
  top: 2.25rem;
  top: 0;
  width: 300px;
}

.dropdown {
  transition: all 0.2s;
  /* Hiding */
  max-height: 0;
  overflow: hidden;
}

.active .dropdown {
  max-height: 500px;
}

.main-content {
  margin-top: 3.375rem;
  margin-bottom: 2.25rem;
  min-height: 480px;
  border-radius: 10px;
}

.pagetitle {
  padding: 1.5rem;
  background-color: #dde6ce;
  border-radius: 10px;
  margin-bottom: -24px;
}
.pagetitle h1 {
  font-size: 175%;
  font-weight: 600;
  line-height: 1.5;
  color: #456024;
}
.pagetitle .subtitle {
  margin-bottom: 0.75rem;
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  padding: 4px 10px 5px 10px;
  border: 1px solid #456024;
  background-color: #456d15;
  border-radius: 2px;
}

.h-lg {
  font-size: 150%;
  font-weight: 600;
  line-height: 1.5;
  color: #456024;
  padding: 1rem 0;
  border-top: 3px solid #456d15;
  border-bottom: 1px solid #a8b895;
}

/* .h-lg {
	position: relative;
	font-size: 150%;
	font-weight: $fw-bold;
	line-height: 1.5;
	color: $color-theme;
	padding-left: calc(12px + 6px);
}
.h-lg:after {
	position: absolute;
	content: "";
	display: block;
	background-color: $color-theme;
	top: 3px;
	left: 0;
	height: calc(100% - 2px - 2px);
	width: 6px;
	border-radius: 2px;
} */
.h-md {
  font-size: 125%;
  font-weight: 600;
  line-height: 1.5;
  color: #456024;
}

.h-sm {
  font-size: 112.5%;
  font-weight: 600;
  line-height: 1.5;
}

.fig {
  border-radius: 5px;
  border: 1px solid #cfd6c6;
}

.top-message {
  display: inline-block;
  font-size: 200%;
  font-weight: 600;
  line-height: 1.5;
  color: #456024;
}

.l-top-visual {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 0.75rem;
}
.l-top-visual > * {
  width: 29%;
}
.l-top-visual > * img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.l-top-flow > * {
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.l-top-flow > *:nth-child(1) {
  background-color: #ffffff;
}
.l-top-flow > *:nth-child(2) {
  background-color: #fffff5;
}
.l-top-flow > *:nth-child(3) {
  background-color: #ffffe1;
}
.l-top-flow > *:nth-child(4) {
  background-color: #ffffd8;
}

.l-col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.l-col2 > *:first-child {
  margin-right: 2.25rem;
}
.l-col2 > *:last-child {
  flex-shrink: 0;
}

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

.qa {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.25rem;
}
.qa h2 {
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #cfd6c6;
  line-height: 1.6;
}
.qa_num {
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  margin-right: 0.75rem;
  padding: 4px 6px 5px 6px;
  background-color: #ccc;
  line-height: 1;
  color: #fff;
}
.qa_num.-q {
  background-color: #722d7e;
}
.qa_num.-a {
  background-color: #4b7a11;
}

.nav-anchor {
  padding: 0;
}
.nav-anchor li {
  margin-top: 2px;
  padding-left: 30px;
  background: url("../imgs/icon_delta_down.svg") 8px 8px/16px no-repeat;
}
.nav-anchor li:first-child {
  margin-top: 0;
}

.caption {
  font-size: 87.5%;
  color: #333;
}

.form-container {
  margin: 0;
  padding: 0;
}
.form-container_row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1.5rem 0 1.5rem 0;
  border-top: 1px solid #cfd6c6;
}
.form-container_row:last-child {
  padding: 1.5rem 0 1.5rem 0;
  border-bottom: 1px solid #cfd6c6;
}
.form-container dt {
  display: block;
  font-weight: 600;
  margin: 0;
  padding: 0;
  width: 25%;
}
.form-container dd {
  display: block;
  margin: 0;
  padding: 0;
  width: 75%;
}

.required {
  display: inline-block;
  background-color: #da0808;
  color: #fff;
  font-size: 87.5%;
  padding: 3px 5px;
  margin-left: 5px;
  line-height: 1;
  font-weight: normal;
  border-radius: 5px;
}

.error-message-ul li {
  color: #da0808;
  margin-top: 0.5rem;
}
.error-message-ul li:first-child {
  margin-top: 0;
}

.contact-button ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-button li {
  margin: 0 1rem;
}

.item-list {
  border-top: 1px solid #456024;
}
.item-list li {
  border-bottom: 1px solid #456024;
  width: 100%;
}
.item-list a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2px;
  padding-right: 2px;
  color: #101010;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.item-list a:hover {
  transition: all 0.2s;
  background-color: #d6e0c7;
}
.item-list a > *:first-child {
  margin-right: 1.5rem;
}

.system-message {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
}

.study-meeting {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.25rem;
}
.study-meeting h2 {
  font-weight: 600;
  font-size: 125%;
  line-height: 1.6;
}
.study-meeting dl {
  border-bottom: 1px solid #456024;
}
.study-meeting dl > * {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-top: 1px solid #456024;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.study-meeting dl dt {
  width: 6rem;
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.study-meeting dl dd {
  flex-grow: 99;
}

.download-files {
  background-color: #f5f3e7;
  border-radius: 10px;
  padding: 1.5rem;
}
.download-files li {
  padding-left: 32px;
  margin-top: 0.5rem;
  background: url("../imgs/icon_file.svg") top 6px left 5px/18px no-repeat;
}
.download-files li:first-child {
  margin-top: 0;
}

.login-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.25rem;
}

.login-input {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.login-input > *:first-child {
  margin-right: 1rem;
}

.btn {
  display: inline-block;
  line-height: 1;
  padding: 1.25rem 2rem;
  color: #fff !important;
  border: 0;
  border-radius: 30px;
  background-color: #226b10;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  text-decoration: none !important;
  background-color: #4e8940;
}

.btn.-s {
  padding: 0.75rem 1.5rem;
}

.btn.-back {
  background-color: #999999;
}

.btn.-back:hover {
  background-color: #bbbbbb;
}