@charset "UTF-8";

body {
  font-family: 'San Fransisco', 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.mb50.mb6vw {
  margin-bottom: 6vw;
}

.mb60.mb8vw {
  margin-bottom: 8vw;
}

.mb40.mb4vw {
  margin-bottom: 4vw;
}

.mb2vw {
  margin-bottom: 2vw;
}

.course {
  background: url(../images/top/course_bg.png) repeat top left;
  background-size: 3px;
  padding: 6.13333vw 1.73333vw 3.73333vw;
  margin-bottom: 11.46667vw;
}

.course .inner {
  background: rgba(255, 255, 255, 0.97);
  padding: 3.06667vw 1.6vw;
}

.course h2 {
  text-align: center;
  margin-bottom: 2.53333vw;
}

.course h2 img {
  width: 95.2vw;
  margin-top: -16.93333vw;
}

.course .fig {
  width: 47.2vw;
  margin: 0 0 0 29.861%;
}

.course .wrap_link {
  width: 85.6vw;
  margin: 0 auto;
  box-shadow: 0px 4px 9px 0px rgba(214, 204, 181, 0.54);
  background: #FFFFFF;
}

.course .link {
  padding: 4.53333vw 2.4vw 2.66667vw;
  display: flex;
  position: relative;
}

.course .link:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 14.66667vw;
  left: 50%;
  background: #e4e4e4;
}

.course .link:nth-of-type(odd):before {
  height: 59.6vw;
}

.course .link:nth-of-type(even):before {
  height: 50.26667vw;
}

.course .link:nth-of-type(odd):after {
  content: "";
  display: block;
  width: 77.73333vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #e4e4e4;
  margin: 0 -38.66667vw;
}

.course .link li {
  width: 50%;
  position: relative;
}

.course .link li:nth-child(odd) {
  padding-right: 0.8vw;
}

.course .link li:nth-child(even) {
  padding-left: 0.8vw;
}

.course .link li a {
  display: block;
  position: relative;
  height: 100%;
}

.course .link li a:after {
  content: "";
  display: block;
  width: 3.73333vw;
  height: 3.73333vw;
  background: url(../images/top/course_arrow.png) no-repeat center;
  background-size: 3.73333vw;
  position: absolute;
  bottom: 0;
  right: 2.66667vw;
}

.course .link li img {
  margin-bottom: 3.2vw;
}

.course .link li p {
  font-size: 13.5px;
  line-height: 1.38em;
  font-weight: 500;
  padding: 0 0.75em;
}

.course .link li p .marker {
  font-weight: 500;
}

.contents_wrap > .inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page_ttl {
  padding: 0 .5em .5em;
  color: #333;
  font-size: 5.33vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  border-bottom: solid 2px #c7c7c7;
  position: relative;
}

.page_ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0%;
  width: 5em;
  height: 0px;
  border-bottom: solid 2px #59bef2;
}

.cat_news-box a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.4vw;
}

.cat_news-box:not(:last-child):after {
  display: block;
  content: "";
  width: 45%;
  margin: 45px auto 0;
  border-bottom: 1px dashed #9f9f9f;
}

.cat-news-icatch {
  width: 47.5%;
  margin: 0 auto 0 0;
}

.cat-news-icatch img {
  width: 100%;
}

.cat-news-txtbox {
  width: 50%;
}

.cat_news-inbox .ttl_panel_Sky {
  display: inline-block;
  margin-right: 0.25em;
  width: auto;
  padding: 0.25em 0.5em 0.125em;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background-color: #59bef2;
  font-size: 2.933vw;
}

.cat_news-ttl {
  font-size: 4.267vw;
  font-weight: 700;
  line-height: 1.19em;
  margin-bottom: 1.6vw;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 3em;
  -webkit-box-orient: vertical;
}

.cat-news-date {
  color: #59bef2;
  font-size: 2.933vw;
  line-height: 1;
  position: relative;
  font-weight: bold;
}

.cat_news-txt {
  font-size: 3.733vw;
  line-height: 1.21em;
  margin: 2vw 0 0;
}

.rank_cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.rank_cat_list li.cat {
  padding-left: 5.067vw;
  background: url(../images/blog/cat_icon.png) no-repeat left top/3.733vw;
  line-height: 1;
}

.rank_cat_list li a {
  color: #333;
  font-size: 3.067vw;
  line-height: 1;
  text-decoration: underline;
}

.pagetop_panel {
  margin-top: 2.4vw;
  margin-right: 2vw;
  display: flex;
  justify-content: flex-end;
  gap: 0 2.4vw;
}

.post_date {
  margin-left: 2.4vw;
  font-size: 3.2vw;
  color: #59bef2;
  font-weight: bold;
  line-height: 3.467vw;
  background: url(../images/blog/date_icon.png) no-repeat left center/contain;
  padding-left: 5.2vw;
}

/* supervisor */
.post .sup {
  margin-bottom: 4vw;
  padding: 3vw;
  min-height: 24vw;
  color: #3d3d3d;
  background: #ececec;
}

.post .sup figure {
  margin: 0 0 2vw 2vw;
  width: 23vw;
  flex-shrink: 0;
  text-align: center;
  float: right;
}

.post .sup figure img {
  width: 23vw;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

.post .sup figure figcaption {
  display: none;
}

.post .sup dt {
  font-size: 3.73vw;
  line-height: 1.4;
}

.post .sup dd {
  font-size: 3.47vw;
  line-height: 1.6;
}

.post .sup .link {
  color: #7c7c7c;
  text-decoration: none;
  border-bottom: 1px solid;
}

.head div,
.sct section,
.sct div,
.sct li,
.sct h2,
.sct h3 {
  box-sizing: border-box;
}

section.post {
  margin-bottom: 10.8vw;
  color: #111;
}

section.post strong,
section.post strong * {
  font-weight: bold;
}

section.post em,
section.post em * {
  font-style: italic;
}

section.post hr {
  border: none;
  margin: 1.5em auto;
  height: 1px;
  width: 40%;
  background: linear-gradient(90deg, #c7c7c7 25%, transparent 25%, transparent 50%, #c7c7c7 50%, #c7c7c7 75%, transparent 75%);
  background-size: 15px;
}

/* index_cont */
ul.index-cont {
  margin: 4vw 0;
  padding: 4vw;
  border: 4px solid #ececec;
}

ul.index-cont li.index:not(:first-child) {
  margin-top: 1em;
}

ul.index-cont li.index span,
ul.index-cont li.index a {
  color: #333;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .05em;
}

ul.index-cont li a {
  text-decoration: underline;
}

ul.index-cont li.subindex {
  margin-top: .5em;
  margin-left: 1em;
}

ul.index-cont li.subindex span,
ul.index-cont li.subindex a {
  color: #333;
  line-height: 1.3;
  text-indent: 1em;
}

.heading_01 {
  margin: 30px 0 20px;
  color: #13baff;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  position: relative;
}

.heading_02 {
  margin: 20px 0;
  width: fit-content;
  position: relative;
}

.heading_02 span {
  padding: 2px .25em;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .05em;
  background-color: #dff4ff;
}

.heading_03 {
  width: fit-content;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  border-bottom: 1px solid #59bef2;
}

.txtbox {
  font-size: 3.73vw;
  line-height: 1.8;
}

.txtbox p > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.txtbox img + img {
  margin-top: 4vw;
}

.txtbox table {
  width: 100% !important;
  border-collapse: collapse;
}

.txtbox table th,
.txtbox table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.25em;
  border: none;
}

.txtbox a {
  color: #111;
  text-decoration: underline;
}

.section_hero {
  margin-top: 24px;
  margin-bottom: 40px;
}

.image_small img {
  max-width: 60%;
}

.image_middle img {
  max-width: 85%;
}

.img_center {
  text-align: center;
}

.flexcont_img-right img.img-right,
.flexcont_img-left img.img-left {
  float: none;
  width: 85%;
  margin: 0 auto 10px;
  display: block;
}

.flexcont_case {
  background: url(../images/blog/case_arrow.png) no-repeat center 42%;
  width: 100%;
  margin: 0 auto;
}

.flexcont_case ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
}

.flexcont_case li {
  vertical-align: middle;
  width: 42.5%;
}

.flexcont_case .before img {
  float: left;
  background: url(../images/blog/before.png) no-repeat left top;
  padding-top: 14px;
  width: 100%;
  height: auto;
}

.flexcont_case .after img {
  float: right;
  background: url(../images/blog/after.png) no-repeat left top;
  padding-top: 14px;
  width: 100%;
  height: auto;
}

.pagenavi .wp-pagenavi {
  margin-bottom: 60px;
  text-align: center;
}

.pagenavi .wp-pagenavi span,
.pagenavi .wp-pagenavi a {
  display: inline-block;
  color: #3c3c3c;
  font-size: 75%;
  line-height: 1.653;
  text-decoration: underline;
  padding: 0.5em 1em;
  margin: 0.5em;
}

.pagenavi .wp-pagenavi span.current {
  text-decoration: none;
  background-color: #ececec;
  border: solid 1px #dcdcdc;
  margin: 0.5em 0.5em;
}

.btn {
  display: flex;
  justify-content: center;
  margin-bottom: 16vw;
}

.btn li {
  width: 26.667vw;
  box-shadow: 0px 5px 10px 0px rgba(191, 191, 191, 0.35);
}

.btn li + li {
  margin-left: 3.333vw;
}

.gray {
  color: #ccc;
}

.or {
  color: #eb610f;
}

.re {
  color: #FF373A;
}

.bra {
  color: #3f0f0f;
}

.gr {
  color: #3b9511;
}

.wh {
  color: #ffffff;
}

.bl {
  color: #59bef2;
}

.marker_ye {
  background: linear-gradient(transparent 70%, #fff2c2 70%)
}

.marker_bl {
  background: linear-gradient(transparent 70%, rgba(89, 190, 242, 0.2) 70%)
}

.cta_leaad {
  color: #19af54;
}

.flexcont_cta {
  animation: poyon 2s ease-out infinite;
}

.cta_btn a {
  display: block;
  margin: 0 auto;
  background: #19af54;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1em;
  padding: 1em 0;
  border-radius: 8px;
  font-size: 150%;
}

@keyframes poyon {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1.0);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}
