@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after, q:before {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

img {
  width: 100%;
  height: auto;
  font-family: 'object-fit: cover;';
}

a {
  text-decoration: none;
  color: currentColor;
}

a, button {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 2;
}

strong {
  font-weight: 700;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}

.wpcf7 {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wpcf7 {
    width: 92%;
  }
}

.frontPanel .item .img img, .dlArea ul li a {
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium",YuGothicM,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

.frontPanel .item .content .title, .mangaSlideTitle, .dlArea .ttl, .dlArea ul li a {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
}

.br1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}

.br1000 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.br768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .br768 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br768del {
    display: none;
  }
}

.br480 {
  display: none;
}

@media screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .br480del {
    display: none;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.frontPanel .item .img img, .mangaSlide .img img, .dlTop .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

.toggleBtn {
  display: none;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .toggleBtn {
    width: 36px;
    height: 30px;
  }
}

.toggleBtn span {
  height: 6px;
  border-radius: 100px;
  background: #333;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
  transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
}

@media screen and (max-width: 768px) {
  .toggleBtn span {
    height: 4px;
  }
}

.toggleBtn span:nth-of-type(1) {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(1) {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

.toggleBtn span:nth-of-type(2) {
  background: #333;
}

.toggleBtn span:nth-of-type(3) {
  background: #333;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(3) {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

.toggleBtn.active span {
  height: 6px;
  border-radius: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .toggleBtn.active span {
    height: 4px;
  }
}

.toggleBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(100%) rotate(45deg);
          transform: translateY(100%) rotate(45deg);
}

.toggleBtn.active span:nth-of-type(2) {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

.toggleBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-100%) rotate(-45deg);
          transform: translateY(-100%) rotate(-45deg);
}

.wpcf7 {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.wpcf7 label {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wpcf7 label br {
  display: none;
}

@media screen and (max-width: 768px) {
  .wpcf7 label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wpcf7 label .title {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .wpcf7 label .title {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}

.wpcf7 label .wpcf7-form-control-wrap {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .wpcf7 label .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7 label .wpcf7-form-control-wrap input[type="text"],
.wpcf7 label .wpcf7-form-control-wrap input[type="email"],
.wpcf7 label .wpcf7-form-control-wrap input[type="url"],
.wpcf7 label .wpcf7-form-control-wrap input[type="tel"],
.wpcf7 label .wpcf7-form-control-wrap input[type="number"],
.wpcf7 label .wpcf7-form-control-wrap input[type="date"],
.wpcf7 label .wpcf7-form-control-wrap textarea {
  width: 100% !important;
  line-height: 2;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .wpcf7 label .wpcf7-form-control-wrap input[type="text"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="email"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="url"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="number"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="date"],
  .wpcf7 label .wpcf7-form-control-wrap textarea {
    margin-left: 0;
    margin-top: -1px;
  }
}

.wpcf7 label .wpcf7-form-control-wrap textarea {
  line-height: 1.5;
}

.wpcf7 form input[type="submit"],
.wpcf7 form button {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}

.wpcf7 form input[type="submit"]:hover,
.wpcf7 form button:hover {
  background: #999;
}

.wpcf7 .resultWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6em;
}

.wpcf7 .resultWrap br {
  display: none;
}

.wpcf7 .resultWrap > span {
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
}

.wpcf7 span.wpcf7-form-control-wrap.address1 {
  padding: 10px;
  padding-right: 0;
}

.wpcf7 span.wpcf7-form-control-wrap.idcard {
  padding: 10px;
  padding-right: 0;
}

.wpcf7 .title.bank {
  padding: 1em;
  text-align: left;
}

.wpcf7 .title.bank br {
  display: block;
}

.breadcrumb {
  position: absolute;
  bottom: 10px;
  left: 2%;
  width: 94%;
  z-index: 1;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  letter-spacing: .1em;
}

.breadcrumb li {
  white-space: nowrap;
}

.breadcrumb li:after {
  content: '>';
  margin: 0 5px;
}

.breadcrumb li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li a {
  text-decoration: underline;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.teacher,
.student {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}

.teacher .name,
.student .name {
  margin-top: 0.5em;
  width: 5em;
  max-width: 5em;
  min-width: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  text-align: center;
  font-size: 0.9em;
}

.teacher .serif p,
.student .serif p {
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.5em;
  border-radius: 4px;
}

.teacher .name {
  color: #5b77b7;
}

.teacher .name:before {
  content: "";
  width: 60px;
  height: 50px;
  display: block;
  margin-left: -10px;
  background: url("teachar.svg") no-repeat top center/100% auto;
}

.teacher .serif p {
  background: rgba(91, 119, 183, 0.1);
}

.student .name {
  color: #d17171;
}

.student .name:before {
  content: "";
  width: 40px;
  height: 50px;
  display: block;
  background: url("student.svg") no-repeat top center/100% auto;
}

.student .serif p {
  background: rgba(209, 113, 113, 0.1);
}

.post_content {
  /* リスト全体のスタイル */
}

.post_content ul,
.post_content ol {
  /* リストアイテムのスタイル */
}

.post_content ul:not(.is-style-index),
.post_content ol:not(.is-style-index) {
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 2em 1em;
  padding-left: 3em;
  background: rgba(91, 119, 183, 0.02);
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.99);
          box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.99);
  margin-bottom: 2em;
}

.post_content ul:not(.is-style-index) li:not(.is-style-index),
.post_content ol:not(.is-style-index) li:not(.is-style-index) {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
  /* テキストのフォントサイズを設定 */
  line-height: 1.4;
  /* 行の高さを設定 */
  margin-bottom: 1em;
  list-style-type: disclosure-closed;
}

.post_content ul:not(.is-style-index) li:not(.is-style-index):last-child,
.post_content ol:not(.is-style-index) li:not(.is-style-index):last-child {
  margin-bottom: 0;
}

ol.p-toc__list.is-style-index li {
  font-size: 14px;
  font-weight: bold;
}

.frontPanel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[10];
      grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  height: 700px;
}

@media screen and (max-width: 768px) {
  .frontPanel {
    display: block;
    height: auto;
  }
}

.frontPanel .item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .frontPanel .item {
    height: 300px;
  }
}

.frontPanel .item:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
}

.frontPanel .item:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  grid-column: 7/-1;
}

.frontPanel .item:nth-of-type(3) {
  grid-row: 2/-1;
  grid-column: 7/-1;
}

.frontPanel .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.frontPanel .item .img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .frontPanel .item:hover .img img {
    -webkit-filter: saturate(110%);
            filter: saturate(110%);
  }
}

.frontPanel .item .content {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.08) 2px 0px 12px, rgba(0, 0, 0, 0.08) -2px 0px 12px, rgba(0, 0, 0, 0.08) 0px -2px 12px, rgba(0, 0, 0, 0.08) 0px 2px 12px, rgba(0, 0, 0, 0.08) 2px 2px 12px, rgba(0, 0, 0, 0.08) -2px 2px 12px, rgba(0, 0, 0, 0.08) 2px -2px 12px, rgba(0, 0, 0, 0.08) -2px -2px 12px, rgba(0, 0, 0, 0.08) 1px 2px 12px, rgba(0, 0, 0, 0.08) -1px 2px 12px, rgba(0, 0, 0, 0.08) 1px -2px 12px, rgba(0, 0, 0, 0.08) -1px -2px 12px, rgba(0, 0, 0, 0.08) 2px 1px 12px, rgba(0, 0, 0, 0.08) -2px 1px 12px, rgba(0, 0, 0, 0.08) 2px -1px 12px, rgba(0, 0, 0, 0.08) -2px -1px 12px;
}

.frontPanel .item .content .title {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2;
}

.frontPanel .item .btn {
  background: white;
  width: 100px;
  height: 30px;
  border-radius: 2px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 10px;
  font-weight: bold;
  right: 10px;
  color: #000;
  z-index: 1;
  text-align: center;
  font-size: 10px;
}

.mangaSlideTitle {
  text-align: center;
  font-size: 20px;
  padding: 1em 0 0.5em;
}

.mangaSlide .img {
  position: relative;
}

.mangaSlide .img:before {
  content: "";
  padding-top: 145%;
  display: block;
}

.dlTop {
  position: relative;
}

.dlTop > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dlTop .img {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: relative;
}

.dlTop .img:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.dlTop .img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.dlArea {
  padding: 4em 2em;
}

.dlArea h2 {
  margin-bottom: 1em;
}

.dlArea ul {
  font-size: 0.9em;
}

.dlArea ul li {
  padding: .5em .2em;
  border-bottom: 1px dashed #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dlArea ul li > span {
  width: 14em;
  display: block;
  font-size: 0.9em;
}

.dlArea ul li a {
  color: #34a4d1;
}

@media screen and (min-width: 769px) {
  .dlArea ul li a:hover {
    color: #00b6ff;
  }
}

.dlArea ul + .ttl {
  margin-top: 1em;
}

.noteText {
  margin-top: 3em;
  padding: 1em;
  background: #f3f3f3;
  font-size: 12px;
  color: #555;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.tdlink {
  text-decoration: underline;
  color: #34a4d1;
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */