@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Afacad-Bold.woff2") format("woff2");
  font-family: "Afacad";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Afacad-Medium.woff2") format("woff2");
  font-family: "Afacad medium";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-display: swap;
}
/* タイトル・フォント */
.mainvisual {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14.375em;
  max-height: 230px;
  background: url(../images/common/mainvisual_bg_pc.png) bottom center/cover no-repeat;
  margin-bottom: 2.5em;
}
@media (max-width: 750px) {
  .mainvisual {
    height: 37vw;
    max-height: 37vw;
    background-image: url(../images/common/mainvisual_bg_sp.png);
    margin-bottom: 3.57em;
  }
}
.mainvisual .h1default {
  color: #036EB8;
  text-align: center;
  padding-left: 0 !important;
}
.mainvisual .h1default::before {
  left: 50%;
  transform: translateX(-50%);
  top: -1em;
  width: 1.25rem;
  height: 2.5rem;
  background: url(../images/common/h1default_deco.png) top center/contain no-repeat;
}
@media (max-width: 750px) {
  .mainvisual .h1default::before {
    top: -1.5em;
  }
}

.h1default, .h1default2, .h2default, .h3default, .h4default, .postshosai h1, .postshosai h2, .postshosai h3, .postshosai h4 {
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
}

.h1default {
  position: relative;
  font-size: 2.5em;
  color: #00A8EF;
  padding-left: 0.7em;
}
.h1default::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.375em;
  height: 0.375em;
  background-color: #00A8EF;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .h1default {
    font-size: 1.57em;
  }
}

.h1default2 {
  font-size: 2.5em;
  text-align: center;
}

.h2default, .h2default2, .h3default, .h4default, .postshosai h2, .postshosai h3, .postshosai h4 {
  margin-bottom: 1em;
}

.h2default, .h2default2, .postshosai h2 {
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  .h2default, .h2default2, .postshosai h2 {
    font-size: 1.43em;
  }
}

.h2default.left {
  text-align: left;
}
@media (min-width: 751px) {
  .h2default.left-pc {
    text-align: left;
  }
}

.h2default2 {
  position: relative;
  text-align: left;
}
.h2default2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dotted #00A8EF;
}
.h2default2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  width: 13.4375rem;
  height: 4.6875rem;
  background: url(../images/top/event_icon.png) top center/contain no-repeat;
}
@media (max-width: 750px) {
  .h2default2::after {
    width: 9.1rem;
    right: 0.53rem;
  }
}
.h2default2 span {
  position: relative;
  background-color: white;
  padding-right: 0.5em;
}

.h3default, .postshosai h3 {
  position: relative;
  font-size: 1.5em;
  padding-bottom: 0.3em;
  margin-bottom: 2.5rem;
}
@media (max-width: 750px) {
  .h3default, .postshosai h3 {
    font-size: 1.36em;
    padding-bottom: 0.2em;
    margin-bottom: 5.33vw;
  }
}
.h3default::before, .postshosai h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00A8EF;
  width: 1.6em;
  height: 2px;
}
@media (max-width: 750px) {
  .h3default::before, .postshosai h3::before {
    width: 1.43rem;
  }
}
.h3default.center::before, .postshosai h3.center::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.h4default, .postshosai h4 {
  font-size: 1.375em;
}
@media (max-width: 750px) {
  .h4default, .postshosai h4 {
    font-size: 1.07em;
  }
}

.postshosai h2 {
  margin-top: 5rem;
}
@media (max-width: 750px) {
  .postshosai h2 {
    margin-top: 3.57rem;
  }
}

.postshosai h3, .postshosai h4 {
  margin-top: 5rem;
}
@media (max-width: 750px) {
  .postshosai h3, .postshosai h4 {
    margin-top: 2.85rem;
  }
}

.postshosai p {
  margin-bottom: 1em;
}

.catch-text {
  font-size: 2em;
  font-weight: bold;
  color: #036EB8;
  line-height: 1.875;
  font-family: "ZenKakuGothicNew", serif-serif;
}
@media (max-width: 750px) {
  .catch-text {
    font-size: 1.21em;
    line-height: 1.76;
  }
}
.catch-text.small {
  font-size: 1.375em;
}
@media (max-width: 750px) {
  .catch-text.small {
    font-size: 1.07em;
  }
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #E6C035 60%);
}

.marker-blue {
  background: linear-gradient(transparent 60%, #E9F8FF 60%);
}

.postshosai ol, .postshosai ul {
  margin-bottom: 1em;
}
.postshosai ul {
  padding-left: 1.5em;
}
.postshosai ul > li {
  list-style-type: disc;
}
.postshosai ul > li > ul {
  padding-left: 1.5em;
}
.postshosai ol {
  padding-left: 1.5em;
}
.postshosai ol > li {
  list-style-type: decimal;
}
.postshosai .wp-block-table {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .postshosai .wp-block-table table {
    table-layout: auto !important;
  }
}
.postshosai .wp-block-table th, .postshosai .wp-block-table td, .postshosai .wp-block-table thead {
  border: 2px solid white;
}
.postshosai .wp-block-table tbody tr td:first-of-type {
  background-color: #E9F8FF;
  text-align: center;
}

/* コンテンツ */
#breadcrumb {
  margin-top: 1em;
}
@media (min-width: 751px) {
  #breadcrumb {
    font-size: 0.875em;
  }
}
#breadcrumb span {
  position: relative;
  display: inline-block;
}
#breadcrumb span:not(:last-of-type) {
  padding-right: 2em;
}
#breadcrumb span:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
#breadcrumb a:hover {
  opacity: 0.8;
}

.pagenav ul {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenav li {
  margin: 0 0.25em;
  position: relative;
}
.pagenav li a, .pagenav li span {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  font-weight: bold;
  text-decoration: none;
}
.pagenav .first::before, .pagenav .pre::before, .pagenav .post::before, .pagenav .last::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 1em;
  transition: all ease 0.5s;
}
.pagenav .first:hover::before, .pagenav .pre:hover::before, .pagenav .post:hover::before, .pagenav .last:hover::before {
  opacity: 0.5;
}
.pagenav .first::before, .pagenav .pre::before {
  transform: translateX(-50%) translateY(-50%) scale(-1, 1);
}
.pagenav .first::before, .pagenav .last::before {
  width: 1em;
  background: url(../images/common/pager_arrow2.png) top center/contain no-repeat;
}
.pagenav .pre::before, .pagenav .post::before {
  width: 0.5em;
  background: url(../images/common/pager_arrow.png) top center/contain no-repeat;
}
.pagenav .link_page, .pagenav .current_page {
  text-align: center;
  line-height: 2;
  margin: 0 0.25em;
  border-radius: 50%;
}
.pagenav .link_page {
  color: #333;
  background-color: #D9D9D9;
}
.pagenav .link_page:hover {
  color: white;
  background-color: #00A8EF;
  opacity: 1;
}
.pagenav .current_page {
  color: white;
  background-color: #00A8EF;
}

.pagelink ul {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix*/
  display: flex;
  flex-wrap: wrap;
  gap: 3.75em 3.125em;
}
@media (max-width: 750px) {
  .pagelink ul {
    gap: 2.14em 1.79em;
  }
}
.pagelink li {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  /* no prefix*/
  display: flex;
}
.pagelink a {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125em;
  line-height: 1.4;
  text-decoration: none;
}
.pagelink a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.5em;
  border-left: 2px solid #00A8EF;
  border-bottom: 2px solid #00A8EF;
  transform: rotate(-45deg);
}
.pagelink a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: calc(100% - 1em);
  height: 1px;
  background-color: black;
}
.pagelink a:hover {
  color: #333;
  opacity: 0.5;
}

.kakomi {
  padding: 6.25em 4.6875em;
  border: 1px solid #00A8EF;
  border-radius: 1em;
}
@media (max-width: 750px) {
  .kakomi {
    padding: 4.28em 1em;
  }
}

.kakomi-bg-blue {
  background-color: #E9F8FF;
  padding: 3.75em;
}
@media (max-width: 750px) {
  .kakomi-bg-blue {
    padding: 2.14em 1.6em;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (min-width: 751px) {
  .imgflex {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    /* no prefix*/
    display: flex;
  }
}
@media (min-width: 751px) {
  .imgflex .imgbox {
    -webkit-flex: 1 0 43%;
    flex: 1 0 43%;
    width: 43%;
    max-width: 43%;
  }
}
@media (max-width: 750px) {
  .imgflex .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex .textbox {
    padding-left: 3.125em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter {
    flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  .imgflex.alter .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter .textbox {
    padding-right: 3.125em;
    padding-left: 0;
  }
}
@media (min-width: 751px) {
  .imgflex.training .imgbox {
    -webkit-flex: 1 0 17%;
    flex: 1 0 17%;
    width: 17%;
    max-width: 17%;
  }
}

.wp-caption-text {
  line-height: 1.75 !important;
  margin-top: 0.5em;
}

.tablelist.flick, .wp-block-table.flick {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 750px) {
  .tablelist.flick th, .tablelist.flick td, .wp-block-table.flick th, .wp-block-table.flick td {
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .tablelist.block table, .wp-block-table.block table {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .tablelist.block th, .tablelist.block td, .wp-block-table.block th, .wp-block-table.block td {
    display: block;
    white-space: normal;
  }
}

table {
  width: 100%;
}
table tr.sum th {
  color: white;
  background-color: #00A8EF;
}
table tr.sum td {
  font-weight: bold;
  font-size: 1.375em;
  background-color: #DCDCDC;
}
table th, table td {
  line-height: 1.6;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  vertical-align: middle;
  padding: 1.0625rem 1.25rem;
}
@media (max-width: 750px) {
  table th, table td {
    padding: 0.5rem 0.75rem;
  }
}
table th.white, table td.white {
  background-color: white;
}
table th .normal, table td .normal {
  font-weight: normal;
}
@media (max-width: 750px) {
  table th .normal, table td .normal {
    font-size: 0.93em;
  }
}
table th .large, table td .large {
  font-size: 1.125em;
}
@media (max-width: 750px) {
  table th .large, table td .large {
    font-size: 0.86em;
  }
}
table th {
  text-align: center;
  background-color: #E9F8FF;
}
table th.line2 {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media (max-width: 750px) {
  table th.line2 {
    white-space: nowrap;
  }
}
table td {
  background-color: #F5F5F5;
}
table thead th {
  background-color: #DCDCDC;
}
@media (max-width: 750px) {
  table tbody th {
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  table .right {
    white-space: nowrap;
  }
}

.flickmessage {
  text-align: center;
  margin-bottom: 1.43em;
  font-family: "ZenKakuGothicNew", serif-serif;
}
.flickmessage span {
  padding: 0.2em;
  font-weight: bold;
  background-color: #E9F8FF;
}
@media (min-width: 751px) {
  .flickmessage {
    display: none;
  }
}

@media (min-width: 751px) {
  .dllist dl {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.dllist dt, .dllist dd {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .dllist dt {
    margin-bottom: 0;
  }
}
@media (min-width: 751px) {
  .dllist dt {
    -webkit-flex: 1 0 20%;
    flex: 1 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 751px) {
  .dllist dd {
    -webkit-flex: 1 0 80%;
    flex: 1 0 80%;
    width: 80%;
    max-width: 80%;
  }
}

.dllist_border dl > div {
  border-bottom: 1px solid #333;
  padding: 1em;
}
.dllist_border dl > div:first-of-type {
  border-top: 1px solid #333;
}
@media (min-width: 751px) {
  .dllist_border dl > div {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 751px) {
  .dllist_border dt {
    -webkit-flex: 1 0 20%;
    flex: 1 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 751px) {
  .dllist_border dd {
    -webkit-flex: 1 0 80%;
    flex: 1 0 80%;
    width: 80%;
    max-width: 80%;
    padding-left: 2em;
  }
}

.cta_dl {
  border: 1px solid #00A8EF;
  border-radius: 1em;
  padding: 3.75em;
}
@media (max-width: 750px) {
  .cta_dl {
    padding: 2.14em;
  }
}
@media (min-width: 751px) {
  .cta_dl .imgflex.alter .imgbox {
    -webkit-flex: 1 0 37.7%;
    flex: 1 0 37.7%;
    width: 37.7%;
    max-width: 37.7%;
  }
}
@media (min-width: 751px) {
  .cta_dl .imgflex.alter .textbox {
    padding-right: 4.25em;
  }
}
.cta_dl .title {
  font-size: 2.25em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
  margin-bottom: 1em;
}
@media (min-width: 751px) {
  .cta_dl .title {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .cta_dl .title {
    font-size: 1.36em;
  }
}
@media (max-width: 750px) {
  .cta_dl .imgflex {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    /* no prefix*/
    display: flex;
    flex-direction: column-reverse;
  }
  .cta_dl .imgflex .imgbox {
    margin-top: 1em;
  }
  .cta_dl .imgflex .textbox {
    padding-top: 0;
  }
}

.snsbox {
  text-align: center;
  margin-top: 1em;
}
.snsbox a {
  width: 2em;
  height: 2em;
  margin-right: 1em;
}
.snsbox a:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .snsbox a {
    width: 5.3vw;
  }
}

.accordionWrap {
  border: 1px solid;
  border-radius: 1em;
}
@media (min-width: 751px) {
  .accordionWrap .accordionInner {
    margin-right: auto;
    margin-left: auto;
    width: 58%;
  }
}
.accordionWrap .title, .accordionWrap .text {
  position: relative;
}
@media (max-width: 750px) {
  .accordionWrap .title, .accordionWrap .text {
    padding-right: 3.5em;
  }
}
.accordionWrap .title {
  color: #333;
  background-color: #E9F8FF;
  border-radius: 1em;
  font-weight: bold;
  padding: 1.125em 3.75em;
  transition: all ease 0.5s;
}
@media (max-width: 750px) {
  .accordionWrap .title {
    padding: 0.71em 3.75em 0.71em 2.14em;
  }
}
.accordionWrap .title::after {
  content: "+";
  position: absolute;
  font-size: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  right: 2.1875rem;
}
.accordionWrap .title.active {
  border-radius: 1em 1em 0 0;
}
.accordionWrap .title.active::after {
  content: "-" !important;
}
.accordionWrap .text {
  padding: 2.5em;
}
@media (max-width: 750px) {
  .accordionWrap .text {
    padding: 1.43em;
  }
}
.accordionWrap#textopen .title {
  cursor: pointer;
}
.accordionWrap#textopen .text {
  display: none;
}
.accordionWrap.faq .title, .accordionWrap.faq .text {
  padding: 1.25em 8.75em 1.25em 4.375em;
}
@media (max-width: 750px) {
  .accordionWrap.faq .title, .accordionWrap.faq .text {
    padding: 0.71em 1.43em 0.71em 2.85em;
  }
}
.accordionWrap.faq .title::before, .accordionWrap.faq .text::before {
  position: absolute;
  top: 1rem;
  left: 2.1875rem;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Afacad";
  font-size: 1.375em;
}
@media (max-width: 750px) {
  .accordionWrap.faq .title::before, .accordionWrap.faq .text::before {
    font-size: 1.07em;
    position: absolute;
    top: 0.71rem;
    left: 1.43rem;
  }
}
.accordionWrap.faq .title {
  font-weight: bold;
  padding-right: 5em;
  color: white;
  background-color: #00A8EF;
}
@media (max-width: 750px) {
  .accordionWrap.faq .title {
    padding-right: 4em;
  }
}
.accordionWrap.faq .title::before {
  content: "Q";
}
.accordionWrap.faq .title::after {
  content: "+";
  position: absolute;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  right: 2.1875rem;
}
.accordionWrap.faq .text::before {
  content: "A";
}
.accordionWrap.faq-details, .accordionWrap.fee-details {
  display: flex;
  flex-direction: column;
  gap: 1em;
  border: none;
}
.accordionWrap.faq-details details, .accordionWrap.fee-details details {
  border: 1px solid #333;
  border-radius: 1em;
}
.accordionWrap.faq-details details summary.title, .accordionWrap.fee-details details summary.title {
  list-style: none;
  cursor: pointer;
}
.accordionWrap.faq-details details summary.title::-webkit-details-marker, .accordionWrap.fee-details details summary.title::-webkit-details-marker {
  display: none;
}
.accordionWrap.faq-details details summary.title:focus-visible, .accordionWrap.fee-details details summary.title:focus-visible {
  outline: 2px solid #00A8EF;
  outline-offset: 2px;
}
.accordionWrap.faq-details details[open] > summary.title, .accordionWrap.fee-details details[open] > summary.title {
  border-radius: 1em 1em 0 0;
}
.accordionWrap.faq-details details[open] > summary.title::after, .accordionWrap.fee-details details[open] > summary.title::after {
  content: "-";
}

.tabwrap .tab-area {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  /* no prefix*/
  display: flex;
}
.tabwrap .tab-area .tab {
  width: 100%;
  background-color: lightgray;
  font-size: 1.1em;
  text-align: center;
  padding: 0.5em;
  transition: all ease 0.5s;
  cursor: pointer;
}
.tabwrap .tab-area .tab.active, .tabwrap .tab-area .tab:hover {
  color: white;
  background-color: #00A8EF;
}
.tabwrap .tab-area .tab.active {
  cursor: auto;
}
.tabwrap .content-area .content {
  display: none;
}
.tabwrap .content-area .content.show {
  display: block;
  animation: show 0.5s linear 0s;
}

.about-us-column {
  align-items: end;
}
@media (min-width: 751px) {
  .about-us-column {
    display: grid;
    width: 56.5625em;
    margin-right: auto;
    margin-left: auto;
    gap: 3.75em;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .about-us-column {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about-us-column .about-us-item {
  position: relative;
}
@media (max-width: 750px) {
  .about-us-column .about-us-item {
    width: calc(50% - 5.865vw);
  }
  .about-us-column .about-us-item:nth-of-type(2) {
    margin-left: 11.73vw;
  }
  .about-us-column .about-us-item:nth-of-type(3) {
    margin-top: 8.8vw;
  }
}
.about-us-column .about-us-item .icon {
  position: absolute;
  width: 11.25em;
}
@media (max-width: 750px) {
  .about-us-column .about-us-item .icon {
    width: 24vw;
  }
}
.about-us-column .about-us-item:nth-of-type(1) .icon {
  top: -3.5em;
  left: -5.625em;
}
@media (max-width: 750px) {
  .about-us-column .about-us-item:nth-of-type(1) .icon {
    top: -2.5em;
    left: -1em;
  }
}
.about-us-column .about-us-item:nth-of-type(2) .icon {
  bottom: 1.1em;
  right: -4.3em;
}
@media (max-width: 750px) {
  .about-us-column .about-us-item:nth-of-type(2) .icon {
    bottom: 3em;
    right: -1em;
  }
}
.about-us-column .about-us-item:nth-of-type(3) .icon {
  top: -3.5em;
  right: -5.625em;
}
@media (max-width: 750px) {
  .about-us-column .about-us-item:nth-of-type(3) .icon {
    top: -1em;
    right: -4em;
  }
}

.drill-set .text {
  position: relative;
  font-size: 1.375em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (max-width: 750px) {
  .drill-set .text {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .drill-set .text::before, .drill-set .text::after {
    margin-inline: 0.5em;
  }
}
@media (max-width: 750px) {
  .drill-set .text::before, .drill-set .text::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 1em;
    height: 4em;
    background: url(../images/short-composition/icon_fuki.png) center center/contain no-repeat;
  }
}
@media (min-width: 751px) {
  .drill-set .text::before {
    content: "＼";
  }
}
@media (max-width: 750px) {
  .drill-set .text::after {
    right: 0;
    left: auto;
    transform: scale(-1, 1);
  }
}
@media (min-width: 751px) {
  .drill-set .text::after {
    content: "／";
  }
}
.drill-set .drill-set-column {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  /* no prefix*/
  display: flex;
}
@media (min-width: 751px) {
  .drill-set .drill-set-column {
    width: 57.5em;
    margin-right: auto;
    margin-left: auto;
  }
}
.drill-set .drill-set-icon {
  position: absolute;
}
.drill-set .left-box, .drill-set .right-box {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  /* no prefix*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media (max-width: 750px) {
  .drill-set .left-box, .drill-set .right-box {
    padding: 1.43em 1.07em;
    word-break: break-word;
  }
}
.drill-set .left-box {
  background-color: #E9F8FF;
}
@media (min-width: 751px) {
  .drill-set .left-box {
    padding: 2em 0 2em 3.75em;
  }
}
.drill-set .left-box .title {
  font-size: 1.375em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
  margin-bottom: 0.5em;
}
.drill-set .right-box {
  background-color: #F5F5F5;
  text-align: right;
  border-left: 4px solid white;
}
@media (min-width: 751px) {
  .drill-set .right-box {
    padding: 2em 3.75em 2em 0;
  }
}
.drill-set .right-box .blue {
  color: #00A8EF;
  font-family: "ZenKakuGothicNew", serif-serif;
}
.drill-set .right-box .large {
  font-size: 1.75em;
  font-weight: bold;
}

.drill-set1 .drill-set-icon {
  width: 5.625em;
  bottom: -2em;
  left: -3.5em;
}
@media (max-width: 750px) {
  .drill-set1 .drill-set-icon {
    width: 3.92em;
    bottom: -3em;
    left: -0.5em;
  }
}

.drill-set2 .drill-set-icon {
  width: 6.5625em;
  right: -4em;
  bottom: 0;
}
@media (max-width: 750px) {
  .drill-set2 .drill-set-icon {
    width: 5em;
    right: -0.86em;
    bottom: -3.03em;
  }
}

@media (min-width: 751px) {
  .representative-box {
    width: 46.875em;
    margin-right: auto;
    margin-left: auto;
  }
}
.representative-box .imgbox {
  position: relative;
  width: 26.875em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .representative-box .imgbox {
    width: 57.33vw;
  }
}
.representative-box .imgbox .text {
  position: absolute;
  width: 7.1875em;
  top: -1.875em;
  left: -3.125em;
}
@media (max-width: 750px) {
  .representative-box .imgbox .text {
    width: 3.92em;
    top: -1.43em;
    left: -1.79em;
  }
}
.representative-box .hgroup {
  font-weight: bold;
  color: #036EB8;
  line-height: 1.875;
  font-family: "ZenKakuGothicNew", serif;
}
.representative-box .hgroup .maintitle {
  font-size: 2em;
}
.representative-box .hgroup .subtitle {
  font-size: 1.375em;
}
@media (max-width: 750px) {
  .representative-box .hgroup .subtitle {
    font-size: 1.07em;
  }
}
.representative-box .icon_sign {
  max-width: 10em;
}
.representative-box .sns {
  justify-content: normal;
}

.flow-item {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  /* no prefix*/
  display: flex;
  align-items: flex-start;
}
.flow-item:not(:last-of-type) {
  padding-bottom: 2.5em;
}
@media (max-width: 750px) {
  .flow-item:not(:last-of-type) {
    padding-bottom: 1.79em;
  }
}
.flow-item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #00A8EF;
  left: 2.0625rem;
}
@media (max-width: 750px) {
  .flow-item:not(:last-of-type)::before {
    left: 1.25em;
  }
}
.flow-item .number {
  width: 4.125rem;
  height: 4.125rem;
  line-height: 1.625;
  text-align: center;
  font-size: 2.25em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
  color: white;
  background-color: #00A8EF;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .flow-item .number {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.43em;
    line-height: 1.6;
  }
}
.flow-item .title {
  line-height: 2.5;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "ZenKakuGothicNew", serif-serif;
  height: 4.125rem;
  color: #00A8EF;
}
@media (max-width: 750px) {
  .flow-item .title {
    line-height: 1.8;
    font-size: 1.36em;
    height: auto;
  }
}
.flow-item .content-box {
  flex: 1;
  margin-left: 1.75em;
}
@media (max-width: 750px) {
  .flow-item .content-box {
    margin-left: 0.86em;
  }
}
.flow-item .content-box .imgbox {
  width: 7.8125em;
}
@media (max-width: 750px) {
  .flow-item .content-box .imgbox {
    width: 5.35em;
  }
}
.flow-item .content-box .textbox {
  flex: 1;
  margin-left: 1.75em;
}
@media (max-width: 750px) {
  .flow-item .content-box .textbox {
    margin-left: 1.43em;
  }
}
.flow-item .content-box .flex {
  margin-top: 0.625em;
}
@media (max-width: 750px) {
  .flow-item .content-box .imgflex {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    /* no prefix*/
    display: flex;
    margin-top: 0.625em;
  }
  .flow-item .content-box .imgflex .textbox {
    padding-top: 0;
  }
}

.voice-box {
  padding: 4.6875em 3.4375em 2.8125em 5.9375em;
  background-color: #E9F8FF;
}
@media (max-width: 750px) {
  .voice-box {
    padding: 2.85em 1.36em;
  }
}
.voice-box .imgbox {
  position: relative;
}
@media (min-width: 751px) {
  .voice-box .imgbox {
    -webkit-flex: 1 0 20em;
    flex: 1 0 20em;
    width: 20em;
    max-width: 20em;
  }
}
.voice-box .imgbox::before {
  content: "";
  position: absolute;
  top: -2em;
  left: -2em;
  width: 2.875em;
  height: 4.1875em;
  background: url(../images/top/voice_01.png) top center/contain no-repeat;
}
@media (max-width: 750px) {
  .voice-box .imgbox::before {
    display: none;
  }
}
.voice-box .textbox {
  position: relative;
  background-color: white;
  padding: 1.875em 2.5em;
  border-radius: 1em;
}
@media (min-width: 751px) {
  .voice-box .textbox {
    margin-left: 2.625em;
  }
}
@media (max-width: 750px) {
  .voice-box .textbox {
    padding: 1.79em 1.43em;
    margin-top: 2.14em;
  }
}
.voice-box .textbox::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.875em;
  background-color: white;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media (min-width: 751px) {
  .voice-box .textbox::before {
    top: 1.75em;
    left: -1.5em;
  }
}
@media (max-width: 750px) {
  .voice-box .textbox::before {
    display: none;
  }
}
.voice-box .textbox .title {
  margin-bottom: 1.25rem;
  font-size: 1.375em;
  font-weight: bold;
}
.voice-box .overview {
  position: relative;
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media (max-width: 750px) {
  .voice-box .overview {
    font-size: 1.29em;
    margin-bottom: 1.14rem;
  }
}
.voice-box .overview::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #00A8EF;
}
.voice-box .overview span {
  position: relative;
  background-color: #E9F8FF;
  padding-right: 0.5em;
}

.tag-list ul {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  align-items: center;
}
.tag-list li {
  font-size: 1.125em;
  font-weight: bold;
  color: #00A8EF;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
  min-width: 5.9375em;
  padding: 0.2em 0.5em;
  text-align: center;
}
@media (max-width: 750px) {
  .tag-list li {
    font-size: 0.93em;
    min-width: 4.1rem;
  }
}
.tag-list li:not(:first-of-type) {
  margin-left: 0.875rem;
}
@media (max-width: 750px) {
  .tag-list li:not(:first-of-type) {
    margin-left: 0.64rem;
  }
}

article.postshosai .articleheader {
  margin-bottom: 2em;
}
article.postshosai .insert-image {
  margin: 1em 0;
}
article.postshosai .wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
article.postshosai .wp-caption .insert-image {
  margin-bottom: 0;
}
article.postshosai .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.toc {
  display: none;
  border: 1px solid #00A8EF;
  border-radius: 1em;
  margin-top: 5em;
  padding: 2.5em;
}
.toc .title {
  font-size: 1.5em;
  font-weight: bold;
}
.toc ol ol li {
  list-style-type: lower-alpha;
}