@charset "UTF-8";
/* Scss Document */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  list-style: none;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote before, blockquote after,
q before, q after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: bottom;
  /* change border color to suit your needs */
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2d2d2d;
}
@media only screen and (min-width: 560px) {
  body {
    font-size: 1.7rem;
  }
}

a {
  color: #2d2d2d;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

.school_detail header > .inner .logo {
  font-weight: bold;
  font-size: 2rem;
}
.school_detail main .main_inner {
  width: 100%;
  overflow: hidden;
}
.school_detail main .main_inner .main_img_list {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.school_detail main .main_inner .main_img_list .slick-list {
  overflow: visible;
}
.school_detail main .main_inner .main_img_list .slick-slide {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.school_detail main .main_inner .main_img_list .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.school_detail main .main_inner .main_img_list .slick-slide img.pc {
  display: none;
}
@media only screen and (min-width: 560px) {
  .school_detail main .main_inner .main_img_list .slick-slide img.pc {
    display: block;
  }
}
.school_detail main .main_inner .main_img_list .slick-slide img.sp {
  display: block;
}
@media only screen and (min-width: 560px) {
  .school_detail main .main_inner .main_img_list .slick-slide img.sp {
    display: none;
  }
}
.school_detail main .main_inner .main_img_list .slick-slide.slick-active {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.school_detail main .main_inner .main_img_list .slide-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  cursor: pointer;
  outline: none;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 25px;
  width: 25px;
}
.school_detail main .main_inner .main_img_list .slide-arrow.next-arrow {
  left: auto;
  right: -5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.school_detail main .main_inner .slick-dots {
  bottom: -30px;
}
.school_detail main .main_inner .slick-dots li {
  margin: 0 8px;
}
.school_detail main .main_inner .slick-dots li.slick-active button {
  background-color: #ffeded;
  border-radius: 10px;
  border: 2px solid #fbc3c3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.school_detail main .main_inner .slick-dots li.slick-active button::before {
  display: none;
}
.school_detail main .main_inner .slick-dots li button {
  background-color: #e5e3e3;
  border: 2px solid #e5e3e3;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.school_detail main .main_inner .slick-dots li button::before {
  display: none;
}
@media only screen and (min-width: 560px) {
  .school_detail .content_wrapper {
    margin-top: 80px;
  }
}
.school_detail .content_wrapper .content_wrapper_inner {
  padding-top: 0;
}
@media only screen and (min-width: 560px) {
  .school_detail .content_wrapper .content_wrapper_inner .item_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.school_detail .content_wrapper .content_wrapper_inner .item_wrapper .img_area {
  margin-bottom: 15px;
}
@media only screen and (min-width: 560px) {
  .school_detail .content_wrapper .content_wrapper_inner .item_wrapper .img_area {
    width: 420px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.school_detail .content_wrapper .content_wrapper_inner .voice_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 560px) {
  .school_detail .content_wrapper .content_wrapper_inner .voice_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.school_detail .content_wrapper .content_wrapper_inner .voice_item .icon_area {
  margin-bottom: 20px;
}
@media only screen and (min-width: 560px) {
  .school_detail .content_wrapper .content_wrapper_inner .voice_item .icon_area {
    width: 160px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.school_detail .content_wrapper .content_wrapper_inner .voice_item .icon_area img {
  width: 160px;
}
.school_detail .content_wrapper .content_wrapper_inner .voice_item .icon_area img.h_auto {
  height: auto;
}
.school_detail .content_wrapper .content_wrapper_inner .voice_item .icon_area .info {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 0.6em;
  line-height: 1.3;
}
.school_detail .content_wrapper .content_wrapper_inner .voice_item .text_area p {
  font-weight: bold;
}
.school_detail .content_wrapper .content_wrapper_inner .voice_item + .voice_item {
  margin-top: 55px;
}
.school_detail .content_wrapper .content_wrapper_inner section.form h2 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.school_detail .content_wrapper .content_wrapper_inner section.form ul {
  margin-top: 30px;
}
.school_detail .content_wrapper .content_wrapper_inner section.form ul li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.school_detail .content_wrapper .content_wrapper_inner section.form ul li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0.2em;
  content: "";
  border-radius: 5px;
  background: #fbc3c3;
}
.school_detail .content_wrapper .content_wrapper_inner section.form ul li + li {
  margin-top: 1em;
}
.school_detail .content_wrapper .content_wrapper_inner section#form .h2_des {
  text-align: center;
  display: block;
  margin-bottom: 1em;
  line-height: 1.4;
}
.school_detail .content_wrapper .content_wrapper_inner section#form h2 {
  font-weight: bold;
  font-size: 2rem;
}
.school_detail .content_wrapper .content_wrapper_inner section#form ul {
  margin-top: 30px;
}
.school_detail .content_wrapper .content_wrapper_inner section#form ul li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.school_detail .content_wrapper .content_wrapper_inner section#form ul li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0.2em;
  content: "";
  border-radius: 5px;
  background: #fbc3c3;
}
.school_detail .content_wrapper .content_wrapper_inner section#form ul li + li {
  margin-top: 1em;
}
.school_detail .fixed_cv_btn_wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3137254902);
  bottom: -100px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}
.school_detail .fixed_cv_btn_wrapper.is-fixed {
  bottom: 0;
}
.school_detail .fixed_cv_btn_wrapper .fixed_cv_btn {
  font-size: 1.8rem;
  background: rgb(171, 3, 226);
  background: -webkit-gradient(linear, left top, right top, from(rgb(171, 3, 226)), color-stop(50%, rgb(255, 5, 165)), to(rgb(250, 120, 53)));
  background: -webkit-linear-gradient(left, rgb(171, 3, 226) 0%, rgb(255, 5, 165) 50%, rgb(250, 120, 53) 100%);
  background: linear-gradient(90deg, rgb(171, 3, 226) 0%, rgb(255, 5, 165) 50%, rgb(250, 120, 53) 100%);
  color: #fff;
  padding: 0.8em 2.4em 0.8em 1.5em;
  border-radius: 42px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  -webkit-box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
          box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
}
.school_detail .fixed_cv_btn_wrapper .fixed_cv_btn span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.school_detail .fixed_cv_btn_wrapper .fixed_cv_btn span::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  right: -25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.body_wrapper {
  position: relative;
  min-height: 100vh;
}

header {
  z-index: 10;
}
@media only screen and (min-width: 560px) {
  header {
    top: 0;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
  }
}
header > .inner {
  padding: 4.2vw 4vw 4vw;
}
@media only screen and (min-width: 560px) {
  header > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header > .inner .logo {
  display: block;
  width: 100px;
}
@media only screen and (min-width: 560px) {
  header > .inner .logo {
    width: 150px;
  }
}
@media only screen and (min-width: 560px) {
  header > .inner h1 {
    width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
header > .inner h1 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 560px) {
  header > .inner h1 img {
    max-height: 70px;
  }
}
header > .inner h1 p {
  padding-top: 0.8em;
  font-weight: bold;
}
@media only screen and (min-width: 560px) {
  header > .inner h1 p {
    font-size: 1.3rem;
  }
}
header > .inner .sp_menue {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9137254902);
  z-index: 100;
  visibility: hidden;
  -webkit-transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
  opacity: 0;
}
@media only screen and (min-width: 560px) {
  header > .inner .sp_menue {
    visibility: visible;
    opacity: 1;
    position: relative;
    height: inherit;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #dbdbdb;
    width: auto;
    padding: 2px;
  }
}
header > .inner .sp_menue.active {
  visibility: visible;
  opacity: 1;
}
header > .inner .sp_menue.active .global_nav li a {
  color: #fff;
}
header > .inner .sp_menue .inner {
  padding: 4.2vw 4vw 4vw;
}
@media only screen and (min-width: 560px) {
  header > .inner .sp_menue .inner {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header > .inner .sp_menue .inner .logo {
  text-align: center;
}
@media only screen and (min-width: 560px) {
  header > .inner .sp_menue .inner .logo {
    display: none;
  }
}
header > .inner .sp_menue .inner .logo img {
  width: 100%;
}
header > .inner .sp_menue .inner .logo svg path {
  fill: #fff;
}
header > .inner .sp_menue .inner .global_nav {
  padding: 8vw 4vw 4vw;
}
@media only screen and (min-width: 560px) {
  header > .inner .sp_menue .inner .global_nav {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-left: 2em;
    margin-right: 2em;
    margin: 0 auto;
    padding: 0 2em;
  }
}
header > .inner .sp_menue .inner .global_nav li {
  font-size: 5.333vw;
}
@media only screen and (min-width: 560px) {
  header > .inner .sp_menue .inner .global_nav li {
    font-size: 1.4rem;
  }
}
header > .inner .sp_menue .inner .global_nav li a {
  padding: 0.65em 0;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 560px) {
  header > .inner .sp_menue .inner .global_nav li + li {
    margin-left: 2em;
  }
}
header > .inner .sp_menue .inner .cv_btn {
  font-size: 5.333vw;
  color: #fff;
  background: rgb(171, 3, 226);
  background: -webkit-gradient(linear, left top, right top, from(rgb(171, 3, 226)), color-stop(50%, rgb(255, 5, 165)), to(rgb(250, 120, 53)));
  background: -webkit-linear-gradient(left, rgb(171, 3, 226) 0%, rgb(255, 5, 165) 50%, rgb(250, 120, 53) 100%);
  background: linear-gradient(90deg, rgb(171, 3, 226) 0%, rgb(255, 5, 165) 50%, rgb(250, 120, 53) 100%);
  color: #fff;
  padding: 0.8em 1.2em;
  border-radius: 6px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
          box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
}
@media only screen and (min-width: 560px) {
  header > .inner .sp_menue .inner .cv_btn {
    font-size: 1.6rem;
  }
}
header > .inner .sp_menue .inner .sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8%;
}
@media only screen and (min-width: 560px) {
  header > .inner .sp_menue .inner .sns_list {
    display: none;
  }
}
header > .inner .sp_menue .inner .sns_list li {
  background-color: #fff;
  width: 40%;
  border-radius: 10px;
  text-align: center;
}
header > .inner .sp_menue .inner .sns_list li a {
  padding: 20px;
  width: 100%;
  display: inline-block;
}
header > .inner .sp_menue .inner .sns_list li a .img_area {
  background-color: #464646;
  border-radius: 100px;
}
header > .inner .sp_menue .inner .sns_list li a .img_area img {
  display: inline-block;
  padding: 25px;
}
header > .inner .sp_menue .inner .sns_list li a .name {
  font-weight: bold;
  margin-top: 1em;
}
header > .inner .sp_menue .inner .sns_list li a .account {
  margin-top: 0.5em;
}
header > .inner .sp_menue_btn {
  top: 2.666vw;
  right: 2.666vw;
  width: 13.333vw;
  height: 13.333vw;
  background: #1fcfff;
  border-radius: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 101;
  -webkit-box-shadow: 0 1px 3px 3px rgba(166, 166, 166, 0.17);
          box-shadow: 0 1px 3px 3px rgba(166, 166, 166, 0.17);
}
@media only screen and (min-width: 560px) {
  header > .inner .sp_menue_btn {
    display: none;
  }
}
header > .inner .sp_menue_btn .inner {
  width: 22px;
  height: 16px;
  position: relative;
}
header > .inner .sp_menue_btn .inner span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  display: block;
  -webkit-transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, top, transform;
  transition-property: opacity, top, transform, -webkit-transform;
}
header > .inner .sp_menue_btn .inner span:nth-child(1) {
  top: 0;
}
header > .inner .sp_menue_btn .inner span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header > .inner .sp_menue_btn .inner span:nth-child(3) {
  bottom: 0;
}
header > .inner .sp_menue_btn.active .inner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45%;
}
header > .inner .sp_menue_btn.active .inner span:nth-child(2) {
  opacity: 0;
}
header > .inner .sp_menue_btn.active .inner span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}

main .fv {
  position: relative;
}
main .fv img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 560px) {
  main .fv img {
    width: 100%;
  }
}
main .fv img.sp {
  display: block;
}
@media only screen and (min-width: 560px) {
  main .fv img.sp {
    display: none;
  }
}
main .fv img.pc {
  display: none;
}
@media only screen and (min-width: 560px) {
  main .fv img.pc {
    display: block;
    width: 100%;
  }
}
main .fv .catch {
  position: absolute;
  top: 38%;
  left: 7vw;
  font-size: 8.6vw;
  line-height: 1.3;
  font-weight: 900;
}
@media only screen and (min-width: 560px) {
  main .fv .catch {
    top: 40%;
    left: 18vw;
    font-size: 4.6vw;
  }
}
main .fv .text {
  position: absolute;
  top: 51%;
  left: 7vw;
  font-size: 3vw;
  line-height: 1.6;
  font-weight: 900;
}
@media only screen and (min-width: 560px) {
  main .fv .text {
    top: 70%;
    left: 18vw;
    font-size: 1.4vw;
  }
}

section {
  padding-top: 50px;
}
@media only screen and (min-width: 560px) {
  section {
    padding-top: 70px;
  }
}
section .section_inner {
  padding: 0 15px;
}
@media only screen and (min-width: 560px) {
  section .section_inner {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
  }
}

.video .video_inner {
  width: min(100% - 20px, 800px);
  margin-inline: auto;
  aspect-ratio: 16/9;
}
.video .video_inner iframe {
  width: 100%;
  height: 100%;
}
.video .video_inner iframe.sp {
  display: block;
}
@media only screen and (min-width: 560px) {
  .video .video_inner iframe.sp {
    display: none;
  }
}
.video .video_inner iframe.pc {
  display: none;
}
@media only screen and (min-width: 560px) {
  .video .video_inner iframe.pc {
    display: block;
  }
}

.banner_area {
  margin-bottom: 120px;
}
.banner_area .banner_inner {
  width: min(100% - 20px, 800px);
  margin-inline: auto;
}
.banner_area .banner_inner + .banner_inner {
  margin-top: 20px;
}
.banner_area .banner_inner a img.pc {
  display: none;
}
@media only screen and (min-width: 560px) {
  .banner_area .banner_inner a img.pc {
    display: block;
  }
}
.banner_area .banner_inner a img.sp {
  display: block;
}
@media only screen and (min-width: 560px) {
  .banner_area .banner_inner a img.sp {
    display: none;
  }
}

.news {
  background-color: #fef7c4;
  padding: 0;
}
.news .inner {
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .inner h2 {
  color: #fff;
  font-weight: bold;
  background-color: #c494ff;
  padding: 0.5em 0.8em;
  border-radius: 1em;
  margin-right: 0.8em;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.news .inner p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}
h2 img {
  height: 68px;
  width: auto;
}
h2 span {
  font-size: 1.8rem;
  font-weight: bold;
}

.more {
  text-align: center;
  margin-top: 1em;
}
@media only screen and (min-width: 560px) {
  .more {
    margin-top: 2em;
  }
}
.more a {
  display: inline-block;
  position: relative;
  padding: 0.4em;
  font-weight: bold;
  border-bottom: 1px solid #2d2d2d;
}
.more a:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2d2d2d;
  border-right: 2px solid #2d2d2d;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  right: -1.2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.detail {
  text-align: center;
}
.detail a {
  background-color: #fd6d50;
  margin-top: 1.4em;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0.8em 1.4em;
  display: inline-block;
  border-radius: 2em;
}

@media only screen and (min-width: 560px) {
  .area_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}
@media only screen and (min-width: 560px) {
  .area_list > li {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 560px) {
  .area_list > li .more {
    text-align: end;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 560px) {
  .area_list > li .more a {
    border-bottom: none;
  }
}
@media only screen and (min-width: 560px) {
  .area_list > li .list_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 50px 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.area_list > li + li {
  margin-top: 42px;
}
@media only screen and (min-width: 560px) {
  .area_list > li + li {
    margin-top: 0;
  }
}
.area_list > li.area01 h3 span {
  color: #fe6d51;
}
.area_list > li.area02 h3 span {
  color: #f3c900;
}
.area_list > li.area03 h3 span {
  color: #c27cfc;
}
.area_list > li.area04 h3 span {
  color: #fc7ced;
}
.area_list > li.area05 h3 span {
  color: #73c7e6;
}
.area_list > li.area06 h3 span {
  color: #8aff71;
}
.area_list > li.area07 h3 span {
  color: #d46c6c;
}
.area_list > li h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (min-width: 560px) {
  .area_list > li h3 {
    margin-right: 50px;
    margin-bottom: 21px;
  }
}
.area_list > li h3 span {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 560px) {
  .school_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 560px) {
  .school_list .school_item {
    max-width: 280px;
  }
}
.school_list .school_item + .school_item {
  margin-top: 21px;
}
@media only screen and (min-width: 560px) {
  .school_list .school_item + .school_item {
    margin-top: 0;
    margin-left: 25px;
  }
}
.school_list .school_item a {
  position: relative;
  display: block;
}
.school_list .school_item a .img_area {
  border-radius: 8px;
  overflow: hidden;
}
.school_list .school_item a .img_area img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
@media only screen and (min-width: 560px) {
  .school_list .school_item a .img_area img {
    height: 180px;
  }
}
.school_list .school_item a .name {
  font-size: 1.6rem;
  margin-top: 0.4em;
  position: absolute;
  bottom: 5px;
  left: -5px;
  padding: 0.4em 0.5em;
}

.area01 .school_list .school_item .name {
  background-color: #fe6d51;
}

.area02 .school_list .school_item .name {
  background-color: #f3c900;
}

.area03 .school_list .school_item .name {
  background-color: #c27cfc;
}

.area04 .school_list .school_item .name {
  background-color: #fc7ced;
}

.area05 .school_list .school_item .name {
  background-color: #73c7e6;
}

.area06 .school_list .school_item .name {
  background-color: #8aff71;
}

.area07 .school_list .school_item .name {
  background-color: #d46c6c;
}

.column .section_inner {
  max-width: 1130px;
  width: 100%;
}
.column .column_item {
  position: relative;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.column .column_item .img_area {
  height: 240px;
  width: 100%;
  position: relative;
}
.column .column_item .img_area:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 560px) {
  .column .column_item .img_area {
    height: 480px;
  }
}
.column .column_item .img_area img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 560px) {
  .column .column_item .img_area img {
    height: 480px;
  }
}
.column .column_item.column_item {
  margin-top: 40px;
}
@media only screen and (min-width: 560px) {
  .column .column_item.column_item {
    margin-top: 50px;
  }
}
.column .top {
  position: absolute;
  top: 8%;
  left: 3%;
  right: 3%;
}
.column .top .time {
  margin-bottom: 5%;
  color: #fff;
  font-weight: bold;
}
.column .top h3 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.8em 0.6em;
  line-height: 2;
  border-radius: 5px;
  background-color: #fff;
  font-weight: bold;
}
.column .bottom {
  position: absolute;
  bottom: 5%;
  left: 3%;
}
.column .bottom .main_tag {
  background-color: #20cffd;
  display: inline-block;
  font-weight: bold;
  padding: 0.3em 0.6em;
  font-size: 1.3rem;
  border-radius: 10px;
  margin-bottom: 0.5em;
}
.column .bottom .sub_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.column .bottom .sub_tag li {
  background-color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 0.3em 0.6em;
  font-size: 1.3rem;
  border-radius: 10px;
}
.column .bottom .sub_tag li + li {
  margin-left: 0.5em;
}

.interview .teacher_list .teacher_item {
  background-color: #fdf8c2;
  border-radius: 15px;
}
.interview .teacher_list .teacher_item + .teacher_item {
  margin-top: 20px;
}
.interview .teacher_list .teacher_item a {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 560px) {
  .interview .teacher_list .teacher_item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 25px 50px;
  }
}
.interview .teacher_list .teacher_item a .img_area {
  width: 53vw;
  height: 53vw;
  border-radius: 25.5vw;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (min-width: 560px) {
  .interview .teacher_list .teacher_item a .img_area {
    width: 200px;
    height: 200px;
    margin-right: 30px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.interview .teacher_list .teacher_item a .img_area img {
  width: 53vw;
  height: 53vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 560px) {
  .interview .teacher_list .teacher_item a .img_area img {
    width: 200px;
    height: 200px;
  }
}
.interview .teacher_list .teacher_item a .text_area {
  width: 100%;
}
.interview .teacher_list .teacher_item a .text_area .name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.interview .teacher_list .teacher_item a .text_area .name span {
  font-size: 1.4rem;
}
.interview .teacher_list .teacher_item a .text_area h3 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.8em 0.6em;
  line-height: 2;
  border-radius: 5px;
  background-color: #c78fff;
  font-weight: bold;
  color: #fff;
}
.interview .teacher_list .teacher_item a .text_area .tag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2em;
}
.interview .teacher_list .teacher_item a .text_area .tag_list li {
  background-color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 0.3em 0.6em;
  font-size: 1.3rem;
  border-radius: 10px;
}
.interview .teacher_list .teacher_item a .text_area .tag_list li + li {
  margin-left: 0.5em;
}
.interview .teacher_list .teacher_item a .text_area .info_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 560px) {
  .interview .teacher_list .teacher_item a .text_area .info_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.interview .teacher_list .teacher_item a .text_area .info_area .school {
  margin-top: 0.6em;
}
@media only screen and (min-width: 560px) {
  .interview .teacher_list .teacher_item a .text_area .info_area .school {
    margin-top: 0;
  }
}
.interview .teacher_list .teacher_item a .text_area .info_area .school span {
  margin-left: 0.6em;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
}

.about {
  position: relative;
  background: #f7f5ef;
  padding-block: 10% 20%;
}
@media only screen and (min-width: 560px) {
  .about {
    padding-block: 10%;
  }
}
.about .about_title {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  display: inherit;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.about .about_title:before {
  z-index: -1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  margin: 0 auto;
  position: absolute;
  content: "";
  display: inline-block;
  width: 60%;
  height: 120%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/about_title.png);
}
@media only screen and (min-width: 560px) {
  .about .about_title:before {
    width: 300px;
    height: 221px;
  }
}
.about .about_title span {
  font-size: 5rem;
  font-weight: 900;
}
.about .about_title .color01 {
  color: #6b4cc5;
}
.about .about_title .color02 {
  color: #f97f01;
}
.about .about_title .color03 {
  color: #fd4198;
}
.about .about_title .color04 {
  color: #f0bc00;
}
.about .about_title .small {
  font-size: 4rem;
}
.about .text_area {
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.about .text_area .text {
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 2.4em;
}
.about .img_area {
  position: absolute;
  width: 22%;
  overflow: hidden;
}
.about .img_area img {
  width: 100%;
  height: auto;
}
.about .img_area.dec01 {
  top: 4%;
  right: 0;
  border-radius: 8% 0 0 8%;
}
@media only screen and (min-width: 560px) {
  .about .img_area.dec01 {
    top: 8%;
  }
}
.about .img_area.dec02 {
  top: 19%;
  left: 0;
  border-radius: 0 8% 8% 0;
}
@media only screen and (min-width: 560px) {
  .about .img_area.dec02 {
    top: 24%;
  }
}
.about .img_area.dec03 {
  width: 18%;
  bottom: 0;
  right: 18%;
  border-radius: 8% 8% 0 0;
}

.sns {
  background-color: #fdf8c2;
  padding-block: 50px;
}
.sns .sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns .sns_list li {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.sns .sns_list li + li {
  margin-left: 8px;
}
@media only screen and (min-width: 560px) {
  .sns .sns_list li + li {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 560px) {
  .sns .sns_list li {
    width: 150px;
  }
}
.sns .sns_list li a {
  padding: 20px;
  width: 100%;
  display: inline-block;
}
.sns .sns_list li a .img_area {
  background-color: #464646;
  border-radius: 100px;
}
.sns .sns_list li a .img_area img {
  display: inline-block;
  padding: 25px;
}
.sns .sns_list li a .name {
  font-weight: bold;
  margin-top: 1em;
}
.sns .sns_list li a .account {
  margin-top: 0.5em;
}

footer {
  background-color: #fff;
}
footer .inner {
  padding: 30px 8vw 20px;
}
@media only screen and (min-width: 560px) {
  footer .inner {
    padding-top: 45px;
  }
}
footer .inner .logo {
  text-align: center;
  padding-bottom: 5.2vw;
  max-width: 180px;
  margin: 0 auto;
}
@media only screen and (min-width: 560px) {
  footer .inner .logo {
    padding-bottom: 35px;
  }
}
footer .inner .logo svg {
  width: 42%;
}
@media only screen and (min-width: 560px) {
  footer .inner .logo svg {
    width: 150px;
  }
}
footer .inner ul {
  margin-top: 6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 560px) {
  footer .inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .inner ul li {
  font-size: 1.2rem;
}
footer .inner ul li + li {
  margin-top: 2em;
}
@media only screen and (min-width: 560px) {
  footer .inner ul li + li {
    margin-top: 0;
    margin-left: 2em;
  }
}
footer .inner .copy {
  font-size: 1.3rem;
  margin-top: 35px;
  text-align: center;
}

.content_wrapper .content_wrapper_inner h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}
.content_wrapper .content_wrapper_inner h1 img {
  height: 68px;
  width: auto;
}
.content_wrapper .content_wrapper_inner h1 span {
  font-size: 1.8rem;
  font-weight: bold;
}
.content_wrapper .content_wrapper_inner h1.column_h1 span {
  font-size: 2.8rem;
  line-height: 1.3;
}
.content_wrapper .content_wrapper_inner:has(.time_area) h1 {
  margin-bottom: 21px;
}
.content_wrapper .content_wrapper_inner .time_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content_wrapper .content_wrapper_inner .time_area time {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 42px;
}
.content_wrapper .content_wrapper_inner .time_area time + time {
  margin-left: 2em;
}
.content_wrapper .content_wrapper_inner .promotion_text {
  font-size: 1.3rem;
  color: #ababab;
}

.content_wrapper {
  margin-top: 0;
}
@media only screen and (min-width: 560px) {
  .content_wrapper {
    margin-top: 102px;
  }
}
.content_wrapper .breadcrumbs_wapper {
  padding: 8px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 560px) {
  .content_wrapper .breadcrumbs_wapper {
    padding: 8px 30px;
  }
}
.content_wrapper .breadcrumbs_wapper .breadcrumbs {
  max-width: 1000px;
  margin: 0 auto;
  color: #5b5b5b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content_wrapper .breadcrumbs_wapper .breadcrumbs span {
  color: #ff5737;
  font-size: 1.3rem;
}
.content_wrapper .breadcrumbs_wapper .breadcrumbs a > span {
  color: #5b5b5b;
  font-size: 1.3rem;
}
.content_wrapper .content_wrapper_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 8px;
}
@media only screen and (min-width: 560px) {
  .content_wrapper .content_wrapper_inner {
    padding: 100px 15px;
  }
}
.content_wrapper .content_wrapper_inner .news_list li {
  border-top: #c8c8c8 1px solid;
  text-align: left;
}
.content_wrapper .content_wrapper_inner .news_list li:last-child {
  border-bottom: #c8c8c8 1px solid;
}
.content_wrapper .content_wrapper_inner .news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5em 0;
}
.content_wrapper .content_wrapper_inner .news_list li a time {
  display: inline-block;
  padding: 0.4em 0.6em;
  background-color: #505050;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
.content_wrapper .content_wrapper_inner .news_list li a h2 {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
}
.content_wrapper .content_wrapper_inner .center_text {
  text-align: center;
  line-height: 1.6;
}
.content_wrapper .content_wrapper_inner .dl_detail {
  max-width: 700px;
  margin: 50px auto 0;
}
.content_wrapper .content_wrapper_inner .dl_detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 560px) {
  .content_wrapper .content_wrapper_inner .dl_detail dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content_wrapper .content_wrapper_inner .dl_detail dl dt {
  font-weight: bold;
  padding: 0 15px;
  line-height: 1.4;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dt.required:after {
  content: "必須";
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 6px;
  width: 40px;
  border-radius: 4px;
  background: #c63918;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
}
@media only screen and (min-width: 560px) {
  .content_wrapper .content_wrapper_inner .dl_detail dl dt {
    padding: 21px 0px 25px 15px;
    width: 225px;
  }
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd {
  padding: 10px 15px 25px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.checkbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.checkbox .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.checkbox .mwform-checkbox-field {
  color: #666666;
  width: 49%;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #d1d7dc;
  margin-bottom: 2%;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.checkbox .mwform-checkbox-field:nth-child(odd) {
  margin-right: 2%;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.checkbox .mwform-checkbox-field label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 1.4em 1em 1.4em 3.8em;
  width: 100%;
  padding: 1.4em 0.5em 1.4em 2.8em;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.checkbox .mwform-checkbox-field label:after {
  width: 24px;
  height: 24px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 4px;
  z-index: 2;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  left: 10px;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.checkbox .mwform-checkbox-field label input[type=checkbox] {
  margin: 0;
  width: 24px;
  height: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  z-index: 3;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
  left: 10px;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.checkbox .mwform-checkbox-field label input:checked {
  visibility: inherit;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.checkbox .mwform-checkbox-field label .mwform-checkbox-field-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd ::-webkit-input-placeholder {
  color: #ccc;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd ::-moz-placeholder {
  color: #ccc;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd :-ms-input-placeholder {
  color: #ccc;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd ::-ms-input-placeholder {
  color: #ccc;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd ::placeholder {
  color: #ccc;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd input[type=text],
.content_wrapper .content_wrapper_inner .dl_detail dl dd input[type=email],
.content_wrapper .content_wrapper_inner .dl_detail dl dd input[type=tel],
.content_wrapper .content_wrapper_inner .dl_detail dl dd input[type=number] {
  width: 100%;
  max-width: 480px;
  height: 40px;
  margin: 0 16px 8px 0;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  background: #f9fcfd;
  font-size: inherit;
  outline: none;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd textarea {
  width: 100%;
  max-width: 480px;
  height: 200px;
  margin: 0 16px 8px 0;
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  background: #f9fcfd;
  font-size: inherit;
  outline: none;
  height: 120px;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd .text_info {
  color: #666666;
  font-weight: normal;
  line-height: 1.6;
  width: 100%;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd .text_info.checkbox_adjust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd .text_info.checkbox_adjust .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd .text_info.checkbox_single_column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd .text_info.checkbox_single_column .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd select {
  padding: 0.8em;
  border: solid 1px #898989;
  border-radius: 5px;
  outline: 0;
  width: 100%;
}
.content_wrapper .content_wrapper_inner .dl_detail dl dd.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 7px;
}
.content_wrapper .content_wrapper_inner .dl_detail dl .policy_text {
  margin-top: 15px;
  overflow-y: scroll;
  height: 150px;
  padding: 0.8em;
  border: solid 1px #898989;
  border-radius: 5px;
}
.content_wrapper .content_wrapper_inner .dl_detail dl .policy_text h2 {
  font-size: 1.8rem !important;
  margin-block: 2rem;
}
.content_wrapper .content_wrapper_inner .dl_detail dl .policy_text h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-block: 1.8rem;
}
.content_wrapper .content_wrapper_inner .dl_detail dl .policy_text h4 {
  font-size: 1.4rem;
  margin-block: 1.8rem;
}
.content_wrapper .content_wrapper_inner .dl_detail dl .policy_text p {
  font-size: 1.1rem;
  line-height: 1.4;
}
.content_wrapper .content_wrapper_inner .dl_detail dl .policy_text p + p {
  margin-top: 1em;
}
.content_wrapper .content_wrapper_inner .btn_wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_wrapper .content_wrapper_inner .btn_wapper .btn {
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  min-width: 320px;
  padding: 0.9em 1.9em;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  background: #6b4cc5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.content_wrapper .content_wrapper_inner .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_wrapper .content_wrapper_inner .wp-pagenavi .previouspostslink,
.content_wrapper .content_wrapper_inner .wp-pagenavi .nextpostslink {
  color: #ea005c;
}
.content_wrapper .content_wrapper_inner .wp-pagenavi .page {
  font-size: 22px;
  color: #ea005c;
  background: #ffd7e7;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}
.content_wrapper .content_wrapper_inner .wp-pagenavi .current {
  font-size: 2.2rem;
  color: #fff;
  background: #fd5093;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}

.line_qr_area {
  margin-top: 40px;
  margin-inline: auto;
  width: 80%;
}
@media only screen and (min-width: 560px) {
  .line_qr_area {
    width: 310px;
  }
}

.pickup_area {
  margin-inline: auto;
  margin-bottom: 40px;
}
.pickup_area .pickup_area_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.pickup_area .pickup_area_inner .pickup_item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: solid 1px #cfe1e8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 560px) {
  .pickup_area .pickup_area_inner .pickup_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pickup_area .pickup_area_inner .pickup_item .pickup {
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  background: #ff2da4;
  display: inline-block;
  border-radius: 10px;
  padding: 0.4em 0.7em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 560px) {
  .pickup_area .pickup_area_inner .pickup_item .pickup {
    font-size: 1.8rem;
    border-radius: 20px;
  }
}
.pickup_area .pickup_area_inner .pickup_item .img_area {
  height: 130px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media only screen and (min-width: 560px) {
  .pickup_area .pickup_area_inner .pickup_item .img_area {
    border-radius: 10px 0 0 10px;
    font-size: 2.4rem;
    width: 42%;
    height: auto;
    max-height: 180px;
  }
}
.pickup_area .pickup_area_inner .pickup_item .img_area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 80px;
  -o-object-position: center;
     object-position: center;
}
.pickup_area .pickup_area_inner .pickup_item .text_area {
  padding: 1.2em;
}
@media only screen and (min-width: 560px) {
  .pickup_area .pickup_area_inner .pickup_item .text_area {
    padding: 0.8em 1.2em;
  }
}
.pickup_area .pickup_area_inner .pickup_item .text_area .title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 560px) {
  .pickup_area .pickup_area_inner .pickup_item .text_area .title {
    font-size: 2.4rem;
  }
}
.pickup_area .pickup_area_inner .pickup_item .text_area .text {
  line-height: 1.5;
  margin-top: 1em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 560px) {
  .pickup_area .pickup_area_inner .pickup_item .text_area .text {
    font-size: 1.5rem;
  }
}
.pickup_area .pickup_area_inner .pickup_item .text_area .sub_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
@media only screen and (min-width: 560px) {
  .pickup_area .pickup_area_inner .pickup_item .text_area .sub_tag {
    margin-top: 1em;
  }
}
.pickup_area .pickup_area_inner .pickup_item .text_area .sub_tag li {
  background-color: #20cffd;
  display: inline-block;
  font-weight: bold;
  padding: 0.3em 0.6em;
  font-size: 1.3rem;
  border-radius: 10px;
}
@media only screen and (min-width: 560px) {
  .pickup_area .pickup_area_inner .pickup_item .text_area .sub_tag li {
    font-size: 1.5rem;
    border-radius: 20px;
  }
}
.pickup_area .pickup_area_inner .pickup_item .text_area .sub_tag li + li {
  margin-left: 0.5em;
}

.area_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 24px;
}
@media only screen and (min-width: 560px) {
  .area_group {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 40px;
  }
}
.area_group .group_item a {
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #fd6d50;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #363636;
  padding: 1.8rem;
}
@media only screen and (min-width: 560px) {
  .area_group .group_item a {
    font-size: 2rem;
  }
}

.main_inner .main_thumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-block: 10px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_inner .main_thumb_list li {
  cursor: pointer;
  line-height: inherit;
  text-indent: 0;
  padding-left: 0;
  margin-top: 0;
  width: 25%;
}
.main_inner .main_thumb_list li:before {
  content: none;
}

.main_inner .main_thumb_list img {
  display: block;
}

.main_inner .main_thumb_list li.is-active {
  border: 2px solid #c7c7c7;
}

.article_body .wp-post-image,
.article_body img.wp-post-image {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  padding: 10px;
}
main.lp {
  background: #fec83c;
}
main.lp section {
  max-width: 1054px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 18px;
  padding: 30px 15px;
}
@media only screen and (min-width: 560px) {
  main.lp section {
    padding: 60px 30px;
  }
}
main.lp section .inner h2 {
  font-size: 3.7rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
main.lp section .inner h2.adjust {
  width: 76%;
}
@media only screen and (min-width: 560px) {
  main.lp section .inner h2.adjust {
    width: 100%;
    max-width: 500px;
  }
}
@media only screen and (min-width: 560px) {
  main.lp section .inner h2.title01 {
    width: 100%;
    max-width: 654px;
  }
}
main.lp .form_section {
  margin-bottom: 25px;
}
main.lp .form_section h2.default {
  font-size: 2rem;
}
@media only screen and (min-width: 560px) {
  main.lp .form_section h2.default {
    font-size: 2.8rem;
  }
}
main.lp h2.default {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
main.lp h2.default .color {
  color: #ff5f5f;
}
main.lp h3.default {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  font-size: 2.2rem;
}
main.lp h3.default .color {
  color: #ff5f5f;
}
main.lp section + section {
  margin-top: 25px;
}
main.lp .main_visual {
  margin-bottom: 15px;
}
@media only screen and (min-width: 560px) {
  main.lp .main_visual {
    margin-bottom: 0;
  }
}
main.lp .des_test {
  text-align: center;
  margin-top: 25px;
}
main.lp .des_test + .default {
  margin-top: 40px;
}
main.lp .phone_img {
  max-width: 280px;
  width: 64%;
  margin: 40px auto 10px;
}
main.lp .function_list {
  margin-bottom: 65px;
}
@media only screen and (min-width: 560px) {
  main.lp .function_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
main.lp .function_list li {
  background-color: #feefdc;
  border-radius: 20px;
  padding: 20px;
}
main.lp .function_list li h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
main.lp .function_list li .img {
  margin-block: 10px;
}
main.lp .function_list li .des_text {
  text-align: center;
}
@media only screen and (min-width: 560px) {
  main.lp .function_list li .des_text {
    text-align: left;
  }
}
main.lp .function_list li + li {
  margin-top: 25px;
}
@media only screen and (min-width: 560px) {
  main.lp .function_list li + li {
    margin-top: 0;
    margin-left: 20px;
  }
}
main.lp .sub_title {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 15px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (min-width: 560px) {
  main.lp .publication_flow {
    width: 48%;
    margin: 0 auto;
  }
}
main.lp .publication_flow li {
  background-color: #feefdc;
  border-radius: 20px;
  padding: 20px;
}
main.lp .publication_flow li .text_area h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fe6d51;
}
main.lp .publication_flow li .text_area h4:first-letter {
  font-size: 2.4rem;
}
main.lp .publication_flow li .text_area .text {
  margin-top: 1em;
  text-align: center;
}
main.lp .publication_flow li .img_area {
  width: 74%;
  margin: 15px auto 0;
}
main.lp .publication_flow li + li {
  margin-top: 25px;
}
main.lp .img_cost {
  max-width: 280px;
  width: 80%;
  margin: 0 auto 80px;
}
main.lp .name {
  background-color: #ff5678;
  border-radius: 30px;
  font-size: 1.6rem;
  padding: 0.3em;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2em;
}
main.lp .img_school {
  max-width: 280px;
  width: 80%;
  margin: 0 auto 30px;
}
main.lp .img_phone {
  max-width: 280px;
  width: 80%;
  margin: 0 auto 40px;
}
main.lp .img_student {
  max-width: 280px;
  width: 80%;
  margin: 0 auto 40px;
}
main.lp .voice_list {
  margin-top: 60px;
}
@media only screen and (min-width: 560px) {
  main.lp .voice_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 560px) {
  main.lp .voice_list li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main.lp .voice_list li .logo {
  max-width: 280px;
  width: 64%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 560px) {
  main.lp .voice_list li .logo {
    height: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media only screen and (min-width: 560px) {
  main.lp .voice_list li .logo img {
    height: 100%;
  }
}
main.lp .voice_list li .logo.adjust {
  width: 48%;
}
main.lp .voice_list li .text_area {
  background-color: #feefdc;
  border-radius: 15px;
  padding: 15px;
}
main.lp .voice_list li .text_area.first {
  font-weight: bold;
}
@media only screen and (min-width: 560px) {
  main.lp .voice_list li .text_area {
    height: 100%;
  }
}
main.lp .voice_list li + li {
  margin-top: 45px;
}
@media only screen and (min-width: 560px) {
  main.lp .voice_list li + li {
    margin-top: 0;
    margin-left: 20px;
  }
}
main.lp #form {
  margin-block: 25px;
}
main.lp #form h2.default {
  font-size: 2rem;
}
main.lp footer .inner {
  max-width: 1560px;
  margin: 0 auto;
  padding-inline: 30px;
  padding-bottom: 35px;
  text-align: center;
}
main.lp footer .inner small {
  color: #fff;
  font-size: 1.2rem;
}
main.lp .dl_detail {
  max-width: 700px;
  margin: 70px auto 0;
}
main.lp .dl_detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 560px) {
  main.lp .dl_detail dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main.lp .dl_detail dl dt {
  font-weight: bold;
  padding: 0 15px;
  line-height: 1.4;
}
main.lp .dl_detail dl dt.required:after {
  content: "必須";
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 6px;
  width: 40px;
  border-radius: 4px;
  background: #c63918;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
}
@media only screen and (min-width: 560px) {
  main.lp .dl_detail dl dt {
    padding: 21px 0px 25px 15px;
    width: 225px;
  }
}
main.lp .dl_detail dl dd {
  padding: 10px 15px 25px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.lp .dl_detail dl dd.checkbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main.lp .dl_detail dl dd.checkbox .horizontal-item + .horizontal-item {
  margin-left: 0;
}
main.lp .dl_detail dl dd.checkbox .mwform-checkbox-field {
  color: #666666;
  width: 49%;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #d1d7dc;
  margin-bottom: 2%;
}
main.lp .dl_detail dl dd.checkbox .mwform-checkbox-field:nth-child(odd) {
  margin-right: 2%;
}
main.lp .dl_detail dl dd.checkbox .mwform-checkbox-field label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 1.4em 1em 1.4em 3.8em;
  width: 100%;
  padding: 1.4em 0.5em 1.4em 2.8em;
}
main.lp .dl_detail dl dd.checkbox .mwform-checkbox-field label:after {
  width: 24px;
  height: 24px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 4px;
  z-index: 2;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  left: 10px;
}
main.lp .dl_detail dl dd.checkbox .mwform-checkbox-field label input[type=checkbox] {
  margin: 0;
  width: 24px;
  height: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  z-index: 3;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
  left: 10px;
}
main.lp .dl_detail dl dd.checkbox .mwform-checkbox-field label input:checked {
  visibility: inherit;
}
main.lp .dl_detail dl dd.checkbox .mwform-checkbox-field label .mwform-checkbox-field-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main.lp .dl_detail dl dd ::-webkit-input-placeholder {
  color: #ccc;
}
main.lp .dl_detail dl dd ::-moz-placeholder {
  color: #ccc;
}
main.lp .dl_detail dl dd :-ms-input-placeholder {
  color: #ccc;
}
main.lp .dl_detail dl dd ::-ms-input-placeholder {
  color: #ccc;
}
main.lp .dl_detail dl dd ::placeholder {
  color: #ccc;
}
main.lp .dl_detail dl dd input[type=text],
main.lp .dl_detail dl dd input[type=email],
main.lp .dl_detail dl dd input[type=tel],
main.lp .dl_detail dl dd input[type=number] {
  width: 100%;
  max-width: 480px;
  height: 40px;
  margin: 0 16px 8px 0;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  background: #f9fcfd;
  font-size: inherit;
  outline: none;
}
main.lp .dl_detail dl dd textarea {
  width: 100%;
  max-width: 480px;
  height: 200px;
  margin: 0 16px 8px 0;
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  background: #f9fcfd;
  font-size: inherit;
  outline: none;
  height: 120px;
}
main.lp .dl_detail dl dd .text_info {
  color: #666666;
  font-weight: normal;
  line-height: 1.6;
  width: 100%;
}
main.lp .dl_detail dl dd select {
  padding: 0.8em;
  border: solid 1px #898989;
  border-radius: 5px;
  outline: 0;
}
main.lp .btn_wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.lp .btn_wapper .btn {
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  min-width: 320px;
  padding: 0.9em 1.9em;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  background: #6b4cc5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main .main_visual {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 1054px;
  margin: 0 auto 0;
  padding: 0 15px;
}
@media only screen and (min-width: 560px) {
  main .main_visual {
    margin: 50px auto 0;
  }
}
main .fv_catch {
  width: 65%;
  margin-left: auto;
}
@media only screen and (min-width: 560px) {
  main .fv_catch {
    width: 50%;
    margin-left: auto;
    margin-right: 5%;
  }
}

.top_form {
  margin-bottom: 25px;
}

@media only screen and (min-width: 560px) {
  .fukidashi {
    width: 420px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 560px) {
  .problem_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 40px;
  }
}
.problem_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}
@media only screen and (min-width: 560px) {
  .problem_list li {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.problem_list li .img {
  width: 80px;
  margin-right: 12px;
}
@media only screen and (min-width: 560px) {
  .problem_list li .img {
    width: 120px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.problem_list li + li {
  margin-top: 25px;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  margin: 0 auto;
}

.big_catch {
  margin-block: 50px 12px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}
.big_catch .color {
  color: #f55435;
}
.big_catch .big {
  font-size: 3.8rem;
}

.catch {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.catch .color {
  color: #f55435;
}

.dansul_pc {
  margin-bottom: 42px;
}

.top_buck {
  font-weight: bold;
  margin: 0 auto 40px;
  background-color: #ff245f;
  color: #fff;
  width: 70%;
  text-align: center;
  max-width: 500px;
  padding: 0.6em;
  border-radius: 10px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point_list {
  margin-top: 35px;
}
.point_list li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #f55435;
  border-bottom: solid 2px #d9d9d9;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 560px) {
  .point_list li h3 {
    font-size: 2rem;
  }
}
.point_list li h3:first-letter {
  font-size: 2rem;
}
@media only screen and (min-width: 560px) {
  .point_list li h3:first-letter {
    font-size: 2.4rem;
  }
}
.point_list li + li {
  margin-top: 40px;
}

.btn_section {
  max-width: 1054px;
  margin: 25px auto;
  background-color: #fff;
  border-radius: 18px;
  padding: 30px 25px;
}
.btn_section .catch {
  font-size: 1.6rem;
}
.btn_section .catch span {
  color: #ff245f;
  font-size: 2rem;
}
.btn_section .btn {
  font-weight: bold;
  margin: 10px auto 0;
  background-color: #6b4cc5;
  color: #fff;
  text-align: center;
  max-width: 500px;
  width: 100%;
  padding: 0.6em;
  border-radius: 10px;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-br {
  display: inline-block;
}
@media only screen and (min-width: 560px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media only screen and (min-width: 560px) {
  .pc-br {
    display: inline-block;
  }
}

.sp-img {
  display: inline-block;
}
@media only screen and (min-width: 560px) {
  .sp-img {
    display: none;
  }
}

.pc-img {
  display: none;
}
@media only screen and (min-width: 560px) {
  .pc-img {
    display: inline-block;
  }
}

.article_body #ez-toc-container ul li {
  text-indent: inherit;
}
.article_body #ez-toc-container ul li::before {
  content: none;
}
.article_body .main_inner {
  width: 100%;
  overflow: hidden;
}
.article_body .main_inner .main_img_list {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.article_body .main_inner .main_img_list .slick-list {
  overflow: visible;
}
.article_body .main_inner .main_img_list .slick-slide {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: inherit;
  line-height: inherit;
  text-indent: inherit;
  padding-left: inherit;
}
.article_body .main_inner .main_img_list .slick-slide:before {
  content: none;
}
.article_body .main_inner .main_img_list .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.article_body .main_inner .main_img_list .slick-slide img.pc {
  display: none;
}
@media only screen and (min-width: 560px) {
  .article_body .main_inner .main_img_list .slick-slide img.pc {
    display: block;
  }
}
.article_body .main_inner .main_img_list .slick-slide img.sp {
  display: block;
}
@media only screen and (min-width: 560px) {
  .article_body .main_inner .main_img_list .slick-slide img.sp {
    display: none;
  }
}
.article_body .main_inner .main_img_list .slick-slide.slick-active {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.article_body .main_inner .main_img_list .slide-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  cursor: pointer;
  outline: none;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 25px;
  width: 25px;
}
.article_body .main_inner .main_img_list .slide-arrow.next-arrow {
  left: auto;
  right: 19px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.article_body .main_inner .slick-dots {
  bottom: -30px;
}
.article_body .main_inner .slick-dots li {
  margin: 0 8px;
}
.article_body .main_inner .slick-dots li.slick-active button {
  background-color: #ffeded;
  border-radius: 10px;
  border: 2px solid #fbc3c3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.article_body .main_inner .slick-dots li.slick-active button::before {
  display: none;
}
.article_body .main_inner .slick-dots li button {
  background-color: #e5e3e3;
  border: 2px solid #e5e3e3;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.article_body .main_inner .slick-dots li button::before {
  display: none;
}
.article_body .article_banner {
  width: min(100% - 20px, 800px);
  margin-inline: auto;
  margin-block: 30px 0;
}
.article_body .article_banner a img.pc {
  display: none;
}
@media only screen and (min-width: 560px) {
  .article_body .article_banner a img.pc {
    display: block;
  }
}
.article_body .article_banner a img.sp {
  display: block;
}
@media only screen and (min-width: 560px) {
  .article_body .article_banner a img.sp {
    display: none;
  }
}
.article_body .article_author_title {
  margin-top: 2em;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (min-width: 560px) {
  .article_body .article_author_title {
    font-size: 1.8rem;
  }
}
.article_body .article_author_box {
  background-color: #f3f6f8;
  border-radius: 8px;
  border: solid 1px #ddd;
  overflow: hidden;
  padding: 8px;
}
@media only screen and (min-width: 560px) {
  .article_body .article_author_box {
    padding: 18px;
  }
}
.article_body .article_author_box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article_body .article_author_box .top .img_area {
  width: 100px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media only screen and (min-width: 560px) {
  .article_body .article_author_box .top .img_area {
    width: 150px;
    margin-right: 24px;
  }
}
.article_body .article_author_box .top .text_area {
  margin-top: 0;
}
.article_body .article_author_box .top .text_area .name {
  line-height: 1.2em;
}
.article_body .article_author_box .top .text_area .name a {
  margin-top: 0;
  font-size: 1.6rem;
  color: #299aeb;
  font-weight: bold;
}
@media only screen and (min-width: 560px) {
  .article_body .article_author_box .top .text_area .name a {
    font-size: 2rem;
  }
}
.article_body .article_author_box .top .text_area .text {
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media only screen and (min-width: 560px) {
  .article_body .article_author_box .top .text_area .text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.article_body .article_author_box .bottom {
  border-top: solid 1px #ddd;
  margin-top: 14px;
  padding-top: 14px;
}
.article_body .article_author_box .bottom .sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_body .article_author_box .bottom .sns_list .sns_item {
  width: 42px;
  height: 42px;
  background-color: #757575;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  padding: 0;
}
.article_body .article_author_box .bottom .sns_list .sns_item a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_body .article_author_box .bottom .sns_list .sns_item a img {
  width: 28px;
}
.article_body .article_author_box .bottom .sns_list .sns_item::before {
  content: none;
}
.article_body .article_author_box .bottom .sns_list .sns_item + .sns_item {
  margin-left: 14px;
  margin-top: 0;
}
@media only screen and (min-width: 560px) {
  .article_body .article_author_box .bottom .sns_list .sns_item + .sns_item {
    margin-left: 8px;
  }
}
.article_body #ez-toc-container {
  margin-top: 40px;
}
.article_body h2 {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 42px 0 21px 0;
  border-bottom: 3px solid #ff9158;
  font-weight: bold;
}
.article_body h3 {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 3em 0 1em;
  position: relative;
  background-color: #fdf8c2;
  padding: 0.4em 0.6em;
  border-radius: 4px;
}
.article_body h4 {
  margin: 25px 0 10px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 0.6em;
}
.article_body h4 span {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 1.4rem;
  font-weight: normal;
}
.article_body h4 + dl {
  margin-top: 0;
}
.article_body h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background: #fbc3c3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article_body .koushi_wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article_body .koushi_wrapper.column_single .koushi_item {
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .article_body .koushi_wrapper.column_single .koushi_item {
    margin-bottom: 2.5%;
  }
}
.article_body .koushi_wrapper .koushi_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.5%;
}
@media only screen and (min-width: 560px) {
  .article_body .koushi_wrapper .koushi_item {
    margin-bottom: 2.5%;
  }
}
.article_body .koushi_wrapper .koushi_item:after {
  content: "";
  display: block;
  width: 31.1666666667%;
  height: 0;
}
@media only screen and (min-width: 560px) {
  .article_body .koushi_wrapper .koushi_item:after {
    width: 23%;
  }
}
.article_body .koushi_wrapper .koushi_item .name {
  margin-top: 0.8em;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (min-width: 560px) {
  .article_body .koushi_wrapper .koushi_item .name {
    font-size: 1.6rem;
  }
}
.article_body .text_area p {
  word-wrap: break-word;
  text-align: justify;
  line-height: 2;
  font-size: 1.5rem;
}
.article_body p {
  line-height: 2;
}
.article_body p a {
  margin-top: 1em;
  display: inline-block;
  color: #15b1dc;
  text-decoration: underline;
  line-height: 1.4;
}
.article_body p + p {
  margin-top: 1.6em;
}
.article_body .quote {
  color: #757575;
  display: inline-block;
  margin-top: 1em;
  font-size: 1.2rem;
}
.article_body .img_area img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.article_body .img_area img.pc {
  display: none;
}
@media only screen and (min-width: 560px) {
  .article_body .img_area img.pc {
    display: inline-block;
  }
}
.article_body .img_area img.sp {
  display: inline-block;
}
@media only screen and (min-width: 560px) {
  .article_body .img_area img.sp {
    display: none;
  }
}
.article_body .video_responsive {
  width: 100%;
  aspect-ratio: 16/9;
}
.article_body ul li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.article_body ul li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0.2em;
  content: "";
  border-radius: 5px;
  background: #fbc3c3;
}
.article_body ul li + li {
  margin-top: 1.6em;
}
.article_body ul.weekly {
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 12px;
}
@media only screen and (min-width: 560px) {
  .article_body ul.weekly {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.article_body ul.weekly li {
  margin: 0 10px;
  padding: 10px;
  background-color: #fbc3c3;
  border-radius: 25px;
  text-indent: inherit;
  text-align: center;
  font-weight: bold;
  background-color: #f6f6f7;
  font-weight: bold;
  border: solid 2px #222;
  cursor: pointer;
}
.article_body ul.weekly li:before {
  content: none;
}
.article_body ul.weekly li.act {
  background-color: #7453a0;
  color: #fff;
}
.article_body ul.weekly li .schedule_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article_body ul.weekly li .schedule_tag:before {
  content: none;
}
.article_body ul.schedule_curriculum {
  margin-top: 40px;
  display: none;
  grid-template-columns: 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media only screen and (min-width: 560px) {
  .article_body ul.schedule_curriculum {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.article_body ul.schedule_curriculum.act {
  display: grid;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item {
  background-color: #f9d1f3;
  border-radius: 15px;
  border: solid 2px #222;
  margin: 0;
  padding: 14px;
  text-indent: 0;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item:before {
  content: none;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .schedule_tag {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .schedule_tag li {
  background-color: #222;
  color: #fff;
  padding: 4px 8px;
  text-indent: 0;
  font-size: 1.3rem;
  border-radius: 4px;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .schedule_tag li a {
  color: #fff;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .schedule_tag li:before {
  content: none;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .schedule_tag li + li {
  margin-top: 0;
  margin-left: 6px;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item p + p {
  margin: 0;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .itme {
  font-size: 1.5rem;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .title_wrapper {
  border-block: 2px solid #222;
  padding: 4px 0;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .title_wrapper .title {
  font-weight: bold;
  font-size: 1.7rem;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .title_wrapper .sub_title {
  font-size: 1.5rem;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .teacher {
  font-size: 1.5rem;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .teacher_area {
  padding: 7px 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .teacher_area img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.article_body ul.schedule_curriculum .schedule_curriculum_item .teacher_area .teacher {
  padding-left: 0.5em;
}
.article_body ul.article_slider {
  margin-bottom: 55px;
}
.article_body ul.article_slider .slider_item {
  margin-top: inherit;
  line-height: inherit;
  text-indent: inherit;
  padding-left: inherit;
}
.article_body ul.article_slider .slider_item:before {
  content: none;
}
.article_body ul.slick-dots li {
  margin: 0 8px;
}
.article_body ul.slick-dots li:before {
  content: none;
}
.article_body ul.slick-dots button {
  background-color: #e5e3e3;
  border: 2px solid #e5e3e3;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.article_body ul.slick-dots .slick-active button {
  background-color: #ffeded;
  border-radius: 10px;
  border: 2px solid #fbc3c3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.article_body dl {
  background: #fff;
  border: solid 2px #f3eded;
  padding: 10px 10px 5px;
  border-radius: 6px;
  margin-top: 10px;
}
.article_body dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.article_body dl dt span {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 1.4rem;
  font-weight: normal;
}
.article_body dl dd {
  list-style: none;
  border-bottom: solid 1px #f3eded;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 10px 20px;
  line-height: 1.4;
  font-size: 1.4rem;
  position: relative;
}
.article_body dl dd a {
  display: inline;
  color: #15b1dc;
  text-decoration: underline;
}
.article_body dl dd:before {
  position: absolute;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fbc3c3;
  border-radius: 8px;
  top: 13px;
  left: 0;
}
.article_body dl dd:last-child {
  border-bottom: none;
}
.article_body .campaign_notice {
  padding: 20px;
  border: 1px solid #ee7777;
}
.article_body .campaign_notice dt {
  font-size: 1.4rem;
}
.article_body .campaign_notice dd {
  font-size: 1.3rem;
  padding: 1rem 0 0 0;
}
.article_body .campaign_notice dd::before {
  content: none;
}
.article_body .question_item {
  border-radius: 10px;
  border: solid 1px #cfe1e8;
  background-color: #fff;
  padding: 18px 25px;
}
.article_body .question_item.accordion_wrapper {
  cursor: pointer;
  padding: 18px 35px 18px 15px;
}
@media only screen and (min-width: 560px) {
  .article_body .question_item.accordion_wrapper {
    padding: 18px 25px;
  }
}
.article_body .question_item.accordion_wrapper .question_text:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: solid 2px #eb8550;
  border-right: solid 2px #eb8550;
  position: absolute;
  right: -20px;
  top: -35%;
  bottom: 0;
  margin-block: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (min-width: 560px) {
  .article_body .question_item.accordion_wrapper .question_text:after {
    right: 0;
  }
}
.article_body .question_item.accordion_wrapper .question_text.active:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 4%;
}
.article_body .question_item .question_text {
  position: relative;
  padding: 0px 0 0px 20px;
}
.article_body .question_item .question_text:before {
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  content: "Q";
  font-size: 2rem;
  color: #ed2d5e;
  margin-right: 0.4em;
}
.article_body .question_item .answer_text.accordion_item {
  display: none;
}
.article_body .question_item .answer_text:before {
  font-weight: bold;
  display: inline-block;
  content: "A";
  font-size: 2rem;
  color: #50aaeb;
  margin-right: 0.4em;
  top: 20px;
  border: none;
}
.article_body .question_item .answer_text p + p {
  margin-top: 1.2rem;
}
.article_body .accordion_wrapper .accordion_title {
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  background: #fff;
  border: solid 2px #f3eded;
  padding: 8px 40px 8px 18px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0px 1px 0 rgba(166, 166, 166, 0.14);
          box-shadow: 0 0px 1px 0 rgba(166, 166, 166, 0.14);
}
.article_body .accordion_wrapper .accordion_title:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: solid 4px #eb8550;
  border-right: solid 4px #eb8550;
  position: absolute;
  right: 22px;
  top: -14%;
  bottom: 0;
  margin-block: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.article_body .accordion_wrapper .accordion_title.active:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 4%;
}
.article_body .accordion_wrapper .accordion_item_wrapper {
  background-color: #f3eded;
  padding: 8px;
  border-radius: 0 0 6px 6px;
  display: none;
}
.article_body .accordion_wrapper .accordion_item_wrapper .item {
  margin-top: 15px;
}
.article_body .cv_btn_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.article_body .cv_btn_wrapper span {
  display: inline-block;
  margin-bottom: 0.4em;
}
.article_body .cv_btn_wrapper p {
  display: inline-block;
}
.article_body .cv_btn_wrapper + .img_area {
  margin-top: 25px;
}
.article_body .cv_btn {
  cursor: pointer;
  font-size: 1.8rem;
  background: rgb(171, 3, 226);
  background: -webkit-gradient(linear, left top, right top, from(rgb(171, 3, 226)), color-stop(50%, rgb(255, 5, 165)), to(rgb(250, 120, 53)));
  background: -webkit-linear-gradient(left, rgb(171, 3, 226) 0%, rgb(255, 5, 165) 50%, rgb(250, 120, 53) 100%);
  background: linear-gradient(90deg, rgb(171, 3, 226) 0%, rgb(255, 5, 165) 50%, rgb(250, 120, 53) 100%);
  color: #fff;
  padding: 0.8em 2.4em 0.8em 1.5em;
  border-radius: 42px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  -webkit-box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
          box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
}
.article_body .cv_btn:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  right: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.article_body .map_wrapper {
  margin-top: 1em;
}
.article_body .map_wrapper .map_area {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.article_body .map_wrapper .map_area iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.article_body .map_wrapper .map_area + .text_area {
  margin-top: 0.5em;
}
.article_body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff0e4;
}
.article_body table th,
.article_body table td {
  padding: 10px 0;
  text-align: center;
  text-align: center;
  vertical-align: middle;
}
.article_body tr:nth-child(odd) {
  background-color: #ffe6c6;
}
.article_body .scroll_table_area {
  margin: 25px 0 10px;
  overflow-x: scroll !important;
}
.article_body .scroll_table_area table tbody {
  border: solid 1px #cccccc;
}
.article_body .scroll_table_area table tbody tr th {
  white-space: nowrap;
  padding: 8px;
  background-color: #ff6d21;
  color: #fff;
  border-right: solid 1px #fff;
  line-height: 1.4;
}
.article_body .scroll_table_area table tbody tr th:first-child {
  left: 0px;
  position: sticky;
  position: -webkit-sticky;
}
.article_body .scroll_table_area table tbody tr th:last-child {
  border: none;
}
.article_body .scroll_table_area table tbody tr td {
  padding: 8px;
  background: #fff;
  border-right: solid 1px #cccccc;
  line-height: 1.4;
}
.article_body .scroll_table_area table tbody tr td a {
  display: inline-block;
  color: #15b1dc;
  text-decoration: underline;
  white-space: nowrap;
}
.article_body .scroll_table_area table tbody tr td:first-child {
  left: 0px;
  position: sticky;
  position: -webkit-sticky;
}
.article_body .scroll_table_area table tbody tr td:last-child {
  border: none;
}
.article_body .scroll_table_area table tbody tr:nth-child(odd) td {
  background-color: #fff7e6;
}
.article_body .scroll_table_area.ranking_table {
  counter-reset: number 0;
}
.article_body .scroll_table_area.ranking_table tr th {
  font-size: 1.3rem;
}
.article_body .scroll_table_area.ranking_table tr th:first-child {
  width: 120px;
}
@media only screen and (min-width: 560px) {
  .article_body .scroll_table_area.ranking_table tr th:first-child {
    width: auto;
  }
}
.article_body .scroll_table_area.ranking_table tr td {
  font-size: 1.3rem;
}
.article_body .scroll_table_area.ranking_table tr td.point-area .point-text {
  width: 150px;
  line-height: 1.4;
  text-align: left;
  font-size: 1.3rem;
}
@media only screen and (min-width: 560px) {
  .article_body .scroll_table_area.ranking_table tr td.point-area .point-text {
    width: 240px;
  }
}
.article_body .scroll_table_area.ranking_table tr td.point-area.small .point-text {
  width: 60px;
}
@media only screen and (min-width: 560px) {
  .article_body .scroll_table_area.ranking_table tr td.point-area.small .point-text {
    width: 100px;
  }
}
.article_body .scroll_table_area.ranking_table tr td .td-text {
  text-align: left;
  font-size: 1.3rem;
}
.article_body .scroll_table_area.ranking_table tr td:first-child .name-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  white-space: normal;
  text-align: left;
}
@media only screen and (min-width: 560px) {
  .article_body .scroll_table_area.ranking_table tr td:first-child .name-area {
    width: auto;
    white-space: nowrap;
  }
}
.article_body .scroll_table_area.ranking_table tr td:first-child .name-area::before {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  background-color: #dfdfdf;
  left: 4px;
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 1.3rem;
  line-height: 1;
}
.article_body .scroll_table_area.ranking_table tr:nth-child(2) td .name-area::before {
  background-color: #f2b50d;
  color: #fff;
}
.article_body .scroll_table_area.ranking_table tr:nth-child(3) td .name-area::before {
  background-color: #738c8c;
  color: #fff;
}
.article_body .scroll_table_area.ranking_table tr:nth-child(4) td .name-area::before {
  background-color: #b36b4d;
  color: #fff;
}
.article_body .red-text {
  color: red;
  font-weight: bold;
}
.article_body .list_area li {
  list-style-type: square; /* 四角い箇条書きに変更の例 */
  margin-left: 1.5em;
  padding: 0.5em 0;
  color: #333;
  font-weight: bold;
  /* ここにお好みのデザインを追加 */
}
.article_body .detail_bee_list {
  counter-reset: number 0;
}
.article_body .detail_bee_list .detail_school_item {
  background: #fff;
  border: solid 2px #f2e0e0;
  padding: 10px 10px 15px;
  border-radius: 5px;
  margin-top: 40px;
  text-indent: inherit;
}
.article_body .detail_bee_list .detail_school_item::before {
  content: none;
}
.article_body .detail_bee_list .detail_school_item .link_text {
  text-align: right;
  line-height: 1;
}
.article_body .detail_bee_list .detail_school_item .link_text .is_link {
  font-size: 1.2rem;
  color: #8c8c8c;
  text-decoration: none;
}
.article_body .detail_bee_list .detail_school_item .campaign_text {
  color: #ff1111;
  background: #ffdede;
  font-size: 1.4rem;
  border-radius: 4px;
  padding: 4px 20px;
  font-weight: bold;
  display: inline-block;
  margin-block: 10px;
}
.article_body .detail_bee_list .detail_school_item .img_area + .campaign_text {
  margin-top: 10px;
  margin-bottom: 0;
}
.article_body .detail_bee_list .detail_school_item h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0em 0px 0.5em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item h3 {
    font-size: 1.8rem;
  }
}
.article_body .detail_bee_list .detail_school_item h3::before {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background-color: #dfdfdf;
  left: 5px;
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item h3::before {
    width: 42px;
    height: 42px;
    font-size: 2.4rem;
  }
}
.article_body .detail_bee_list .detail_school_item:first-child h3::before {
  background-color: #f2b50d;
  color: #fff;
}
.article_body .detail_bee_list .detail_school_item:nth-child(2) h3::before {
  background-color: #738c8c;
  color: #fff;
}
.article_body .detail_bee_list .detail_school_item:nth-child(3) h3::before {
  background-color: #b36b4d;
  color: #fff;
}
.article_body .detail_bee_list .detail_school_item .school_text_area .catch {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .school_text_area .catch {
    font-size: 1.8rem;
  }
}
.article_body .detail_bee_list .detail_school_item .school_text_area .school_point {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .school_text_area .school_point {
    font-size: 1.4rem;
  }
}
.article_body .detail_bee_list .detail_school_item .school_text_area .text {
  line-height: 1.6;
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .school_text_area .text {
    font-size: 1.4rem;
  }
}
.article_body .detail_bee_list .detail_school_item .accordion_title {
  margin: 10px 0 0;
}
.article_body .detail_bee_list .detail_school_item .catch {
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info {
  background-color: #fff;
  background: inherit;
  border: none;
  border-radius: inherit;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info dt {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 1.4rem;
  margin: 0;
  padding: 10px 10px 0;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .detail_school_info dt {
    font-size: 1.5rem;
    width: 26%;
    padding: 10px;
  }
}
.article_body .detail_bee_list .detail_school_item .detail_school_info dd {
  padding: 10px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .detail_school_info dd {
    border-left: 1px solid #ddd;
    font-size: 1.3rem;
  }
}
.article_body .detail_bee_list .detail_school_item .detail_school_info dd ul li + li {
  margin-top: 0.6em;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info dd::before {
  content: none;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 0px;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper {
    grid-template-columns: 1fr;
  }
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: none;
  border-radius: inherit;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info:last-child {
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info.w_max {
  border-bottom: none;
  grid-column: 1/-1; /* 最後の2つの要素を1カラムにする */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info.w_max dd {
  margin-top: 1rem;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info.w_max {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info.w_max dd {
    margin-top: 0;
  }
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 > div {
  width: 180px;
  height: 180px;
  margin: 0;
  border-radius: 50%;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 li::before {
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  margin-right: 17px;
  content: "";
  border-radius: 0;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 li:nth-child(1)::before {
  background-color: #7edbff;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 li:nth-child(2)::before {
  background-color: #fe6d51;
}
.article_body .detail_bee_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 span {
  margin-right: 15px;
  font-weight: 600;
}
.article_body .detail_bee_list .detail_school_item .map_area {
  margin-top: 20px;
  aspect-ratio: 16/16;
  overflow: hidden;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .map_area {
    aspect-ratio: 16/9;
  }
}
.article_body .detail_bee_list .detail_school_item .map_area iframe {
  width: 100% !important;
  height: 100% !important;
}
.article_body .detail_bee_list .detail_school_item .btn_area {
  padding-block: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  margin-top: 10px;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .btn_area {
    margin-top: 15px;
    padding-block: 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.article_body .detail_bee_list .detail_school_item .btn_area .btn_wrapper {
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .btn_area .btn_wrapper {
    width: 48%;
  }
}
.article_body .detail_bee_list .detail_school_item .btn_area .btn_wrapper .btn_catch {
  text-align: center;
  color: #ff003f;
  font-weight: bold;
}
.article_body .detail_bee_list .detail_school_item .btn_area a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #15b1dc;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 10px;
  border-radius: 30px;
  width: 100%;
  position: relative;
}
.article_body .detail_bee_list .detail_school_item .btn_area a:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  right: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .btn_area a {
    font-size: 1.6rem;
    max-width: 460px;
  }
}
.article_body .detail_bee_list .detail_school_item .btn_area a + a {
  margin-top: 15px;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .btn_area a + a {
    margin-top: 0;
    margin-left: 20px;
  }
}
.article_body .detail_bee_list .detail_school_item .btn_area a.point_btn {
  background-color: #0db03e;
  font-weight: bold;
}
.article_body .detail_bee_list .detail_school_item .btn_area a.voice_btn {
  background-color: #0db03e;
  font-weight: bold;
}
.article_body .detail_bee_list .detail_school_item .btn_area a.detail_btn {
  background-color: rgb(255, 5, 165);
  font-weight: bold;
}
.article_body .detail_bee_list .detail_school_item .btn_area a.official_btn {
  background-color: rgb(250, 120, 53);
  font-weight: bold;
}
.article_body .detail_bee_list .detail_school_item .btn_area a.cta_btn {
  background-color: rgb(235, 35, 35);
  font-weight: bold;
}
.article_body .detail_bee_list .detail_school_item .img_area img {
  display: none;
  width: 100%;
}
.article_body .detail_bee_list .detail_school_item:first-child .img_area img:first-child {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(2) .img_area img:nth-child(2) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(3) .img_area img:nth-child(3) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(4) .img_area img:nth-child(4) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(5) .img_area img:nth-child(5) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(6) .img_area img:nth-child(6) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(7) .img_area img:nth-child(7) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(8) .img_area img:nth-child(8) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(9) .img_area img:nth-child(9) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(10) .img_area img:nth-child(10) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(11) .img_area img:nth-child(11) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(12) .img_area img:nth-child(12) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(13) .img_area img:nth-child(13) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(14) .img_area img:nth-child(14) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(15) .img_area img:nth-child(15) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(16) .img_area img:nth-child(16) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(17) .img_area img:nth-child(17) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(18) .img_area img:nth-child(18) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(19) .img_area img:nth-child(19) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(20) .img_area img:nth-child(20) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item:nth-child(21) .img_area img:nth-child(21) {
  display: block;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con ul li + li {
  margin-top: 0.6em;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .voice_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  margin-top: 9px;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .voice_link .is_link {
  margin-top: 0;
  display: inline-block;
  color: #15b1dc;
  text-indent: -1em;
  padding-left: 1em;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .detail_bee_list li {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 0.6em;
  font-size: 1.3rem;
  line-height: 1.4;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .detail_bee_list li::before {
  width: 6px;
  height: 6px;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .detail_bee_list li:last-child {
  border: none;
  padding-bottom: 0;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con.flex_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con.flex_column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .merit_demerit_area {
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .merit_demerit_area {
    width: 50%;
  }
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .merit_demerit_area .merit_title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #ee7676;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .merit_demerit_area .demerit_title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #76b0ee;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .merit_demerit_area:first-child {
  position: relative;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .merit_demerit_area:first-child::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px; /* 出っ張り量（= border-top の太さ） */
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 25px solid transparent; /* 左の斜辺 */
  border-right: 25px solid transparent; /* 右の斜辺 */
  border-top: 22px solid #fbc3c3; /* ▼の色（先端が下） */
}
@media only screen and (min-width: 560px) {
  .article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .merit_demerit_area:first-child::before {
    content: "";
    display: inline-block;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid #fbc3c3;
    border-right: 0;
    position: absolute;
    right: -32px;
    left: auto;
    top: 20px;
    bottom: 0;
    margin: auto;
    height: 25px;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .catch {
  line-height: 1.4;
  font-size: 1.3rem;
}
.article_body .detail_bee_list .detail_school_item .detail_bee_item .detail_bee_con .school_point {
  margin-top: 1em;
  font-size: 1rem;
}
.article_body .detail_bee_list .detail_school_item .source_link {
  font-size: 1.1rem;
  margin-block: 10px;
}
.article_body .detail_bee_list .detail_school_item .source_link .is_link {
  margin: 0;
}

.detail_school_list {
  counter-reset: number 0;
}
.detail_school_list .detail_school_item {
  background: #fff;
  border: solid 2px #f3eded;
  padding: 15px;
  border-radius: 6px;
  margin-top: 25px;
  text-indent: inherit;
}
.detail_school_list .detail_school_item::before {
  content: none;
}
.detail_school_list .detail_school_item h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0em 0px 0.5em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item h3 {
    font-size: 1.8rem;
  }
}
.detail_school_list .detail_school_item h3::before {
  margin-right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background-color: #dfdfdf;
  left: 5px;
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 1.8rem;
  line-height: 1;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item h3::before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}
.detail_school_list .detail_school_item:first-child h3::before {
  background-color: #f2b50d;
  color: #fff;
}
.detail_school_list .detail_school_item:nth-child(2) h3::before {
  background-color: #738c8c;
  color: #fff;
}
.detail_school_list .detail_school_item:nth-child(3) h3::before {
  background-color: #b36b4d;
  color: #fff;
}
.detail_school_list .detail_school_item .school_text_area {
  padding: 0px;
  margin-block: 15px;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .school_text_area {
    padding: 0 25px;
  }
}
.detail_school_list .detail_school_item .school_text_area .catch {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .school_text_area .catch {
    font-size: 1.8rem;
  }
}
.detail_school_list .detail_school_item .school_text_area .school_point {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .school_text_area .school_point {
    font-size: 1.4rem;
  }
}
.detail_school_list .detail_school_item .school_text_area .text {
  line-height: 1.6;
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .school_text_area .text {
    font-size: 1.4rem;
  }
}
.detail_school_list .detail_school_item .detail_school_info {
  background: inherit;
  border: none;
  border-radius: inherit;
}
.detail_school_list .detail_school_item .detail_school_info dt {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .detail_school_info dt {
    font-size: 1.8rem;
    width: 120px;
  }
}
.detail_school_list .detail_school_item .detail_school_info dd {
  padding: 0;
  font-size: 1.3rem;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .detail_school_info dd {
    font-size: 1.6rem;
  }
}
.detail_school_list .detail_school_item .detail_school_info dd::before {
  content: none;
}
.detail_school_list .detail_school_item .detail_school_info_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 0px;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .detail_school_info_wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
  }
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: inherit;
  border: none;
  border-radius: inherit;
  margin: 0;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info.w_max {
  border-bottom: none;
  grid-column: 1/-1; /* 最後の2つの要素を1カラムにする */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info.w_max dd {
  margin-top: 1rem;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info.w_max {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info.w_max dd {
    margin-top: 0;
  }
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 > div {
  width: 180px;
  height: 180px;
  margin: 0;
  border-radius: 50%;
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 li::before {
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  margin-right: 17px;
  content: "";
  border-radius: 0;
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 li:nth-child(1)::before {
  background-color: #7edbff;
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 li:nth-child(2)::before {
  background-color: #fe6d51;
}
.detail_school_list .detail_school_item .detail_school_info_wrapper .detail_school_info .pie-chart-3 span {
  margin-right: 15px;
  font-weight: 600;
}
.detail_school_list .detail_school_item .first_hidden_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  cursor: pointer;
}
.detail_school_list .detail_school_item .first_hidden_area {
  display: none;
}
.detail_school_list .detail_school_item .btn_area {
  padding-block: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .btn_area {
    padding-block: 15px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.detail_school_list .detail_school_item .btn_area a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #15b1dc;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .btn_area a {
    width: 48%;
  }
}
.detail_school_list .detail_school_item .btn_area a:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  right: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .btn_area a {
    font-size: 1.6rem;
    max-width: 420px;
  }
}
.detail_school_list .detail_school_item .btn_area a + a {
  margin-top: 15px;
}
@media only screen and (min-width: 560px) {
  .detail_school_list .detail_school_item .btn_area a + a {
    margin-top: 0;
    margin-left: 20px;
  }
}
.detail_school_list .detail_school_item .btn_area a.voice_btn {
  background-color: #0db03e;
}
.detail_school_list .detail_school_item .btn_area a.detail_btn {
  background-color: rgb(255, 5, 165);
}
.detail_school_list .detail_school_item .btn_area a.official_btn {
  background-color: rgb(250, 120, 53);
}
.detail_school_list .detail_school_item .btn_area a.cta_btn {
  background-color: rgb(235, 35, 35);
}
.detail_school_list .detail_school_item .img_area img {
  display: none;
}
.detail_school_list .detail_school_item:first-child .img_area img:first-child {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(2) .img_area img:nth-child(2) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(3) .img_area img:nth-child(3) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(4) .img_area img:nth-child(4) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(5) .img_area img:nth-child(5) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(6) .img_area img:nth-child(6) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(7) .img_area img:nth-child(7) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(8) .img_area img:nth-child(8) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(9) .img_area img:nth-child(9) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(10) .img_area img:nth-child(10) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(11) .img_area img:nth-child(11) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(12) .img_area img:nth-child(12) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(13) .img_area img:nth-child(13) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(14) .img_area img:nth-child(14) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(15) .img_area img:nth-child(15) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(16) .img_area img:nth-child(16) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(17) .img_area img:nth-child(17) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(18) .img_area img:nth-child(18) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(19) .img_area img:nth-child(19) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(20) .img_area img:nth-child(20) {
  display: block;
}
.detail_school_list .detail_school_item:nth-child(21) .img_area img:nth-child(21) {
  display: block;
}

@media only screen and (min-width: 560px) {
  .carnelian_detail .voice_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.carnelian_detail .voice_list .voice_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: inherit;
  text-indent: inherit;
  padding-left: inherit;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail .voice_list .voice_list_item {
    width: 33.3333333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carnelian_detail .voice_list .voice_list_item::before {
  content: none;
}
.carnelian_detail .voice_list .voice_list_item .img_area {
  background-color: #fff;
  border: 1px solid #4aa4ff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  height: 92px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 92px;
  margin-bottom: 20px;
}
.carnelian_detail .voice_list .voice_list_item .text_area {
  padding: 10px 18px;
  background-color: #fff;
  border: 1px solid #4aa4ff;
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail .voice_list .voice_list_item .text_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.carnelian_detail .voice_list .voice_list_item .text_area .text {
  text-indent: initial;
}
.carnelian_detail .voice_list .voice_list_item .text_area::before {
  border: 12px solid transparent;
  content: "";
  display: inline-block;
  border-right: 18px solid #fff;
  left: -28px;
  top: 12px;
  z-index: 2;
  position: absolute;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail .voice_list .voice_list_item .text_area::before {
    top: -28px;
    left: auto;
    right: auto;
    border-bottom: 18px solid #fff;
    border-right: 12px solid transparent;
  }
}
.carnelian_detail .voice_list .voice_list_item .text_area::after {
  border: 12px solid transparent;
  content: "";
  display: inline-block;
  border-right: 18px solid #4aa4ff;
  left: -30px;
  top: 12px;
  z-index: 1;
  position: absolute;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail .voice_list .voice_list_item .text_area::after {
    top: -30px;
    left: auto;
    right: auto;
    border-bottom: 18px solid #4aa4ff;
    border-right: 12px solid transparent;
  }
}
.carnelian_detail .voice_list .voice_list_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail .voice_list .voice_list_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carnelian_detail .voice_list .voice_list_item:nth-child(even) .text_area::before {
  border: 12px solid transparent;
  content: "";
  display: inline-block;
  border-left: 18px solid #fff;
  right: -28px;
  top: 12px;
  z-index: 2;
  position: absolute;
  left: auto;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail .voice_list .voice_list_item:nth-child(even) .text_area::before {
    left: auto;
    right: auto;
    border-bottom: 18px solid #fff;
    border-left: 12px solid transparent;
    top: -28px;
  }
}
.carnelian_detail .voice_list .voice_list_item:nth-child(even) .text_area::after {
  border: 12px solid transparent;
  content: "";
  display: inline-block;
  border-left: 18px solid #4aa4ff;
  right: -30px;
  top: 12px;
  left: auto;
  z-index: 1;
  position: absolute;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail .voice_list .voice_list_item:nth-child(even) .text_area::after {
    top: -30px;
    left: auto;
    right: auto;
    border-bottom: 18px solid #4aa4ff;
    border-left: 12px solid transparent;
  }
}
@media only screen and (min-width: 560px) {
  .carnelian_detail .voice_list .voice_list_item + .voice_list_item {
    margin-top: 0;
  }
}
.carnelian_detail .text_detail {
  text-align: center;
  margin-top: 25px;
}
.carnelian_detail .text_detail .sankaku {
  border: 140px solid transparent;
  border-top: 30px solid rgba(255, 140, 0, 0.2);
  content: "";
  margin: 0;
  position: relative;
  top: 50px;
}
.carnelian_detail .text_detail p span {
  color: #4169e1;
  font-weight: bold;
}
.carnelian_detail .text_detail p.big {
  margin-top: 0.6em;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.carnelian_detail .text_detail p.big2 {
  margin-top: 2.6em;
  color: #ff8c00;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

@media only screen and (min-width: 560px) {
  .carnelian_detail02 .about_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.carnelian_detail02 .about_list .about_list_item {
  line-height: inherit;
  text-indent: inherit;
  padding-left: inherit;
}
.carnelian_detail02 .about_list .about_list_item + .about_list_item {
  margin-top: 0;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail02 .about_list .about_list_item {
    width: 33.3333333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carnelian_detail02 .about_list .about_list_item::before {
  content: none;
}
.carnelian_detail02 .about_list .about_list_item .title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail02 .about_list .about_list_item .title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carnelian_detail02 .about_list .about_list_item .catch {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (min-width: 560px) {
  .carnelian_detail02 .about_list .about_list_item .catch {
    margin-top: 12px;
  }
}
.carnelian_detail02 .about_list .about_list_item .fukidashi {
  height: 64px;
  width: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #ff8c00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff8c00;
  font-weight: bold;
}
.carnelian_detail02 .about_list .about_list_item .text_area span {
  color: #ff8c00;
  font-weight: bold;
}

.tab_list_btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1f1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 560px) {
  .tab_list_btn {
    position: relative;
    top: 0;
  }
}
.tab_list_btn .tab_item_btn {
  width: 100%;
  background-color: #f1f1f1;
  margin-top: 0;
  text-indent: 0;
  padding-left: 0;
  text-align: center;
  line-height: 2.4em;
  border-top: 3px solid #f1f1f1;
  margin-inline: 10px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
@media only screen and (min-width: 560px) {
  .tab_list_btn .tab_item_btn {
    font-size: 17px;
  }
}
.tab_list_btn .tab_item_btn.act {
  border-top: 3px solid #ff9158;
  background-color: #fff;
  color: #ff9158;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}

.tab_list_area {
  background: #ffffff;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}
.tab_list_area .tab_item_area {
  display: none;
}
.tab_list_area .tab_item_area.act {
  display: block;
}

/* =========================================
  LinkCard（ショートコード版・統合）
  - モバイル：本文（.lc-ex）は非表示
  - PC：本文は N 行（既定4）でクロップ
  - PHP側の [linkcard lines="N"] → インライン style="-webkit-line-clamp:N"
    を最優先。未指定なら CSS の --lc-lines でフォールバック。
  - サムネ：デフォルトは見切れなし（contain）。用途に応じてクラスで切替可。
   ========================================= */
:root {
  --lc-gap: 14px;
  --lc-radius: 6px;
  --lc-lines: 4;
}

.article_body {
  /* 基本レイアウト（全体が a タグ） */
  /* 左：サムネ（デフォルト＝見切れなし） */
  /* 右：タイトル＋本文＋URL */
  /* 本文：モバイルでは非表示。PCでは N 行でクロップ。
     インライン style の -webkit-line-clamp があればそれが優先。
     無い場合は CSS 変数 --lc-lines を使用。 */
  /* 行数はショートコード側の style="-webkit-line-clamp:N" で最優先制御。
     追加で CSS 側から指定したい場合はスタイル属性に "--lc-lines:N" を渡す。 */
  /* 480px以下のサムネ縮小 */
}
.article_body .lc-line-clamp {
  font-weight: bold;
  line-height: 1;
  margin-block: 18px;
  display: block;
  font-size: 1.8rem;
  background-color: #eeeeee;
  padding: 12px 14px;
  border-radius: 4px;
}
.article_body .lc-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: var(--lc-gap);
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: var(--lc-radius);
  background: #fff;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  margin-block: 0 20px;
}
.article_body .lc-card:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.article_body .lc-card + .lc-line-clamp {
  display: none;
}
.article_body .lc-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 120px;
  border-radius: 0;
  background: #f1f5f9;
  overflow: hidden;
  /* 高さ合わせの中央配置にするため flex 化 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article_body .lc-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.article_body .lc-meta {
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article_body .lc-ttl {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #111827;
}
.article_body .lc-ex {
  font-size: 1.3rem;
  color: #313134;
  line-height: 1.8;
  display: none !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lc-lines);
  max-height: calc(var(--lc-lines) * 1.8em);
}
@supports (-webkit-line-clamp: 1) {
  .article_body .lc-ex {
    max-height: none;
  }
}
@media only screen and (min-width: 560px) {
  .article_body .lc-ex {
    display: -webkit-box !important;
  }
}
.article_body .lc-url {
  font-size: 12px;
  color: #6b7280;
}
@media (max-width: 480px) {
  .article_body .lc-thumb {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */