/* ページ内リンク移動時の位置/スクロール設定 */
html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    margin: 0;
}

* {
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif
}
.spb{
    display: none;
    @media screen and (max-width: 767px){
        display: block;
    }
}
.pcb{
    display: block;
    @media screen and (max-width: 767px){
        display: none;
    }
}

@media screen and(min-width:1024px){
    section{width:1100px;
    overflow: hidden;}
}
@media screen and(min-width:1920px){
    section{
    width:1440px;
    overflow: hidden;}
}
main{
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f3f3f3;
    border-left: solid 40px #193693;
}
.head_parts ul{
    background: #FFFFFF;
    box-shadow: 5px 12px 20px rgba(189, 198, 228, 0.74);
    border-radius: 100px 0 0 100px;
}
header{
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 1414px;
    margin: auto;
}
.header-nav {
    box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 745px;
  height: 58px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-right: 20px;
}
.header-nav li {
  flex: 1 0 auto;
  height: 100%;
}
.header-nav.fixed {
  position: fixed;
  top: 0;
}

.nav-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #181717;
  letter-spacing: 0.04rem;
  font-size: 14px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.nav-tab:hover {
  color: #181717;
  background: #DCEAFA;
}

.nav_cta{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.head_parts{
    display: flex;
    flex-direction: row;
    position: relative;
    top: -50px;
    justify-content: flex-end;
    align-items: center;
}

.head_parts ul li{
    list-style: none;
    display: inline-flex;
    text-align: center;
}

h1{
    position: relative;
    left: 20px;
    top: 25px;
    width: 180px;
    margin: 0;
}
h1 .is-hidden {
    display: none;
}

.btn_docs{
    position: relative;
    top: 1px;
    width: 219px;
    height: 58px;
    margin-left: 8px;
    border-radius: 29px;
    background-color: #ffffff;
    box-shadow: -10px 12px 20px 0px rgba(189, 198, 228, 0.74);
}
.btn_docs:after{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 219px;
    height: 58px;
    background: image-set(
        url("../images/resk/bg_btn_head_docs.png") 1x,
        url("../images/resk/bg_btn_head_docs@2x.png") 2x,
        url("../images/resk/bg_btn_head_docs@3x.png") 3x        
    ) no-repeat top center;
    background-size: cover;
}
.btn_docs:hover::after{
    opacity: .6;
}
.btn_contact{
    position: relative;
    width: 155px;
    height: 58px;
    border-radius: 0 100px 100px 0;
    background-color: #ffffff;
    box-shadow: 5px 12px 20px 0px rgba(189, 198, 228, 0.74);
}
.btn_contact::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 58px;
    background: image-set(
        url("../images/resk/bg_btn_head_contact.png") 1x,
        url("../images/resk/bg_btn_head_contact@2x.png") 2x,
        url("../images/resk/bg_btn_head_contact@3x.png") 3x        
    ) no-repeat top center;
    background-size: cover;
}
.btn_contact:hover::after{
    opacity: .6;
}
.head_parts ul li a{
    color: #181717;
    display: block;
    line-height: 58px;
    text-align: center;
}
.head_parts ul li a:link,.head_parts ul li a:active,.head_parts ul li a:visited{
    text-decoration: none;}

.head_parts ul li a:hover,.btn_docs a:hover,.btn_contact a:hover{
    display: block;
    filter: opacity(60%);
}
button{
    border: none;
    background: none;
}

.mobile_menu {
    display: none;
}
.drawer_menu {
    display: none;
}

/*━━━━━━━━━━ MV */





/*
.mv_area{
    width: 100%;
    padding-top: 166px;
    background: url('../images/resk/mv_bg.webp') no-repeat top right #F4F3F3;
}
.mv_bg {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100vw * 951 / 1920);
    min-width: 480px;
    height: auto;
}
.mv_shoulder_copy{
    background-color: #FFF;
    color: #B67008;
    font-size: 26px;
    padding: 1px;
    letter-spacing: 0.04em;
    display: block;
    width: 496px;
    text-align: center;
    margin: 0 auto;
}
.mv_sub_copy{
    color: #FFF;
    font-size: 30px;
    padding: 10px;
    letter-spacing: 0.08em;
    display: block;
    width: 511px;
    text-align: center;
    position: relative;
    top: 18px;
}
h2.mv_main_ttl{
    color: #FFF;
    font-size: 94px;
    padding: 3px;
    letter-spacing: 0.04em;
    display: block;
    width: 520px;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: -26px;
}
.mv_copy_bg{
    width: 525px;
    height: 431px;
    background: url('../images/resk/pc_mv_bgimage_main.svg') no-repeat top center;
    display: inline-block;
    position: relative;
    top: 30px;
    left: clamp(120px, calc(62.5vw - 860px), 340px);
}

*/

/* h2 */
h2.ttl_normal{
        font-size: 39px;
        font-weight: 600;
        line-height: 1.5;
        color: #193693;
        text-align: center;
}
h2.ttl_normal span{
        font-size: 21px;
        font-weight: 600;
}


/*
.mv_cta_area{
    position: relative;
    top: 75px;
    left: clamp(112px, calc(62.5vw - 852px), 332px);
    margin-left: 62px;
    margin-bottom: 45px;
}
.mv_cta_area > a {
    position: relative;
    display: block;
    width: 478px;
    height: 78px;
    border-radius: 37px;
    background-color: #ffffff;
    filter: drop-shadow(5px 12px 20px rgba(189, 198, 228, 0.74));
}
.mv_cta_area .link_icon {
    position: absolute;
    left: -62px;
    top: 0px;
    width: 83px;
    height: 70px;
}
.mv_cta_area .link_bnr {
    width: 481px;
    height: 78px;
    margin-left: -1px;
}
.mv_cta_area a:hover img {
    opacity: 0.6;
}
.mv_cta_area img{
    width: 568px;
    height: 118px;
}

.mv_feature_banners {
    display: flex;
    gap: 10px;
    position: relative;
    left: min(1021px, calc(100vw * 1021 / 1920));
    top: -160px;
}
.mv_feature_banners .mv_feature {
    width: 223px;
    height: 192px;
}
.mv_trophy {
    position: relative;
    z-index: 1;
    display: block;
    width: 1100px;
    height: auto;
    margin: -160px auto 60px;
}
*/



/*広告*/
.trading-companies {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 90px;
  }
  @media screen and (max-width: 768px) {
    .trading-companies {
      padding: 10px 0;
      padding-bottom: 20px;
    }
  }
  .trading-companies .inner {
    display: flex;
    height: 50px;
    width: 200%;
    box-sizing: border-box;
  }
  @media screen and (max-width: 768px) {
    .trading-companies .inner {
      width: 600%;
    }
  }
  .trading-companies .inner .slider00 {
    flex: 0 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
  }
  .trading-companies .inner .slider00:first-child {
    animation: loop 100s -50s linear infinite;
  }
  .trading-companies .inner .slider00:last-child {
    animation: loop2 100s linear infinite;
  }
  .trading-companies .inner .slider00 li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 0;
  }
  .trading-companies p {
    margin-top: 4px;
    text-align: center;
    color: #BABABA;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
  }
  
  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }



.sec_under_mv{
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
}
.sec_under_mv p{
    font-size: 12px;
    text-align: center;
    color: #BABABA;
    margin: -55px auto 0;
}
.loop {
    position: relative;
    top: -55px;
    padding-top: 30px;
    overflow: hidden;
}
.loop__box {
    display: flex;
    width: 100vw;
    box-sizing: border-box;
}
.loop__box img {
    min-width: 100vw;
    padding-right: 20px;
}
.loop__box img:first-child {
    animation: loop 50s -25s linear infinite;
}
.loop__box img:last-child {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
    
/*━━━━━━━━━━ sec01 */
.sec01{
    width: 100%;
    background-image:
        linear-gradient(to bottom, #fff 0%, #fff 100%),
        url('../images/resk/sec01_bg.webp'),
        linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-position: center top, center bottom, center bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% 90px, cover, 100% 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.sec01 h2.ttl_normal {
    margin: 0 auto 50px;
}
.sec01_box{
   display: flex;
   justify-content: center
}
.sec01_box ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1px;
    width: 100%;
    max-width: 1100px;
}
.sec01_box ul li{
    display: inline-flex;
    vertical-align: top;
}
.sec01_box_inner{
   background-color: #193693;
   width: 366px;
   height: 264px;
   margin: 0;
   text-align: center;
}
.sec01_box_inner img{margin: 22px auto 0;}
.sec01_box_inner img.sec01_img_01 {
    margin-top: 14px;
}
.sec01_box_inner p{
   color: #FFF;
   font-size: 21px;
   font-weight: bold;
   margin: 6px auto 0;
}
.sec01_box_inner p span{color: #FFC93F;}

/* サブセクション */
.sec01_subsection {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-top: 50px;
}
.sec01_subsection .img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 275px;
    height: auto;
}
.sec01_subsection .img img{
    display: block;
    width: 100%;
    height: auto;
}
.sec01_sub_title {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.sec01_sub_title .sec01_sub_main {
    font-size: 33px;
    color: #193693;
}
.sec01_cost {
    display: block;
    width: 933px;
    height: 76px;
    margin: 40px auto 0;
}
.sec01_problem {
    margin: 50px auto 0;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    list-style: none;
}
.sec01_problem_item {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 71px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    padding: 0 60px;
    margin-bottom: 2px;
    font-size: 21px;
    font-weight: 700;
}
.problem_point {
    font-size: 24px;
    color: #d7170a;
}
.sec01_problem_item::before {
    content: url('../images/resk/sec01_check_icon.svg');
    position: absolute;
    left: 20px;
    top: 20px;
    width: 31px;
    height: 31px;
}
.sec01_answer {
    position: relative;
    z-index: 20;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 80px;
    text-align: start;
    color: #193693;
    font-weight: 700;
    line-height: 1.4;
}
.answer_upper {
    font-size: 21px;
}
.answer_lower {
    font-size: 24px;
}
.answer_lower strong {
    display: inline-block;
    font-size: 33px;
    color: #fff;
    background: linear-gradient(to right, #003cff 0%, #51d4b4 100%);
    padding: 0 4px;
}

/*━━━━━━━━━━ sec02 */
.sec02 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -100px;
    padding: 100px 0 50px;
    background-color: #fff;
}
.sec02:before {
    content: "";
    position: absolute;
    display: block;
    left: calc(-50vw * 1162.5 / 960);
    right: calc(-50vw * 1162.5 / 960);
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: calc(100vw * 2325 / 1920);
    max-width: 2325px;
    background-image: url('../images/resk/sec02_bg.webp');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
h2.ttl_bbbox_tg{
    position: relative;
    font-size: 21px;
    font-weight: 600;
    line-height: 2.6em;
    color: #193693;
    text-align: center;
}
h2.ttl_bbbox_tg strong{
    color: #FFF;
    background-color: #193693;
    font-weight: 600;
    padding: 10px;
    margin: 0 14px;
    font-size: 39px;
}
h2.ttl_bbbox_tg span{
    margin-top: 10px;
    color: #B67008;
    font-size: 33px;
}
h2.ttl_bbbox_tg img{
    margin: 0 2px -1px;
}
.sec02_box{
    position: relative;
    z-index: 1;
   display: flex;
   justify-content: center
}
.sec02_box ul {
    padding: 0;
}
.sec02_box ul li{
    display: inline-flex;
    vertical-align: middle;
}
.sec02_box_inner{
    background-color: #FFF;
    width: 525px;
    height: 241px;
    margin: 0;
    border: 2px solid #193693;
    position: relative;
}

.sec02_box_inner img{
    position: absolute;
    left: 0px;
    top: 10px;
}

.sec02_box_text{
    position: absolute;
    width: 280px;
    height: 104px;
    left: 245px;
    top: 25px;
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background-color: #193693;
    vertical-align: middle;
    padding-top: 30px; 
}
.sec02_box ul li:nth-child(2) {
  margin-left: 50px;
}


/*━━━━━━━━━━ sec03 */
.sec03{
    margin: 96px auto 0;
}
/* h2 */
h2.ttl_topbox{
    font-size: 39px;
    font-weight: 600;
    color: #193693;
    text-align: center;
}
h2.ttl_topbox span{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    border: 1px solid #193693;
}
.sec03-table{
    width: 100%;
}
.sec03-table .table_ggg{
    width: 1100px;
    margin: 0 auto 100px;
    text-align: center;
}

.sec03-table h3.ttl_staff_voice {
    font-size: 21px;
    color: #181717;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    margin-top: -40px;
    padding-top: 40px;
}
.sec03-table h3.ttl_staff_voice strong{
    margin: 20px auto 0px;
    display: inline-block;
    color: #181717;
    font-weight: 600;
    line-height: normal;
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
}

.slick-track {
    display: flex !important;
}
.slick-slide {
    height: max-content;
}
.sec03 .slider {
    position: relative;
    padding-bottom: 58px;
    margin-left: -10%;
    margin-bottom: 150px;
}
.sec03 .slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    width: 70px;
    height: 66px;
    border-radius: 33px;
    transform: translateX(-50%);
    background-image: url('../images/resk/slider_arrow.svg');
    box-shadow: 5px 12px 20px 0px rgba(189, 198, 228, 0.74);
}
.sec03 .slider .slick-arrow::before {
    display: none;
}
.sec03 .slider .slick-arrow:hover {
    opacity: 0.6;
}
.sec03 .slider .slick-prev {
    transform: scale(-1, 1);
    left: 70%;
}
.sec03 .slider .slick-next {
    left: calc(70% + 125px);
}

.sec03 .slider .slide {
    margin: 0 15px;
}
.block_staff_voice{
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    overflow: hidden;
}
.block_staff_voice img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_staff_voice > .inner_staffvoice_comt{
    box-sizing: border-box;
    background-color: #FFF;
    text-align: left;
    padding: 61px 41px;
    width: 60%;
    flex-grow: 1;
}
.inner_staffvoice_comt h3{
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #193693;
    margin: 0 0 20px 0;
}
.inner_staffvoice_comt p{
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    color: #FFF;
    background-color: #193693;
    padding: 5px 10px;
    width: fit-content;
}
/* .inner_staffvoice_his{} */
.inner_staffvoice_his h4{
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    color: #B67008;
    margin: 10px 0 25px 0;
}
.inner_staffvoice_his p{
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    color: #181717;
    background-color: unset;
    padding: 0 35px 0 0;
}
.inner_staffvoice_his .between_border{
    width: 100%;
    height: 2px;
    background-color: #193693;
    margin: 23px 0;
}

/* プログレスバー 
   ・ナビゲーションドットをアニメーションさせる
   ・ナビゲーションドットはactiveのもの以外は非表示 */
.sec03 .slider .slick-dots li {
    width: 20%;
    left: 9%;
    top: -40px;
}
.sec03 .slider .slick-dots li:not(.slick-active) {
    display: none;
}
.sec03 .slider .slick-dots li button::before {
    content: '';
    width: 60%;
    height: 2px;
    background: #000;
}
.sec03 .slider .slick-dots li.slick-active button::before {
    background-image: linear-gradient(to left, #fff, #fff 50%, #3f57a1 50%, #3f57a1 100%);
    background-size: 200%, 100%;
    background-position: 100% 0;
    pointer-events: none;
}
.sec03 .slider .slick-dots li.slick-active button.animate::before {
    animation-name: progress-bar;
    animation-duration: 5s;
    animation-timing-function: linear;
}
@keyframes progress-bar {
    0% {
      background-position: 100% 0;
    }
    100% {
      background-position: 0% 0;
    }
  }  

/*━━━━━━━━━━ sec05 */
.sec_05 {
    box-sizing: border-box;
    position: relative;
    width: 100vw;
    height: calc(32.5vw + 21px);
    background: image-set(
        url("../images/resk/bg_CTA.webp") 1x,
        url("../images/resk/bg_CTA@2x.webp") 2x,
        url("../images/resk/bg_CTA@3x.webp") 3x
    ),
    url("../images/resk/bg_CTA_blue.svg");
    background-position: center left, center right;
    background-size: calc(100vw * 2030 / 1920) auto, calc(100vw * 1233 / 1920) max(616px, calc(100vw * 616 / 1920));
    background-repeat: no-repeat, no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: calc(35.9375vw - 281px);
    margin-top: 76px;
}
.sec_05_catch {
    font-size: 21px;
    font-weight: 700;
    color: #193693;
}
.sec_05_catch .catch_question {
    font-size: 33px;
    display: block;
    background: linear-gradient(to right, #003cff, #51d4b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 20px;
}
.sec_05_google {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 337px;
    height: 36px;
    color: #193693;
    font-size: 16px;
    font-weight: 700;
    border: solid 2px #193693;
    border-left-width: 8px;
    padding-left: 8px;
    margin-top: 20px;
}
.sec_05_google .gold {
    color: #B67008;
}
.sec05_icon_certified {
    display: block;
    width: 200px;
    height: auto;
    margin-top: 12px;
}
.sec_05_description {
    width: 466px;
    font-size: 18px;
    line-height: 1.6;
    margin: 10px 10px 30px 0;
}
.sec_05_links{
    margin-left: -24px;
    display: flex;
    align-items: flex-end;
    gap: 0 30px;
}
.sec_05_links > a{
    width: 440px;
    height: 114px;
}

.sec_05_links a:hover img {
    opacity: 0.6;
}
.sec_05 .link_doc {
    position: relative;
}
.sec_05 .link_icon {
    position: absolute;
    left: -29px;
    top: -11px;
}
.sec05_subcopy_bg {
    position: absolute;
    left: calc(42.5vw + 140px);
    top: calc(3.75vw - 16px);
    width: calc(100vw * 158 / 1920);
    height: auto;
}
.sec05_subcopy_bg img {
    width: 100%;
    height: 100%;
}

/*━━━━━━━━━━ sec06 */
.sec06_listbox_charm{
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto;
    width: 100%;
    max-width: 1200px;
    gap: 22px;
}
.sec06_listbox_charm dl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    width: calc((100% - 44px) / 3);
    background-color: #FFF;
}
.sec06_listbox_charm dl::after{
    content: '';
    position: absolute;
    bottom: -11px;
    right: -2px;
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid #f3f3f3;
    border-left: 16px solid #193693;
    border-bottom: 16px solid #f3f3f3;
    transform: translateX(-50%);
    transform: rotate(45deg);
}
.sec06_listbox_charm dl > .step_num{
    position: absolute;
    transform: translateX(-50%);
    top: -10px;
    left: 24px;
    z-index: 1;
    width: 64px;
    height: 64px;
    background-color: #193693;
    border-radius: 50%;
    color: #ffffff;
    font-family: Hind;
    font-size: 30px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.04em;
    text-align: center;
}
.sec06_listbox_charm dl > .step_num > span{
    font-family: Hind;
    font-size: 16px;
    line-height: 14.4px;
}
.sec06_listbox_charm dl.charm01{
    background: url('../images/resk/sec06_box_img01.webp') #FFF no-repeat;
    background-position: 30px 30px;
    background-size: 82px 104px;
}
.sec06_listbox_charm dl.charm02{
    background: url('../images/resk/sec06_box_img02.webp') #FFF no-repeat;
    background-position: 33px 40px;
    background-size: 72px 98px;
}
.sec06_listbox_charm dl.charm03{
    background: url('../images/resk/sec06_box_img03.webp') #FFF no-repeat;
    background-position: 38px 20px;
    background-size: 73px 120px;
}
.sec06_listbox_charm dl dt{
    padding: 10px 20px 23px 136px;
    font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #193693;
    font-weight: 600;
}
.sec06_listbox_charm dl dd{
    padding: 0px 20px 23px 96px;
    font-size: 10px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    color: #181717;
    font-weight: 400;
}
.sec06_listbox_charm dl dd span{
    color: #B67008;
}

/*━━━━━━━━━━ sec07 */
.sec_07{
    text-align: center;
    background: url('../images/resk/sec07_bg_coverimg.jpg') no-repeat;
    background-position: top left;
    background-size: 90% calc(100% - 259px);
    margin-top: 80px;
    padding-top: 80px;
}
ul.sec07_listbox_flow{
    display: flex;
    margin: 0 auto;
    width: 1098px;
}
ul.sec07_listbox_flow li{
    list-style: none;
    box-sizing: border-box;
    width: 346px;
    height: 150px;
    background-color: #FFF;
    border: 2px solid #193693;
    padding: 70px 16px 20px;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.04em;
    color: #193693;
    font-weight: 600;
    display: inline-block;
}
ul.sec07_listbox_flow li span{
    color: #B67008;
    font-size: 21px;
}
ul.sec07_listbox_flow li strong{
    font-weight: 600;
    font-size: 21px;
}
ul.sec07_listbox_flow li:nth-child(n+2) {
    margin: 0px 0 0 20px;
}
.sec_07_flowbox_01{
    background: url('../images/resk/sec07_listbox_icn01.svg') #FFF no-repeat;
    background-position: top center;}
.sec_07_flowbox_02{
    background: url('../images/resk/sec07_listbox_icn02.svg') #FFF no-repeat;
    background-position: top center;}
.sec_07_flowbox_03{
    background: url('../images/resk/sec07_listbox_icn03.svg') #FFF no-repeat;
    background-position: top center;}
.sec_07 p{
    font-size: 24px;
    color: #193693;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.sec_07 p span{
    color: #193693;
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}
.sec_07 p strong{
    color: #FFF;
    display: inline-block;
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    font-size: 30px;
    padding: 0 6px;
}
.sec07_listbox_steps{
    position: relative;
    background: url('../images/resk/sec07_bgimg.svg') no-repeat;
    background-position: clamp(-220px, calc(100vw - 1920px), 0px) 180px;
    padding-top: 100px;
    background-size: 620px;
}
.sec07_listbox_steps ol li{
    list-style: none;
    margin-top: 50px;
    width: 619px;
}
.sec07_listbox_steps ol > li {
    display: flex;
    justify-content: flex-end;
}
.sec07_listbox_steps ol li.wide_item {
    width: 714px;
}
.sec07_listbox_steps_inrbox{
    box-sizing: border-box;
    background-color: #DCEAFA;
    display: inline-block;
    padding: 30px;
    width: 497px;
}
.sec07_listbox_steps ol li.wide_item .sec07_listbox_steps_inrbox{
    width: 592px;
}
.sec07_listbox_steps ol li#step01{
    background: url('../images/resk/sec07_step01.svg') no-repeat;
    background-position: left;
    position: relative;
    left: clamp(70px, calc(100vw - 1630px), calc(50vw - 558px));
}
.sec07_listbox_steps ol li#step02{
    background: url('../images/resk/sec07_step02.svg') no-repeat;
    background-position: left;
    position: relative;
    left: clamp(278px, calc(100vw - 1422px), calc(50vw - 300px));
}
.sec07_listbox_steps ol li#step03{
    background: url('../images/resk/sec07_step03.svg') no-repeat;
    background-position: left;
    position: relative;
    left: clamp(278px, calc(100vw - 1422px), calc(50vw - 300px));
}
.sec07_listbox_steps ol li#step04{
    background: url('../images/resk/sec07_step04.svg') no-repeat;
    background-position: left;
    position: relative;
    left: clamp(70px, calc(100vw - 1630px), calc(50vw - 558px));
}
.sec07_listbox_steps ol li .sec07_listbox_steps_inrbox h3{
    margin: 0;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #193693;
    font-weight: 600;
    text-align: left;
}
.sec07_listbox_steps ol li .sec07_listbox_steps_inrbox p{
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #181717;
    text-align: left;
    font-weight: 400;
}
.sec07_listbox_steps ol li .sec07_listbox_steps_inrbox ul{
    background-color: #FFF;
    display: block;
    /*width: fit-content;*/
    padding: 10px 20px 10px 30px;
}
.sec07_listbox_steps ol li .sec07_listbox_steps_inrbox ul li{
    list-style: url(../images/resk/sec07_list_bar.svg);
    background-position: left top;
    text-align: left;
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    padding: 5px 5px 0;
    width: 100%;
    word-break: break-all;
}

.sec07_listbox_stepup{
    width: 1100px;
    margin: 144px auto 80px;
    text-align: left;
    position: relative;
}
.sec07_listbox_stepup::before{
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    right: 0;
    width: 313px;
    height: 250px;
    background-image: url("../images/resk/sec07_skill_up.png");
}
.sec07_listbox_stepup h2{
    display: inline-block;
    color: #181717;
    font-weight: 600;
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    text-align: left;
}
.sec07_listbox_stepup hr{
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    height: 2px;
    width: 613px;
    margin: 0;
}
.sec07_listbox_stepup p{
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #193693;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}
.listbox_stepup_img,
.listbox_stepup_img img{
    width: 1099px;
    height: 274px;
}
.listbox_stepup_img{
    margin: 34px auto 0;
}
.sec07_sideimg{
    position: absolute;
    right: 0;
    top: 726px;
    translate: 0 -50%;
}
.sec07_sideimg img {
    width: calc(100vw * 635 / 1920);
    max-width: 635px;
}

#stepup_01{position: relative;top: 60px;}
#stepup_02{position: relative;top: 20px;}
#stepup_03{position: relative;top: -20px;}
#stepup_04{position: relative;top: -60px;}

.sec07_support_img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.sec07_certificate{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
    width: 1100px;
    height: 309px;
    margin: 0 auto 130px;
    border: 2px solid #193693;
}
.sec07_certificate .certificate_img{
    width: 369px;
    height: 249px;
}
.sec07_certificate .certificate_description{
    width: 607px;
    height: 194px;
}
.sec07_certificate .certificate_description > h3{
    margin: 0 0 17px;
    font-size: 30px;
    color: #193693;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.01em;
    text-align: left;
}
.sec07_certificate .certificate_description > p{
    margin: 0;
    font-size: 16px;
    color: #181717;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 0.04em;
    text-align: left;
}
.sec07_after_support{
    display: grid;
    place-items: center;
    width: 100%;
    height: 518px;
    background-image: url('../images/resk/sec07_after_support_bg.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.sec_07 + .sec_05 {
    margin-top: 100px;
}

/*━━━━━━━━━━ sec08 */
.sec_08{
    width: 1100px;
    margin: 260px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec_08 h2{
    font-size: 24px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #193693;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}
.sec_08 h2 span{
    font-size: 30px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #193693;
    font-weight: 600;
}
.sec_08 h2 strong{
    color: #FFF;
    display: inline-block;
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    padding: 0 6px;
    font-size: 39px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin: 8px 7px 0 0px;
}
.sec_08_cost{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 337px;
}
.sec_08_cost .cost_description p {
    margin: 0;
} 
.sec_08_cost .deduction {
    display: flex;
    align-items: center;
    gap: 0 16px;
    box-sizing: border-box;
    width: 518px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #D7170A;
}
.sec_08_cost .deduction .if_get_deduction{
    display: grid;
    place-items: center;
    width: 207px;
    height: 120px;
    background-color: #D7170A;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: 0.04em;
}
.sec_08_cost .deduction .deduction_num{
    color: #D7170A;
    font-size: 74.55px;
    font-weight: 700;
    line-height: 89.45px;
    letter-spacing: 0.04em;
}
.sec_08_cost .deduction .deduction_num .max{
    color: #D7170A;
    font-size: 26.09px;
    line-height: 28.7px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.sec_08_cost .deduction .deduction_num .percent{
    color: #D7170A;
    font-size: 39.14px;
    line-height: 46.96px;
}
.sec_08_cost .deduction .deduction_num .off{
    color: #D7170A;
    font-size: 50px;
    line-height: 60px;
}
.sec_08_cost .cost_description p.sec_08_cost_text{
    font-size: 16px;
    color: #181717;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0.04em;
    width: 598px;
    height: 78px;
    margin-top: 44px;
}
.sec_08_cost .cost_description p.sec_08_cost_text span{
    color: #D7170A;
}
.sec_08_cost img{
    width: 367px;
    height: 337px;
}
.deduction_step_wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 1100px;
    height: 602px;
    margin-top: 40px;
    border-radius: 10px;
    background-color: #DCEAFA;
}
.deduction_step_wrapper h2{
    margin: -30px auto 0 auto;
}
.deduction_step_wrapper .deduction_step_description{
    font-size: 16px;
    color: #181717;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    text-align: center;
}
.deduction_step_wrapper .deduction_step_list{
    display: flex;
    width: 954px;
    height: 346px;
    padding: 0;
    background-color: #ffffff;
    list-style: none;
}
.deduction_step_wrapper .deduction_step_list > li{
    position: relative;
    width: 318px;
    height: 346px;
    padding-left: 29px;
    padding-top: 33px;
}
.deduction_step_wrapper .deduction_step_list > li:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 28px);
    height: 346px;
    aspect-ratio: 31 / 339;
    background-image: url("../images/resk/sec08_step_arrow.svg");
    background-position: -2px 0;
    background-repeat: no-repeat;
}
.deduction_step_wrapper .deduction_step_list > li > .step_num{
    position: absolute;
    transform: translateX(-50%);
    top: -9px;
    left: 72px;
    z-index: 1;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    color: #ffffff;
    font-family: Hind;
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-align: center;
}
.deduction_step_wrapper .deduction_step_list > li > .step_num > span{
    font-family: Hind;
    font-size: 21px;
    line-height: 18.9px;
}
.deduction_step_wrapper .deduction_step_list > li > .step_img{
    width: 252px;
    height: 180px;
}
.deduction_step_wrapper .deduction_step_list > li > .step_times{
    width: 252px;
    height: 30px;
    background-color: #193693;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-align: center;
}
.deduction_step_wrapper .deduction_step_list > li:nth-child(1) > .step_num{
    background-color: rgba(25, 54, 147, 1);
}
.deduction_step_wrapper .deduction_step_list > li:nth-child(2) > .step_num{
    background-color: rgba(36, 127, 222, 1);
}
.deduction_step_wrapper .deduction_step_list > li:nth-child(3) > .step_num{
    background-color: rgba(59, 170, 201, 1);
}
.deduction_step_wrapper .deduction_step_list > li > .step_before,
.deduction_step_wrapper .deduction_step_list > li > .step_after{
    width: 252px;
    margin: 0;
    font-size: 16px;
    color: #193693;
    font-weight: 700;
    line-height: 14.4px;
    letter-spacing: 0.04em;
    text-align: center;
}
.deduction_step_wrapper .deduction_step_list > li > .step_before{
    margin-top: 10px;
}
.deduction_step_wrapper .deduction_step_list > li > .step_before::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 12px auto 10px;
    border-top: 8.5px solid #193693;
    border-right: 14px solid #ffffff;
    border-left: 14px solid #ffffff;
}
.deduction_step_wrapper .deduction_step_list > li:last-child > .step_after{
    margin-top: 36px;
}
.deduction_step_wrapper .deduction_step_support{
    font-size: 24px;
    color: #193693;
    font-weight: 700;
    line-height: 40.8px;
    letter-spacing: 0.04em;
    text-align: center;
}

.sec_step_for_lecture{
    margin: 88px auto 0;
    width: 1100px;
}
.sec_step_for_lecture h2{
    font-size: 39px;
    color: rgba(25, 54, 147, 1);
    font-weight: 700;
    line-height: 54.6px;
    letter-spacing: 0.01em;
    text-align: center;
}
.sec_step_for_lecture dl{
    position: relative;
    margin-left: 42px;
}
.sec_step_for_lecture dl > .vertical_line{
    position: absolute;
    transform: translateX(-50%);
    top: 42px;
    left: 0;
    width: 2px;
    height: 512px;
    background: linear-gradient(360deg, #51D4B4 1.19%, #003CFF 96.1%);
}
.sec_step_for_lecture dl > .step_item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 30px;
    box-sizing: border-box;
    width: 1058px;
    height: 118px;
    padding-left: 76px;
    padding-right: 34px;
    background-color: #FFFFFF;
}
.sec_step_for_lecture dl > .step_item:not(:last-child){
    margin-bottom: 10px;
}
.sec_step_for_lecture dl > .step_item > .step_num{
    position: absolute;
    transform: translateX(-50%);
    top: calc(50% - 42px);
    left: 0;
    z-index: 1;
    width: 84px;
    height: 84px;
    border-radius: 50%;
}
.sec_step_for_lecture dl > .step_item > .step_num{
    color: #ffffff;
    font-family: Hind;
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-align: center;
}
.sec_step_for_lecture dl > .step_item > .step_num > span{
    font-family: Hind;
    font-size: 21px;
    line-height: 18.9px;
}
.sec_step_for_lecture dl > .step_item:nth-child(1) > .step_num{
    background-color: rgba(25, 54, 147, 1);
}
.sec_step_for_lecture dl > .step_item:nth-child(2) > .step_num{
    background-color: rgba(36, 127, 222, 1);
}
.sec_step_for_lecture dl > .step_item:nth-child(3) > .step_num{
    background-color: rgba(59, 170, 201, 1);
}
.sec_step_for_lecture dl > .step_item:nth-child(4) > .step_num{
    background-color: rgba(72, 179, 154, 1);
}
.sec_step_for_lecture dl > .step_item:nth-child(5) > .step_num{
    background-color: rgba(81, 212, 181, 1);
}
.sec_step_for_lecture dl > .step_item > dt{
    flex-basis: 270px;
    flex-shrink: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
    letter-spacing: 0.04em;
}
.sec_step_for_lecture dl > .step_item:nth-child(1) > dt{
    color: rgba(25, 54, 147, 1);
}
.sec_step_for_lecture dl > .step_item:nth-child(2) > dt{
    color: rgba(36, 127, 222, 1);
}
.sec_step_for_lecture dl > .step_item:nth-child(3) > dt{
    color: rgba(59, 170, 201, 1);
}
.sec_step_for_lecture dl > .step_item:nth-child(4) > dt{
    color: rgba(72, 179, 154, 1);
}
.sec_step_for_lecture dl > .step_item:nth-child(5) > dt{
    color: rgba(81, 212, 181, 1);
}
.sec_step_for_lecture dl > .step_item > dd{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: 0.04em;
}

h2.ttl_color{
    display: inline-block;
    color: #181717;
    font-weight: 600;
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 39px;
    text-align: center;
}
.sec09_listbox_teacher{
    width: 528px;
    height: 620px;
}
#teacher01{
    background: url('../images/resk/sec09_teacher_img01.webp') no-repeat;
    background-position: top center;
    height: 620px;
}
#teacher02{
    background: url('../images/resk/sec09_teacher_img02.webp') no-repeat;
    background-position: top center;
    height: 620px;
}
.teacher_iner{
    padding: 270px 60px 0 60px;
    text-align: left;
}
.teach_position{
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #193693;
    font-weight: 600;
}
.teach_eng{
    display: inline-block;
    color: #181717;
    font-weight: 600;
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    text-align: center;
}
.teach_career{
    margin-top: -18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: 0.04em;
}
.teacher_iner h3{
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #193693;
    font-weight: 600;
    }

.sec09_listbox_teacher#teacher02{
    position: relative;
    left: 40px;
}
.sec_qa{
    margin: 120px 0 0;
    background-color: #FFF;
    padding: 50px 0;
}
.sec_qa_accordion{
    width: 1100px;
    margin: 40px auto 0;
 }
.sec_qa h2{
    margin: auto;    
}
/*ベース*/
.qa_toggle {
	display: none;
}
.qa_Label {		/*タイトル*/
    display: flex;
    align-items: center;
    gap: 16px;
	padding: 18px;
	color: #193693;
    font-weight: 600;
    font-size: 24px;
    background-color: #F4F3F3;
    cursor: pointer;
}
.qa_Label .image_wrapper {
    display: inline-block;
    min-width: 48px;
    width: 48px;
    height: 30px;
}
.qa_Label img {
    position: relative;
    height: 100%;
    width: auto;
}
.qa_Label::before{		/*タイトル横の矢印*/
	content:url("../images/resk/qa_arrow_down.svg");
    width: 40px;
    height: 40px;
	position: absolute;
	top:calc( 50% - 19px );
	right: 20px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.qa_Label:hover{
	opacity: .6;
}

.qa_Label,
.qa_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.qa_content {		/*本文*/
    height: auto;
	max-height: 0;
	margin-bottom:10px;
	padding: 0 20px;
	overflow: hidden;
    background-color: #F4F3F3;
	transition: all .3s;
}
.qa_content p{		/*本文*/
    margin: 0;
}
.qa_toggle:checked + .qa_Label + .qa_content {	/*開閉時*/
    height: auto;
	max-height: 200px;
	padding: 0 20px 20px;
}
.qa_toggle:checked + .qa_Label::before {
	transform: rotate(-180deg) !important;
    opacity: 0.6;
}

/*━━━━━━━━━━ sec010 */
.sec_010{
    position: relative;
}
.sec_010_content{
    width: 100%;
    max-width: 1100px;
    margin: 100px auto 50px;
    background-color: #FFF;
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.sec_010_content h2{
    font-size: 39px;
    line-height: 1.6em;
    color: #193693;
    font-weight: 600;
}
.sec_010_content h2 small{
    font-size: 21px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    color: #193693;
    font-weight: 600;
}
.sec_010_content h2 span{
    font-size: 30px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #B67008;
    font-weight: 600;
}
.sec_010_content h2 strong{
    color: #FFF;
    display: inline-block;
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    padding: 0 6px;
    font-size: 39px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin: 8px 7px 0 0px;
}
.sec_010_download{
    margin: 80px auto 100px;
}

.sec_010_download_inner{
    border: 10px solid;
    height: 316px;
    margin-inline: auto;
    max-width: 1000px;
    width: auto;
    border-image: linear-gradient(to right, #003cff, #51d4b4);
    border-image-slice: 1;
}
.sec_010_download_inner02{
    margin-top: 52px;
}
.sec_010_download_inner h2{
    font-size: 39px;
    line-height: 1.6em;
    color: #193693;
    font-weight: 600;
    text-align: center;
}
.sec_010_download_inner h2 strong{
    display: inline-block;
    color: #181717;
    background: -webkit-linear-gradient(0deg, #003cff, #51d4b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

form{
    text-align: left;
}
form p{
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #181717;
    font-weight: 500;
}
form dt:not(:first-child){
    margin-bottom: 7px;
}
form dd{
    margin: 0;
    width: 100%;
}
form dd.name_inputs{
    display: flex;
    gap: 0 8px;
    margin-left: 0;
}
form dd.name_inputs > div{
    width: calc(50% - 4px);
    flex-shrink: 1;
}
form dd.name_inputs,
form dd.corp_inputs,
form dd.mail_inputs,
form dd.tel_inputs{
    & > div > p {
        margin-top: 6px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
    }
}
form dd.name_inputs > div > input {
    width: 100%;
}

form dt.hissu {
    display: flex;
    align-items: center;
    gap: 0 7px;
}
form dt.hissu::before {
    width: 35px;
    height: 21px;
    content: url("../images/resk/icon_form_hissu.svg");
}

form input,
form textarea {
    box-sizing: border-box;
    background: #E4EDF8;
    border: none;
    padding: 0px 10px;
    width: 100%;
    height: 50px;
}
form textarea {
    height: 220px;
}
form input.invalid {
    background: #F2D8D4;
    border: 2px solid #D7170A;
}
form .variable_error_msg{
    color: #D7170A;
    font-size: 12px;
    line-height: 19px;
    visibility: hidden;
    margin-bottom: 12px;
}
form dd.name_inputs > div > p.variable_error_msg{
    font-size: 12px;
}
form input.invalid ~ .variable_error_msg{
    visibility: visible;
}
form .privacy_policy {
    margin-top: 43px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    @media screen and (max-width: 767px){
        margin: 20px 0 8px;
    }
}
form .privacy_policy_vd{
    line-height: 1.6;
    text-decoration: none;
    text-align: left;
    text-indent: -32px;
    padding-left: 38px;
    text-align: center;
    @media screen and (max-width: 767px){
        text-align: left;
    }
}
.privacy_policy_checkbox{
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.service_contact_privacy_link{
    text-decoration: underline;
}
.service_contact_privacy_link:hover{
    text-decoration: none;
}


form #download_btn {
    display: block;
    width: 440px;
    height: 114px;
    margin: 0 auto;
    background: transparent url('../images/resk/btn_dl.png') no-repeat;
    background-size: cover;
    cursor: pointer;
    padding: 0;
}
form #download_btn:disabled {
    background: url('../images/resk/btn_dl_disabled.png') no-repeat;
    cursor: not-allowed;
}
form #download_btn:hover {
    opacity: .6;
}
.sec_010 .isms {
    padding: 0 50px;
    margin-bottom: 40px;
    text-align: left;
}
.sec_010 .isms > p {
    font-size: 16px;
}
.sec_010 .isms .mb0 {
    margin-bottom: 0;
}
.sec_010 .isms_description_text p:first-child {
    margin-top: 0;
}
.sec_010 .isms_description_text > p {
    font-size: 16px;
}
.sec_010 .isms_description_text > p:last-child {
    font-size: 13px;
}
.sec_010 .isms_description {
    display: flex;
    justify-content: space-between;
}
.sec_010 .isms_description_text {
    width: calc(100% - 202px);
}
.sec_010 .isms_description img {
    width: 152px;
    height: 84px;
}
.sec_010_download_box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px;
}

.image_banner{
    background: url('../images/resk/bg_CTA.webp') no-repeat;
    background-position: top center;
    height: 616px;
    display: block;
    width: 1920px;
    background-size: contain;
    min-height:70vh;
    position: relative;
}
.image_bnr_button{
    display: flex;
    position: relative;
    top: 400px;
    left: 400px;
}
.image_bnr_docs{
   background: url('../images/resk/float_cta_btn_docs.svg') no-repeat;
   background-position: top center;
   background-size: cover;
   aspect-ratio: 454 / 115;
   height: 115px;
   /* border-radius: 43px; */
}
.image_bnr_contact{
    display: block;
    background: url('../images/resk/cta_btn_cont.png') no-repeat;
    background-position: top center;
    background-size: cover;
    box-shadow: 5px 12px 20px rgba(189, 198, 228, .74);
    aspect-ratio: 400 / 74;
    height: 74px;
    border-radius: 43px;
    background-size: cover;
    margin: 11px auto 0;
}
.sec_010_download_inner02 .image_bnr_contact{
    display: block;
    background: url('../images/resk/cta-inner-btn.png') no-repeat;
    background-position: bottom center;
    background-size: cover;
    box-shadow: 5px 12px 20px rgba(189, 198, 228, .74);
    aspect-ratio: 400 / 74;
    height: 74px;
    border-radius: 43px;
    background-size: cover;
    margin: 11px auto 0;
}
a.image_bnr_docs:hover,
a.image_bnr_contact:hover{
    opacity: 0.6;
}
.image_banner .image_bnr_contact {
    margin-left: -40px;
}
.float_image_bnr_button{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 50px;
    width: 768px;
    margin-left: calc(50% - 410px);
}
#online_seminar{
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 10000;
    padding: 10px 30px;
    background-color: #E4EDF8;
    margin: 0 auto 0;
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease;
}
#online_seminar .float_image_bnr_button > a {
    width: 400px;
    height: 74px;
    border-radius: 37px;
    background-color: #ffffff;
    filter: drop-shadow(5px 12px 20px rgba(189, 198, 228, 0.74));
    position: relative;
}
#online_seminar .float_image_bnr_button .link_icon {
    position: absolute;
    left: -29px;
    top: -11px;
}
#online_seminar a img {
    width: auto;
}
#online_seminar a:hover img {
    display: block;
    opacity: 0.6;
}
#online_seminar.is-hidden {
    visibility: hidden;
    opacity: 0;
}

.sec_com{
    max-width: 726px;
    margin: 60px auto 144px;
    display: block;
    position: relative;
    padding-top: 10px;
}
.sec_com dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sec_com dt{
  width: 22%;
  padding-bottom: 20px;
  margin-bottom: 10px;
    color: #193693;
    font-weight: 600;
    display: inline-flex;
}
.sec_com dd{
  width: 70%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  display: inline-flex;
  line-height: 1.6;
}

.footer{
    height: 217px;
    background-color: #193693;
    color: #FFF;
    margin: 0;
    font-size: 16px;
}
.footer a:link,.footer a:active,.footer a:visited{
    color: #FFF;
    text-decoration: none;
    
}
.footer ul li{
    list-style: none;
}
.footer__path {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1078px;
    position: relative;
    padding: 8px 0;
    top: 30px;
}
.footer__path li {
    height: 28px;
}
.footer__path li a {
    font-size: 0;
    color: #999;
    transition: color 0.2s ease;
}
.footer__path li a img {
    height: 52px;
    width: 267px;
}
.footer__path li:nth-of-type(1) ~ li {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 78px;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.footer__path li:nth-of-type(1) ~ li a,
.footer__path li:nth-of-type(1) ~ li strong {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    position: relative;
}
.footer__path li:nth-of-type(1) ~ li a:after,
.footer__path li:nth-of-type(1) ~ li a:before,
.footer__path li:nth-of-type(1) ~ li strong:after,
.footer__path li:nth-of-type(1) ~ li strong:before {
    background: #999;
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: background .2s ease;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 10px;
}
.footer__path li:nth-of-type(1) ~ li a:after,
.footer__path li:nth-of-type(1) ~ li strong:after {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.footer__path li:nth-of-type(1) ~ li strong {
    color: #fff;
}
.footer__path li:nth-of-type(1) ~ li a:hover:after,
.footer__path li:nth-of-type(1) ~ li a:hover:before {
    background: #fff;
}
.footer__path li:nth-of-type(1) ~ li a:active:after,
.footer__path li:nth-of-type(1) ~ li a:active:before {
    background: #999;
}
.footer__path--top li a img {
    position: static !important;
}
.footer__sitenav {
    font-size: 0;
    height: 24px;
    margin: 0 auto;
    max-width: 1078px;
    text-align: right;
}
.footer__sitenav img {
    height: 17px;
}
.footer__sitenav li {
    display: inline-block;
    font-size: 12px;
    margin: 0 16px 0 0;
}
.footer__sitenav a {
    color: #999;
    transition: color 0.2s ease;
    position: relative;
    z-index: 1;
}
.footer__sitenav a:hover {
    color: #fff;
}
.footer__sitenav a:active {
    color: #999;
}
.footer__copyright {
    color: #FFF;
    display: block;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    margin: 0 auto 0;
    max-width: 1078px;
    text-align: center;
    position: relative;
    bottom: -50px;
    z-index: 11;
}
.footer__copyright a {
    color: #666;
}
.footer__copyright a:hover {
    color: #fff;
}
.footer__copyright br {
    line-height: 1em;
}

.sp{
    display: none;
}

@media screen and (max-width: 1439px) {
    header {
        width: 100%;
        height: 43px;
        top: 0;
        z-index: 99;
    }
    h1 {
        left: 30px;
        top: 0;
        z-index: 100;
        margin-left: 20px;
        width: 143px;
        height: 43px;
    }
    h1 > a > img {
        width: 143px;
        height: 43px;
    }
    h1 .logo_rev {
        position: absolute;
        inset: 0;
    }
    .header-nav {
        display: none;
    }
    .nav_cta {
        display: none;
    }
    .btn_contact::after {
        display: none;
    }
    .mobile_menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
    }
    .menu_button {
        position: relative;
        z-index: 100;
        padding: 0;
    }
    .menu_button .menu_btn_open {
        position: absolute;
        inset: 0;
    }
    .menu_button .is-hidden {
        opacity: 0;
    }
    .drawer_menu {
        display: block;
        position: fixed;
        inset: 0;
        color: #fff;
        background: url('../images/resk/menu_bg_sp.png'), #193693;
        background-position: top right, top center;
        background-repeat: no-repeat, no-repeat;
        opacity: 1;
        transition: opacity 0.5s;
        z-index: 99;
    }
    .drawer_menu.hidden {
        opacity: 0;
    }
    .drawer_menu.none {
        display: none;
    }
    .drawer_list {
        margin-top: 100px;
        margin-left: 65px;
        list-style: none;
        padding: 0;
    }
    .drawer-item {
        margin-bottom: 30px;
    }
    .drawer-item.link-btn{
        width: 268px;
        margin-left: -8px;
        img{
            width: 100%;
        }
    }
    .drawer-link {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
.pc{
    display: none;
}
body{
    background: unset;
    width: 100%;
    margin: 0;
 }
main {
    background-color: #f3f3f3;
    border-left-width: 6px;
}
.sp{
    display: block;
}

header {
    top: 10px;
    height: 43px;
    z-index: 20;
}
h1 {
    left: 10px;
    top: 0;
    width: 143px;
    height: 43px;
    margin: 0;
}

/* mv */
.mv_area {
    width: 100vw;
    height: auto;
    padding: 0 0 20px;
    position: relative;
    background-image: image-set(
        url("../images/resk/mv_bg_sp.png") 1x,
        url("../images/resk/mv_bg_sp@2x.png") 2x,
        url("../images/resk/mv_bg_sp@3x.png") 3x
    );
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.mv_bg {
    min-width: auto;
    width: 358px;
    height: auto;
    right: 0;
}
.mv_copy_bg {
    width: 227px;
    height: 186px;
    background-size: contain;
    top: 166px;
    left: 64px;
}
h2.mv_main_ttl {
    width: 239px;
    height: 186px;
    top: -10px;;
    font-size: 42px;
    translate: -9px 0;
}
.mv_shoulder_copy {
    width: 197px;
    font-size: 12px;
}
.mv_sub_copy {
    font-size: 14px;
    width: fit-content;
    padding: 0;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.mv_subcopy_bg {
    display: block;
    width: 81px;
    height: 78px;
    background-size: contain;
    font-size: 10px;
    left: 270px;
}
.mv_subcopy_bg p {
    top: 20px;
}
.mv_subcopy_bg strong{font-size: 18px;}
.mv_subcopy_bg span{font-size: 14px;}

.mv_cta_area {
    top: calc(-10vw + 232.5px);
    left: 0;
    right: 0;
    margin: auto;
}
.mv_cta_area img {
    width: 300px;
    height: auto;
}
.mv_cta_area a {
    display: block;
    width: fit-content;
    margin: 10px auto 20px;
    background: transparent;
}
.mv_cta_area .link_icon {
    left: -30px;
    left: calc(-100vw * 30 / 375);
    width: calc(100vw * 53 / 375);
    height: calc(100vw * 45 / 375);
}
.mv_cta_area .link_bnr {
    width: calc(100vw * 289 / 375);
    height: calc(100vw * 78 / 375);
}
.mv_feature_banners {
    gap: 0;
    top: 190px;
    left: 0;
    justify-content: center;
}
.mv_feature_banners .mv_feature {
    width: 176px;
    height: 155px;
}
.mv_trophy {
    width: 335px;
    height: auto;
    margin: 230px auto 0;
}

.sec_under_mv {
    background-color: #f3f3f3;
}
.loop {
    top: 0;
}
.sec_under_mv p {
    margin: auto;
}
.loop__box img {
    min-width: auto;
    height: 22px;
    padding-right: 10px;
}

/* セクション1 */
.sec01 {
    max-width: 100vw;
    height: auto;
    overflow-x: hidden;
    background-image:
        linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 100%),
        url('../images/resk/sec01_bg_sp.webp'),
        linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-position: center top, center bottom, center bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% 200px, cover, 100% 100px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.sec01 h2.ttl_normal {
    margin-bottom: 20px;
}
h2.ttl_normal {
    font-size: 24px;
    line-height: 1.5;
}
h2.ttl_normal span {
    font-size: 16px;
    line-height: 1.5;
}
.sec01_box ul {
    width: 337px;
    padding: 0;
    margin: auto;
    flex-direction: column;
}
.sec01_box_inner {
    display: flex;
    align-items: center;
    width: 329px;
    height: 142px;
    margin-bottom: 2px;
    padding-left: 8px;
}
.sec01_box_inner img {
    width: 101px;
    height: auto;
    margin: 0 10px 0 0;
}
.sec01_box_inner img.sec01_img_01 {
    width: 111px;
    margin: 0;
}
.sec01_box_inner p {
    font-size: 18px;
    text-align: left;
    width: 168px;
}
/* サブセクション */
.sec01_subsection {
    position: relative;
    width: 337px;
    padding-top: 20px;
}
.sec01_subsection .img{
    width: 164px;
    height: auto;
}
.sec01_subsection .img img{
    width: 100%;
    height: auto;
    display: block;
}


.sec01_sub_title {
    font-size: 18px;
}
.sec01_sub_title .sec01_sub_main {
    font-size: 24px;
    color: #193693;
}
.sec01_cost {
    width: 298px;
    height: 188px;
    margin-top: 20px;
}
.sec01_problem {
    margin-top: 20px;
}
.sec01_problem_item {
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    width: 296px;
    height: auto;
    padding: 8px 8px 8px 54px;
    margin: 0 auto 2px;
}
.sec01_problem_item::before {
    left: 16px;
}
.problem_point {
    font-size: 21px;;
}
.sec01_answer {
    padding: 20px 0 30px;
}
.answer_upper {
    font-size: 18px;
}
.answer_lower {
    font-size: 16px;
}
.answer_lower strong {
    display: block;
    width: fit-content;
    margin: 6px 0;
    font-size: 28px;
}

/* セクション2 */
.sec02 {
    max-width: 100vw;
    height: auto;
    overflow-x: hidden;
    background-image: url('../images/resk/sec02_bg_sp.webp');
    background-size: cover;
}
.sec02:before {
    display: none;
}
.sec02 h2.ttl_bbbox_tg {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}
.sec02 h2.ttl_bbbox_tg strong {
    display: inline-block;
    font-size: 21px;
    margin: 4px 0;
    padding: 4px 10px;
}
.sec02 h2.ttl_bbbox_tg span {
    font-size: 21px;
}
.sec02_box ul {
    padding: 0;

}
.sec02_box ul li {
    display: flex;
}
.sec02_box ul li:nth-child(2) {
    margin: 10px 0 0 0;
}
.sec02_box_inner {
    width: 335px;
    height: 120px;
}
.sec02_box_inner img {
    width: 96px;
    height: auto;
}
.sec02_box_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 211px;
    height: 75px;
    font-size: 18px;
    left: auto;
    right: 0;
    top: 23px;
    padding: 0;
    margin: 0;
}

/* セクション3 */
.sec03 {
    max-width: 100vw;
    height: auto;
    overflow-x: hidden;
    margin-top: 0;
}
.sec03-table h2.ttl_topbox {
    font-size: 24px;
}
.sec03-table h2.ttl_topbox span {
    font-size: 16px;
}
.sec03-table .table_ggg {
    width: 100vw;
    overflow-x: scroll;
}
.sec03-table .table_ggg img {
    width: auto;
    height: 380px;
    padding: 0 16px 16px;
}
.sec03-table h3.ttl_staff_voice {
    font-size: 18px;
    margin-top: 0;
    padding-top: 0;
}
.sec03-table h3.ttl_staff_voice strong {
    font-size: 21px;
    margin-top: 4px;
}

.sec03 .slider {
    margin: 0;
}

.sec03 .slider .slide {
    margin: 0 10px;
}
.block_staff_voice{
    flex-direction: column;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}
.block_staff_voice img {
    width: 100%;
    position: static;
}
.block_staff_voice > .inner_staffvoice_comt{
    padding: 15px 18px 33px;
    width: 100%;
}
.inner_staffvoice_comt h3{
    font-size: 18px;
    line-height: 25.2px;
    color: #193693;
    margin: 0;
}
.inner_staffvoice_comt h3.inner_staffvoice_comt_head{
    width: 245px;
}
.inner_staffvoice_comt p {
    font-size: 12px;
    line-height: 19.2px;
    white-space: pre-wrap;
}

.inner_staffvoice_his h4{
    margin: 12px 0;
    font-size: 14px;
    line-height: 22.4px;
}
.inner_staffvoice_his p{
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    padding: 0;
    color: #181717;
    background-color: unset;
}
.inner_staffvoice_his .between_border{
    width: 100%;
    height: 2px;
    background-color: #193693;
    margin: 23px 0;
}

.sec03 .slider .slick-arrow {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-image: url('../images/resk/slider_arrow_sp.svg');
}
.sec03 .slider .slick-next {
    left: calc(70% + 85px);
}

/* プログレスバー 
   ・ナビゲーションドットをアニメーションさせる
   ・ナビゲーションドットはactiveのもの以外は非表示 */
.sec03 .slider .slick-dots li {
    width: 85%;
    left: 8%;
    top: -28px;
}

/* セクション5 */
.sec_05 {
    display: block;
    width: 100vw;
    height: auto;
    background-image: 
        url('../images/resk/sec05_bg_sp.svg');
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 32px;
    padding-top: 30px;
}
.sec_05_wrapper {
    width: calc(100vw - 30px);
    margin: 0 0 0 30px;
    background-image: 
        image-set(
            url("../images/resk/sec05_img_sp.webp") 1x,
            url("../images/resk/sec05_img_sp@2x.webp") 2x,
            url("../images/resk/sec05_img_sp@3x.webp") 3x
        );
    background-size: auto 210px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    padding-top: 210px;
}
.sec_05_catch {
    width: fit-content;
    font-size: 16px;
    margin: auto;
}
.sec_05_catch .catch_question {
    display: inline-block;
    font-size: 24px;
    margin-top: 12px;
}
.sec_05_google {
    width: 300px;
    margin: 16px 0 0 16px;
}
.sec05_icon_certified {
    margin-left: 16px;
}
.sec_05_description {
    width: 300px;
    font-size: 14px;
    margin: 1em auto;
}
.sec_05_links{
    display: flex;
    flex-direction: column;
    margin-left: 0;
    width: fit-content;
}
.sec_05 .link_doc {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
}
.sec_05 .link_icon {
    position: absolute;
    left: 0;
    top: 0;
}
.sec_05 .link_consult {
    width: 100%;
    height: auto;
    background: transparent;
    margin-top: -20px;
}
.sec_05_links .link_bnr {
    width: 100%;
    height: 100%;
}
.sec05_subcopy_bg {
    left: calc(100vw * 275 / 375);
    top: 163px;
    width: calc(100vw * 80 / 375); 
}

/* セクション6 */
.sec06_listbox_charm {
    flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.sec06_listbox_charm dl {
    display: block;
    width: 100%;
    position: relative;
    margin: 10px auto 0;
}
.sec06_listbox_charm dl:nth-child(2n) {
    margin-left: 0;
}
.sec06_listbox_charm dl:nth-child(n+3){
    margin-top: 10px;
}
.sec06_listbox_charm dl > .step_num{
    top: -10px;
    left: 12px;
    width: 44px;
    height: 44px;
    font-size: 24px;
    line-height: 19.68px;
}
.sec06_listbox_charm dl > .step_num > span{
    font-size: 12px;
    line-height: 9.84px;
}
.sec06_listbox_charm dl.charm01 {
    background-size: 71px 89px;
    background-position: 10px 16px;
    dt{
        margin-top: 40px;
    }
}
.sec06_listbox_charm dl.charm02 {
    background-size: 65px 90px;
    background-position: 16px 16px;
    dt{
        margin-top: 24px;
    }
}
.sec06_listbox_charm dl.charm03 {
    background-size: 64px 91px;
    background-position: 16px 16px;
    dt{
        margin-top: 24px;
    }
}
.sec06_listbox_charm dl dt {
    display: grid;
    place-items: center;
    width: 214px;
    padding: 0 0 0 90px;
    margin-top: 20px;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 25.2px;
}
.sec06_listbox_charm dl dd {
    margin: 16px 0 0;
    padding: 0 16px 24px;
    font-size: 14px;
}

/* セクション7 */
.sec_07 {
    height: auto;
    width: 100%;
    min-width: 350px;
    padding-top: 40px;
    background-color: #fff;
    background-image: 
        image-set(
            url("../images/resk/sec07_bg_sp.png") 1x,
            url("../images/resk/sec07_bg_sp@2x.png") 2x,
            url("../images/resk/sec07_bg_sp@3x.png") 3x
        ),
        linear-gradient(0deg, #f3f3f3 0%, #f3f3f3 100%);
    background-size: 100% auto,100% 270px;
    background-position: left 0px,left bottom;
    background-repeat: no-repeat, no-repeat;
}
.sec_07 h2.ttl_normal {
    margin-bottom: 0;
}
.sec_07 .sec_07_flow > p {
    margin-top: 0;
}
.sec_07 p {
    font-size: 21px;
}
.sec_07 p span {
    font-size: 21px;
}
.sec_07 p span .num {
    font-size: 40px;
}
.sec_07 p strong {
    font-size: 21px;
}
ul.sec07_listbox_flow {
    flex-direction: column;
    width: 315px;
    margin: auto;
    padding: 0;
}
ul.sec07_listbox_flow li {
    width: 315px;
    height: 60px;
    padding: 5px 0 5px 70px;
    background-position: center left;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}
ul.sec07_listbox_flow li:nth-child(n+2) {
    margin: 2px 0 0 0;
}
ul.sec07_listbox_flow li strong,
ul.sec07_listbox_flow li span {
    font-size: 16px;;
}
.sec07_listbox_steps {
    background: url('../images/resk/sec07_steps_bg_sp.svg') no-repeat;
    background-position: 0 calc(-56vw + 514px);
    padding-top: 20px;
}
.sec07_listbox_stepup::before{
    display: none;
}
.sec07_sideimg {
    position: static;
    translate: 0;
}
.sec07_sideimg img {
    max-height: 216px;
    width: 100vw;
    object-fit: cover;
}
.sec07_listbox_steps .steps_title {
    margin: 20px 0 0;
}
.sec07_listbox_steps ol {
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.sec07_listbox_steps ol li {
    width: calc(100vw - 55px);
    background-size: 58px;
    margin-top: 10px;
}
.sec07_listbox_steps ol li.wide_item {
    width: calc(100vw - 55px);
}
.sec07_listbox_steps ol li#step01,
.sec07_listbox_steps ol li#step02,
.sec07_listbox_steps ol li#step03,
.sec07_listbox_steps ol li#step04 {
    left: 0;
    display: flex;
    justify-content: flex-end;
    background-size: 58px;
}
.sec07_listbox_steps_inrbox {
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    width: calc(100vw - 100px);
    padding: 20px;
}
.sec07_listbox_steps ol li.wide_item .sec07_listbox_steps_inrbox{
    width: calc(100vw - 100px);
}
.sec07_listbox_steps ol li .sec07_listbox_steps_inrbox h3 {
    font-size: 18px;
    letter-spacing: 0;
}
.sec07_listbox_steps ol li .sec07_listbox_steps_inrbox p {
    font-size: 14px;
    letter-spacing: 0;
}
.sec07_listbox_steps ol li .sec07_listbox_steps_inrbox ul {
    padding: 5px 0 10px 30px;
}
.sec07_listbox_steps ol li .sec07_listbox_steps_inrbox ul li {
    width: auto;
    font-size: 12px;
}
.sec07_listbox_stepup {
    width: 312px;
    margin: 18px auto;
}
.sec07_listbox_stepup h2 {
    font-size: 18px;
    margin-left: 0;
}
.sec07_listbox_stepup h2 > span {
    line-height: 28.8px;
    padding-bottom: 4px;
}
.sec07_listbox_stepup h2 > span.underline {
    background: linear-gradient(to right, #3BAAC9 0%, #51d4b4 48%, #003cff 48%, #3BAAC9 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 10%;
}
.sec07_listbox_stepup p {
    font-size: 14px;
}
#stepup_01, #stepup_02, #stepup_03, #stepup_04 {
    top: 0;
}
.sec07_support_img {
    margin: auto;
}
.listbox_stepup_img, .listbox_stepup_img,
.listbox_stepup_img, .listbox_stepup_img img{
    width: 312px;
    height: 397px;
}
.listbox_stepup_img, .listbox_stepup_img{
    margin-top: 5px;
}

.sec07_certificate{
    flex-direction: column-reverse;
    gap: 20px 0;
    width: 305px;
    height: 534px;
    margin: 0 auto 50px;
}
.sec07_certificate .certificate_img,
.sec07_certificate .certificate_img img{
    width: 255px;
    height: 172px;
}
.sec07_certificate .certificate_description{
    width: 255px;
    height: 282px;
}
.sec07_certificate .certificate_description > h3{
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 38.4px;
}
.sec07_certificate .certificate_description > p{
    font-size: 14px;
    line-height: 23.8px;
}
.sec07_after_support{
    height: auto;
    padding: 24px 20px;
    box-sizing: border-box;
    background-image: url('../images/resk/sec07_after_support_bg_sp.png');
    img{
        width: 100%;
    }
}
.sec_07 + .sec_05 {
    margin-top: 32px;
}

/* セクション8 */
.sec_08 {
    width: 100vw;
    margin-top: 24px;
}
.sec_08 h2{
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    margin: 0 auto;
}
.sec_08 h2 span{
    font-size: 28px;
    font-weight: 700;
    line-height: 39.2px;
}
.sec_08 h2 strong{
    padding: 0 6px;
    margin: 8px 7px 0 0px;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}
.sec_08_cost {
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-top: 22px;
} 
.sec_08_cost .deduction {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 295px;
    height: 146px;
    margin: 0 auto;
}
.sec_08_cost .deduction .if_get_deduction{
    width: 295px;
    height: 40px;
    font-size: 20px;
    line-height: 28px;
}
.sec_08_cost .deduction .deduction_num{
    margin: 0 auto;
}
.sec_08_cost .cost_description p.sec_08_cost_text{
    width: 295px;
    height: auto;
    margin-top: 14px;
}
.sec_08_cost img{
    width: 295px;
    height: 270.89px;
}
.deduction_step_wrapper{
    width: 335px;
    height: 1231px;
    margin: 20px auto 0;   
}
.deduction_step_wrapper h2{
    margin: -16px auto 0 auto;
}
.deduction_step_wrapper .deduction_step_description{
    width: 295px;
    font-size: 14px;
    line-height: 19.6px;
    text-align: left;
}
.deduction_step_wrapper .deduction_step_list{
    flex-direction: column;
    width: 295px;
    height: 975px;
}
.deduction_step_wrapper .deduction_step_list > li{
    position: relative;
    width: 295px;
    height: 343px;
    padding-left: 20px;
    padding-top: 30px;
}
.deduction_step_wrapper .deduction_step_list > li:last-child{
    height: 289px;
}
.deduction_step_wrapper .deduction_step_list > li:not(:last-child)::after{
    top: auto;
    bottom: -13px;
    left: 0;
    width: 295px;
    height: 26px;
    aspect-ratio: unset;
    background-image: url("../images/resk/sec08_step_arrow_sp.svg");
    background-position: 0 -2px;
}
.deduction_step_wrapper .deduction_step_list > li > .step_num{
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 64px;
}
.deduction_step_wrapper .deduction_step_list > li > .step_img{
    width: 255px;
    height: 200px;
}
.deduction_step_wrapper .deduction_step_list > li > .step_times{
    width: 255px;
}
.deduction_step_wrapper .deduction_step_list > li > .step_before,
.deduction_step_wrapper .deduction_step_list > li > .step_after{
    width: 255px;
    margin: 0;
    font-size: 14px;
    line-height: 19.6px;
}
.deduction_step_wrapper .deduction_step_list > li > .step_before{
    margin-top: 8px;
}
.deduction_step_wrapper .deduction_step_list > li > .step_before::after{
    margin: 10px auto 4px;
}
.deduction_step_wrapper .deduction_step_list > li:last-child > .step_after{
    margin-top: 4px;
}
.deduction_step_wrapper .deduction_step_support{
    width: 295px;
    font-size: 22px;
    line-height: 33px;
}

.sec_step_for_lecture{
    margin: 120px auto 0;
    width: calc(100% - 40px);
}
.sec_step_for_lecture h2{
    font-size: 24px;
    color: rgba(25, 54, 147, 1);
    line-height: 33.6px;
}
.sec_step_for_lecture dl{
    position: relative;
    margin-left: 22px;
}
.sec_step_for_lecture dl > .vertical_line{
    top: 115px;
    left: 0;
    width: 2px;
    height: 952px;
}
.sec_step_for_lecture dl > .step_item{
    position: relative;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px 0;
    width: calc(100% - 24px);
    height: 230px;
    padding: 0 34px;
}
.sec_step_for_lecture dl > .step_item > .step_num{
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
}
.sec_step_for_lecture dl > .step_item > .step_num{
    font-size: 24px;
    line-height: 19.68px;
}
.sec_step_for_lecture dl > .step_item > .step_num > span{
    font-size: 12px;
    line-height: 9.84px;
}
.sec_step_for_lecture dl > .step_item > dt{
    flex-basis: auto;
    font-size: 24px;
}
.sec_step_for_lecture dl > .step_item > dd{
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
}

/* よくある質問 */
.sec_qa {
    margin-top: 100px;
}
.sec_qa_accordion {
    width: 335px;
}
.qa_Label {
    gap: 0;
    padding-right: 70px;
    font-size: 18px;
}
.qa_Label .image_wrapper {
    min-width: 42px;
    width: 42px;
    height: 22px;
}

/* セクション10 */
.sec_010 {
    width: 100vw;
    height: auto;
    margin-bottom: 170px;
    @media screen and (max-width: 767px){
        margin-bottom: 30px;
    }
}
.sec_010_content {
    width: calc(100% - 40px);
    margin-top: 50px;
    padding: 0;
    position: relative;
}
.sec_010_content > h2 {
    font-size: 21px;
    position: relative;
    line-height: 1.5;
    margin-top: 0;
    padding-top: 30px;
}
.sec_010_content > h2 small {
    font-size: 18px;
}
.sec_010_content > h2 span {
    font-size: 18px;
}
.sec_010_content > h2 strong {
    font-size: 21px;
    margin: 4px 0;
}
.sec_010_content p {
    width: 302px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
}
.sec_010_download {
    margin: 40px auto 0;
    padding-bottom: 30px;
}
.sec_010_download_box {
    flex-wrap: wrap;
}
.sec_010_download_list {
    background: none;
    width: calc(100% - 80px);
    min-width: 295px;
    border: solid 2px #193693;
    position: relative;
    top: 0;
}
.sec_010_download_list .download_icon {
    position: absolute;
    right: -5px;
    bottom: -15px;
    width: 83px;
    height: auto;
}

.sec_010_download_list .bg{
    position: absolute;
    width: 108px;
    height: auto;
    left: 2px;
    bottom: 0;
    z-index: 10;
}
.sec_010_download_list h3 {
    left: 128px;
    top: 20px;
    margin: 0;
    font-size: 18px;
}
.sec_010_download_list ul {
    margin: 40px 16px 16px;
    padding: 10px;
    background-color: #f4f3f3;
}
.sec_010_download_list ul > li {
    font-size: 12px;
    line-height: 2;
    margin: 0;
}
form {
    box-sizing: border-box;
    width: min(100%, 535px);
    padding: 0 20px;
}
form #download_btn {
    background: url('../images/resk/btn_dl_sp.png') no-repeat;
    background-size: contain;
    width: 100%;
}
form #download_btn:disabled {
    background: transparent url('../images/resk/btn_dl_disabled_sp.png') no-repeat;
    background-size: contain;
}
form dd.name_inputs > div > p {
    font-size: 12px;
}
.sec_010 .isms {
    padding: 0 20px;
    margin-top: -80px;
}
.sec_010 .isms > p {
    font-size: 14px;
    margin-bottom: 1em;
}
.isms_description {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
}
.sec_010 .isms_description_text {
    width: 100%;
}
.sec_010 .isms_description_text > p {
    font-size: 14px;
    margin-top: 1em;
}
form .privacy_policy {
    font-size: 14px;
}
.isms > p {
    font-size: 14px;
}
.isms_description_text > p {
    font-size: 14px;
}
.isms_description_text > p:last-child {
    font-size: 12px;
}
.isms_description_text {
  width: 100%;
}
.sec_010_download_inner {
    height: auto;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.sec_010_download_inner h2 {
    font-size: 24px;
    line-height: 1;
    margin: 16px auto;
}
.sec_010_download_inner h2 strong {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.sec_010_download_inner p {
    width: 250px;
    margin: auto;
    font-size: 14px;
}
.sec_010_download_inner .image_bnr_contact {
    width: 250px;
    height: 51px;
    margin: 20px auto;
    background-image: image-set(
        url("../images/resk/download_btn_cont_sp.png") 1x,
        url("../images/resk/download_btn_cont_sp@2x.png") 2x,
        url("../images/resk/download_btn_cont_sp@3x.png") 3x
    );
}
.sec_010_download_inner02 .image_bnr_contact {
    width: 250px;
    height: 51px;
    margin: 20px auto;
    background-color: transparent;
    background-image: image-set(
        url("../images/resk/cta-inner-btn.png") 1x,
        url("../images/resk/cta-inner-btn-sp.png") 2x
    );
    background-size: contain;
}

/* 会社概要 */
.sec_com {
    box-sizing: border-box;
    margin: auto;
    width: 100vw;
    padding: 0 20px 0 30px;
    line-break: strict;
}
.sec_com dl {
    margin-bottom: 0;
}
.sec_com dt {
    display: block;
    width: 100%;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sec_com dd {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-left: 0;
}

/* footer */
.footer {
    height: 160px;
    margin: 0;
}
.footer__path {
    justify-content: center;
    padding: 0;
    height: 29px;
}
.footer__path li a img {
    width: 149px;
    height: 29px;
}
.footer__sitenav {
    margin-top: 50px;
    padding-left: 0;
    text-align: center;
}
.footer__copyright {
    font-size: 10px;
    bottom: 0;
}
#online_seminar {
    display: flex;
    width: 100vw;
    align-items: center;
    padding: 10px 0;
    bottom: 0;
}
.float_image_bnr_button {
    gap: 2vh;
    width: 335px;
    margin: auto;
}
#online_seminar .float_image_bnr_button a {
  width: 164px;
  height: 38px;
}
#online_seminar .float_image_bnr_button .link_bnr {
    width: 100%;
    height: 100%;
}
}

/* add-css 202509 */
.section_break{
    width: 100%;
    background: #fff;
    padding-top: 50px;
    img{
        width: 100%;
        vertical-align: bottom;
    }
}
.section_price{
    width: 100%;
    max-width: 1100px;
    margin: 140px auto 0;
    @media screen and (max-width: 767px){
        margin-top: 80px;
    }
    .price_title{
        position: relative;
        margin: 0;
        span{
            display: block;
            background: #193693;
            border-radius: 200px;
            color: #fff;
            font-size: 39px;
            letter-spacing: 1%;
            text-align: center;
            @media screen and (max-width: 767px){
                font-size: 24px;
                width: calc(100% - 100px);
                margin: 0 auto;
            }
        }
        img{
            position: absolute;
            right: 0;
            top: -50%;
            transform: translateY(-30%);
            @media screen and (max-width: 767px){
                width: 116px;
            }
        }
    }
    .price_info{
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 36px;
        @media screen and (max-width: 767px){
            width: calc(100% - 40px);
            margin: 20px auto 0;
            gap: 15px;
            img{
                width: 100%;
            }
        }
    }
    .price-base-price{
        text-align: center;
        img{
            width: 100%;
            max-width: 1012px;
            margin: 0 auto;
        }
        @media screen and (max-width: 767px){
            width: calc(100% - 40px);
            margin: 0 auto;
        }
    }
    .price-title-read{
        color: #193693;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        margin: 44px 0 8px;
        @media screen and (max-width: 767px){
            font-size: 16px;
        }
    }
    .price_read{
        text-align: center;
        margin-top: 40px;
        @media screen and (max-width: 767px){
            width: calc(100% - 40px);
            margin: 20px auto 0;
            text-align: left;
        }
        span{
            color: #D7170A;
        }
    }
    .price_chart-title{
        font-size: 33px;
        color: #193693;
        letter-spacing: .33px;
        text-align: center;
        margin: 72px 0 12px;
        @media screen and (max-width: 767px){
            font-size: 18px;
        }
    }
    .price_chart-img{
        text-align: center;
        margin-top: 36px;
        @media screen and (max-width: 767px){
            width: calc(100% - 40px);
            margin: 20px auto 0;
            text-align: left;
        }
        img{
            width: 100%;
            max-width: 928px;
            margin: 0 auto;
        }
    }
    .price_chart-imgchart{
        text-align: center;
        @media screen and (max-width: 767px){
            width: calc(100% - 40px);
            overflow-x: scroll;
            margin: 0 auto;
        }
        img{
            width: 100%;
            max-width: 1100px;
            @media screen and (max-width: 767px){
                width: 380px;
                max-width: auto;
            }
        }
    }
    .grant-area{
        margin-top: 96px;
        text-align: center;
        background: #DCEAFA;
        border-radius: 30px;
        padding-bottom: 12px;
        @media screen and (max-width: 767px){
            width: calc(100% - 40px);
            margin: 48px auto 0;
        }
    }
    .grant_title{
        font-size: 33px;
        letter-spacing: .33px;
        background: linear-gradient(270deg, #51D4B4 0%, #003CFF 94.12%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transform: translateY(-50%);
        margin-bottom: 0;
        @media screen and (max-width: 767px){
            font-size: 24px;
        }
    }
    .grant_read{
        color: #181717;
        margin: -12px 0 20px;
        line-height: 1.8;
        @media screen and (max-width: 767px){
            font-size: 14px;
            text-align: left;
            padding: 0 20px;
            margin-top: 0;
        }
    }
    .grant-img{
        @media screen and (max-width: 767px){
            width: calc(100% - 30px);
            margin: 0 auto;
        }
        img{
            width: 100%;
            max-width: 955px;
            margin: 0 auto;
        }
    }
    .grant_help{
        font-size: 24px;
        color: #193693;
        font-weight: 700;
        letter-spacing: .96px;
        @media screen and (max-width: 767px){
            font-size: 18px;
        }
    }
}
/* // instructor
// ################################### */
.instructor{
  width: 100%;
  max-width: 1100px;
  margin: 88px auto 0;
  position: relative;
  z-index: 3;
  @media screen and (max-width: 767px){
    margin-top: 28px;
  }
  h2{
    font-size: 39px;
    background: linear-gradient(270deg, #51D4B4 0.03%, #003CFF 103.66%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    @media screen and (max-width: 767px){
        font-size: 24px;
    }
  }
  .en-title{
    color: #1479C2;
  }
  li{
    list-style: none;
  }
  figure{
    margin: 0;
    padding: 0;
    img{
        width: 100%;
    }
  }
}
.instructor-read{
  padding: 20px 2.041vw 0;
  margin: 0 auto 50px;
  color: #FFF;
  text-align: center;
  @media screen and (max-width: 767px){
    text-align: left;
  }
}
.instructor-list{
    padding: 0;
    width: 100%;
    max-width: 966px;
    margin: 0 auto;
    overflow: hidden;
  li{
    background: #fff;
    border-radius: 10px;
    width: calc((100% - 60px) / 3);
    max-width: 302px;
    margin: 0 15px;
    @media screen and (max-width: 767px){
      width: 100%;
      max-width: 100%;
    }
  }
  .instructor-text{
    padding: 30px;
    @media screen and (max-width: 767px){
      padding: 15px 20px 20px;
    }
  }
  .instructor-name{
    font-size: 26px;
    color: #104094;
    font-weight: 700;
    margin: 0;
    @media screen and (max-width: 767px){
      font-size: 23px;
    }
  }
  .instructor-position{
    font-size: 12px;
    color: #fff;
    background: #104094;
    display: inline-block;
    padding: 2px 5px;
    margin: 0;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
  }
  .instructor-industry{
    margin: 10px 0 8px;
  }
  .instructor-comment{
    margin-bottom: 0;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
  }
}
.slick-prev,
.slick-next{
  width: 56px;
  height: 56px;
  z-index: 3;
}
.slick-prev:before,
.slick-next:before{
  content: "";
  background: url(../images/resk/icon-arrow.png) no-repeat 0 0;
  width: 56px;
  height: 56px;
  display: block;
}
.slick-prev{
  left: 0;
  transform: rotate(180deg);
  @media screen and (max-width: 767px){
    top: auto;
    left: 30%;
    bottom: -74px;
  }
}
.slick-next{
  right: 0;
  @media screen and (max-width: 767px){
    top: auto;
    right: 30%;
    bottom: -100px;
  }
}
.slick-track{
  display: flex;
}
.slick-slide{
  height: auto!important;
}