.main_cont img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/* index common
  ========================================================= */
.page_top #main {
  overflow: hidden;
}

#main .contsIn {
  max-width: 960px;
  margin: 0 auto;
}

.txt_pink {
  color: #EB7377;
}

.txt_bold {
  font-family: var(--font-b);
}

img.lazyload {
  margin: 0 auto;
}

.btn_link a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-align: center;
}

.btn_link a:after {
  content: "";
  position: absolute;
}

.bg_pink {
  background: #FDEFEF;
}

.bg_yell {
  background: #FFF9D8;
}

.sec_heading {
  color: #EB7377;
  text-align: center;
  font-family: var(--font-b);
}

.main_slider {
  position: relative;
  overflow: hidden;
}

.main_slider::before {
  content: "";
  display: block;
  width: 100%;
}

.main_slider_inner {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
}

.shadow_slider {
  position: relative;
}

.block_step_content .slide_wrap::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0) 10%, rgba(0, 0, 0, 0.1));
}

.block_step_content .removeShadow .slide_wrap::before,
.point_02 .removeShadow .slide_wrap::before {
  content: none;
}

.shadow_slider.hide::before {
  display: none;
}

.link_next a {
  text-decoration: underline;
}

.mv .slick-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  z-index: 1;
}

.mv .slick-carousel .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #F1B4B7;
}

.mv .slick-carousel .slick-dots .slick-active button,
.mv .slick-carousel .slick-dots :hover button {
  background: #EB7377;
}

.lozad_cb_tab,
.lozad_cb_p02,
.lozad_cb_checkroom,
.lozad_cb_hear {
  visibility: hidden;
}

.lozad_cb_tab[data-loaded="true"],
.lozad_cb_p02[data-loaded="true"],
.lozad_cb_hear[data-loaded="true"],
.lozad_cb_checkroom[data-loaded="true"] {
  visibility: visible;
}

.slick-arrow {
  font-size: 0;
}

.btn_link02 a,
.btn_link03 a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
}

.btn_link02 a {
  background-color: #FAAF18;
}

.btn_link03 a {
  background-color: #F09B9E;
  padding-right: 6%;
}

.btn_link02 a::after {
  background: url("/babykumon/top/img/arr_yell.png") no-repeat;
}

.btn_link03 a::after {
  background: url("/babykumon/top/img/arr_pink.png") no-repeat;
}

.btn_link02 a::after,
.btn_link03 a::after {
  content: "";
  position: absolute;
  background-size: contain;
}

@media screen and (max-width: 950px) {

  .btn_link02 a::after,
  .btn_link03 a::after {
    width: 1em;
    height: 1em;
    display: inline-block;
    position: static;
    background-size: 100% 100%;
    margin-left: 0.5em;
  }
}

@media print,
screen and (min-width: 768px) {

  #main .contsIn {
    padding: 0 20px;
  }

  .sec_heading {
    font-size: 4.8rem;
    line-height: 1;
  }

  .mv {
    width: 100%;
    overflow: hidden;
  }

  .mv_inner {
    width: 1020px;
    overflow: visible;
    margin: 0 auto;
  }

  .mv_inner .slick-slider .slick-track,
  .mv_inner .slick-slider .slick-list {
    overflow: visible;
  }

  .mv .slick-carousel .slick-dots button {
    width: 12px;
    height: 12px;
    margin: 20px 15px;
  }

  .mv .slick-arrow {
    margin: auto;
    font-size: 0;
    transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
  }

  .mv .slick-arrow.slick-next {
    position: absolute;
    display: inline-block;
    top: 47%;
    right: 0px;
    pointer-events: auto;
  }

  .mv .slick-arrow.slick-next {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    box-shadow: 0 3px 4px rgba(000, 000, 000, 0.2);
    border-radius: 50%;
  }

  .mv .slick-arrow.slick-prev {
    position: absolute;
    top: 47%;
    left: 60px;
    pointer-events: auto;
    width: 60px;
    height: 60px;
    box-shadow: 0 3px 4px rgba(000, 000, 000, 0.2);
    border-radius: 50%;
    z-index: 50;
  }

  .mv .slick-arrow.slick-next::after,
  .mv .slick-arrow.slick-prev::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(/babykumon/top/img/icon_arrow_next_circle_wh.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .mv .slick-arrow.slick-prev::after {
    transform: rotate(180deg);
  }

  .mv .slick-carousel .slick-arrow [class*=slick-]:hover {
    background: none;
  }

  .mv_inner .slick-slider .item {
    width: 1020px;
  }

  .mv .item>a {
    width: 960px;
    display: block;
    border-radius: 30px;
    margin-right: 30px;
    margin-left: 30px;
    overflow: hidden;
  }

  .mv .item>a.bd {
    border: #cfcfcf solid 1px;
  }

  .mv .slick-carousel .item img {
    width: 100%;
  }

  .why_content .main_slider::before {
    content: none;
  }

  .why_content .main_slider_inner {
    position: static;
  }

  .tabs_content .main_slider {
    overflow: visible;
  }

  .tabs_content .main_slider::before {
    padding-top: 470px;
  }

  .tabs_content .main_slider_inner {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    overflow: visible;
  }

  .point_02 .main_slider::before {
    padding-top: 60%;
  }

  .block_step_content .main_slider::before {
    padding-top: 43.69%;
  }

  .block_step_content .main_slider:nth-of-type(2)::before {
    padding-top: 45%;
  }

  .hear .slick-slider {
    width: 920px;
  }

  .hear .slick-slider .slick-list {
    width: 380.8px;
    overflow: visible;
  }

  .hear .main_slider_inner {
    margin-left: -16px;
  }

  .hear .main_slider,
  .hear .main_slider_inner {
    overflow: visible;
  }

  .hear .main_slider::before {
    padding-top: 46.4% !important;
  }

  .hear .slide_wrap,
  .block_step .block_step_slider {
    position: relative;
    overflow: hidden;
    padding-right: 16px;
    width: 936px;
  }

  .hear .slide_wrap::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0) 10%, rgba(0, 0, 0, 0.1));
  }

  .btn_link a {
    border-radius: 35px;
    font-size: 2rem;
    line-height: 1;
    padding: 20px 0;
  }

  .link_next {
    margin-top: 10px;
  }

  .btn_link02 a::after,
  .btn_link03 a::after {
    width: 32px;
    height: 32px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

}

@media screen and (max-width: 767.9px) {
  .search_fix .contsInSp {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .contsInSp .btn_search_btm {
    width: calc(50% - 5px);

  }

  .contsInSp .btn_search_btm.only_sp {
    order: 1;
  }

  .contsInSp .sp_col_pink {
    order: 2;
  }

  .contsInSp .sp_col_pink a {
    position: relative;
    background: var(--primary-color);
  }

  .btn_search_btm a span::after {
    content: "";
    position: absolute;
    margin: auto;
    background: url("/babykumon/top/img/arr_yell.png") no-repeat;
    background-size: contain;
  }

  .btn_link a {
    border-radius: 24px;
    font-size: 1.5rem;
    padding: 9px 0;
  }

  .sec_heading {
    font-size: 2.7rem;
    line-height: 1;
    line-height: 1.49;
  }

  .mv .slick-carousel {
    position: relative;
  }

  .mv .slick-arrow {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .mv .slick-arrow.slick-next {
    position: absolute;
    top: calc(94.26vw + 10px);
    right: 10px;
    pointer-events: auto;
    width: 30px;
    height: 30px;
  }

  .mv .slick-arrow.slick-prev {
    position: absolute;
    top: calc(94.26vw + 10px);
    left: 10px;
    pointer-events: auto;
    width: 30px;
    height: 30px;
    z-index: 2;
  }

  .mv .slick-arrow.slick-next::after,
  .mv .slick-arrow.slick-prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 0;
    background-image: url(/babykumon/top/img/icon_arrow_next_circle_pink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .mv .slick-arrow.slick-prev::after {
    transform: rotate(180deg);
  }

  .mv .slick-carousel .slick-dots button {
    width: 10px;
    height: 10px;
    margin: 20px 12px;
  }

  .mv .slick-slide,
  .mv .slick-slide .item {
    width: 100vw;
  }

  .mv .slick-list {
    padding-right: 0px !important;
  }

  .mv .item img {
    width: 100%;
  }

  .main_slider {
    position: relative;
    overflow: hidden;
  }

  .main_slider::before {
    content: "";
    display: block;
    width: 100%;
  }

  .why_content .main_slider::before {
    padding-top: 280px;
  }

  .tabs_content .main_slider::before {
    padding-top: 280px;
  }

  .point_02 .main_slider::before {
    padding-top: 450px;
  }

  .block_step_content .main_slider::before {
    padding-top: 300px;
  }

  .block_step_content .main_slider:nth-of-type(2)::before {
    padding-top: 308px;
  }

  .hear .main_slider::before {
    content: none;
  }

  .main_slider_inner {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .point_02 .main_slider_inner {
    overflow: visible;
  }

  .block_step_content .main_slider_inner {
    overflow: visible;
    left: 15px;
    max-width: calc(100% - 15px);
  }

  .slide_wrap::before {
    display: none;
  }

  .link_next {
    margin-top: 15px;
  }

}

@media screen and (max-width: 480px) {
  .block_step_content .main_slider:nth-of-type(2)::before {
    padding-top: 315px;
  }
}

@media screen and (max-width: 320px) {
  .block_step_content .main_slider:nth-of-type(2)::before {
    padding-top: 312px;
  }
}

/* mv_top
    ========================================================= */
.mv_top h1 {
  text-align: center;
  font-weight: bold;
  background: url("/babykumon/top/img/header_icn_01.png") left center no-repeat,
    url("/babykumon/top/img/header_icn_02.png") right center no-repeat;
  font-family: var(--font-b);
}

.mv_top .h1 {
  font-family: var(--font-b);
}

@media print,
screen and (min-width: 768px) {
  .mv_top h1 {
    width: 89%;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1.5;
    background-size: 78px auto, 58px auto;
  }

  .mv_top .txt_pink {
    font-size: 2.8rem;
  }

  .mv_top .txt_large {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767.9px) {
  .mv_top {
    margin: 0 12px 10px !important;
  }

  .mv_top h1 {
    font-size: 1.4rem;
    line-height: 1.36;
    background-size: 55px auto, 40px auto;
  }

  .mv_top .txt_pink {
    font-size: 1.4rem;
  }

  .mv_top .txt_large {
    font-size: 2rem;
  }
}

@media screen and (max-width: 350px) {
  .mv_top {
    margin: 0 6px 10px !important;
  }

  .mv_top h1 {
    background-size: 40px auto, 30px auto;
  }
}

/* mv
    ========================================================= */
.mv {
  position: relative;
  overflow: hidden;
}

.mv::before {
  content: "";
  display: block;
  width: 100%;
}

.mv_inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.mv_img a {
  display: block;
}

.mv_btm_txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 758px;
  margin: auto;
}

.mv_btm_txt_inner {
  display: flex;
  align-items: center;
  font-family: var(--font-b);
}

.mv_btm_txt .mem_fee {
  background: #EF8F92;
  color: #ffffff;
  text-align: center;
}

.mv_btm_txt .time {
  color: #EB7377;
  line-height: 1;
}

.mv_btm_txt .btn_link a {
  background: #FAAF18;
}

.mv_btm_txt .btn_link a::after {
  background: url("/babykumon/top/img/arr_yell.png") no-repeat;
  background-size: contain;
}


@media print,
screen and (min-width: 768px) {
  .mv {
    position: relative;
    margin-top: 20px;
    left: 0;
    top: 0;
  }

  .mv::before {
    padding-top: 558px;
  }

  .mv_inner {
    width: 100%;
    overflow: hidden;
  }

  .mv .item {
    max-width: 100%;
  }

  .mv_btm_txt .mem_fee {
    width: 99px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    font-size: 1.8rem;
    margin-right: 11px;
    margin-top: 11px;
  }

  .mv_btm_txt .time {
    font-size: 2.4rem;
  }

  .mv_btm_txt .time .price {
    font-size: 2.8rem;
  }

  .mv_btm_txt .time .price span {
    font-size: 4.6rem;
  }

  .mv_btm_txt .btn_link a {
    width: 300px;
  }

  .mv_btm_txt .btn_link a::after {
    width: 32px;
    height: 32px;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767.9px) {
  .mv::before {
    padding-top: calc(94.266% + 60px);
  }

  .mv_btm_txt {
    flex-direction: column;
    margin: -15px auto 0px;
  }

  .mv_btm_txt .mem_fee {
    width: 58px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    font-size: 1.3rem;
    margin-right: 7px;
  }

  .mv_btm_txt_inner {
    justify-content: center;
  }

  .mv_btm_txt .time {
    font-size: 1.6rem;
  }

  .mv_btm_txt .time .price {
    font-size: 1.6rem;
  }

  .mv_btm_txt .time .price span {
    font-size: 2.5rem;
  }

  .mv_btm_txt .btn_link a {
    width: 231px;
  }

  .mv_btm_txt .btn_link a::after {
    width: 25px;
    height: 25px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/*post search
  ========================================================= */
.input_search {
  background: #FFF9D8;
  border-radius: 20px;
  margin: 20px auto 30px;
}

.input_search .post_search form {
  display: flex;
}

.search_zip {
  border: solid 2px var(--gray-color);
  border-radius: 8px;
  background: #fff;
}

.search_zip::placeholder {
  color: #8D8D8D;
}

.input_search .post_search .btn_search {
  color: #fff;
  background: var(--secondary-color);
  letter-spacing: 0.2em;
  text-align: center;
  border-radius: 0 8px 8px 0;
  font-family: var(--font-b);
}

.input_search .post_search .btn_search::before {
  content: "";
  display: inline-block;
  background: url(/babykumon/common_2022/img/icon/icon_search_wh.svg) center center no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  vertical-align: top;
}

@media print,
screen and (min-width: 768px) {
  .input_search {
    padding: 30px 40px;
  }

  .input_search .post_search {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .input_search .post_search>.ttl {
    font-size: 2.0rem;
    font-family: var(--font-b);
    padding-right: 30px;
  }

  .input_search .post_search .wrap {
    display: flex;
    justify-content: flex-end;
    padding-right: 35px;
    height: 60px;
  }

  .input_search .input_search_wrap {
    width: 190px;
  }

  .search_zip {
    width: 190px;
    height: 60px;
    padding: 16px 20px 15px;
    border-radius: 8px 0 0 8px;
  }

  .input_search .post_search .btn_search {
    width: 130px;
    height: 60px;
    padding: 17px 0 16px;
    font-size: 2.2rem;
    margin-left: -2px;
  }

  .input_search .post_search .btn_search::before {
    width: 27px;
    height: 27px;
    margin-right: 10px;
  }

  .input_search .post_search .pref_search {
    padding-left: 35px;
    border-left: dotted 2px #DBC08B;
  }

  .input_search .post_search .pref_search,
  .input_search .post_search .pref_search .btn_global_sec,
  .input_search .post_search .pref_search .btn_global_sec a {
    min-width: 300px;
    margin: 0;
    font-size: 2rem;
  }

  .input_search .post_search .pref_search .btn_global_sec a {
    padding: 16px 50px 15px 40px;
    height: 60px;
  }

}

@media screen and (max-width: 767.9px) {
  .mv_btm_txt+.input_search {
    margin: 10px auto 30px;
  }

  .input_search .post_search {
    padding: 17px 15px 0;
  }

  .input_search .post_search .ttl {
    margin-bottom: -8px;
    font-family: var(--font-b);
  }

  .input_search .post_search .ttl::before {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5em;
  }

  .input_search .post_search .ttl::before {
    content: "〒";
    display: inline-block;
  }

  .input_search .post_search .wrap:last-child .ttl::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(/babykumon/common_2022/img/icon/icon_gps.svg) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 3px;
  }

  .input_search .post_search .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
  }

  .input_search .post_search .wrap:last-child {
    border-top: #DBC08B dotted 2px;
  }

  .input_search .post_search .input_search_wrap {
    width: 60%;
    height: 45px;
  }

  .search_zip {
    width: 100%;
    height: 100%;
    padding: 13px 15px;
    border-radius: 5px;
  }

  .input_search .post_search .input_search_btn {
    width: 35.8%;
    height: 45px;
  }

  .input_search .post_search .btn_search {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    border-radius: 5px;
  }

  .input_search .post_search .btn_search::before {
    width: 19px;
    height: 19px;
    margin-right: 8px;
    vertical-align: middle;
  }
}

/* campaign
  ========================================================= */
.campaign {
  position: relative;
  border: 2px solid #F09B9E;
  border-radius: 30px;
  background: #fff;
}

.campaign_time .name span {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  background: #F09B9E;
  text-align: center;
  width: 100%;
}

.campaign_time_item {
  width: calc(50% - 20px);
  margin-right: 40px;
}

.campaign_time_item:last-child {
  margin-right: 0;
}

.campaign .copy_right {
  position: absolute;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 950px) {

  .btn_link02 a,
  .btn_link03 a {
    font-size: 2.7vw;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .campaign {
    padding: 39px 38px 50px;
  }

  .campaign_heading {
    margin-bottom: 28px;
  }

  .campaign_time {
    display: flex;
  }

  .campaign_time .name span {
    font-size: 1.6rem;
    border-radius: 6px;
    padding: 5px 0;
  }

  .campaign_time .time {
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 11px;
    text-align: center;
    font-weight: bold;
  }

  .campaign_time .time span {
    font-size: 3.6rem;
  }

  .campaign02 {
    padding: 30px 0;
  }

  .campaign .copy_right {
    bottom: -35px;
  }

  .campaign .copy_right img {
    height: 23px;
  }
}

@media screen and (max-width: 767.9px) {
  .campaign {
    padding: 3% 3% 7.4%;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    box-sizing: border-box;
    font-weight: bold;
  }

  .campaign_heading_sp{
    width:100%;
    overflow:hidden;
  }

  .campaign_ttl_img{
    width:75%;
    padding-top:3%;
  }

  .campaign_accept{
    width:20%;
    float:right;
  }

  .campaign02 {
    padding: 5% 3%;
  }

  .campaign_heading {
    margin-bottom: 14px;
  }

  .campaign_time_item {
    width: calc(50% - 2%);
    margin-right: 3%;
  }


  .campaign_time .name {
    width: 35%;
  }

  .campaign_time .name span {
    font-size: 3vw;
    border-radius: 5px;
    padding: 5% 0;
  }

  .campaign_time .time {
    font-size: 3.5vw;
    padding-left: 2vw;
  }

  .campaign_time .time span {
    font-size: 4.5vw;
  }

  .campaign .copy_right {
    width: 140px;
    bottom: -28px;
  }

  .two_btn {
    display: flex;
    margin: 0 auto;
  }

  .btn_link02 a,
  .btn_link03 a {
    font-size: 4.5vw;
    font-weight: bold;
    border-radius: 5px;
    padding: 5% 0;
    line-height: 1.5em;
  }
}

/* baby_info system write
  ========================================================= */
.baby_info {
  background: var(--light-gray-color2);
  border-radius: 20px;
}

.baby_info .ttl {
  font-family: var(--font-b);
  font-weight: bold;
}

.baby_info .link_next li {
  transform: var(--font-adjust);
}

.baby_info .link_next a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}

.baby_info .link_next a::before {
  position: absolute;
  left: 0;
}

.baby_info .link_next li .icon_dot {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}

.baby_info .link_next li .icon_dot::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  left: 5px;
  top: 10px;
  border-radius: 100%;
  background: var(--primary-color);
}

@media print,
screen and (min-width: 768px) {
  .baby_info {
    padding: 30px;
    margin-bottom: 50px;
  }

  .baby_info .ttl {
    font-size: 2rem;
  }

  .baby_info .link_next {
    margin-top: 1em;
  }

  .baby_info .link_next li {
    margin-top: 15px;
  }

  .baby_info .link_next a::before {
    top: 6px;
  }
}

@media screen and (max-width: 767.9px) {
  .baby_info {
    padding: 22px 10px 22px 15px;
    background: var(--light-gray-color2);
  }

  .baby_info .link_next li {
    margin-top: 10px;
  }

  .baby_info .link_next a::before {
    top: 3px;
  }
}

/* service
    ========================================================= */
.service_content {
  display: flex;
}

.service_item_number {
  position: relative;
  background: #F09B9E;
}

.service_item_number .number {
  position: absolute;
  background: #F09B9E;
  color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  font-family: var(--font-b);
}

.service_item_content {
  position: relative;
  background: #ffffff;
  z-index: 1;
  text-align: center;
  color: #EB7377;
}

.service_item_01 {
  position: relative;
}

.service_item_01:after {
  content: "";
  position: absolute;
  background: url("/babykumon/top/img/icn_plus.png") no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.service_txt {
  text-align: center;
}

.service {
  font-family: var(--font-b);
}

.mv_txt {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.mv_txt_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv_txt .mem_fee {
  background: #EF8F92;
  color: #ffffff;
  text-align: center;
}

.mv_txt .time {
  color: #EB7377;
  line-height: 1;
}

.content .baby_info{
  margin-top:40px;
}

@media print,
screen and (min-width: 768px) {
  .service {
    padding: 85px 0 85px;
  }

  .service .sec_heading {
    margin-bottom: 98px;
  }

  .service_item {
    width: calc(100% / 2 - 20px);
    margin-right: 40px;
  }

  .service_item:last-child {
    margin-right: 0;
  }

  .service_item_number {
    height: 40px;
    border-radius: 20px 20px 0 0;
  }

  .service_item_number .number {
    width: 110px;
    height: 110px;
    font-size: 5.8rem;
    line-height: 1.8;
    top: -49px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .service_item_content {
    height: calc(100% - 30px);
    font-size: 4rem;
    line-height: 1.5;
    border-radius: 0 0 20px 20px;
    padding-bottom: 11px;
  }

  .service_item_txt {
    padding: 36px 0 38px;
    letter-spacing: -0.1em;
  }

  .service_item_01:after {
    width: 60px;
    height: 60px;
    right: -50px;
    top: 30px;
  }

  .service_txt {
    font-size: 2.6rem;
    line-height: 1.923;
    margin-top: 55px;
    letter-spacing: -0.1em;
  }

  .service_item_img img {
    width: 330px;
    height: 169px;
  }

  .service_item_01 img {
    width: 316px;
    height: 193px;
  }

  .mv_txt {
    margin-top: 52px;
    padding: 27px;
    background-color: #fff;
    border-radius: 20px;
  }

  .mv_txt .mem_fee {
    line-height: 1.5em;
    border-radius: 6px;
    font-size: 31px;
    margin-right: 11px;
    margin-top: 3px;
    padding: 0 40px;
  }

  .mv_txt .time {
    font-size: 31px;
    font-weight: bold;
  }

  .mv_txt .time span {
    font-size: 2em;
  }
}

@media screen and (max-width: 767.9px) {
  .service {
    padding: 35px 0 44px;
  }

  .service .contsInSp {
    margin: 0 15px;
  }

  .service_content {
    margin: 0 15px;
  }

  .service .sec_heading {
    margin-bottom: 48px;
  }

  .service_item {
    width: calc(100% / 2 - 7px);
    margin-right: 14px;
  }

  .service_item:last-child {
    margin-right: 0;
  }

  .service_item_number {
    height: 20px;
    border-radius: 15px 15px 0 0;
  }

  .service_item_number .number {
    width: 55px;
    height: 55px;
    font-size: 2.6rem;
    line-height: 1.5;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .service_item_content {
    height: calc(100% - 20px);
    font-size: 1.7rem;
    line-height: 1.42;
    border-radius: 0 0 15px 15px;
    padding-bottom: 5px;
  }

  .service_item_txt {
    padding: 13px 0 19px;
  }

  .service_item_01:after {
    width: 30px;
    height: 30px;
    right: -22px;
  }

  .service_txt {
    font-size: 1.7rem;
    line-height: 1.77;
    margin-top: 28px;
  }

  .service_item_img {
    position: relative;
    max-width: 165px;
    margin: 0 auto;
  }

  .service_item_img::before {
    content: "";
    display: inline-block;
    padding-top: 63%;
  }

  .service_item_img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 165px;
  }

  .mv {
    margin-bottom: -1vw;
  }

  .mv_txt {
    margin: 10% auto 0;
    background-color: #fff;
    border-radius: 10px;
    width: 95%;
    padding: 3% 0;
    box-sizing: border-box;
    font-weight: bold;
  }

  .mv_txt .mem_fee {
    line-height: 1.5em;
    border-radius: 3px;
    font-size: 4vw;
    margin: 0.5vw 2vw 0 0;
    padding: 0 5%;
  }

  .mv_txt_inner {
    justify-content: center;
  }

  .mv_txt .time {
    font-size: 4.6vw;
  }

  .mv_txt .time span {
    font-size: 2em;
  }

  .mv_txt .btn_link a {
    width: 231px;
  }

  .mv_txt .btn_link a::after {
    width: 25px;
    height: 25px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .content .baby_info{
    margin-top:20px;
  }
}

/* detail
    ========================================================= */
#main .detail .contsIn {
  padding: 0;
}

.detail_links,
.age_option {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.detail_link {
  position: relative;
  font-weight: bold;
  box-sizing: border-box;
}

.detail_link:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.detail_link a {
  display: block;
  border: 3px solid #F09B9E;
  border-radius: 20px;
  color: #EB7377;
  text-align: center;
  line-height: 1.1em;
}

.detail h3 {
  color: #3C0C01;
  text-align: center;
  font-weight: bold;
}

.option a {
  position: relative;
  display: block;
  border: 4px solid #F09B9E;
  border-radius: 44px;
  color: #3C0C01;
  font-weight: bold;
  background-color: #FDEFEF;
  text-align:center;
}

.option a:before {
  content: '';
  background: url("/babykumon/top/img/arrow.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.age_attention {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media screen and (max-width: 935px) {
  .detail_link.btn04 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 899px) {
  .option.btn04 {
    margin-top: 21px;
  }
}

@media screen and (min-width: 768px) {
  .detail {
    margin: 68px 0;
  }

  .detail h2.sec_heading {
    margin-bottom: 40px;
  }

  .detail_links,
  .age_option {
    max-width: 960px;
    width: 100vw;
    margin: 0 auto;
  }

  .detail_links {
    margin-bottom: 76px;
  }

  .detail_link {
    flex-basis: 234px;
  }

  .detail_link:after {
    background: url("/babykumon/top/img/triangle_pc.png") no-repeat;
    bottom: 8px;
    width: 22px;
    height: 12px;
  }

  .detail_link a {
    font-size: 28px;
    padding: 33px 0 41px;
  }

  .detail_link.btn01 a {
    font-size: 24px;
    padding: 21.5px 0 29.5px;
  }

  .detail h3 {
    font-size: 32px;
    margin-bottom: 26px;
  }

  .age_option {
    margin-bottom: 21px;
  }

  .option {
    flex-basis: 230px;
    line-height: 28px;
  }

  .option a {
    font-size: 32px;
    padding: 11% 0;
    min-height: 88px;
  }

  .option a:before {
    width: 30px;
    height: 30px;
  }

  .option a:before {
    left: 12px;
  }
  .option.btn04 a {
    font-size: 26px;
    padding-left: 12%;
  }

  .age_attention {
    text-align: right;
  }
}

@media screen and (max-width: 767.9px) {

  .detail {
    margin: 10.7% 0;
  }

  .detail h2.sec_heading {
    margin-bottom: 7.3%;
    font-size: 5.8vw;
  }

  .detail_links {
    width: 85%;
  }

  .detail_links {
    margin: 0 auto 9.4%;
  }

  .detail_link {
    flex-basis: 46.8%;
  }

  .detail_link.btn03,
  .detail_link.btn04 {
    margin-top: 5.15%;
  }

  .detail_link:after {
    background: url("/babykumon/top/img/triangle_sp.png") no-repeat;
    background-size: 100% 100%;
    bottom: 1vw;
    width: 3.6vw;
    height: 1.86666vw;
  }

  .detail_link a {
    font-size: 4.5333vw;
    padding: 11% 0 12.28%;
  }

  .detail_link.btn01 a {
    font-size: 4vw;
    padding: 6% 0 6.74%;
  }

  .detail h3 {
    font-size: 4vw;
    margin-bottom: 3.6%;
  }

  .age_option {
    width: 83.7%;
    margin: 0 auto;
  }

  .option {
    flex-basis: 47.777%;
    line-height: 5.5vw;
  }

  .option a {
    font-size: 5.333vw;
    padding: 12% 0 10%;
    min-height: 17vw;
  }

  .option.btn03, .option.btn04 {
    margin-top: 3.35%;
  }

  .option.btn04 a {
    font-size: 4.8vw;
    padding-left: 12%;
  }

  .option a:before {
    width: 4vw;
    height: 4vw;
  }

  .option a:before {
    left: 2.5vw;
  }

  .age_attention {
    margin: 10px 15px 0;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* why
    ========================================================= */
.why_content {
  background: #ffffff;
}

.why_content_ttl {
  text-align: center;
  font-family: var(--font-b);
}

.why_list_item {
  text-align: center;
}

.why .slick-slide:not(:last-child) {
  border-right: 1px dashed #F09B9E;
}

@media print,
screen and (min-width: 768px) {
  .why {
    padding: 100px 0 102px;
  }

  .why .sec_heading {
    margin-bottom: 39px;
    font-size: 5rem;
  }

  .why_sub_txt {
    font-size: 2rem;
    line-height: 1.9;
    margin-bottom: 75px;
  }

  .why_content {
    padding: 33px 0 37px;
    border-radius: 20px;
  }

  .why_content_ttl {
    font-size: 3.6rem;
    margin-bottom: 24px;
  }

  .why_list_item {
    min-height: 344px;
  }

  .why .slick-slide{
    cursor:default;
  }
  .why_img {
    width: 160px;
    height: 199px;
    margin: 0 auto;
  }

  .why_txt {
    font-size: 1.8rem;
    line-height: 1.67;
    margin-top: 10px;
  }

  .why_list~.custom_nav {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .why {

    padding: 41px 0 38px;
  }

  #main .why .contsInSp {
    margin: 0 15px;
  }

  .why .sec_heading {
    margin-bottom: 12px;
    letter-spacing: -0.1em;
  }

  .why_sub_txt {
    font-size: 1.5rem;
    line-height: 1.87;
    margin-bottom: 50px;
  }

  .why_content {
    padding: 23px 0 23px;
    border-radius: 15px;
  }

  .why_content_ttl {
    font-size: 2.1rem;
    line-height: 1.8;
    margin-bottom: 26px;
  }

  .why_list .slick-list {
    padding: 0 25% 0 0 !important;
  }

  .why_img {
    position: relative;
    width: 152px;
    margin: 0 auto;
  }

  .why_img::before {
    display: block;
    content: "";
    width: 152px;
    height: 189px;
  }

  .why_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 152px;
    height: auto;
  }

  .why_txt {
    font-size: 1.6rem;
    line-height: 1.69;
    margin-top: 7px;
  }

}

/*why_list arrow------------------------------*/
.why_list {
  position: relative;
}

.why_list .slick-arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.16);
  margin: 0;
  padding: 0;
  top: 35%;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  width: 41px;
  height: 46px;
}

.why_list .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 20px;
}

.why_list .slick-arrow.slick-prev::before {
  background: url("/babykumon/top/img/arr_wht_l.png") center no-repeat;
  background-size: contain;
}

.why_list .slick-arrow.slick-next::before {
  background: url("/babykumon/top/img/arr_wht_r.png") center no-repeat;
  background-size: contain;
}

.why_list .slick-arrow.slick-prev {
  left: -10px;
  border-radius: 0 50% 50% 0;
}

.why_list .slick-arrow.slick-next {
  right: -10px;
  border-radius: 50% 0 0 50%;
}

.why_list .slick-arrow.slick-prev.slick-disabled,
.why_list .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}

/* talk
    ========================================================= */
.talk_balloon_txt {
  color: #693807;
  box-sizing: border-box;
  font-family: var(--font-b);
}

.talk_bottom {
  position: relative;
  color: #EB7377;
  text-align: center;
  font-family: var(--font-b);
}

.talk_bottom::before,
.talk_bottom::after {
  content: "";
  position: absolute;
}

.talk_bottom::before {
  background: url("/babykumon/top/img/icn_02.png") no-repeat;
  background-size: contain;
}

.talk_bottom::after {
  background: url("/babykumon/top/img/icn_01.png") no-repeat;
  background-size: contain;
}

@media print,
screen and (min-width: 768px) {
  .talk {
    padding: 76px 0 64px;
    margin-bottom: 71px;
  }

  .talk_balloon {
    display: flex;
    justify-content: space-between;
    max-width: 845px;
    margin: 0 auto 30px;
  }

  .talk_balloon_txt {
    width: 689px;
    height: 180px;
    background: url("/babykumon/top/img/talk_txt_pc.png") no-repeat;
    background-size: contain;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    padding: 49px 0 0 0;
    text-align: center;
  }

  .talk_balloon_img {
    width: 151px;
    margin-top: 18px;
  }

  .talk_bottom {
    padding: 27px 40px 27px;
    font-size: 2.8rem;
    line-height: 1.57;
    border-radius: 20px;
  }

  .talk_bottom::before,
  .talk_bottom::after {
    top: 50%;
    transform: translateY(-50%);
  }

  .talk_bottom::before {
    width: 84px;
    height: 110px;
    right: 22px;
  }

  .talk_bottom::after {
    width: 77px;
    height: 109px;
    left: 22px;
  }
}

@media screen and (max-width: 767.9px) {
  .talk {
    padding: 26px 0 64px;
  }

  #main .talk .contsInSp {
    margin: 0 15px;
  }

  .talk_balloon {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .talk_balloon_img {
    width: 117px;
    margin-top: 7px;
  }

  .talk_balloon_txt {
    width: 244px;
    height: 131px;
    background: url("/babykumon/top/img/talk_txt_sp.png") no-repeat;
    background-size: contain;
    font-size: 1.8rem;
    line-height: 1.67;
    letter-spacing: -0.1em;
    padding: 26px 0 0 0;
    margin-left: -15px;
    text-align: center;
  }

  .talk_bottom {
    max-width: 345px;
    margin: 0 auto;
    padding: 20px 20px 16px;
    font-size: 2rem;
    line-height: 1.6;
    border-radius: 15px;
  }

  .talk_bottom::before {
    width: 59px;
    height: 77px;
    right: 6px;
    top: 18px;
  }

  .talk_bottom::after {
    width: 54px;
    height: 77px;
    left: 9px;
    top: 19px;
  }
}

/* block_number
    ========================================================= */
.block_number_ttl {
  position: relative;
  background: #F09B9E;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.block_number_ttl .number {
  position: absolute;
  background: #F09B9E;
  border-radius: 50%;
  text-align: center;
  font-family: var(--font-b);
}

.block_number_ttl h2 {
  position: relative;
  font-family: var(--font-b);
}

@media print,
screen and (min-width: 768px) {
  .block_number_ttl {
    font-size: 4.4rem;
    line-height: 1.6;
    padding: 42px 0 28px;
  }

  .block_number_ttl span {
    font-size: 5rem;
  }

  .block_number_ttl .number {
    width: 142px;
    height: 142px;
    font-size: 8rem;
    line-height: 1.5;
    top: -71px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767.9px) {
  .block_number_ttl {
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 38px 0 16px;
  }

  .block_number_ttl span {
    font-size: 2.7rem;
  }

  .block_number_ttl .number {
    width: 97px;
    height: 97px;
    font-size: 5rem;
    line-height: 1.5;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* block_point
    ========================================================= */
.kumon_time_point {
  margin: 50px auto;
  width: 90%;
  max-width: 950px;
  position: relative;
  border: 1px solid #F09B9E;
  border-radius: 20px;
  padding: 34px 0;
  background: #ffffff;
  color: #3C0C01;
}

.kumon_time_point:nth-of-type(3) {
  margin: 50px auto 20px;
}

.kumon_time_point p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.kumon_time_point p span {
  color: #EB7377;
}

.kumon_time_point::before {
  width: 84px;
  height: 110px;
  left: 20px;
  top: -40px;
}

.kumon_time_point::before {
  content: "";
  position: absolute;
  background: url(/babykumon/top/img/POINT_1.png) no-repeat;
  background-size: contain;
}

.kumon_time_point:nth-of-type(2)::before {
  background: url(/babykumon/top/img/POINT_2.png) no-repeat;
  background-size: contain;
}

.kumon_time_point:nth-of-type(3)::before {
  background: url(/babykumon/top/img/POINT_3.png) no-repeat;
  background-size: contain;
}

.kumon_step {
  margin: 0 auto 30px;
  position: relative;
  max-width: 950px;
  color: #ffffff;
  background-color: #F09B9E;
  border: 2px solid #F09B9E;
  border-radius: 20px;
  padding: 10.5px 0;
  font-size: 45px;
  text-align: center;
  font-weight: bold;
}

.kome {
  width: 90%;
  font-size: 13px;
  max-width: 950px;
  margin: 0 auto;
  color: #3C0C01;
  text-align: right;
  padding-bottom: 50px;
  font-weight: bold;
}

.point_heading {
  text-align: center;
}

.point_heading .point_heading_ttl {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.point_heading .point_txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #EF8F92;
  background: url("/babykumon/top/img/step_number_bg.png") center no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.point_heading .point_name {
  position: relative;
  display: inline-block;
  font-family: var(--font-b);
}

.tabs_nav {
  overflow: auto;
  margin: 0 40px;
}

.tabs_nav li {
  float: left;
  width: calc(100% / 2 - 10px);
  margin-right: 20px;
  border-radius: 20px 20px 0px 0px;
  cursor: pointer;
  background-color: #FBD6D6;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  border: 4px solid #FBD6D6;
}

.tabs_nav li.active {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-color: #F09B9E;
  border-bottom: 0;
}

.tabs_nav li.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 8px;
  background: #fff;
}

.tabs_nav li:last-child {
  margin-right: 0;
}

.tabs_nav li a {
  color: #1E1E1E;
  font-size: 2.6rem;
  line-height: 1;
  display: inline-block;
  transform: var(--font-adjust);
}

.tabs_content {
  position: relative;
  border-top: 4px solid #F09B9E;
  border-bottom: 4px solid #F09B9E;
  margin-top: -8px;
  box-shadow: 0 _7px 6px _4px rgba(0, 0, 0, 0.13);
}

.tab_content {
  padding: 43px 0 37px;
  background-color: #ffffff;
  text-align: center;
}

.point_02_slider .item {
  position: relative;
}

.point_02_slider .point_02_img {
  position: relative;
}

.point_02_slider .point_02_img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.point_02_slider .point_02_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.point_number_txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F09B9E;
  color: #ffffff;
  border-radius: 50%;
  font-family: var(--font-b);
}

.point_03_slider .point_03_img {
  position: relative;
}

.point_03_slider .point_03_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.842105%;
}

.point_03_slider .point_03_img img {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 20px 20px 0 0;
}

.point_03_txt {
  position: relative;
  border-right: 2px solid #F09B9E;
  border-bottom: 2px solid #F09B9E;
  border-left: 2px solid #F09B9E;
  border-radius: 0 0 20px 20px;
  margin-top: -1px;
  z-index: 2;
}

.point_03_txt h4 {
  text-align: center;
  color: #EB7377;
  line-height: 1;
  font-weight: bold;
}

.point_heading .point_txt {
  text-align: center;
  font-family: var(--font-b);
}

.point_heading .point_txt .number {
  display: block;
}

.point_tab,
.point_heading .sub_02,
.point_03_txt_inner {
  font-family: var(--font-b);
}

.tab_txt span,
.point_03_txt_inner p {
  font-family: var(--font-l);
}

.tab_slider .tab_img {
  position: relative;
}

.tab_slider .tab_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.tab_slider .item_first .tab_img::before {
  padding-top: 36%;
}

.tab_slider .tab_img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media print,
screen and (min-width: 768px) {
  .block_step_content {
    padding: 83px 0 98px;
  }

  .block_point {
    margin-bottom: 32px;
  }

  .point_01 {
    margin-top: 49px;
  }

  .point_heading .point_heading_ttl {
    padding: 30px 0 0 80px;
  }

  .point_heading .point_txt {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .point_heading .point_txt .txt {
    font-size: 1rem;
    line-height: 1;
  }

  .point_heading .point_txt .number {
    font-size: 3.2rem;
    line-height: 1;
    margin-top: 2px;
  }

  .point_heading .point_name {
    font-size: 3.6rem;
  }

  .point_heading .sub {
    margin-top: 8px;
    margin-bottom: 56px;
    font-size: 2rem;
    line-height: 1.8;
  }

  .point_heading .sub_02 {
    margin-top: 51px;
  }

  
  .tab_slider .slick-slide .item{
    display: flex !important;
  }

  .tab_slider .item_first .tab_img {
    width: 100%;
  }

  .tab_txt {
    font-size: 2.4rem;
    line-height: 1.53;
    text-align: center;
    margin-bottom: 33px;
    font-weight: bold;
    letter-spacing: -1px;
  }

  .tab_txt span {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: normal;
  }

  .tab_slider .item_first .tab_txt {
    font-size: 3.4rem;
  }

  .tab_slider.slick-slider .item img {
    width: auto;
    margin: 0 auto;
  }

  .tab_slider.slick-slider .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tab_slider.slick-slider .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tab_slider.slick-slider .item_first {
    flex-direction: column;
  }

  .tab_slider.slick-slider .item .item_child {
    width: calc(100% / 3);
  }

  .tab_slider.slick-slider .item .item_child .tab_img {
    width: 209px;
    margin: 0 auto;
  }

  .tab_slider.slick-slider .item .item_child .tab_img img {
    width: inherit;
  }

  .point_01 .main_slider .custom_nav {
    top: 58%;
  }

  .point_02 {
    margin-top: 80px;
  }

  .point_02 .point_heading .sub {
    margin-bottom: 0;
  }

  .point_02 .main_slider,
  .point_02 .main_slider_inner,
  .point_02_slider {
    overflow: visible;
  }

  .point_02_slider {
    margin-top: 41px;
  }

  .point_02_slider .item {
    border: 2px solid #F09B9E;
    border-radius: 20px;
    padding: 100px 40px 40px;
    font-size: 1.8rem;
    line-height: 1.67;
    letter-spacing: -1px;
    margin-top: 75px;
    margin-right: 30px;
    width: 340px !important;
  }

  .point_02_img {
    margin-bottom: 14px;
  }

  .point_02_txt_01 {
    margin-bottom: 7px;
  }

  .point_number_txt {
    width: 150px;
    height: 150px;
    font-size: 3rem;
    top: -75px;
  }

  .point_02 .slide_wrap {
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
  }

  .point_02 .slick-arrow {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    height: 60px;
  }

  .point_02 .slick-arrow.slick-prev {
    left: -30px;
    background: url(/babykumon/top/img/arr_wht_l.png) center no-repeat, rgba(0, 0, 0, 0.16);
    background-size: 14px, 100%;
  }

  .point_02 .slick-arrow.slick-next {
    right: -30px;
    background: url(/babykumon/top/img/arr_wht_r.png) center no-repeat, rgba(0, 0, 0, 0.16);
    background-size: 14px, 100%;
  }

  .point_02 .slick-list {
    overflow: visible;
  }






  .point_03 {
    margin: 112px 0 167px;
  }

  .point_03 .main_slider::before {
    padding-top: 45%;
  }

  .point_03 .point_heading {
    margin-bottom: 30px;
  }

  .point_03_slider~.custom_nav {
    display: none;
  }

  .point_03_txt_inner {
    padding: 20px 24px 36px;
  }

  .point_03 .item {
    float: left;
    width: 285.333px !important;
    margin-right: 32px;
  }

  .point_03 .item:nth-child(3n) {
    margin-right: 0;
  }

  .point_03_txt_inner.nth_last h4 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .point_03_txt h4 {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }

  .point_03_txt p {
    font-size: 1.8rem;
    line-height: 1.67;
  }
}

@media screen and (max-width: 950px) {
  .kumon_time_point p {
    text-align: center;
    font-size: 2.7vw;
    font-weight: bold;
  }

  .kumon_time_point::before {
    width: 15vw;
    height: 15vw;
    height: 9vw;
    left: 1vw;
    top: -5vw;
  }
}

@media screen and (max-width: 767.9px) {
  .block_point {
    margin-bottom: 50px;
  }

  .point_01 {
    margin-top: 33px;
  }

  .point_01 .point_heading {
    margin: 0 15px;
  }

  .point_heading .point_heading_ttl {
    padding: 20px 0 0 60px;
    margin-left: -60px;
  }

  .point_heading .point_txt {
    width: 50px;
    height: 50px;
    margin-bottom: 11px;
  }

  .point_heading .point_txt .txt {
    font-size: 0.7rem;
    line-height: 1;
  }

  .point_heading .point_txt .number {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 2px;
  }

  .point_heading .point_name {
    font-size: 2.2rem;
  }

  .point_heading .sub {
    margin-bottom: 27px;
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 1.68;
  }

  .tabs_nav {
    margin: 0 15px;
  }

  .tabs_nav li {
    width: calc(100% / 2 - 5px);
    margin-right: 10px;
    border-radius: 10px 10px 0px 0px;
    padding: 16px 0 12px;
  }

  .tabs_nav li a {
    font-size: 2rem;
  }

  .tab_content {
    padding: 23px 0 34px;
  }

  .tab_txt {
    font-size: 2.1rem;
    line-height: 1.68;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .tab_txt span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: normal;
  }

  .tab_slider.slick-slider .slick-track {
    display: flex;
    align-items: center;
  }

  .tab_slider.slick-slider .item img {
    width: auto;
    margin: 0 auto;
  }

  .tab_img {
    width: 173px;
    margin: 0 auto;
  }

  .item_first .tab_img {
    width: 250px;
  }

  .tab_slider .item_first .tab_img::before {
    padding-top: 63.2%;
  }

  .point_02 {
    margin-top: 61px;
  }

  .point_02 .point_heading.contsInSp {
    margin: 0 15px;
  }

  .point_02 .point_heading .point_name {
    letter-spacing: -0.1em;
    line-height: 1.5;
  }

  .point_02 .point_heading .sub {
    margin: 17px 0 0;
  }

  .point_02_slider {
    margin-top: 24px;
  }

  .point_02 .slick-slider .slick-list {
    overflow: unset;
    padding-right: 0 !important;
  }

  .point_02_slider .item {
    border: 2px solid #F09B9E;
    border-radius: 15px;
    padding: 62px 15px 30px;
    font-size: 1.5rem;
    line-height: 1.67;
    margin-top: 49px;
    margin-right: 30px;
    width: 331px !important;
    width: 43.15514993vw !important;
  }


  .point_02 .slide_wrap {
    overflow: hidden;
    position: relative;
  }

  .point_02 .slick-arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 41px;
    height: 46px;
  }

  .point_02 .slick-arrow.slick-prev {
    left: -25px;
    background: url(/babykumon/top/img/arr_wht_l.png) center no-repeat, rgba(0, 0, 0, 0.16);
    border-radius: 0 50% 50% 0;
    background-size: 11px, 100%;
  }

  .point_02 .slick-arrow.slick-next {
    right: -10px;
    background: url(/babykumon/top/img/arr_wht_r.png) center no-repeat, rgba(0, 0, 0, 0.16);
    border-radius: 50% 0 0 50%;
    background-size: 11px, 100%;
  }

  .point_02_img {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .point_02_txt_01 {
    margin-bottom: 10px;
  }

  .point_number_txt {
    width: 98px;
    height: 98px;
    font-size: 2rem;
    top: -50px;
  }

  .point_02 .main_slider {
    padding-left: 15px;
  }

  .point_02 .main_slider .custom_nav .prev {
    left: -15px;
  }

  .point_02 .main_slider .custom_nav .next {
    right: -15px;
  }

  .point_02_img_01,
  .point_02_img_02,
  .point_02_img_03 {
    position: relative;
  }

  .point_02_img_01::before,
  .point_02_img_02::before,
  .point_02_img_03::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 71%;
  }

  .point_02_img_01 {
    max-width: 200px;
  }

  .point_02_img_02 {
    max-width: 254px;
  }

  .point_02_img_03 {
    max-width: 254px;
  }

  .point_02_img_01 img,
  .point_02_img_02 img,
  .point_02_img_03 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .point_03 {
    margin: 61px 0 89px;
  }

  .point_03 .point_heading {
    margin-bottom: 22px;
  }

  .point_03 .point_heading .point_heading_ttl {
    padding: 20px 0 0 30px;
    margin-left: -30px;
  }

  .point_03 .main_slider {
    overflow: hidden;
    padding-left: 15px;
  }

  .point_03 .main_slider_inner {
    overflow: visible;
    width: calc(100% - 15px);
    left: 15px;
  }

  .point_03 .main_slider::before {
    padding-top: 365px;
  }

  .point_03_txt_inner {
    padding: 23px 25px 35px;
  }

  .point_03_txt h4 {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .point_03_txt p {
    font-size: 1.5rem;
    line-height: 1.67;
  }

  .point_03 .slide_wrap {
    padding-right: 0 !important;
    margin-left: 0;
    overflow: hidden;
    box-sizing: content-box;
    width: 752px;
    width: 98.04432855vw;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 288.8px !important;
    width: 37.65319426vw !important;

    margin-right: 20px;
  }

  .point_03 .slick-list {
    overflow: visible;
    padding-right: 0 !important;
    width: 309px;
    width: 40.28683181vw;
  }

  .point_03 .slick-arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 41px;
    height: 46px;
  }

  .point_03 .slick-slider .slick-arrow.slick-prev {
    left: -25px;
    background: url(/babykumon/top/img/arr_wht_l.png) center no-repeat, rgba(0, 0, 0, 0.16);
    border-radius: 0 50% 50% 0;
    background-size: 11px, 100%;
  }

  .point_03 .slick-slider .slick-arrow.slick-next {
    right: -10px;
    background: url(/babykumon/top/img/arr_wht_r.png) center no-repeat, rgba(0, 0, 0, 0.16);
    border-radius: 50% 0 0 50%;
    background-size: 11px, 100%;
  }

  .kumon_time_point {
    box-sizing: border-box;
    padding: 9% 0 5%;
    margin: 12% auto;
  }

  .kumon_time_point:nth-of-type(2),
  .kumon_time_point:nth-of-type(3) {
    padding-top: 7vw;
    padding-bottom: 3vw;
  }

  .kumon_time_point p {
    font-size: 4.7vw;
    line-height: 1.6;
  }

  .kumon_time_point::before {
    width: 15vw;
    height: 15vw;
    left: 42%;
    top: -28%;
  }

  .kumon_step {
    border-radius: 0;
    font-size: 6vw;
    padding: 3vw 0;
  }

  .kome {
    width: 90%;
    font-size: 2.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
}


/*tab_slider arrow ----------------------------------------*/

.tab_slider {
  position: relative;
}

.tab_slider .slick-arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.16);
  margin: 0;
  padding: 0;
  top: 35%;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  width: 41px;
  height: 46px;
}

.tab_slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 20px;
  pointer-events: none;
}

.tab_slider .slick-arrow.slick-prev::before {
  background: url("/babykumon/top/img/arr_wht_l.png") center no-repeat;
  background-size: contain;
}

.tab_slider .slick-arrow.slick-next::before {
  background: url("/babykumon/top/img/arr_wht_r.png") center no-repeat;
  background-size: contain;
}


@media print,
screen and (min-width: 768px) {
  .tab_slider.slick-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .tab_slider.slick-slider .slick-arrow::before {
    width: 18px;
    height: 25px;
  }

  .tab_slider.slick-slider .slick-prev {
    left: -30px;
  }

  .tab_slider.slick-slider .slick-next {
    right: -30px;
  }
}

@media screen and (max-width: 767.9px) {
  .tab_slider .slick-list {
    padding-right: 0 !important;
  }

  .tab_slider .slick-arrow.slick-prev {
    left: -10px;
    border-radius: 0 50% 50% 0;
  }

  .tab_slider .slick-arrow.slick-next {
    right: -10px;
    border-radius: 50% 0 0 50%;
  }
}

.tab_slider .slick-arrow.slick-prev.slick-disabled,
.tab_slider .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}


/* block_step
    ========================================================= */
.block_step_content .contsIn {
  transform: translate(-16px);
}

.block_step_content .item {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
}

.block_step_content .item {
  margin: 0 16px;
  width: 345px !important;
}

.block_step_content .slick-slider .slide_wrap {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  width: 936px;
}

.block_step .block_step_slider {
  padding-right: 0;
}

.block_step_content .slick-slider .slick-list {
  width: 755px;
  margin-left: -16px;
  overflow: visible;
}

.block_step_content .slick-arrow {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 60px;
  height: 60px;
}

.block_step_content .slick-arrow.slick-prev {
  left: -32px;
  background: url(/babykumon/top/img/arr_wht_l.png) center no-repeat, rgba(0, 0, 0, 0.16);
  background-size: 14px, 100%;
}

.block_step_content .slick-arrow.slick-next {
  right: -16px;
  background: url(/babykumon/top/img/arr_wht_r.png) center no-repeat, rgba(0, 0, 0, 0.16);
  background-size: 14px, 100%;
}

.block_step_content .item.item_first {
  color: #3C0C01;
  text-align: center;
}

.block_step_content .item .block_step_img {
  position: relative;
}

.block_step_content .item .block_step_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 45.45%;
}

.block_step_content .item.item_first .block_step_img::before {
  padding-top: 50%;
}

.block_step_content .item .block_step_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.block_step_content .block_step_txt {
  font-family: var(--font-b);
  transform: var(--font-adjust);
}

.block_step_content .block_step_txt .step_talk {
  font-family: var(--font-l);
}

.step_number {
  position: absolute;
  background: #F09B9E;
  color: #ffffff;
  border-radius: 50%;
  line-height: 1;
  z-index: 20;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: var(--font-b);
}

.step_number span {
  display: block;
  text-align: center;
}

.step_talk {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #CFCFCF;
  background-color: #fff;
}

.step_talk::after {
  content: "";
  position: absolute;
  background: url("/babykumon/top/img/step_talk.png") center no-repeat;
  background-size: contain;
}

.item_last .step_talk {
  background: url("/babykumon/top/img/step_balloon.png") center bottom no-repeat;
  background-size: 98% auto;
  border: 0;
}

.item_last .step_talk::after {
  display: none;
}

.block_step_txt .teacher {
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .block_step_content {
    padding: 83px 0 98px;
  }

  .block_step .contsIn {
    padding: 0;
  }

  .block_step_content .main_slider_inner {
    margin-left: 16px;
  }

  .block_step_img img {
    border-radius: 20px 20px 0 0;
  }

  .block_step_content .item {
    padding: 40px 30px 33px;
    margin-top: 40px;
    font-size: 2rem;
  }

  .block_step_content .item.item_first {
    padding: 59px 30px 19px;
    font-size: 2.6rem;
    line-height: 1.54;
  }

  .block_step_content .item.item_first .block_step_txt {
    margin-bottom: 47px;
    letter-spacing: -0.1em;
  }

  .block_step_content .block_step_slider02 .item.item_first .block_step_txt {
    font-size: 2.4rem;
  }

  .block_step_content .item.item_first .block_step_img {
    width: 275px;
    margin: 0 auto;
  }

  .block_step .main_slider,
  .block_step .main_slider_inner,
  .block_step .block_step_slider {
    overflow: visible;
  }

  .step_number {
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
    top: 0;
    left: 22px;
  }

  .step_number span {
    font-size: 4rem;
  }

  .step_talk {
    font-size: 1.4rem;
    line-height: 1.86;
    padding: 13px 16px 14px;
    letter-spacing: -0.12em;
    border-radius: 80px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .step_talk::after {
    width: 28px;
    height: 20px;
    bottom: -16px;
    left: 33%;
  }

  .item_last .step_talk {
    width: 300px;
    min-height: 150px;
    padding-top: 13px;
  }

  .block_step_content .main_slider:not(:first-child) {
    margin-top: 35px;
  }

  .block_step_content .slide_wrap::before {
    height: calc(100% - 40px);
  }

  .block_step_txt .teacher {
    margin-bottom: 5px;
  }

}

.block_step_content .slick-arrow.slick-disabled {
  display: none !important;
}

@media screen and (max-width: 767.9px) {
  .slide_wrap::before {
    display: none !important;
  }

  .block_step_content {
    padding: 27px 0 59px;
  }

  #main .block_step_content .contsIn {
    max-width: 1500px;
  }

  .block_step .block_step_slider {
    width: 752px;
    width: 98.04432855vw;
  }

  .block_step_img img {
    border-radius: 15px 15px 0 0;
  }

  .block_step_content .item {
    padding: 15px 22px 12px;
    margin-top: 32px;
    font-size: 1.5rem;
  }

  .block_step_content .item.item_first {
    padding: 29px 22px 14px;
    font-size: 2rem;
    line-height: 1.65;
  }

  .block_step_content .item.item_first .block_step_txt {
    margin-bottom: 33px;
    letter-spacing: -0.1em;
  }

  .block_step_img {
    margin-left: auto;
    margin-right: auto;
  }

  .block_step_content .contsIn {
    transform: translate(0px);
  }

  .block_step_content .item .block_step_img {
    max-width: 202px;
  }

  .block_step_content .item.item_first .block_step_img {
    max-width: 202px;
  }

  .block_step_content .slick-slider .slide_wrap {
    position: relative;
    width: 755px;
    width: 98.43546284vw;
  }

  .block_step_content .item {
    margin: 32px 20px 0 0;
    width: 337.5px !important;
    width: 44.00260756vw !important;
  }

  .block_step_content .item:last-child {
    margin-right: 0;
  }

  .block_step_content .slick-slider .slick-list {
    overflow: visible;
    width: 710px;
    width: 92.5684485vw;
    padding-right: 0 !important;
    margin-left: 0;
  }

  .block_step_content .slick-arrow {
    width: 41px;
    height: 46px;
  }

  .block_step_content .slick-arrow.slick-prev {
    left: -25px;
    border-radius: 0 50% 50% 0;
    background-size: 11px, 100%;
  }

  .block_step_content .slick-arrow.slick-next {
    right: -10px;
    border-radius: 50% 0 0 50%;
    background-size: 11px, 100%;
  }

  .pc_style .block_step_content .slick-arrow.slick-next {
    right: -10px;
  }

  .step_number {
    width: 64px;
    height: 64px;
    font-size: 1.2rem;
    top: 0;
    left: 30px;
  }

  .step_number span {
    font-size: 3rem;
  }

  .step_talk {
    font-size: 1.3rem;
    line-height: 1.54;
    padding: 10px 6px 10px;
    letter-spacing: -0.12em;
    border-radius: 80px;
    margin-bottom: 11px;
    box-sizing: border-box;
  }

  .step_talk::after {
    width: 25px;
    height: 14px;
    bottom: -12px;
    left: 38%;
  }

  .item_last .step_talk {
    width: 100%;
    min-height: 132px;
    padding: 10px 10px 16px;
    background-size: 96% 96%;
  }

  .block_step_content .main_slider:not(:first-child) {
    margin-top: 19px;
  }
}


/* faq
    ========================================================= */
.faq_list dl {
  text-align: center;
}

.faq_list dt {
  display: inline-block;
  font-family: var(--font-b);
  transform: var(--font-adjust);
  color: #040404;
}

.faq_list dd {
  background: #F3F2E6;
  border-radius: 20px;
  text-align: left;
  color: #010101;
}

@media print,
screen and (min-width: 768px) {
  .faq {
    padding: 95px 0 129px;
  }

  .faq .sec_heading {
    font-size: 4.4rem;
    margin-bottom: 42px;
  }

  .faq_list dt {
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: -2px;
    padding: 30px 109px;
    margin-bottom: 1px;
  }

  .faq_list dd {
    padding: 26px 40px 30px;
    font-size: 1.8rem;
    line-height: 1.78;
  }

  .faq_list .qa_01 {
    margin-bottom: 27px;
  }

  .faq_list .qa_01 dt {
    background: url("/babykumon/top/img/faq_icn_01.png") left center no-repeat;
  }

  .faq_list .qa_02 dt {
    background: url("/babykumon/top/img/faq_icn_02.png") right center no-repeat;
  }
}

@media screen and (max-width: 767.9px) {
  .faq {
    padding: 38px 0 0;
  }

  .faq .contsIn {
    width: calc(100% - 30px);
    margin: 0 15px;
  }


  .faq .sec_heading {
    font-size: 2.7rem;
    margin-bottom: 36px;
  }

  .faq_list dt {
    width: 100%;
    max-width: 375px;
    font-size: 1.8rem;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .faq_list dd {
    padding: 15px 15px 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 15px;
  }

  .faq_list .qa_01 {
    margin-bottom: 16px;
  }

  .faq_list .qa_01 dt {
    background: url("/babykumon/top/img/faq_icn_01.png") left center no-repeat;
    background-size: 36px 51px;
    padding: 20px 0 20px;
  }

  .faq_list .qa_02 dt {
    background: url("/babykumon/top/img/faq_icn_02.png") right center no-repeat;
    background-size: 41px 58px;
    padding: 14px 0 0;
  }
}

/* hear
    ========================================================= */
.hear_ttl {
  text-align: center;
  line-height: 1.5;
  font-family: var(--font-b);
  color: #EB7377;
}

.hear_avt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.hear_txt {
  position: relative;
  border-radius: 20px;
}

.hear_txt::before {
  content: "";
  position: absolute;
}

.hear_name {
  color: #ffffff;
  text-align: center;
  transform: var(--font-adjust);
}

.hear_slider .item {
  margin: 0 16px;
  width: 348.8px !important;
}

.hear_slider .item .hear_txt {
  background: #DCF4FF;
}

.hear_slider .item .hear_name {
  background: #7DCDF4;
}

.hear_slider .slick-slide:nth-child(even) .hear_txt {
  background: #FDEFEF;
}

.hear_slider .slick-slide:nth-child(even) .hear_name {
  background: #F09B9E;
}

.hear_slider .hear_img {
  position: relative;
}

.hear_slider .hear_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.hear_slider .hear_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media print,
screen and (min-width: 768px) {
  .hear {
    margin-top: 60px;
  }

  .hear_ttl {
    font-size: 4.4rem;
    margin-bottom: 53px;
  }

  .hear_txt {
    font-size: 1.6rem;
    line-height: 1.86;
    padding: 30px 30px 62px;
    margin-bottom: 10px;
  }

  .hear_txt::before {
    width: 40px;
    height: 31px;
    bottom: -23px;
    left: 27%;
  }

  .hear_slider .slick-slide:nth-child(odd) .hear_txt::before {
    background: url("/babykumon/top/img/faq_talk_icn_blu.png") no-repeat;
    background-size: contain;
  }

  .hear_slider .slick-slide:nth-child(even) .hear_txt::before {
    background: url("/babykumon/top/img/faq_talk_icn_pink.png") no-repeat;
    background-size: contain;
  }

  .hear_name {
    width: 225px;
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 6px 0;
    box-sizing: border-box;
  }

  .hear_img {
    width: 116px;
  }

  .hear .slick-arrow {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    height: 60px;
  }

  .hear .slick-arrow.slick-prev {
    left: -16px;
    background: url(/babykumon/top/img/arr_wht_l.png) center no-repeat, rgba(0, 0, 0, 0.16);
    background-size: 14px, 100%;
  }

  .hear .slick-arrow.slick-next {
    right: -46px;
    background: url(/babykumon/top/img/arr_wht_r.png) center no-repeat, rgba(0, 0, 0, 0.16);
    background-size: 14px, 100%;
  }




}

@media screen and (max-width: 767.9px) {
  .hear {
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
  }

  .hear_ttl {
    font-size: 2.7rem;
    margin-bottom: 18px;
  }

  .hear_txt {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 18px 10px 30px 15px;
  }

  .hear_txt::before {
    width: 30px;
    height: 23px;
    bottom: -15px;
    left: 32%;
  }

  .hear_avt {
    justify-content: flex-start;
  }

  .hear .main_slider {
    padding-left: 15px;
  }

  .hear .main_slider::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 277px;
  }

  .hear .main_slider_inner {
    overflow: visible;
    width: 100%;
  }

  .hear_slider {
    width: 100%;
    position: absolute;
    top: 0;
    left: 15px;
  }

  .hear_slider .slick-slide:nth-child(odd) .hear_txt::before {
    background: url("/babykumon/top/img/faq_talk_icn_blu.png") no-repeat;
    background-size: contain;
  }

  .hear_slider .slick-slide:nth-child(even) .hear_txt::before {
    background: url("/babykumon/top/img/faq_talk_icn_pink.png") no-repeat;
    background-size: contain;
  }

  .hear_name {
    font-size: 1.4rem;
    border-radius: 5px;
    padding: 4px 5px;
    margin-left: 5px;
    box-sizing: border-box;
  }

  .hear_img {
    width: 88px;
  }
}


/* exp_voice
========================================================= */
.exp_voice .voice_ttl {
  color: #EB7377;
  font-family: var(--font-b);
  text-align: center;
}

.exp_voice .voice_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.exp_voice .voice_list a {
  position: relative;
  display: flex;
  color: var(--dark-color);
  background-position: left center;
  background-repeat: no-repeat;
  align-items: center;
}

/*IE*/
.exp_voice .voice_list a,
.exp_voice .voice_list a .txt {
  color: #1E1E1E;
}

.exp_voice .voice_list a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/babykumon/common_2022/img/icon/icon_arrow_next_wh.svg) #F09B9E 54% 50% / 11px no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@media print,
screen and (min-width: 768px) {
  .exp_voice {
    margin-bottom: 80px;
  }

  .exp_voice .voice_inner {
    border: solid 2px var(--primary-color);
    border-radius: 20px;
    padding: 30px 32px;
  }

  .exp_voice .voice_ttl {
    font-size: 4.4rem;
    margin-bottom: 32px;
  }

  .exp_voice .voice_list .item {
    width: 284px;
    background-image: url(/babykumon/common_2022/img/bg/bg_dotted_primary.svg), url(/babykumon/common_2022/img/bg/bg_dotted_primary_vertical.svg);
    background-position: bottom left, top right;
    background-repeat: repeat-x, repeat-y;
  }

  .exp_voice .voice_list .voice3 {
    background-image: url(/babykumon/common_2022/img/bg/bg_dotted_primary.svg);
    background-position: bottom left;
    background-repeat: repeat-x;
  }

  .exp_voice .voice_list .voice4,
  .exp_voice .voice_list .voice5 {
    background-image: url(/babykumon/common_2022/img/bg/bg_dotted_primary_vertical.svg);
    background-position: top right;
    background-repeat: repeat-y;
  }

  .exp_voice .voice_list .voice6 {
    background-image: none;
  }

  .exp_voice .voice_list .voice1 a,

  .exp_voice .voice_list .voice5 a,
  .exp_voice .voice_list .voice6 a {
    background-size: 70px;
  }

  .exp_voice .voice_list .voice3 a {
    background-size: 65px;
  }

  .exp_voice .voice_list .voice2 a,
  .exp_voice .voice_list .voice4 a {
    background-size: 78px;
  }

  .exp_voice .voice_list .voice1 a {
    background-position: 6px center;
  }

  .exp_voice .voice_list .voice4 a {
    background-position: left center;
  }

  .exp_voice .voice_list .voice2 a,
  .exp_voice .voice_list .voice5 a {
    background-position: 6px center;
  }

  .exp_voice .voice_list .voice3 a,
  .exp_voice .voice_list .voice6 a {
    background-position: 10px center;
  }

  .exp_voice .voice_list a {
    padding: 0 20px 0 78px;
    height: 100px;
  }

  .exp_voice .voice_list a::after {
    width: 30px;
    height: 30px;
    right: 20px;
  }

  .exp_voice .voice_list .voice3 a::after,
  .exp_voice .voice_list .voice6 a::after {
    right: 0;
  }

  .exp_voice .voice_list .txt {
    margin: auto 32px auto 6px;
    font-size: 1.6rem;
  }

  .exp_voice .voice_list .voice3 .txt,
  .exp_voice .voice_list .voice6 .txt {
    margin: auto 22px auto 16px;
  }

  .exp_voice .voice_list a::after {
    width: 30px;
    height: 30px;
  }

}

@media screen and (max-width: 767.9px) {
  .exp_voice {
    margin: 60px auto;
  }

  .exp_voice .voice_ttl {
    font-size: 2.7rem;
    margin-bottom: 35px;
  }
  .exp_voice .voice_list .slick-slide > div {
    margin: 0 10px;
  }
  .exp_voice .voice_list .item {
    width: 100%;
    border: solid 2px var(--primary-color);
    border-radius: 20px;
  }

  .exp_voice .voice_list a {
    display: flex;
    align-items: center;
    min-height: 115px;
    padding: 20px 23px 20px 85px;
    width: 100%;
    background-size: 65px;
    background-position: 10px center;
  }

  .exp_voice .voice_list .txt {
    margin-right: 20px;
  }

  .exp_voice .voice_list a::after {
    width: 22px;
    height: 22px;
    background-size: 8px;
    right: 15px;
  }

  .exp_voice .main_slider {
    overflow: hidden;
  }

  .exp_voice .main_slider::before {
    padding-top: 140px;
    position: relative;
  }

  .exp_voice .main_slider_inner {
    width: calc(100% - 15px);
    overflow: visible;
  }

  .exp_voice .slick-arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    width: 41px;
    height: 46px;
  }

  .exp_voice .slick-prev {
    background: url(/babykumon/top/img/arr_wht_l.png) center no-repeat, rgba(0, 0, 0, 0.16);
    background-size: 11px, 100%;
    border-radius: 0 50% 50% 0;
    margin-left: -10px;
  }

  .exp_voice .slick-next {
    background: url(/babykumon/top/img/arr_wht_r.png) center no-repeat, rgba(0, 0, 0, 0.16);
    background-size: 11px, 100%;
    border-radius: 50% 0 0 50%;
    margin-right: -10px;
    right: -15px;
  }

  .exp_voice .slick-list {
    margin-left: 5px;
    width: 86.5vw;
    overflow: visible;
  }
}


@media screen and (max-width: 767.9px) {
  .exp_voice+.content .ad_info {
    margin: 0 auto 50px;
  }

  .main_cont+.content {
    margin: 0 15px 50px;
  }

  .main_cont+.content+.content {
    margin: 0 15px -30px;
  }

  .hear .main_slider {
    padding-left: 0;
  }

  .hear .slick-slider .slick-track {
    padding-left: 15px;
  }

  .hear .slide_wrap {
    position: relative;
    width: 752px;
    width: 98.04432855vw;
  }

  .hear .slick-slider .slick-list {
    overflow: visible;
    width: 357.727px !important;
    width: 46.63976532vw !important;
    padding-right: 0 !important;
    margin-left: -25px;
  }

  .hear_slider .item {
    margin: 0 10px;
    width: 337.727px !important;
    width: 44.03220339vw !important;
  }

  .hear .slick-arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    /*上下中央*/
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 41px;
    height: 46px;
  }

  .hear .slick-arrow.slick-prev {
    background: url(/babykumon/top/img/arr_wht_l.png) center no-repeat, rgba(0, 0, 0, 0.16);
    background-size: 11px, 100%;
    border-radius: 0 50% 50% 0;
    margin-left: -25px;
  }

  .hear .slick-arrow.slick-next {
    background: url(/babykumon/top/img/arr_wht_r.png) center no-repeat, rgba(0, 0, 0, 0.16);
    background-size: 11px, 100%;
    border-radius: 50% 0 0 50%;
    margin-right: 6px;
    margin-right: 0.7822685789vw;
    right: 0;
  }

  .hear .slick-slide.slick-cloned[data-slick-index="7"] {
    display: none;
  }
}

/* fee
========================================================= */
.fee {
  text-align: center;
}

.fee_ttl {
  color: #030303;
}

.fee_ttl span {
  display: inline-block;
}

.fee_txt .mem_fee {
  color: #ffffff;
  background: #F09B9E;
  line-height: 1;
}

.fee_txt .time {
  color: #EB7377;
  line-height: 1;
}

.fee_link p {
  position: relative;
  display: inline-block;
  color: #3C0C01;
}

.fee_link p::before,
.fee_link p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fee_link p::before {
  left: 0;
}

.fee_link p::after {
  right: 0;
}

.fee_link .btn_link a::after {
  background: url("/babykumon/top/img/arr_yell.png") no-repeat;
  background-size: contain;
}

@media print,
screen and (min-width: 768px) {
  .fee {
    border-radius: 20px;
    padding: 17px 46px 37px 40px;
    margin-bottom: 86px;
    background-image: url("/babykumon/top/img/icn_music_01.png"), url("/babykumon/top/img/icn_music_02_pc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left 76%, right 42%;
    background-origin: content-box;
    background-size: 120px auto, auto;
  }

  .fee_ttl {
    font-size: 2.5rem;
  }

  .fee_ttl span {
    font-size: 3.2rem;
    font-weight: bold;
    margin-left: 20px;
  }

  .fee_txt {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fee_txt .mem_fee {
    font-size: 2rem;
    padding: 6px 10px;
    border-radius: 8px;
    margin-right: 15px;
    margin-top: 17px;
  }

  .fee_txt .time {
    font-size: 3.4rem;
  }

  .fee_txt .time .price {
    font-size: 3rem;
  }

  .fee_txt .time .price span {
    font-size: 5.4rem;
  }

  .fee_link p {
    padding: 0 70px;
    font-size: 2.4rem;
    letter-spacing: -1px;
    margin: 11px 0 22px;
  }

  .fee_link p::before,
  .fee_link p::after {
    width: 18px;
    height: 27px;
    background: url("/babykumon/top/img/line_02_pc.png") no-repeat;
  }

  .fee_link p::after {
    transform: rotate(60deg);
  }

  .fee_link .btn_link a {
    width: 300px;
    background: #FAAF18;
  }

  .fee_link .btn_link a::after {
    width: 32px;
    height: 32px;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767.9px) {
  .fee {
    border-radius: 10px;
    padding: 12px 15px 17px;
    background-image: url("/babykumon/top/img/icn_music_01.png"), url("/babykumon/top/img/icn_music_02_sp.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left _5px, right _7px;
    background-origin: content-box;
    background-size: 71px 124px, 47px 25px;
    max-width: 375px;
    margin: 0 auto 35px;
  }

  .fee_ttl {
    font-size: 1.4rem;
    padding-left: 82px;
    text-align: left;
    margin-left: 10px;
    margin-top: 7px;
  }

  .fee_ttl span {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 0;
  }

  .fee_txt {
    padding-left: 82px;
  }

  .fee_txt .mem_fee {
    font-size: 1.5rem;
    padding: 5px 5px;
    border-radius: 8px;
    margin-right: 16px;
    margin-bottom: 10px;
  }

  .fee_txt .time {
    font-size: 1.9rem;
  }

  .fee_txt .time .price {
    font-size: 1.9rem;
  }

  .fee_txt .time .price span {
    font-size: 3.3rem;
  }

  .fee_link p {
    padding: 0 38px;
    font-size: 1.6em;
    margin: 10px 0 11px;
  }

  .fee_link p::before,
  .fee_link p::after {
    width: 10px;
    height: 15px;
    background: url("/babykumon/top/img/line_02_sp.png") no-repeat;
    background-size: contain;
  }

  .fee_link p::after {
    transform: rotate(60deg);
  }

  .fee_link .btn_link a {
    width: 231px;
    background: #FAAF18;
  }

  .fee_link .btn_link a::after {
    width: 25px;
    height: 25px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}


/* footer
    ========================================================= */
footer {
  text-align: center;
}

.footer_link ul {
  display: flex;
  justify-content: center;
}

.footer_link ul li {
  border-right: 1px solid #1E1E1E;
}

.footer_link ul li:last-child {
  border-right: 0;
}

@media print,
screen and (min-width: 768px) {
  footer {
    margin-top: 85px;
  }

  footer a {
    font-size: 1.6rem;
    color: #070707;
  }

  .footer_link ul {
    margin-bottom: 34px;
  }

  .footer_link ul a {
    padding: 10px 25px;
  }

  footer .logo {
    width: 169px;
    margin: 0 auto 6px;
  }
}

@media screen and (max-width: 767.9px) {
  footer {
    margin-top: 48px;
  }

  footer a {
    font-size: 1rem;
    color: #070707;
  }

  .footer_link ul {
    margin-bottom: 17px;
  }

  .footer_link ul a {
    padding: 5px 16px;
  }

  footer .logo {
    width: 93px;
    margin: 0 auto 16px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1000px) {

  .mv_txt .btn_link a {
    width: 280px;
  }

  .sec_heading {
    font-size: 4.6rem;
  }

  .talk_balloon_txt {
    font-size: 2.4rem;
    padding: 42px 0 0 0;
  }

  .talk_bottom {
    font-size: 2rem;
  }

  .talk_bottom::before {
    right: 20px;
  }

  .talk_bottom::after {
    left: 20px
  }

  .main_slider .custom_nav .prev {
    left: -20px;
  }

  .main_slider .custom_nav .next {
    right: -20px;
  }
}

@media screen and (max-width: 748px) {
  .point_03 .slick-track {
    width: 2130px !important;
    width: 284.7593583vw !important;
  }
}

@media screen and (max-width: 730px) {
  .block_step_content .slick-slider .slick-list {
    width: 675px;
    width: 92.46575342vw;
  }

  .block_step_content .item {
    width: 318.5px !important;
    width: 43.63013699vw !important;
  }

  .point_03 .slick-list {
    overflow: visible;
    padding-right: 0 !important;
    width: 294px;
    width: 40.2739726vw;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 274px !important;
    width: 37.53424658vw !important;
  }

  .point_03 .slick-track {
    width: 2100px;
    width: 287.6712329vw !important;
  }
}

@media screen and (max-width: 700px) {
  .hear .slick-slider .slick-list {
    width: 46.88857143vw !important;
  }

  .hear_slider .item {
    width: 44.03220339vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 262px !important;
    width: 37.42857143vw !important;
  }

  .point_03 .slick-list {
    width: 284px;
    width: 40.57142857vw;
  }

}

@media screen and (max-width: 690px) {
  .block_step_content .slick-slider .slick-list {
    width: 635px;
    width: 92.02898551vw;
  }

  .block_step_content .item {
    width: 299px !important;
    width: 43.33333333vw !important;
  }
}

@media screen and (max-width: 650px) {
  .hear .slick-slider .slick-list {
    width: 46.85076923vw !important;
  }

  .hear_slider .item {
    width: 43.77384615vw !important;
  }

  .block_step_content .slick-slider .slick-list {
    width: 600px;
    width: 92.30769231vw;
  }

  .block_step_content .item {
    width: 279px !important;
    width: 42.92307692vw !important;
  }

  .point_02 .slick-track {
    display: flex;
  }

  .point_02_slider .item {
    width: 272.5px !important;
    width: 41.92307692vw !important;
    height: auto !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 242px !important;
    width: 37.23076923vw !important;
  }

  .point_03 .slick-list {
    width: 262px;
    width: 40.30769231vw;
  }
}

@media screen and (max-width: 647px) {
  .block_step_content .item.item_first .block_step_txt {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 632px) {
  .hear .main_slider::before {
    padding-top: 300px;
  }
}

@media screen and (max-width: 629px) {
  .hear .main_slider::before {
    padding-top: 305px;
  }
}

@media screen and (max-width: 620px) {
  .block_step_content .item.item_first {
    padding: 29px 15px 14px;
  }

  .block_step_content .item {
    padding: 15px 15px 12px;
    font-size: 1.45rem;
  }
}

@media screen and (max-width: 600px) {
  .block_step_content .slick-slider .slick-list {
    width: 545px;
    width: 90.83333333vw;
  }

  .block_step_content .item {
    width: 254px !important;
    width: 42.33333333vw !important;
  }

  .point_02_slider .item {
    width: 247.5px !important;
    width: 41.25vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 222px !important;
    width: 37vw !important;
  }

  .point_03 .slick-list {
    width: 242px;
    width: 40.33333333vw;
  }

}

@media screen and (max-width: 595px) {
  .block_step_content .item.item_first .block_step_txt {
    font-size: 1.85rem;
  }

  .block_step_content .item.item_first {
    padding: 29px 13px 14px;
  }
}

@media screen and (max-width: 572px) {
  .block_step_content .item.item_first .block_step_txt {
    font-size: 1.8rem;
  }

  .block_step_content .item.item_first {
    padding: 29px 11px 14px;
  }

  .block_step_content .item {
    padding: 15px 11px 12px;
  }

  .step_talk {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 568px) {
  .hear .main_slider::before {
    padding-top: 325px;
  }

  .hear .slick-slider .slick-list {
    width: 47.05457746vw !important;
  }

  .hear_slider .item {
    width: 43.5334507vw !important;
  }

  .block_step_content .slick-slider .slick-list {
    width: 515px;
    width: 90.66901408vw;
  }

  .block_step_content .item {
    width: 238px !important;
    width: 41.90140845vw !important;
  }

  .point_02_slider .item {
    width: 231.5px !important;
    width: 40.75704225vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 209.2px !important;
    width: 36.83098592vw !important;
  }

  .point_03 .slick-list {
    width: 229.2px;
    width: 40.35211268vw;
  }
}

@media screen and (max-width: 555px) {
  .block_step_content .item.item_first .block_step_txt {
    font-size: 1.7rem;
  }

  .block_step_content .item.item_first {
    padding: 29px 8px 14px;
  }

  .block_step_content .item .block_step_img img {
    width: 196px;
    width: 35.31531532vw;
    min-width: 196px;
  }

  .block_step_content .item {
    padding: 15px 8px 12px;
  }
}

@media screen and (max-width: 545px) {
  .hear_avt {
    position: relative;
  }

  .hear_name {
    position: absolute;
    font-size: 1.35rem;
    margin-left: 0;
    right: 0;
  }
}

@media screen and (max-width: 525px) {
  .hear .slick-slider .slick-list {
    width: 47.1847619vw !important;
  }

  .hear_slider .item {
    width: 43.3752381vw !important;
  }

  .block_step_content .slick-slider .slick-list {
    width: 472px;
    width: 89.9047619vw;
  }

  .block_step_content .item {
    width: 216.5px !important;
    width: 41.23809524vw !important;
  }

  .point_02_slider .item {
    width: 210px !important;
    width: 40vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 192px !important;
    width: 36.57142857vw !important;
  }

  .point_03 .slick-list {
    width: 212px;
    width: 40.38095238vw;
  }
}

@media screen and (max-width: 521px) {
  .block_step_content .item.item_first .block_step_txt {
    letter-spacing: -0.15em;
  }
}

@media screen and (max-width: 509px) {
  .hear .main_slider::before {
    padding-top: 340px;
  }
}

@media screen and (max-width: 504px) {
  .step_talk {
    letter-spacing: -0.14em;
  }
}

@media screen and (max-width: 500px) {
  .hear .main_slider::before {
    padding-top: 340px;
  }

  .hear .slick-slider .slick-list {
    width: 47.272vw !important;
  }

  .hear_slider .item {
    width: 43.272vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 182px !important;
    width: 36.4vw !important;
  }

  .point_03 .slick-list {
    width: 202px;
    width: 40.4vw;
  }
}

@media screen and (max-width: 494px) {
  .block_step_content .item.item_first .block_step_txt {
    font-size: 1.65rem;
  }

  .step_talk {
    font-size: 1.235rem;
  }
}

@media screen and (max-width: 489px) {
  .block_step_content .item.item_first .block_step_txt {
    font-size: 1.63rem;
  }

  .step_talk {
    letter-spacing: -0.16em;
    font-size: 1.23rem;
  }
}

@media screen and (max-width: 479px) {
  .hear_name {
    position: static;
    font-size: 1.4rem;
  }

  .hear .main_slider::before {
    padding-top: 277px;
  }

  .hear .slick-slider .slick-list {
    width: 86.81210856vw !important;
  }

  .hear_slider .item {
    width: 82.63674322vw !important;
  }

  .block_step_content .slick-slider .slick-list {
    width: 427px;
    width: 89.1440501vw;
  }

  .block_step_content .item {
    width: 407px !important;
    width: 84.96868476vw !important;
  }

  .block_step_content .item.item_first .block_step_txt {
    font-size: 2rem;
  }

  .block_step_content .item {
    padding: 15px 22px 12px;
  }

  .step_talk {
    font-size: 1.3rem;
    letter-spacing: -0.12em;
  }

  .block_step_content .block_step_txt .step_talk {
    background-size: 98% 125px;
  }

  .point_02_slider .item {
    width: 419px !important;
    width: 87.47390397vw !important;
  }

  .point_03 .main_slider::before {
    padding-top: 400px;
  }

  .point_03 .slick-track {
    width: 2850px !important;
    width: 594.9895616vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 382.333px !important;
    width: 79.81899791vw !important;
  }

  .point_03 .slick-list {
    width: 402.333px;
    width: 83.99436326vw;
  }
}

@media screen and (max-width: 440px) {
  .hear .slick-slider .slick-list {
    width: 87.12113636vw !important;
  }

  .hear_slider .item {
    width: 82.57568182vw !important;
  }

  .block_step_content .slick-slider .slick-list {
    width: 388px;
    width: 88.18181818vw;
  }

  .block_step_content .item {
    width: 368px !important;
    width: 83.63636364vw !important;
  }

  .point_02_slider .item {
    width: 380px !important;
    width: 86.36363636vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 350.833px !important;
    width: 79.73477273vw !important;
  }

  .point_03 .slick-list {
    width: 370.833px;
    width: 84.28022727vw;
  }
}

@media screen and (max-width: 410px) {
  .hear .slick-slider .slick-list {
    width: 87.39829268vw !important;
  }

  .hear_slider .item {
    width: 82.5202439vw !important;
  }

  .block_step_content .slick-slider .slick-list {
    width: 375px;
    width: 91.46341463vw;
  }

  .block_step_content .item {
    width: 355px !important;
    width: 86.58536585vw !important;
  }

  .point_02_slider .item {
    width: 335px !important;
    width: 81.70731707vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 325.833px !important;
    width: 79.47146341vw !important;
  }

  .point_03 .slick-list {
    width: 345.833px;
    width: 84.3495122vw;
  }
}

@media screen and (max-width: 380px) {
  .hear .slick-slider .slick-list {
    width: 87.71921053vw !important;
  }

  .hear_slider .item {
    width: 82.45605263vw !important;
  }

  .block_step_content .slick-slider .slick-list {
    width: 345px;
    width: 90.78947368vw;
  }

  .block_step_content .item {
    width: 325px !important;
    width: 85.52631579vw !important;
  }

  .point_02_slider .item {
    width: 305px !important;
    width: 80.26315789vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 300.833px !important;
    width: 79.16657895vw !important;
  }

  .point_03 .slick-list {
    width: 320.833px;
    width: 84.42973684vw;
  }
}

@media screen and (max-width: 360px) {
  .sec_heading {
    font-size: 2.5rem;
  }

  .block_number_ttl {
    font-size: 1.8rem;
  }

  .block_number_ttl span {
    font-size: 2.5rem;
  }

  .hear_name {
    font-size: 1.2rem;
  }

  .fee_ttl {
    padding-left: 75px;
  }
}

@media screen and (max-width: 350px) {
  .hear .slick-slider .slick-list {
    width: 88.09428571vw !important;
  }

  .hear_slider .item {
    width: 82.38vw !important;
  }

  .block_step_content .slick-slider .slick-list {
    width: 315px;
    width: 90vw;
  }

  .block_step_content .item {
    width: 295px !important;
    width: 84.28571429vw !important;
  }

  .point_02_slider .item {
    width: 275px !important;
    width: 78.57142857vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 275.833px !important;
    width: 78.80942857vw !important;
  }

  .point_03 .slick-list {
    width: 295.833px;
    width: 84.52371429vw;
  }
}

@media screen and (max-width: 340px) {
  .exp_voice .voice_list a {
    height: 115px;
  }
}

@media screen and (max-width: 336px) {
  .hear .main_slider::before {
    padding-top: 300px;
  }
}

@media screen and (max-width: 320px) {

  .service_item_content {
    font-size: 1.5rem;
  }

  .why_txt {
    font-size: 1.2rem;
  }

  .talk_balloon_txt {
    font-size: 1.6rem;
  }

  .talk_bottom {
    font-size: 1.8rem;
  }

  .point_heading .point_name {
    font-size: 2rem;
  }

  .block_step_content .item.item_first {
    font-size: 1.6rem;
  }

  .point_03_txt_inner {
    padding: 20px 20px 30px;
  }

  .fee {
    padding: 12px 10px 17px;
    background-size: 65px 118px, 47px 25px;
  }

  .fee_ttl {
    font-size: 1.2rem;
    padding-left: 70px;
    margin-top: 10px;
  }

  .fee_ttl span {
    font-size: 1.6rem;
  }

  .fee_txt {
    padding-left: 75px;
    margin: 5px 0 15px;
  }

  .fee_txt .mem_fee {
    padding: 3px 5px 6px;
  }

  .fee_txt .time {
    font-size: 1.6rem;
  }

  .fee_txt .time .price {
    font-size: 1.6rem;
  }

  .fee_txt .time .price span {
    font-size: 2.8rem;
  }

  .fee_link p {
    padding: 0 32px;
    font-size: 1.4em;
  }

  .point_heading .point_heading_ttl {
    padding: 20px 0 0 50px;
    margin-left: -45px;
  }

  .point_heading .point_txt {
    width: 45px;
    height: 45px;
  }

  .point_heading .point_txt .number {
    font-size: 2.2rem;
  }

  .faq_list dt {
    font-size: 1.5rem;
    padding: 5px 0;
  }

  .campaign_time .time {
    font-size: 1.2rem;
  }

  .block_step_content .item {
    padding: 15px 15px 12px;
    background-position: center;
  }

  .item_last .step_talk {
    font-size: 1.2rem;
  }

  .exp_voice .slick-list {
    width: 91vw;
  }

  .hear .slick-slider .slick-list {
    width: 88.540625vw !important;
  }

  .hear_slider .item {
    width: 82.290625vw !important;
  }

  .block_step_content .slick-slider .slick-list {
    width: 285px;
    width: 89.0625vw;
  }

  .block_step_content .item {
    width: 265px !important;
    width: 82.8125vw !important;
  }

  .point_02_slider .item {
    width: 245px !important;
    width: 76.5625vw !important;
  }

  .point_03 .slick-initialized .slick-slide {
    width: 250.833px !important;
    width: 78.3853125vw !important;
  }

  .point_03 .slick-list {
    width: 270.833px;
    width: 84.6353125vw;
  }
}

@media screen and (_ms_high_contrast: active),
(_ms_high_contrast: none) {
  .btn_link a {
    padding: 25px 0 15px;
  }

  .mv_txt .mem_fee {
    line-height: 40px;
    margin-top: -5px;
  }

  .point_heading .point_txt .txt {
    padding-top: 12px;
  }

  .point_heading .point_txt .number {
    margin-top: 10px;
  }

  .step_number {
    padding-top: 15px;
    box-sizing: border-box;
  }

  .step_number span {
    line-height: 1.5;
  }

  .fee_txt .mem_fee {
    padding: 8px 10px 0;
    margin-top: -11px;
  }

  .hear_name {
    padding: 15px 10px 8px;
    line-height: 1;
  }

  .campaign_time .name {
    padding: 10px 0 5px;
  }

  .block_number_ttl .number {
    line-height: 1.8;
  }
}

/* checked class room
========================================================= */
.checked_classroom {
  background: var(--light-gray-color2);
  border-radius: 20px;
  font-family: var(--font-default);
}

.checked_classroom .h2_ttl {
  text-align: center;
  font-weight: bold;
}

.checked_classroom .h2_ttl::before {
  content: "";
  display: inline-block;
  background: url(/babykumon/common_2022/img/icon/icon_check.svg) transparent center center no-repeat;
  background-size: contain;
  margin: 0.2em 1em 0 0;
}

.checked_classroom a {
  position: relative;
  display: block;
  color: var(--base-color);
  text-decoration: none;
}

.checked_classroom .class_img {
  text-align: center;
}

.checked_classroom .h3_ttl {
  font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
  .checked_classroom {
    padding: 33px 40px 46px;
    margin: 80px auto;
  }

  .checked_classroom .h2_ttl {
    font-size: 2.2rem;
    padding-bottom: 36px;
    border-bottom: var(--gray-color) dotted 2px;
  }

  .checked_classroom .h2_ttl::before {
    width: 25px;
    height: 16px;
  }

  .checked_classroom ol {
    display: flex;
  }

  .checked_classroom ol li {
    text-align: center;
    margin-right: 32px;
  }

  .checked_classroom ol li:last-child {
    margin-right: 0;
  }

  .checked_classroom ol li a {
    width: 272px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 24px 40px;
    border-radius: 16px;
  }

  .checked_classroom ol li a .right {
    text-align: left;
  }

  .checked_classroom a .h3_ttl::after {
    position: absolute;
    content: "";
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/babykumon/common_2022/img/icon/icon_arrow_btm_wh.svg);
    background-color: var(--primary-color);
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    margin: auto;
    border-radius: 20px;
    width: 32px;
    height: 32px;
    background-size: 16px 10px;
    top: 3px;
    right: 0;
    bottom: auto;
  }

  .checked_classroom .h3_ttl {
    font-size: 2.2rem;
    margin-bottom: 15px;
    padding-right: 32px;
  }

  .checked_classroom .address {
    line-height: 1.77;
    padding-right: 25px;
  }

  /*top with_img*/
  .checked_classroom .h2_ttl {
    border: none;
  }

  .checked_classroom .class_img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 126px;
    text-align: center;
    margin: 0 auto 30px;
  }

  .checked_classroom .class_img img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 224px;
    max-height: 232px;
    margin: 0 auto auto;
    text-align: center;
    vertical-align: top;
  }

  .checked_classroom .class_img img.vertical {
    width: auto;
    max-width: 130px;
    max-height: 172px;
  }

}

@media screen and (max-width: 767.9px) {
  .checked_classroom {
    padding: 15px 15px 0;
    margin: 25px auto 35px;
  }

  .checked_classroom a::after {
    position: absolute;
    content: "";
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/babykumon/common_2022/img/icon/icon_arrow_btm_wh.svg);
    background-color: var(--primary-color);
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    margin: auto;
    border-radius: 20px;
  }

  .checked_classroom .h2_ttl {
    margin-bottom: 0.75em;
  }

  .checked_classroom .h2_ttl::before {
    width: 15px;
    height: 9px;
  }

  .checked_classroom .h2_ttl,
  .checked_classroom .h3_ttl {
    font-size: 1.8rem;
  }

  .checked_classroom .h3_ttl {
    margin-bottom: 6px;
  }

  .checked_classroom li {
    border-top: var(--gray-color) dotted 2px;
  }

  .checked_classroom a {
    display: flex;
    padding: 15px 25px 15px 0;
  }

  .checked_classroom a::after {
    width: 22px;
    height: 22px;
    background-size: 10px 6px;
  }

  .checked_classroom .class_img {
    width: 87px;
    height: auto !important;
    min-width: 87px;
    margin-right: 10px;
  }

  .checked_classroom a .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 97px);
  }
}

/* btm_other_service
========================================================= */
.btm_other_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btm_other_service .parts_column {
  position: relative;
  border-radius: 20px;
}

.btm_other_service .ttl {
  font-family: var(--font-b);
}

.btm_other_service .hand_book {
  background: #F3F2E6;
}

.btm_other_service .mailmag {
  background: var(--tertiary-color);
}

.btm_other_service .sns_line,
.btm_other_service .sns_insta {
  background: var(--light-gray-color2);
  text-align: center;
}

@media print,
screen and (min-width: 768px) {

  .btm_other_service+.btm_other_service .sns_line,
  .btm_other_service+.btm_other_service .sns_insta {
    margin-top: 0;
  }

  .btm_other_service .parts_column {
    width: 460px;
    padding: 30px;
  }

  .btm_other_service .parts_column {
    margin-top: 40px;
  }

  .btm_other_service .parts_column .parts_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .btm_other_service .parts_column .btn_global a {
    min-width: 410px;
    padding: 17px 50px 17px 40px
  }

  .btm_other_service .hand_book .img,
  .btm_other_service .hand_book .img img {
    width: 105px;
    height: auto;
  }

  .btm_other_service .hand_book .img {
    position: absolute;
    top: -15px;
    left: 8px
  }

  .btm_other_service .hand_book .ttl {
    padding-left: 115px;
    margin-bottom: 20px;
  }

  .btm_other_service .hand_book .txt {
    padding-left: 97px;
  }

  .btm_other_service .mailmag .img {
    position: absolute;
    top: 48px;
    left: 32px;
  }

  .btm_other_service .mailmag .img,
  .btm_other_service .mailmag .img img {
    width: 116px;
    height: auto;
  }

  .btm_other_service .mailmag .txt {
    padding: 33px 0 0 124px;
    margin-bottom: 1em;
  }

  .btm_other_service .mailmag .input_txt {
    width: 100%;
  }

  .btm_other_service .ttl {
    font-size: 2.2rem;
  }

  .btm_other_service .hand_book,
  .btm_other_service .mailmag {
    padding-bottom: 118px;
  }

  .btm_other_service .hand_book .btn_global,
  .btm_other_service .mailmag .btn_global {
    position: absolute;
    bottom: 12px;
    font-size: 2rem;
  }

  .btm_other_service .sns_img {
    text-align: center;
    margin-bottom: 22px;
  }

  .btm_other_service .sns_img img {
    width: 84px;
    height: 84px;
  }

  .btm_other_service .sns_line .ttl,
  .btm_other_service .sns_insta .ttl {
    margin-bottom: 12px;
  }

  .btm_other_service .sns_insta .ttl {
    margin-right: -8px;
    margin-left: -8px;
  }

  .btm_other_service .sns_line .txt {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 767.9px) {
  .btm_other_service {
    display: block;
    max-width: 345px;
    margin: 0px auto 0;
    justify-content: center;
    padding: 0;
  }

  .btm_other_service+.btm_other_service {
    margin-top: 35px;
  }

  .btm_other_service>.parts_column {
    width: 100%;
    padding: 20px 16px;
  }

  .btm_other_service .ttl {
    font-size: 1.6rem;
  }

  .btm_other_service .parts_column.hand_book {
    margin-top: 35px;
  }

  .btm_other_service .parts_column .btn_global {
    margin: 15px auto 0;
  }

  .btm_other_service .parts_column .btn_global a {
    min-width: 200px;
    font-size: 1.6rem;
    padding: 14px 38px 15px 22px;
  }

  .btm_other_service .hand_book .img,
  .btm_other_service .hand_book .img img {
    width: 74px;
    height: auto;
  }

  .btm_other_service .hand_book .img {
    position: absolute;
    top: -12px;
    left: 8px
  }

  .btm_other_service .hand_book .ttl {
    padding-left: 85px;
    margin-bottom: 6px;
  }

  .btm_other_service .hand_book .txt {
    padding-left: 72px;
  }

  .btm_other_service .mailmag .img {
    position: absolute;
    top: 26px;
    left: 20px;
  }

  .btm_other_service .mailmag .img,
  .btm_other_service .mailmag .img img {
    width: 82px;
    height: auto;
  }

  .btm_other_service .mailmag .txt {
    padding-left: 95px;
    margin-bottom: 15px;
  }

  .btm_other_service .mailmag .input_txt {
    width: 100%;
  }

  .btm_other_service .sns_line a,
  .btm_other_service .sns_insta a {
    color: var(--base-color);
  }

  .btm_other_service .sns_img {
    text-align: center;
    margin-bottom: 20px;
  }

  .btm_other_service .sns_img img {
    width: 60px;
    height: auto;
  }

  .btm_other_service .sns_line .ttl,
  .btm_other_service .sns_insta .ttl {
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 374px) {
  .btm_other_service .mailmag .txt br {
    display: none;
  }
}

/* link list
=========================================*/
@media screen and (max-width: 767.9px) {

  .detail .link_next,
  .point_01 .link_next,
  .point_02 .link_next,
  .point_03 .link_next,
  .block_step .link_next,
  .faq .link_next {
    margin-left: 15px;
  }
}

@media screen and (max-width: 350px) {
  .why .link_next {
    font-size: 1.4rem;
  }
}

/* top otameshi campaign
========================================================================== */
.top_otameshi_campaign {
  position: relative;
  border: solid 2px var(--primary-color);
  border-radius: 10px;
}

.top_otameshi_campaign .period .ttl {
  background: var(--primary-color);
  text-align: center;
  color: #fff;
  border-radius: 6px;
}

.top_otameshi_campaign .charm {
  background: var(--tertiary-color);
  border-radius: 10px;
}

.top_otameshi_campaign .charm .ttl {
  color: #EB7377;
  text-align: center;
  font-family: var(--font-b);
  transform: var(--font-adjust);
}

.top_otameshi_campaign .charm .sub_ttl {
  text-align: center;
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.top_otameshi_campaign .charm .ttl::before,
.top_otameshi_campaign .charm .ttl::after {
  content: "";
  display: inline-block;
  background: url(/babykumon/top/img/campaign/asset_voice.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.top_otameshi_campaign .charm .ttl::after {
  transform: rotate(45deg);
}

.top_otameshi_campaign .txt .col_p {
  color: #EB7377;
}

.top_otameshi_campaign .btn_campaign {
  text-align: center;
}

.top_otameshi_campaign .btn_campaign a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: var(--primary-color);
  border-radius: 50px;
  text-decoration: none;
  font-family: var(--font-b);
}

.top_otameshi_campaign .btn_campaign a::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/babykumon/common_2022/img/icon/icon_arrow_next.svg) #fff center center no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.top_otameshi_campaign .charm .txt,
.top_otameshi_campaign .btm {
  font-family: var(--font-b);
}

.top_otameshi_campaign .btm .left .fl,
.top_otameshi_campaign .btm .txt.only_sp {
  color: #3C0C01;
}

.top_otameshi_campaign .copy_right {
  position: absolute;
  right: 0;
  text-align: right;
}

@media print,
screen and (min-width: 768px) {
  .top_otameshi_campaign {
    margin: 35px auto 75px;
    padding: 38px;
  }

  .top_otameshi_campaign .title img {
    width: 100%;
  }

  .top_otameshi_campaign .period {
    display: flex;
    justify-content: space-between;
    margin: 1em auto 0;
  }

  .top_otameshi_campaign .period .box {
    width: 420px;
  }

  .top_otameshi_campaign .period .ttl {
    font-size: 1.6rem;
  }

  .top_otameshi_campaign .period .txt {
    text-align: center;
    font-size: 3.6rem;
    margin: 5px auto 0;
  }

  .top_otameshi_campaign .period .txt .fs {
    font-size: 2.6rem;
  }

  .top_otameshi_campaign .charm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 40px;
    padding: 26px;
  }

  .top_otameshi_campaign .charm .ttl {
    width: 100%;
    font-size: 2.4rem;
    margin: 0 auto .5em;
  }

  .top_otameshi_campaign .charm .ttl .fs_l {
    font-size: 3.6rem;
  }

  .top_otameshi_campaign .charm .ttl::before,
  .top_otameshi_campaign .charm .ttl::after {
    width: 14px;
    height: 31px;
  }

  .top_otameshi_campaign .charm .ttl::before {
    margin-right: 1.25em;
  }

  .top_otameshi_campaign .charm .ttl::after {
    margin-left: 1.25em;
  }

  .top_otameshi_campaign .charm .box {
    display: flex;
    width: 405px;
    align-items: center;
  }

  .top_otameshi_campaign .charm .box:last-child {
    padding-left: 20px;
    border-left: var(--primary-color) dotted 2px;
  }

  .top_otameshi_campaign .charm .txt {
    font-size: 2rem;
    line-height: 1.8;
    margin-left: 0.5em;
  }

  .top_otameshi_campaign .btn_campaign a {
    min-width: 622px;
    padding: 20px 0;
    text-align: center;
    font-size: 2rem;
  }

  .top_otameshi_campaign .btn_campaign a::after {
    width: 32px;
    height: 32px;
    background-size: 11px 20px;
    right: 16px;
  }

  .top_otameshi_campaign .btm {
    display: flex;
    justify-content: space-between;
    width: 610px;
    margin: 25px auto 0;
  }

  .top_otameshi_campaign .btm .left {
    text-align: center;
  }

  .top_otameshi_campaign .btm .left .circle {
    margin-right: 43px;
  }

  .top_otameshi_campaign .btm .left .circle,
  .top_otameshi_campaign .btm .left .circle img {
    width: 94px;
    height: auto;
  }

  .top_otameshi_campaign .btm .left .box {
    display: flex;
    align-items: center;
  }

  .top_otameshi_campaign .btm .left .fl {
    font-size: 2.4rem;
  }

  .top_otameshi_campaign .btm .right {
    margin-left: 35px;
  }

  .top_otameshi_campaign .btm .right,
  .top_otameshi_campaign .btm .right img {
    width: 113px;
  }

  .top_otameshi_campaign .copy_right {
    bottom: -35px;
  }

  .top_otameshi_campaign .copy_right img {
    width: auto;
    height: 23px;
  }
}

@media screen and (max-width: 767.9px) {
  .top_otameshi_campaign {
    max-width: 345px;
    padding: 26px 15px 24px;
    margin: 0 auto 60px;
  }

  .top_otameshi_campaign .period {
    position: relative;
    margin: 1.2em auto 0.5em;
  }

  .top_otameshi_campaign .period .box {
    width: 64.7%;
    margin: 0.5em auto 0.5em 0;
  }

  .top_otameshi_campaign .period .ttl {
    width: 140px;
  }

  .top_otameshi_campaign .period .txt {
    font-size: 2.1rem;
    letter-spacing: -0.1em;
  }

  .top_otameshi_campaign .period .txt .fs {
    font-size: 1.4rem;
  }

  .top_otameshi_campaign .period .img_accept {
    position: absolute;
    width: 94px;
    top: -4px;
    right: 0;
  }

  .top_otameshi_campaign .period .img_accept img {
    vertical-align: top;
  }

  .top_otameshi_campaign .charm {
    margin-top: 1em;
    padding: 17px 13px 13px;
  }

  .top_otameshi_campaign .charm .ttl {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 auto 0;
    max-width: 300px;
  }

  .top_otameshi_campaign .charm .sub_ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .top_otameshi_campaign .charm .ttl .fs_l {
    display: block;
    font-size: 2.3rem;
  }

  .top_otameshi_campaign .charm .ttl::before,
  .top_otameshi_campaign .charm .ttl::after {
    position: absolute;
    width: 13px;
    height: 27px;
    bottom: 7px;
  }

  .top_otameshi_campaign .charm .ttl::before {
    left: 10px;
  }

  .top_otameshi_campaign .charm .ttl::after {
    right: 10px;
  }

  .top_otameshi_campaign .charm .box {
    display: flex;
    align-items: center;
    border-top: dotted 2px var(--primary-color);
    padding: 12px 0;
  }

  .top_otameshi_campaign .charm .txt {
    width: 50%;
    font-size: 1.5rem;
  }

  .top_otameshi_campaign .charm .box .img {
    width: 50%;
  }

  .top_otameshi_campaign .charm .box .img img {
    width: 130px;
  }

  .top_otameshi_campaign .btn_campaign {
    margin: 15px auto 0;
  }

  .top_otameshi_campaign .btn_campaign a {
    width: 100%;
    padding: 10px 10px 10px 0;
    line-height: 1.3;
    font-size: 1.3rem;
  }

  .top_otameshi_campaign .btn_campaign a::after {
    width: 22px;
    height: 22px;
    background-size: 6px 12px;
    right: 15px;
  }

  .top_otameshi_campaign .btm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px auto 0;
  }

  .top_otameshi_campaign .btm .left {
    width: 72.3%;
  }

  .top_otameshi_campaign .btm .circle {
    width: 28%;
    max-width: 67px;
  }

  .top_otameshi_campaign .btm .circle img {
    max-width: 67px;
  }

  .top_otameshi_campaign .btm .left .txt {
    margin: 0 auto 0 15px;
    font-size: 1.4rem;
  }

  .top_otameshi_campaign .btm .left .box .txt:nth-of-type(1) {
    width: 60%;
  }

  .top_otameshi_campaign .btm .txt.only_sp {
    font-size: 1.5rem;
  }

  .top_otameshi_campaign .btm .box {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .top_otameshi_campaign .btm .right {
    width: 25.7%;
  }

  .top_otameshi_campaign .btm .right img {
    width: 78px;
  }

  .top_otameshi_campaign .copy_right {
    width: 140px;
    bottom: -28px;
  }
}

@media screen and (max-width: 420px) {
  .top_otameshi_campaign .charm .ttl {
    font-size: 1.5rem;
  }

  .top_otameshi_campaign .btm {
    width: 100%;
  }

  .top_otameshi_campaign .btm .box {
    margin-bottom: 1px;
  }

  .top_otameshi_campaign .btm .left {
    width: 80%;
  }

  .top_otameshi_campaign .btm .circle {
    margin-right: 1px;
  }
}

@media screen and (max-width: 365px) {
  .top_otameshi_campaign .period .box {
    width: 70%;
  }

  .top_otameshi_campaign .period .img_accept {
    width: 70px;
  }

  .top_otameshi_campaign .btm .circle img {
    max-width: 56px;
  }

  .top_otameshi_campaign .btm .left .box .txt:nth-of-type(1) {
    margin: 0 auto 0 0;
    font-size: 1.2rem;
  }

  .top_otameshi_campaign .btm .right {
    margin-left: -20px;
  }

  .top_otameshi_campaign .btm .right img {
    width: 65px;
  }

  .top_otameshi_campaign .charm .ttl::before {
    left: 0px;
  }

  .top_otameshi_campaign .charm .ttl::after {
    right: 0px;
  }

  .top_otameshi_campaign .charm .ttl .fs_l {
    font-size: 2.1rem;
  }
}

/* copyright
-----------------------------------------*/
.copy_right {
  text-align: right;
}

.copy_right small {
  margin: 0 0 0 auto;
}

@media print,
screen and (min-width: 768px) {
  .copy_right {
    width: 960px;
    margin: 0 auto;
  }

  .copy_right small img {
    width: 200px;
    height: auto;
  }

  .content +.copy_right {
    margin-top: -60px;
  }
}

@media print,
screen and (max-width: 767.9px) {
  .copy_right {
    margin: 0 0 0 15px
  }

  .copy_right small img {
    width: 143px;
    height: auto;
  }

  .content +.copy_right {
    margin: -50px auto 0;
    max-width: 345px;
  }
}

@media print,
screen and (max-width: 360px) {
  .content +.copy_right small {
    margin: 0 15px 0 auto;
  }
}


/* ---------- ---------- point_02_slider2 */

.point_02 .main_slider::before{
  padding-top: 0;
}

.point_02 .main_slider_inner{
  position: relative;
}

.point_02_slider2 .item{
  position: relative;
}

.point_02_slider2 .point_02_img {
  position: relative;
}

.point_02_slider2 .point_02_img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.point_02_slider2 .point_02_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.point_02_slider2 {
  margin-top: 41px;
  overflow: visible;
}

.point_02_slider2 .slick-slide > div {
  margin: 75px 15px 0;
}

.point_02_slider2 .item {
  border: 2px solid #F09B9E;
  border-radius: 20px;
  padding: 100px 40px 40px;
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: -1px;
  width: 340px;
}

	@media screen and (max-width:768px){

  .point_02 .main_slider{
    padding: 0;
    overflow: visible;
  }

  .point_02_slider2 {
    margin-top: 10px;
    overflow: visible;
  }

  .point_02 .slick-arrow.slick-prev{
    left: -10px;
  }

  .point_02 .slick-arrow.slick-next{
    right: -10px;
  }

  .point_02_slider2 .slick-slide > div {
    margin: 60px 30px 10px;
  }
  .point_02_slider2 .item {
    border: 2px solid #F09B9E;
    border-radius: 15px;
    padding: 62px 15px 30px;
    font-size: 1.5rem;
    line-height: 1.67;
  }

	}/* --- max-width:768px */

  /* ---------- ---------- バナー表示 */
  .banner_voice {
    margin: 68px 0 0 0;
  }

  @media screen and (max-width:768px){
    .banner_voice {
      margin: 10.7% 0 0 ;
    }
  }

