@charset "utf-8";
/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1280px) and (min-width: 641px) {
  /* layout */
  html,
  body,
  header,
  footer {
    width: 1280px;
  }
}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
  #switch {
    z-index: 6;
    position: relative;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    position: fixed;
    display: block;
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid #0063bf;
    background: #fff;
    color: #0063bf;
    line-height: 1em;
    left: 10px;
    bottom: 20px;
    z-index: 2;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 641px) {
  #switch {
    display: none;
    height: 0;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    display: none;
  }
}

@media screen and (min-width: 1021px) {
  #switch {
    display: block;
    height: auto;
  }
  a#btnPC {
    display: none;
  }
  a#btnSP {
    position: fixed;
    display: block;
    width: 300px;
    height: auto;
    z-index: 100;
    font-size: 24px;
    padding: 8px;
    text-align: center;
    border-radius: 22px;
    background-color: #0066b4;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    bottom: 40px;
    left: 15px;
    z-index: 30;
  }
}
@media screen and (min-width: 1023px) {
  #switch {
    display: none;
    height: 0;
  }
  a#btnSP,
  a#btnPC {
    display: none;
  }
}
/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important;
  }
  /* スマホ用メニュー */
  .index #navTgl {
    display: none;
    overflow: hidden;
  }
  .drawer label.pc_none {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.6s;
  }
  .drawer .open {
    z-index: 20;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #0066b4;
    font-size: 2.2em;
    line-height: 37px;
    text-align: center;
  }
  .drawer .open span {
    position: absolute;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 5px;
    color: #fff;
  }
  .drawer .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color 0.6s;
  }
  .index #navTgl:checked + .open {
    transform: translateX(-250px);
  }
  .drawer #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0, 97, 189, 0.6);
    z-index: 10;
  }
  .menu {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.6s;
    box-sizing: border-box;
    z-index: 20;
  }
  .index #navTgl:checked ~ .menu {
    transform: translateX(0);
  }
  .menu ul {
    padding: 0;
  }
  .menu li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.4;
  }
  .menu ul a {
    position: relative;
    color: #141414;
    display: block;
    padding: 1em 2em 0.9em;
    text-decoration: none;
    transition: background-color 0.6s;
  }
  .menu ul > li > a:hover {
    color: #fff;
    background: #0066b4;
  }
  .menu ul li a:hover span {
    color: #fff;
  }
  .menu li ul li:last-child {
    border-bottom: 0;
  }
  .menu li ul a {
    background: #fff;
  }
  #sp_tel {
    position: absolute;
    top: 0;
    right: 100px;
    width: 50px;
    height: 50px;
    background: #1cc4c8 url(../images/tel_w.svg) no-repeat top 12px center/16px
      auto;
  }
  #sp_mail {
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    background: #2cb7dc url(../images/mail_w.svg) no-repeat top 14px center/21px
      auto;
  }
  #lead,
  #header_contact,
  header .mail_btn,
  #header_menu {
    display: none;
  }
  header {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  header .wrapper {
    padding-left: 2%;
  }
  #logo a {
    max-width: 130px;
    height: 50px;
  }
  /* slider
    ------------------------------ */
  .slider01_01 img {
    max-width: none;
    width: auto;
    height: 380px;
  }
  .slider01_01 .bg_b {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 6%;
    margin-top: 22px;
    margin-bottom: 14px;
  }
  .slider01_01 .big {
    line-height: 1.3;
  }
  .slider01_01 h2 {
    text-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
  }
  .slider01_01 h3 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .slider01_01 h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 10px;
  }
  .slider01_01 .ribbon {
    top: -29px;
    left: -10px;
    width: 114px;
    height: 50px;
  }
  .slider01_01 ul {
    display: none;
  }
  .slider01_01 li {
    width: 140px;
    height: 140px;
    margin: 0 4px;
  }
  .slider01_01 .dot {
    padding-top: 10px;
  }
  .slider01_01 .dot::after {
    width: 8px;
    height: 8px;
  }
}

/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
  html {
    max-width: 640px;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    letter-spacing: 0.06em;
    font-size: 1.5em;
  }
  p {
    line-height: 1.7;
  }
  /* layout
    ------------------------------ */
  .wrapper {
    padding: 0 5%;
  }
  body > .contents {
    padding-top: 50px;
  }
  /* Common
    ------------------------------ */
  .sp_line {
    display: inline-block;
  }
  .caution {
    font-size: 1.4rem;
  }

  /* btn */
  .mail_btn {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  /* text */
  .basic_title {
    font-size: 2.2rem;
  }
  .text_marker_o {
    padding-bottom: 3px;
  }
  .text_marker_o .line {
    border-bottom: 3px solid #fcc10f;
  }
  .space_chapter p + p {
    margin-top: 1.2em;
  }
  /* list */
  .check_list li {
    padding-left: 34px;
    line-height: 1.5;
  }
  .check_list li::before {
    width: 22px;
    height: 21px;
  }
  /*adjust link*/
  #index_support::before {
    content: "";
    display: block;
    margin-top: -25px;
    padding-top: 25px;
  }
  /* index_advantages
  ------------------------------ */
  #index_advantages ul {
    position: relative;
    z-index: 2;
  }
  #index_advantages li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #0066b4;
    color: #fff;
    text-align: center;
    padding: 10px 12px;
    border-radius: 14px;
    width: 48.5%;
    margin-top: 10px;
  }
  #index_advantages li:first-of-type,
  #index_advantages li:nth-of-type(2) {
    margin-top: 0;
  }
  #index_advantages li p {
    line-height: 1.3;
  }
  #index_advantages .sp_wrap {
    color: #fcc10f;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-top: 4px;
  }
  #index_advantages .sp_wrap .num {
    font-size: 2em;
    margin-right: 1px;
  }
  #index_advantages .big {
    font-size: 1.4em;
  }
  /* contact_area
  ------------------------------ */
  .contact_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact_area h2 {
    font-size: 2.2rem;
  }
  .contact_area h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .spark_title .icon {
    margin-bottom: 22px;
  }
  .mail_btn {
    padding: 21px 30px 21px 70px;
  }
  .mail_btn::before {
    width: 46px;
    height: 46px;
  }
  .contact_area .mail_box {
    margin-bottom: 26px;
  }
  .arrow_title .icon {
    padding-left: 24px;
    display: inline-block;
  }
  .arrow_title .icon::before,
  .arrow_title .icon::after {
    border-width: 5px 0 5px 7px;
    top: 0.5em;
  }
  .arrow_title .icon::before {
    left: 10px;
  }
  .contact_area .tel {
    font-size: 3.8rem;
    padding-left: 32px;
  }
  .contact_area .tel::before {
    width: 25px;
    height: 25px;
    top: 1px;
  }
  .contact_area .time {
    margin-top: 3px;
    display: block;
  }

  /* index
    ------------------------------ */
  /* index_problem */
  #index_problem .section_inner {
    padding-top: 50px;
  }
  #index_problem .inner {
    padding-bottom: 50px;
  }
  #index_problem .bg_w {
    padding: 30px 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
  }
  #index_problem h2 {
    margin-bottom: 28px;
    text-align: center;
  }
  #index_problem .dot {
    padding-bottom: 8px;
    margin-bottom: 2px;
  }
  #index_problem .dot::after {
    width: 6px;
    height: 6px;
  }
  #index_problem .check_list {
    font-size: 1.6rem;
  }
  #index_problem .check_list li + li {
    margin-top: 12px;
  }
  #index_problem .bg {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #index_problem .bg::after {
    border-width: 28px 50px 0 50px;
  }
  #index_problem h3,
  .catch_text {
    font-size: 2rem;
    line-height: 1.7;
  }
  #index_problem .catch_text {
    margin-top: 16px;
  }
  .catch_text .bg_y {
    margin-top: 4px;
    margin-bottom: 2px;
    padding: 5px 15px 7px;
  }
  #index_problem h4 .num {
    vertical-align: -2px;
  }
  /* index_online */
  #index_online .section_inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #index_online .basic_title {
    margin-bottom: 26px;
  }
  #index_online .br_b {
    padding: 30px 28px 26px;
    border-radius: 14px;
  }
  #index_online .pict {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
  #index_online h3 {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  #index_online .line {
    border-bottom: 2px solid #fcc10f;
  }
  /* index_reason */
  #index_reason .section_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #index_reason h2 .num {
    font-size: 4.4rem;
  }
  #index_reason .list {
    justify-content: space-between;
  }
  #index_reason .list {
    margin-top: 34px;
  }
  #index_reason li {
    border-radius: 14px;
    padding: 30px 20px;
    margin-top: 3%;
  }
  #index_reason li .pict {
    margin-bottom: 16px;
  }
  #index_reason li .pict {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  #index_reason li:nth-of-type(3) .pict {
    max-width: 120px;
  }
  #index_reason li:nth-of-type(4) .pict {
    max-width: 60px;
  }
  #index_reason h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  /* index_about */
  #index_about .section_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #index_about .pict {
    overflow: hidden;
    margin-bottom: 14px;
  }
  #index_about .basic_title {
    margin-bottom: 30px;
  }
  #index_about03 {
    margin-bottom: 70px;
  }
  #index_about03 .inner {
    border-radius: 14px;
    padding: 20px;
  }
  #index_about03 h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #index_about03 h4 .big {
    font-size: 3rem;
    vertical-align: -2px;
  }
  #index_about03 .chapter {
    padding-top: 20px;
  }
  #index_about03 .flow_box + .flow_box {
    margin-top: 30px;
  }
  #index_about04 .terms01 .set {
    font-size: 1.8rem;
  }
  #index_about04 .round_list {
    padding-left: 10px;
    padding-right: 10px;
  }
  #index_about04 .round_list li + li {
    margin-top: 4px;
  }
  #index_about04 h3 {
    font-size: 2rem;
    left: 23px;
  }
  #index_about04 h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #index_about04 .bg_gr,
  #index_about04 .bg_w {
    border-radius: 14px;
  }
  #index_about04 .bg_gr {
    padding: 48px 26px;
  }
  #index_about04 .bg_w {
    padding: 24px;
  }
  #index_about04 .terms + .terms {
    margin-top: 20px;
    padding-top: 24px;
  }
  #index_about04 .round_list li + li {
    margin-top: 4px;
  }
  #index_about04 .maker_list {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 20px;
  }
  #index_about04 .maker_list:nth-of-type(2) {
    margin-top: 8px;
  }
  #index_about04 .maker_list li {
    padding: 5px 8px 7px 28px;
  }
  #index_about04 .maker_list .num {
    top: 5px;
    left: 8px;
  }
  #index_about04 .point {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  /* index_comparison */
  #index_comparison .section_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #index_comparison .pict {
    display: none;
  }
  #index_comparison h2 {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #index_comparison .bg_w {
    border-radius: 14px;
    padding: 30px;
    margin-top: 30px;
  }
  #index_comparison .bg_w::after {
    bottom: -34px;
    border-width: 14px 20px 0 20px;
  }
  #index_comparison .bg_w h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  #index_comparison .my_list .item {
    font-size: 1.8rem;
  }
  #index_comparison h5 {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  #index_comparison .item {
    border-radius: 14px;
  }
  #index_comparison .card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    border-radius: 18px;
  }
  #index_comparison .card + .card {
    margin-top: 24px;
  }
  #index_comparison .card li {
    padding: 12px 10px;
  }
  #index_comparison .list_o {
    padding: 22px 16px 30px;
  }
  #index_comparison .logo {
    height: 21px;
    margin-bottom: 14px;
  }
  #index_comparison .catch_text {
    margin-top: 44px;
    line-height: 1.6;
  }
  /* index_attention */
  .attention_content {
    width: 100%;
    padding: 5%;
    margin-left: 0;
  }
  .attention_texts {
    width: 100%;
  }
  .attention_title {
    font-size: 28px;
    text-align: center;
  }
  .attention_title .attention_border {
    line-height: 1.8;
  }
  .attention_title .attention_border::before {
    height: 5px;
    bottom: -4px;
  }
  .attention_text {
    margin-top: 20px;
    margin-left: 0;
    line-height: 2;
  }
  .attention_text span {
    display: inline;
  }
  /* index_flow */
  #index_flow .section_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #index_flow h2 {
    margin-bottom: 30px;
  }
  #index_flow .list {
    justify-content: space-between;
  }
  #index_flow li {
    border-radius: 14px;
    padding: 18px 16px 16px;
    margin-top: 10px;
  }
  #index_flow .pict {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    min-height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  #index_flow li:first-of-type .pict {
    max-width: 70px;
  }
  #index_flow li:nth-of-type(2) .pict {
    max-width: 50px;
  }
  #index_flow li:nth-of-type(3) .pict {
    max-width: 52px;
    padding-left: 12px;
  }
  #index_flow li:nth-of-type(4) .pict {
    max-width: 30px;
  }
  #index_flow li:nth-of-type(5) .pict {
    max-width: 50px;
  }
  #index_flow .round {
    font-size: 2.1rem;
    padding: 2px 10px 6px;
    margin-bottom: 14px;
  }
  #index_flow .step {
    margin-right: 4px;
  }
  #index_flow h3 {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  #index_flow .btn_inner {
    margin-top: 20px;
    text-align: center;
  }
  /* index_voice */
  #index_voice .section_inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #index_voice h2 {
    margin-bottom: 30px;
  }
  #index_voice .item {
    padding: 26px;
    border-radius: 14px;
  }
  #index_voice .item + .item {
    margin-top: 30px;
  }
  #index_voice .item .pict {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  #index_voice .info {
    margin-bottom: 18px;
  }
  .table_br_cyan {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .table_br_cyan th,
  .table_br_cyan td {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  #index_voice h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .basic_flex .text .ls_13 {
    letter-spacing: 0.06em;
}
  /* index_faq */
  #index_faq .section_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #index_faq .sub_section + .sub_section {
    margin-top: 50px;
  }
  #index_faq h2 {
    margin-bottom: 30px;
  }
  #index_faq h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-left: 14px;
    margin-bottom: 14px;
  }
  #index_faq h3::before {
    height: 1.2em;
  }
  .q_icon,
  .a_icon {
    font-size: 2rem;
    left: 14px;
  }
  .q_icon {
    top: 10px;
  }
  .a_icon {
    top: 12px;
  }
  .acd-label {
    border-radius: 14px;
  }
  .acd-label::after {
    width: 8px;
    height: 8px;
    right: 16px;
  }
  .acd-label,
  .acd-check:checked + .acd-label + .acd-content {
    padding: 16px 40px;
  }
  .acd-content {
    border-radius: 0 0 14px 14px;
  }
  .faq_acd + .faq_acd,
  .faq_list + .faq_list {
    margin-top: 14px;
  }
  /* index_contact */
  #index_contact .section_inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #index_contact h2 {
    margin-bottom: 24px;
  }
  #index_contact .chapter {
    margin-bottom: 24px;
  }
  #index_contact .postal_code input {
    max-width: 130px;
  }
  #mailformpro input[type="text"],
  #mailformpro input[type="tel"],
  #mailformpro input[type="email"],
  select,
  textarea {
    padding: 8px 6px;
  }
  .table_b_gr {
    border-radius: 14px;
  }
  .table_b_gr th,
  .table_b_gr td {
    display: block;
  }
  .table_b_gr th {
    padding: 10px 20px;
  }
  .table_b_gr td {
    padding: 16px 20px 24px;
  }
  .table_b_gr .must {
    font-size: 1.2rem;
    top: 13px;
    right: 20px;
  }
  #privacy {
    padding: 30px 24px;
    margin-top: 36px;
    margin-bottom: 34px;
  }
  #privacy h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  /* index_company */
  #index_company .bg_gradation {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #index_company .bg_w {
    margin-top: -50px;
    padding: 14px 24px;
  }
  #index_company .bg {
    padding-bottom: 60px;
  }
  #index_company .bg::after {
    top: 50px;
    height: calc(100% - 50px);
  }
  .table_brb_cyan th,
  .table_brb_cyan td {
    display: block;
  }
  .table_brb_cyan th {
    padding: 12px 4px 0;
  }
  .table_brb_cyan td {
    padding: 6px 4px 12px;
  }
  #index_company .map {
    margin-top: 20px;
  }
  #index_company .map,
  #index_company iframe {
    height: 340px;
  }
  /* Footer
  ------------------------------ */
  #copyright {
    padding-bottom: 120px;
  }
  /* Page Top
  ------------------------------ */
  .pagetop {
    right: 10px;
    bottom: 64px;
  }
  /* sp_contact
  ------------------------------ */
  #sp_contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
  }
  #sp_contact a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 50%;
    padding-top: 14px;
    padding-bottom: 26px;
  }
  #sp_contact a span {
    position: relative;
  }
  #sp_contact a span::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
  }
  #sp_contact .tel {
    background: #1cc4c8;
  }
  #sp_contact .mail {
    background: #2cb7dc;
  }
  #sp_contact .tel span {
    padding-left: 20px;
  }
  #sp_contact .tel span::before {
    background: url(../images/tel_w.svg) no-repeat center center/contain;
    width: 16px;
  }
  #sp_contact .mail span {
    padding-left: 26px;
  }
  #sp_contact .mail span::before {
    background: url(../images/mail_w.svg) no-repeat center center/contain;
    width: 20px;
  }
}

@media screen and (max-width: 640px) and (min-width: 431px) {
  #index_about04 .only {
    margin-right: 12px;
  }
  .slider01_01 h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) and (min-width: 421px) {
  #index_reason li {
    width: 48.5%;
  }
}
@media screen and (max-width: 640px) and (max-width: 411px) {
  /* #index_about .pict {
    margin-left: 58px;
  } */
}
@media screen and (max-width: 630px) and (min-width: 481px){
    .slider01_01 .text {
    padding-right: 10%;
  }
}
@media screen and (max-width: 640px) and (min-width: 401px) {
  .slider01_01 .big {
    font-size: 4.4rem;
    margin-top: 6px;
  }
  .slider01_01 .wrapper::after {
    right: -36px;
    width: 36%;
    height: 263px;
  }
}
@media screen and (max-width: 640px) and (min-width: 361px) {
  .spark_title .icon {
    padding-left: 26px;
    padding-right: 18px;
  }
  .spark_title .icon::before,
  .spark_title .icon::after {
    width: 15px;
    height: 29px;
  }
  #index_flow li {
    width: 48.5%;
  }
}
@media screen and (max-width: 550px) {
  .slider01_01 .big {
    font-size: 3.8rem;
    margin-top: 5px;
  }
  .slider01_01 h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 430px) {
  #index_about04 .only {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .slider01_01 .wrapper::after {
    content: none;
  }
}
@media screen and (max-width: 370px) {
  #index_advantages .big{
    font-size: 1.2em;
  }
  #index_advantages .sp_wrap .num{
    font-size: 1.8em;
  }
}
