@charset "UTF-8";
/* grid_pc */
.row {
  display: flex; }

.column {
  margin-left: 4%; }

.column:first-child {
  margin-left: 0; }

.one.column {
  width: 4.66666666667%; }

.two.column {
  width: 13.3333333333%; }

.three.column {
  width: 22%; }

.four.column {
  width: 30.6666666667%; }

.five.column {
  width: 39.3333333333%; }

.six.column {
  width: 48%; }

.seven.column {
  width: 56.6666666667%; }

.eight.column {
  width: 65.3333333333%; }

.nine.column {
  width: 74.0%; }

.ten.column {
  width: 82.6666666667%; }

.eleven.column {
  width: 91.3333333333%; }

.twelve.column {
  width: 100%; }

.row.row_reverse {
  flex-direction: column-reverse; }
  .row.row_reverse .column:last-child {
    margin-left: 0; }
  .row.row_reverse .column:first-child {
    margin-left: 4%; }

/*----------------------------------------------

  header

----------------------------------------------*/
.site_header .site_header_wrap .site_header_logo img {
  width: 250px; }

.site_header_nav_wrap .site_header_nav .site_header_page_nav li {
  position: relative; }
  .site_header_nav_wrap .site_header_nav .site_header_page_nav li a {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: .8em .6em; }
    @media (min-width: 1080px) {
      .site_header_nav_wrap .site_header_nav .site_header_page_nav li a {
        padding: .8em 1.2em; } }
    @media (min-width: 1199px) {
      .site_header_nav_wrap .site_header_nav .site_header_page_nav li a {
        font-size: 1.5rem;
        padding: .8em 1.6em;
        letter-spacing: 0.05em; } }
  .site_header_nav_wrap .site_header_nav .site_header_page_nav li ul {
    position: absolute;
    top: 100%;
    left: -2px;
    text-align: left;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
    transform: translateY(10px);
    padding: 0; }
    .site_header_nav_wrap .site_header_nav .site_header_page_nav li ul li {
      float: none;
      display: block;
      margin: 0;
      background: #fff; }
      .site_header_nav_wrap .site_header_nav .site_header_page_nav li ul li a {
        color: #fff;
        background: #202020;
        padding: .6em .8em;
        display: block;
        text-align: left;
        min-width: 17em; }
        .site_header_nav_wrap .site_header_nav .site_header_page_nav li ul li a:hover {
          color: #101010;
          background: #ffcc00; }
      .site_header_nav_wrap .site_header_nav .site_header_page_nav li ul li:not(:first-child) {
        border-top: none; }
  .site_header_nav_wrap .site_header_nav .site_header_page_nav li:hover > ul {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(0) translateY(0); }

.site_header.chg .site_header_nav {
  position: fixed;
  z-index: 9999;
  top: -1em;
  left: 0;
  background: #FFF;
  width: 100%;
  padding: 1em 0 0 0;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.call_nav, #drawer {
  display: none; }

/*----------------------------------------------

  footer

----------------------------------------------*/
.site_footer .site_footer_wrap .site_footer_info .site_footer_logo img {
  width: 200px; }
  @media (min-width: 960px) {
    .site_footer .site_footer_wrap .site_footer_info .site_footer_logo img {
      width: 240px; } }
.site_footer .site_footer_wrap .site_footer_info .site_footer_logo,
.site_footer .site_footer_wrap .site_footer_info .site_footer_logo + p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0; }
.site_footer .site_footer_wrap ul.btn_list {
  text-align: right; }
  .site_footer .site_footer_wrap ul.btn_list li a {
    min-width: 9em; }
    @media (min-width: 1199px) {
      .site_footer .site_footer_wrap ul.btn_list li a {
        min-width: 12em; } }
.site_footer .site_footer_wrap .site_footer_nav {
  display: flex;
  justify-content: center;
  margin: 3em auto; }
  .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec {
    padding-right: .3em; }
    .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec + .site_footer_nav_sec {
      margin-left: 2em; }
    .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec a:link, .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec a:visited {
      text-decoration: none; }
    .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec a:hover {
      color: #ffdc50; }
    .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec a[target="_blank"]:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f360" !important;
      margin-left: .3em; }
    .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec dl {
      padding: 0 0 0 0;
      margin: 0;
      text-align: left; }
      @media (min-width: 1199px) {
        .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec dl {
          padding: 0 2em 0 0; } }
      .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec dl dt {
        padding: 0;
        margin: 0 0 .5em; }
        .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec dl dt a {
          font-size: 1.5rem; }
        .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec dl dt small {
          font-size: 1.3rem;
          text-align: center;
          min-width: 3.2em;
          display: table;
          color: #FFF;
          background: #9b99c8;
          border-radius: 3em;
          padding: 0 .6em;
          margin-top: 2em;
          line-height: 1.6; }
      .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec dl dd {
        padding: 0;
        margin: 0 0 0.3em 0.3em; }
        .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec dl dd a {
          display: block;
          font-size: 1.4rem;
          line-height: 1.4em;
          padding-left: 1em;
          text-indent: -1em; }
          .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec dl dd a::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f105";
            color: #9b99c8;
            margin-right: .3em; }
        .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec dl dd + dt {
          padding-top: .5em; }
    .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left; }
      .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec ul li {
        margin: 0;
        padding: 0; }
        .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec ul li a {
          color: #FFF;
          font-size: 1.4rem; }
      .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec ul + ul {
        margin-top: 1em; }
    .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec:nth-child(2) > dl > dd {
      display: flex; }
      .site_footer .site_footer_wrap .site_footer_nav .site_footer_nav_sec:nth-child(2) > dl > dd dl + dl {
        margin-left: 2em; }

/*----------------------------------------------

  layout

----------------------------------------------*/
.body_index main {
  padding-top: 0; }

.stack_box .stack_photo {
  width: 60%; }
.stack_box .stack_doc {
  padding: 1.8em 2.4em;
  max-width: 600px;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%);
  min-height: 20em; }
  .stack_box .stack_doc p + p {
    margin-top: 3em; }

.stack_box.photo_left .stack_photo {
  margin-right: 40%; }
.stack_box.photo_left .stack_doc {
  position: absolute;
  top: 50%;
  left: 50%; }

.stack_box.photo_right .stack_photo {
  margin-left: 40%; }
.stack_box.photo_right .stack_doc {
  position: absolute;
  top: 50%;
  right: 50%; }

.txt_center_pc {
  text-align: center; }

.txt_right_pc {
  text-align: right; }

.pc_big {
  font-size: 120%; }

.pc_big_l {
  font-size: 180%;
  margin: 0; }

.bg_slider, .bg_slider:after {
  height: 100%; }

.pc_none {
  display: none; }

/*----------------------------------------------

  container

----------------------------------------------*/
.container {
  width: 940px;
  margin: 0 auto; }
  @media (min-width: 1199px) {
    .container {
      width: 980px; }
      .container.lg {
        width: 90%; } }
  .container.xs {
    width: 640px; }
  .container.sm {
    width: 800px; }
  .container.md {
    width: 880px; }
  .container.wide {
    width: 100%;
    max-width: 90%; }

/*----------------------------------------------

  article

----------------------------------------------*/
/*----------------------------------------------

  asset

----------------------------------------------*/
.page_title {
  letter-spacing: 0.05em; }
  .page_title + p {
    font-size: 1.8rem; }

.sec_title {
  letter-spacing: 0.05em; }

.sub_title {
  font-size: 2rem; }
  @media (min-width: 1199px) {
    .sub_title {
      font-size: 2.4rem; } }

.lead_title {
  position: relative;
  font-size: 2.4rem; }

.sec_copy {
  font-size: 3.2rem; }

.ribbon_wrap .ribbon_bg::before {
  border-width: 24px 10px 24px; }
.ribbon_wrap .ribbon_bg::after {
  border-width: 24px 10px 24px; }
.ribbon_wrap .ribbon_bg .ribbon_title {
  line-height: 54px;
  width: 640px;
  font-size: 3.2rem; }

ul.tag_list li {
  font-size: 88%;
  padding: .6em .6em !important; }

.btn.btn_list a {
  display: inline-block; }

.fixed_bnr {
  position: fixed;
  bottom: 0;
  right: -485px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .fixed_bnr:hover {
    right: -275px; }
  .fixed_bnr .comment {
    display: none; }
  .fixed_bnr span.complement_txt {
    display: none;
    padding-left: 3em; }
  .fixed_bnr:hover span.complement_txt {
    display: block !important; }
  .fixed_bnr a {
    font-size: 1.8rem;
    text-align: left;
    max-width: 100%;
    width: 100%;
    display: block; }
    .fixed_bnr a i {
      text-align: center;
      width: 36px;
      margin-right: 18px;
      text-indent: 0; }
    .fixed_bnr a + a {
      border-top: 1px solid #505da7; }
  .fixed_bnr a:nth-child(3) {
    display: none; }

header.chg + .fixed_bnr {
  bottom: 280px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.float_bnr .bnr_img {
  bottom: 55px; }

.page_link_list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center; }
  .page_link_list ul li {
    list-style: none; }
    .page_link_list ul li a {
      display: inline-block;
      padding: .8em 1.2em;
      min-width: 12em;
      margin: .4em;
      text-align: center;
      color: #6f7dd0;
      border: 1px solid #6f7dd0; }

.fee_table tr th {
  width: 20%;
  padding: .8em; }
.fee_table tr th:nth-child(1) {
  width: 40%; }
.fee_table tr td {
  padding: .8em; }

.fee_table.pool_fee tr th {
  width: 33.33333%; }

/*----------------------------------------------

  A_00：index

----------------------------------------------*/
.index_hero_sec {
  height: calc(72vh); }
  .index_hero_sec .index_hero_wrap {
    height: 72vh; }
    .index_hero_sec .index_hero_wrap .index_hero_copy {
      text-align: left;
      font-size: 6rem;
      line-height: 1.4em;
      letter-spacing: .08em;
      margin-top: .6em;
      margin-bottom: .3em;
      max-width: 1400px;
      justify-content: center;
      align-items: center; }
      .index_hero_sec .index_hero_wrap .index_hero_copy strong {
        position: relative;
        width: 50%;
        margin: 0;
        padding: 0 20px 20px 0; }
    .index_hero_sec .index_hero_wrap .index_hero_comment {
      width: 90%; }
      .index_hero_sec .index_hero_wrap .index_hero_comment h2 {
        max-width: 240px; }

.index_topics_sec .news_list li {
  display: flex; }

.index_about_sec .index_about_copy img {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0 20px 20px 0;
  padding: 0; }

.index_choose_sec .item_list ul li a {
  padding: 2em 1em; }
  .index_choose_sec .item_list ul li a h3 {
    font-size: 100%; }

.offset_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
  padding: 0;
  list-style: none;
  align-items: flex-start; }
  .offset_wrap .offset_img {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0 20px 20px 0;
    margin: 0;
    padding: 0 20px 20px 0;
    width: 50%; }
  .offset_wrap .offset_doc {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0 20px 20px 0;
    padding: 1.2em 1.8em;
    margin-top: 3em;
    margin-left: -10%; }

.index_event_sec .index_event_closing {
  width: 90%; }
  .index_event_sec .index_event_closing h2 {
    max-width: 240px; }
  .index_event_sec .index_event_closing p {
    text-align: center;
    padding: 1.5em 1.4em 1em;
    border-radius: 2em; }
    .index_event_sec .index_event_closing p strong {
      font-size: 120%;
      letter-spacing: .2em; }
.index_event_sec .index_event_bnr ul li {
  position: relative;
  width: 33.3333333333%;
  margin: 0;
  padding: 0 20px 20px 0; }

.index_facility_sec .faci_zone_doc h4 {
  font-size: 2.4rem; }
.index_facility_sec .faci_zone_list dl div dd {
  min-height: 9.5em; }
.index_facility_sec .faci_zone_photo h4 {
  font-size: 110%; }
.index_facility_sec .faci_photo_list ul li {
  position: relative;
  width: 33.3333333333%;
  margin: 0;
  padding: 0 20px 20px 0;
  margin-bottom: 2em; }
  .index_facility_sec .faci_photo_list ul li h4 {
    max-width: 300px; }
.index_facility_sec .faci_photo_list ul li:nth-child(4) {
  margin-left: 16.66666%;
  margin-right: 4%; }
.index_facility_sec .faci_photo_list ul li:nth-child(9) {
  margin-left: 16.66666%;
  margin-right: 4%; }
.index_facility_sec .faci_photo_list ul li:nth-child(even) {
  margin-top: -2em; }

/*----------------------------------------------

  ページ

----------------------------------------------*/
/*----------------------------------------------

  A_01：ハクビのこと

----------------------------------------------*/
.about_page_list ul li {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0 20px 20px 0;
  margin-bottom: 3em !important;
  padding: 0 2em; }
.about_page_list ul li:nth-child(1) {
  width: 880px;
  margin: 0 auto; }

.about_license_sec .about_license_flow h3 {
  margin-top: 0; }
  .about_license_sec .about_license_flow h3 img {
    width: 80px; }
.about_license_sec .about_license_doc h3 {
  margin-top: 0; }
.about_license_sec .about_license_doc p img {
  max-width: 120px; }

.about_job_sec .about_job_doc figure .comment span {
  font-size: 2.2rem; }
.about_job_sec .about_job_doc .row + .row {
  flex-direction: row-reverse; }
  .about_job_sec .about_job_doc .row + .row .column:first-child {
    margin-left: 4%; }
  .about_job_sec .about_job_doc .row + .row .column:last-child {
    margin-left: 0; }

.about_event_doc ul.event_photo_list li {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0 20px 20px 0; }
  .about_event_doc ul.event_photo_list li figure {
    max-width: 360px; }

.sdgs_intro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0 auto; }
  .sdgs_intro .title {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0 20px 20px 0;
    padding: 3.6em 0 0;
    padding-top: 3.6em; }
  .sdgs_intro .photo {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0 20px 20px 0;
    padding: 0; }

.sdgs_title_head {
  width: 120px;
  height: 54px; }

.sdgs_icon_list ul li {
  position: relative;
  width: 20%;
  margin: 0;
  padding: 0 20px 20px 0; }

/*----------------------------------------------

  D_10：くみひもの魅力

----------------------------------------------*/
.merit_kumidai_sec .merit_kumidai_doc .row:nth-child(odd) {
  flex-direction: row-reverse;
  text-align: right; }
  .merit_kumidai_sec .merit_kumidai_doc .row:nth-child(odd) p {
    text-align: left; }
  .merit_kumidai_sec .merit_kumidai_doc .row:nth-child(odd) .column:first-child {
    margin-left: 4%; }
  .merit_kumidai_sec .merit_kumidai_doc .row:nth-child(odd) .column:last-child {
    margin-left: 0; }

.kimono_wabunka_doc {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
  padding: 0;
  list-style: none;
  justify-content: center; }
  .kimono_wabunka_doc figure p.title {
    font-size: 280%;
    letter-spacing: .1em; }
  .kimono_wabunka_doc figure p.title_r {
    right: .5em; }
  .kimono_wabunka_doc figure p.title_l {
    left: .5em; }
  .kimono_wabunka_doc .wabunka_img {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex: 0 0 64%;
    flex-basis: 64%;
    max-width: 64%; }
  .kimono_wabunka_doc .wabunka_txt {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex: 0 0 46%;
    flex-basis: 46%;
    max-width: 46%;
    margin-left: -16%; }
    .kimono_wabunka_doc .wabunka_txt p {
      padding: 1.8em 2.4em; }

.kimono_wabunka_doc.revs {
  flex-direction: row-reverse; }
  .kimono_wabunka_doc.revs .wabunka_txt {
    margin-right: -16%;
    margin-left: 0; }
    .kimono_wabunka_doc.revs .wabunka_txt p {
      padding: 1.2em 1.8em; }

/*----------------------------------------------

  A_03：コース

----------------------------------------------*/
.course_page_list .course_page_icon {
  top: -1.8em;
  left: -1.8em;
  width: 100px; }
  @media (min-width: 1199px) {
    .course_page_list .course_page_icon {
      width: 120px; } }
.course_page_list h3 {
  margin-top: .3em;
  margin-bottom: .3em;
  font-size: 175%; }

.course_page_sub_list h3 {
  margin-top: .6em;
  margin-bottom: .3em;
  font-size: 115%; }

/*----------------------------------------------
//A_03_02～07（各コース共通）
----------------------------------------------*/
.course_feature_icon_list li {
  width: 120px; }

.course_intro_sec {
  position: relative; }
  .course_intro_sec .course_osusume_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    padding: 1em; }
    .course_intro_sec .course_osusume_list p:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 98%;
      margin-top: -10px;
      border: 10px solid transparent;
      border-left: 15px solid #6f7dd0; }
  .course_intro_sec p.course_intro_txt {
    position: absolute;
    bottom: 110%;
    left: 3em;
    z-index: 999;
    width: 60%;
    max-width: 720px;
    border-radius: .5em; }
    .course_intro_sec p.course_intro_txt::before {
      top: -2em;
      left: -1em;
      width: 79px;
      height: 88px; }
    .course_intro_sec p.course_intro_txt::after {
      bottom: -2em;
      right: -1em;
      width: 79px;
      height: 88px; }

.course_type_sec .course_type_doc ul li {
  position: relative;
  width: 25%;
  margin: 0;
  padding: 0 20px 20px 0; }

.course_license_sec .course_license_flow ul li {
  position: relative; }
  .course_license_sec .course_license_flow ul li:after {
    position: absolute;
    top: 32%;
    right: -.7em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 240%; }
.course_license_sec .course_license_flow h3 img {
  width: 120px; }
.course_license_sec .course_license_doc h3 {
  margin-top: 0; }
.course_license_sec .course_license_doc p img {
  max-width: 120px; }

.course_benefit_sec .course_benefit_list ul {
  margin: 0 auto 1em; }

/*----------------------------------------------

  A_04：教室を探す

----------------------------------------------*/
.class_area_sec .class_area_doc h4 {
  margin-top: 0; }

ul.tag_list.school_tag_list {
  text-align: center;
  margin-bottom: 2em; }

/*----------------------------------------------

  A_05：お知らせ

----------------------------------------------*/
/*----------------------------------------------

  A_06：イベント

----------------------------------------------*/
/*----------------------------------------------

  A_07：レポート

----------------------------------------------*/
/*----------------------------------------------

  A_08：着付けサービス

----------------------------------------------*/
/*着付けサービス一覧 初期案
.service_page_list{
    ul{
        li{
            @include flex-list-item(3);
            margin-top: 150px;
        }
    }
}
*/
.service_caution_doc {
  padding: 1em 2em; }

.service_contact_info .container + .container {
  margin-top: 3em; }

/*----------------------------------------------

  A_09：法人のお客様

----------------------------------------------*/
.business_top_img h3 {
  font-size: 3.2rem; }
  @media (min-width: 1199px) {
    .business_top_img h3 {
      font-size: 3.8rem; } }

.business_contact_doc .contact_doc_header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0; }
  .business_contact_doc .contact_doc_header h3 {
    flex: 0 0 30%;
    flex-basis: 30%;
    max-width: 30%; }
  .business_contact_doc .contact_doc_header figure {
    flex: 70%;
    flex-basis: 70%;
    max-width: 70%; }
.business_contact_doc .business_example_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
  justify-content: center;
  align-items: center;
  padding: 1.2em 1.8em; }
  .business_contact_doc .business_example_list h5 {
    margin-right: 3em; }
  .business_contact_doc .business_example_list ul {
    width: 80%; }

/*----------------------------------------------

  A_10：よくあるご質問

----------------------------------------------*/
/*----------------------------------------------

  A_12：運営会社

----------------------------------------------*/
/*----------------------------------------------

  A_13：サイトマップ

----------------------------------------------*/
.sitemap_list dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
  padding: 0;
  list-style: none; }
  .sitemap_list dl dt {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 20px 20px 0;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 1em; }
  .sitemap_list dl dd {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0 20px 20px 0;
    padding: .5em;
    padding-left: 1.5em;
    margin: 0; }

/*----------------------------------------------

  A_15：ハクビのコンテスト

----------------------------------------------*/
.contest_intro_sec .contest_intro_doc ul li {
  position: relative;
  position: relative;
  width: 33.3333333333%;
  margin: 0;
  padding: 0 20px 20px 0;
  margin: 0;
  padding: 0; }
  .contest_intro_sec .contest_intro_doc ul li a h3 {
    font-size: 2.8rem;
    letter-spacing: .1em; }
    @media (min-width: 1199px) {
      .contest_intro_sec .contest_intro_doc ul li a h3 {
        font-size: 3.6rem; } }
    .contest_intro_sec .contest_intro_doc ul li a h3 small {
      font-size: 1.6rem; }

/*----------------------------------------------

【特集ページ】
A_03_01：無料体験レッスン
A_14：ゆかたレッスン

----------------------------------------------*/
.feature_summary_sec .feature_summary_doc figure .comment span {
  font-size: 2.2rem; }
.feature_summary_sec .feature_summary_doc .row {
  align-items: center; }
.feature_summary_sec .feature_summary_doc h3 {
  font-size: 2.7rem; }

.feature_slider_sec .feature_slider_wrap {
  height: 350px; }
  .feature_slider_sec .feature_slider_wrap .feature_slideshow li {
    width: 475px;
    height: 350px; }

.feature_report_sec .feature_report_header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  .feature_report_sec .feature_report_header figure, .feature_report_sec .feature_report_header div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .feature_report_sec .feature_report_header figure {
    flex: 0 0 32%;
    flex-basis: 32%;
    max-width: 32%;
    margin-right: 4%; }
  .feature_report_sec .feature_report_header div {
    flex: 0 0 64%;
    flex-basis: 64%;
    max-width: 64%; }
.feature_report_sec .feature_report_list ol li.row {
  flex-direction: row-reverse; }
  .feature_report_sec .feature_report_list ol li.row .column:first-child {
    margin-left: 4%; }
  .feature_report_sec .feature_report_list ol li.row .column:last-child {
    margin-left: 0; }

.feature_voice_sec .feature_voice_list ul li {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0 20px 20px 0; }
  .feature_voice_sec .feature_voice_list ul li .feature_voice_doc {
    padding: 2em 2em;
    height: 100%; }
.feature_voice_sec .feature_voice_list.head_greeting ul li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 20px 20px 0; }
  .feature_voice_sec .feature_voice_list.head_greeting ul li .feature_voice_doc {
    padding: 2em 4em;
    height: 100%; }

.feature_flow_sec .feature_flow_doc ol li {
  justify-content: center;
  align-items: center; }
  .feature_flow_sec .feature_flow_doc ol li figure {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%; }
    .feature_flow_sec .feature_flow_doc ol li figure img {
      border-width: 5px;
      margin-top: -1.5em;
      margin-bottom: -1.5em;
      margin-left: -2.5em; }
  .feature_flow_sec .feature_flow_doc ol li div {
    flex: 0 0 75%;
    flex-basis: 75%;
    max-width: 75%; }

/*----------------------------------------------
//A_03_01：無料体験レッスン
----------------------------------------------*/
.index_slider_wrapper.free_trial_slider {
  max-width: 1440px; }
  .index_slider_wrapper.free_trial_slider .page_title {
    font-size: 4.8rem;
    letter-spacing: .1em; }
    @media (min-width: 1199px) {
      .index_slider_wrapper.free_trial_slider .page_title {
        font-size: 6.4rem; } }
  .index_slider_wrapper.free_trial_slider .benefit_icon {
    bottom: 0;
    left: 70%;
    width: 240px; }
    @media (min-width: 1199px) {
      .index_slider_wrapper.free_trial_slider .benefit_icon {
        width: 280px; } }
  .index_slider_wrapper.free_trial_slider .bx-wrapper {
    margin-top: -50%;
    margin-left: -120px; }

/*----------------------------------------------
A_14：ゆかたレッスン
----------------------------------------------*/
.index_slider_wrapper.yukata_lesson_slider .page_title {
  bottom: 12%;
  left: 220px;
  font-size: 4.8rem;
  letter-spacing: .1em; }
  @media (min-width: 1199px) {
    .index_slider_wrapper.yukata_lesson_slider .page_title {
      bottom: 16%;
      left: 260px;
      font-size: 6.4rem; } }
.index_slider_wrapper.yukata_lesson_slider .benefit_icon {
  bottom: 8%;
  left: 20px;
  width: 180px; }
  @media (min-width: 1199px) {
    .index_slider_wrapper.yukata_lesson_slider .benefit_icon {
      bottom: 16%;
      left: 40px;
      width: 200px; } }

.feature_covid19_sec .feature_covid19_doc ul li {
  position: relative;
  width: 16.6666666667%;
  margin: 0;
  padding: 0 20px 20px 0;
  padding: 10px; }

/*----------------------------------------------

  item_list

----------------------------------------------*/
/* 共通 */
.item_list ul li {
  margin: 1% 1%; }

.item_list.col_2_pc ul li, .item_list.col_2_pc ol li {
  flex: 0 0 48%;
  flex-basis: 48%;
  max-width: 48%; }

.item_list.col_3_pc ul li, .item_list.col_3_pc ol li {
  flex: 0 0 31.33333%;
  flex-basis: 31.33333%;
  max-width: 31.33333%; }

.item_list.col_4_pc ul li, .item_list.col_4_pc ol li {
  flex: 0 0 23%;
  flex-basis: 23%;
  max-width: 23%; }

.class_search_wrap ul#menu li {
  flex: 0 0 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

/*----------------------------------------------

  投稿記事リスト

----------------------------------------------*/
/* 投稿記事 */
.post_wrap .content_list {
  flex: 0 0 60%;
  flex-basis: 60%;
  max-width: 60%; }

.post_wrap .content_list + nav.sidebar {
  flex: 0 0 36%;
  flex-basis: 36%;
  max-width: 36%;
  margin-left: 4%; }

.post_wrap .content_list.wide {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%; }

.arc_list li a {
  display: block; }
  .arc_list li a figure + div {
    margin-top: 1.2em; }

.post_wrap.archive_wrap .content_list {
  flex: 0 0 70%;
  flex-basis: 70%;
  max-width: 70%; }
.post_wrap.archive_wrap .content_list + nav.sidebar {
  flex: 0 0 26%;
  flex-basis: 26%;
  max-width: 26%;
  margin-left: 4%; }

.hakubi_license_sec .hakubi_license_flow .license_flow_doc {
  padding: 1em 2em;
  border-radius: 1em; }
  .hakubi_license_sec .hakubi_license_flow .license_flow_doc h3 i {
    margin-right: .3em; }
  .hakubi_license_sec .hakubi_license_flow .license_flow_doc h3 img {
    width: 100px; }
  .hakubi_license_sec .hakubi_license_flow .license_flow_doc p img {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em; }
.hakubi_license_sec .license_list_wrap h3 {
  margin-top: 0; }
.hakubi_license_sec .license_list_wrap p img {
  max-width: 120px; }
