@charset "UTF-8";
.content-block {
  margin: 100px auto 0;
  max-width: 1200px;
}

.article-unit__inner > .content-block:first-child {
  margin-top: 40px;
}

.article-unit h2 {
  border-bottom: 1px solid var(--lp-theme-color);
  color: var(--lp-theme-color);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.article-unit h2 .label {
  border: 2px solid var(--lp-theme-color);
  display: inline-block;
  line-height: 1;
  margin-right: 0.5em;
  padding: 0.15em 0.3em;
}

.kv {
  align-items: center;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 100%;
  color: var(--lp-theme-color);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  height: 550px;
  position: relative;
}
.kv .kv__inner {
  margin: auto;
  width: 1200px;
}
.kv h1 {
  color: var(--lp-theme-color);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
}
.kv h1 span {
  display: block;
  font-size: 0.75em;
  margin-bottom: 20px;
}
.kv h1 + p {
  font-size: 30px;
  margin-top: 15px;
}
.kv .kv__cta {
  display: flex;
  margin-top: 60px;
}
.kv .kv__cta li {
  height: 60px;
  width: 280px;
}
.kv .kv__cta li a {
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  width: 100%;
}
.kv .kv__cta li a:before {
  content: "";
  margin-right: auto;
}
.kv .kv__cta li a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: none;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  margin-left: auto;
  transform: scaleX(0.8) rotate(45deg);
}
.kv .kv__cta li + li {
  margin-left: 20px;
}
.kv .kv__cta li.request a {
  background-color: #9f3b3f;
}
.kv .kv__cta li.jukou a {
  background-color: #c1a500;
}

.cordinater .kv {
  background-image: url(../../img/lp/cordinater/bg_cordinater_pc.png);
}
.cordinater .kv .kv__inner {
  display: flex;
  justify-content: flex-end;
}

.shingiho .kv {
  background-image: url(../../img/lp/shinshiengiho/bg_shinshiengiho_pc.png);
}

.message {
  margin-top: 70px;
  padding: 70px 0;
}
.message .content-block {
  margin-top: 0;
}
.message .add-info {
  align-items: center;
  column-gap: 40px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.message .info-catch {
  color: var(--lp-theme-color);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.message .info-link {
  color: var(--lp-theme-color);
  flex-shrink: 0;
  margin-top: 3px;
}
.message .info-link a {
  display: inline-block;
  text-decoration: underline;
}
.message .info-link a:after {
  background-color: var(--lp-theme-color);
  content: "";
  -webkit-mask: url(../../img/top/t_blank.png) no-repeat;
          mask: url(../../img/top/t_blank.png) no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.32em 3px;
}

.message-cordinater {
  background-color: #f7fbfc;
}
.message-cordinater h2 {
  border: none;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 50px;
  padding-bottom: 0;
  text-align: center;
}
.message-cordinater h2 b {
  font-weight: bold;
}
.message-cordinater ul {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.message-cordinater ul li {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ccc;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  height: 140px;
  text-align: center;
  width: calc((100% - 60px) / 4);
}
.message-cordinater ul li:nth-child(1) {
  border-color: #1e4b73;
  color: #1e4b73;
}
.message-cordinater ul li:nth-child(2) {
  border-color: #9f3b3f;
  color: #9f3b3f;
}
.message-cordinater ul li:nth-child(3) {
  border-color: #ab9c1f;
  color: #ab9c1f;
}
.message-cordinater ul li:nth-child(4) {
  border-color: #743d76;
  color: #743d76;
}

.message-shinshiengiho {
  background-color: #f1fff8;
}
.message-shinshiengiho h2 {
  align-items: center;
  background-color: #35876b;
  border-radius: 10px;
  border-bottom: 0;
  color: #fff;
  display: flex;
  font-size: 36px;
  height: 110px;
  justify-content: center;
  margin: auto;
  text-align: center;
  padding-bottom: 0;
  position: relative;
  width: 1100px;
}
.message-shinshiengiho h2:after {
  bottom: -80px;
  border: 30px solid #35876b;
  border-left-width: 20px;
  border-right-width: 20px;
  border-color: transparent;
  border-top-color: #35876b;
  content: "";
  display: inline-block;
  height: 80px;
  position: absolute;
  width: 30px;
  transform: translateX(-50%);
}
.message-shinshiengiho ul {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.message-shinshiengiho ul li {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ccc;
  display: flex;
  font-size: 22px;
  justify-content: center;
  height: 75px;
  width: calc((100% - 50px) / 3);
}
.message-shinshiengiho ul li:nth-child(1) {
  border-color: #1e4b73;
  color: #1e4b73;
}
.message-shinshiengiho ul li:nth-child(2) {
  border-color: #9f3b3f;
  color: #9f3b3f;
}
.message-shinshiengiho ul li:nth-child(3) {
  border-color: #ab9c1f;
  color: #ab9c1f;
}
.message-shinshiengiho ul li:nth-child(4) {
  border-color: #743d76;
  color: #743d76;
}
.message-shinshiengiho ul li:nth-child(5) {
  border-color: #35876b;
  color: #35876b;
}
.message-shinshiengiho ul li:nth-child(6) {
  border-color: #ab5604;
  color: #ab5604;
}

.recommend {
  border: 2px solid var(--lp-theme-color);
  border-radius: 7px;
  margin-top: 145px;
}
.recommend .recommend__title {
  border: none;
  color: #fff;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: -35px;
  padding: 0;
  text-align: center;
}
.recommend .recommend__title span {
  align-items: center;
  background-color: var(--lp-theme-color);
  border-radius: 50vh;
  display: inline-flex;
  height: 75px;
  padding: 0 35px;
}
.recommend .recommend__block {
  padding: 0 40px 40px 40px;
}
.recommend ul {
  columns: 2;
  column-gap: 80px;
}
.recommend li {
  align-items: flex-start;
  display: flex;
  font-size: 18px;
}
.recommend li:before {
  background-color: var(--lp-theme-color);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.85em;
  flex-shrink: 0;
  margin-right: 0.4em;
  margin-top: 0.5em;
  width: 0.85em;
}
.recommend li + li {
  margin-top: 0.8em;
}

.textbook__index {
  margin-top: 50px;
}

.textbook__index + .textbook__index {
  margin-top: 50px;
}

.textbook__index__title {
  align-items: center;
  background-color: var(--lp-theme-color);
  color: #fff;
  cursor: pointer;
  column-gap: 15px;
  display: flex;
  font-size: 24px;
  height: 85px;
  justify-content: space-between;
  padding: 0 30px;
}
.textbook__index__title h3 {
  font-weight: bold;
}
.textbook__index__title h3 span {
  display: inline-block;
  margin-right: 0.5em;
}
.textbook__index__title .label {
  align-items: center;
  display: flex;
  font-size: 20px;
}
.textbook__index__title .label .icon {
  height: 20px;
  display: inline-block;
  width: 20px;
  position: relative;
  margin-left: 15px;
}
.textbook__index__title .label .icon span {
  display: inline-block;
  text-indent: -9999px;
}
.textbook__index__title .label .icon:before, .textbook__index__title .label .icon:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  position: absolute;
}
.textbook__index__title .label .icon:before {
  height: 2px;
  left: 0;
  top: 50%;
  width: 100%;
}
.textbook__index__title .label .icon:after {
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
}

.textbook__index.is-open .label .icon:after {
  display: none;
}

.textbook__index__body {
  border: 2px solid var(--lp-theme-color);
  display: none;
  padding: 40px;
}
.textbook__index__body .summary {
  flex: 1;
}
.textbook__index__body .summary ul li {
  align-items: flex-start;
  display: flex;
}
.textbook__index__body .summary ul li:before {
  background-color: var(--lp-theme-color);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.85em;
  flex-shrink: 0;
  margin-right: 0.4em;
  margin-top: 0.5em;
  width: 0.85em;
}
.textbook__index__body .summary ul li + li {
  margin-top: 0.8em;
}
.textbook__index__body .outline {
  flex: 1;
}
.textbook__index__body .outline h4 {
  font-weight: normal;
  margin-bottom: 0.2em;
}
.textbook__index__body .outline h4 span {
  display: inline-block;
  margin-right: 1em;
}
.textbook__index__body .outline h4 ~ h4 {
  margin-top: 0.75em;
}
.textbook__index__body .outline ol {
  column-gap: 1em;
  row-gap: 0.25em;
  counter-reset: outline 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1em;
}
.textbook__index__body .outline ol li {
  display: inline-flex;
  list-style-type: decimal;
  line-height: 1.4;
}
.textbook__index__body .outline ol li:before {
  counter-increment: outline 1;
  content: counter(outline) ".";
}

.textbook__index.horizontal .inner {
  display: flex;
  column-gap: 70px;
}
.textbook__index.horizontal .outline ol {
  display: inherit;
}
.textbook__index.horizontal .outline ol li {
  display: list-item;
  list-style-type: none;
}
.textbook__index.horizontal .outline ol li + li {
  margin-top: 0.25em;
}

.textbook__index.vertical .summary {
  margin-bottom: 25px;
}

.textbook__description {
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  row-gap: 60px;
}
.textbook__description .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 40px) / 2);
}
.textbook__description .item h4 {
  border-left: 4px solid var(--lp-theme-color);
  color: var(--lp-theme-color);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 10px;
}
.textbook__description .item .image {
  margin-top: auto;
}
.textbook__description .item p + .image {
  margin-top: 35px;
}

.textbook + .cta {
  margin-top: 110px;
}

.supervision-image {
  margin-top: 50px;
}

.author {
  margin-top: 60px;
}

.author__title {
  align-items: center;
  background-color: var(--lp-theme-color);
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 85px;
  justify-content: space-between;
  padding: 0 30px;
}
.author__title h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
.author__title .label {
  align-items: center;
  display: flex;
  font-size: 20px;
}
.author__title .label .icon {
  height: 20px;
  display: inline-block;
  width: 20px;
  position: relative;
  margin-left: 15px;
}
.author__title .label .icon span {
  display: inline-block;
  text-indent: -9999px;
}
.author__title .label .icon:before, .author__title .label .icon:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  position: absolute;
}
.author__title .label .icon:before {
  height: 2px;
  left: 0;
  top: 50%;
  width: 100%;
}
.author__title .label .icon:after {
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
}

.author.is-open .label .icon:after {
  display: none;
}

.author__body {
  border: 2px solid var(--lp-theme-color);
  display: none;
  padding: 40px;
}
.author__body .note {
  text-align: right;
}
.author__body ul li {
  display: flex;
}
.author__body ul li:before {
  content: "・";
}
.author__body ul li + li {
  margin-top: 0.6em;
}

.attendance td h3 {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.attendance td h3 b {
  font-weight: bold;
}
.attendance td h3 ~ h3 {
  margin-top: 25px;
}
.attendance td ul {
  margin-left: 1em;
}
.attendance td ul li {
  list-style-type: none;
}
.attendance td ul li:before {
  content: "※";
  display: inline-block;
  text-indent: -1em;
}
.attendance td ul li + li {
  margin-top: 5px;
}

.completion .iamge-flow {
  column-gap: 25px;
  display: flex;
}
.completion .iamge-flow b {
  font-weight: bold;
}
.completion .iamge-flow .image {
  flex-shrink: 0;
}
.completion .iamge-flow .image img {
  width: 450px;
}

.voice {
  border: 2px solid var(--lp-theme-color);
  border-radius: 7px;
  margin-top: 145px;
}
.voice .voice__title {
  border: none;
  color: #fff;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: -35px;
  padding: 0;
  text-align: center;
}
.voice .voice__title span {
  align-items: center;
  background-color: var(--lp-theme-color);
  border-radius: 50vh;
  display: inline-flex;
  height: 75px;
  padding: 0 35px;
}
.voice .voice__block {
  padding: 0 40px 40px 40px;
}
.voice li {
  font-size: 18px;
  padding-left: 1.25em;
  position: relative;
}
.voice li:before {
  background-color: var(--lp-theme-color);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.85em;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 0.85em;
}
.voice li div {
  text-align: right;
  width: 100%;
}
.voice li + li {
  margin-top: 1em;
}

.form h2 span + span {
  margin-left: 0.7em;
}

#garlic_container {
  margin-top: 40px;
}

.shingiho table th {
  background-color: #f1fff8;
}

@media print, screen and (min-width: 751px) {
  .message .info-catch br {
    display: none;
  }
  .supervision table tr:first-child span + span {
    margin-left: 3em;
  }
  .supervision-image .image-for-sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .kv {
    height: 450px;
    margin-left: -5.5555%;
    margin-right: -5.5555%;
  }
  .kv .kv__inner {
    width: 90%;
  }
  .kv h1 {
    font-size: 34px;
  }
  .kv h1 + p {
    font-size: 20px;
  }
  .kv .kv__cta li {
    width: 250px;
  }
  .message {
    margin-left: -5.5555%;
    margin-right: -5.5555%;
  }
  .message .content-block {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .message h2 {
    font-size: 24px;
    width: 100%;
  }
  .message .add-info {
    flex-direction: column;
  }
  .message .add-info .info-link {
    flex-shrink: 0;
    margin-top: 18px;
  }
  .message-cordinater ul li {
    width: calc((100% - 20px) / 2);
  }
  .recommend__block ul {
    column-gap: 40px;
  }
  .textbook__index__title {
    font-size: 22px;
  }
  .textbook__index__title .label {
    flex-shrink: 0;
  }
  .completion .iamge-flow .image img {
    width: 320px;
  }
}
@media screen and (max-width: 750px), print and (max-width: 550px) {
  .content-block {
    margin: 50px 0 0;
    max-width: inherit;
  }
  .article-unit__inner > .content-block:first-child {
    margin-top: 30px;
  }
  .article-unit h2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .kv {
    background-size: 100% auto;
    display: block;
    height: calc(114vw + 50px);
  }
  .kv .kv__inner {
    width: auto;
  }
  .kv h1, .kv p {
    padding: 0 15px;
  }
  .kv .kv__cta {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    width: 100%;
  }
  .kv .kv__cta li {
    height: 50px;
    width: 50%;
  }
  .kv .kv__cta li a {
    border-radius: 0;
    font-size: 15px;
    padding: 0 15px;
  }
  .kv .kv__cta li + li {
    margin-left: 0;
  }
  .cordinater .kv {
    background-image: url(../../img/lp/cordinater/bg_cordinater_sp.png);
  }
  .cordinater .kv h1 {
    font-size: 5.9vw;
    padding-top: 7vw;
  }
  .cordinater .kv h1 span {
    margin-bottom: 5px;
  }
  .cordinater .kv h1 + p {
    font-size: 4.3vw;
    margin-top: 12px;
  }
  .cordinater .kv h1 + p span {
    margin-left: 0.7em;
  }
  .shingiho .kv {
    background-image: url(../../img/lp/shinshiengiho/bg_shinshiengiho_sp.png);
  }
  .shingiho .kv h1 {
    font-size: 6.2vw;
    padding-top: 3vw;
  }
  .shingiho .kv h1 span {
    margin-bottom: 5px;
  }
  .message {
    margin-top: 45px;
    padding: 45px 0;
  }
  .message .add-info {
    display: block;
    margin-top: 35px;
  }
  .message .info-catch {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .message .info-catch span {
    display: block;
  }
  .message .info-link {
    margin-top: 18px;
    text-align: center;
  }
  .message-cordinater h2 {
    font-weight: normal;
    margin-bottom: 30px;
  }
  .message-cordinater h2 span {
    display: block;
  }
  .message-shinshiengiho h2 {
    display: block;
    height: auto;
    font-size: 21px;
    padding: 10px 10px;
    width: auto;
  }
  .message-shinshiengiho h2 span {
    display: block;
  }
  .message-shinshiengiho h2:after {
    bottom: -40px;
    border: 20px solid #35876b;
    border-left-width: 15px;
    border-right-width: 15px;
    border-color: transparent;
    border-top-color: #35876b;
    content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    width: 30px;
    transform: translateX(-50%);
  }
  .message-shinshiengiho ul {
    column-gap: 10px;
    row-gap: 15px;
    margin-top: 50px;
  }
  .message-shinshiengiho ul li {
    font-size: 16px;
    height: auto;
    padding: 8px 0;
    width: calc((100% - 10px) / 2);
  }
  .message-shinshiengiho .add-info {
    display: block;
    margin-top: 35px;
  }
  .message-shinshiengiho .info-catch {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .message-shinshiengiho .info-link {
    margin-top: 18px;
    text-align: center;
  }
  .recommend {
    margin-top: 75px;
  }
  .recommend .recommend__title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .recommend .recommend__title span {
    height: auto;
    padding: 10px 15px;
  }
  .recommend .recommend__block {
    padding: 0 20px 20px 20px;
  }
  .recommend ul {
    columns: inherit;
  }
  .recommend ul li {
    font-size: 15px;
  }
  .textbook__index {
    margin-top: 35px;
  }
  .textbook__index + .textbook__index {
    margin-top: 20px;
  }
  .textbook__index__title {
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    padding: 15px;
  }
  .textbook__index__title h3 > span {
    display: block;
  }
  .textbook__index__title .label {
    flex-shrink: 0;
    font-size: 14px;
  }
  .textbook__index__title .label .icon {
    margin-left: 7px;
    height: 15px;
    width: 15px;
  }
  .textbook__index__body {
    padding: 20px;
  }
  .textbook__index__body .summary {
    margin-bottom: 25px;
  }
  .textbook__index__body .flex-body {
    display: block;
  }
  .textbook__index.horizontal .inner {
    display: block;
  }
  .textbook__description {
    display: block;
  }
  .textbook__description .item {
    width: 100%;
  }
  .textbook__description .item h4 {
    border-left: 3px solid var(--lp-theme-color);
    font-size: 18px;
    margin-bottom: 15px;
  }
  .textbook__description .item p br {
    display: none;
  }
  .textbook__description .item .image img {
    width: 100%;
  }
  .textbook__description .item p + .image {
    margin-top: 20px;
  }
  .item + .item {
    margin-top: 40px;
  }
  .textbook + .cta {
    margin-top: 55px;
  }
  .supervision-image {
    margin-top: 25px;
  }
  .supervision-image .image-for-pc {
    display: none;
  }
  .author {
    margin-top: 35px;
  }
  .author .author__title {
    height: auto;
    padding: 15px;
  }
  .author .author__title h2 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0;
  }
  .author .author__title .label {
    flex-shrink: 0;
    font-size: 14px;
  }
  .author .author__title .label .icon {
    margin-left: 7px;
    height: 15px;
    width: 15px;
  }
  .author .author__body {
    padding: 20px;
  }
  .completion .iamge-flow {
    display: block;
  }
  .completion .iamge-flow .image {
    margin-top: 30px;
    text-align: center;
  }
  .completion .iamge-flow .image img {
    width: 75%;
  }
  .voice {
    margin-top: 75px;
  }
  .voice .voice__title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .voice .voice__title span {
    height: auto;
    padding: 10px 15px;
  }
  .voice .voice__block {
    padding: 0 20px 20px 20px;
  }
  .voice ul {
    columns: inherit;
  }
  .voice ul li {
    font-size: 15px;
  }
  .voice ul li div {
    text-align: left;
  }
  .form h2 span {
    display: block;
  }
  .form h2 span + span {
    margin-left: 0;
  }
}
@media screen and (max-width: 425px), print and (max-width: 425px) {
  .message-cordinater ul {
    flex-direction: column;
    gap: 15px;
  }
  .message-cordinater ul li {
    font-size: 18px;
    height: auto;
    line-height: 1.6;
    padding: 12px 0;
    width: 100%;
  }
}
@media screen and (max-width: 570px), print and (max-width: 570px) {
  .message-cordinater ul li {
    font-size: 16px;
  }
}/*# sourceMappingURL=pages_lp.css.map */