html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    font-weight: normal
  }
  
  body {
    line-height: 1
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
  }
  
  nav ul {
    list-style: none
  }
  
  ul li {
    list-style: none
  }
  
  blockquote, q {
    quotes: none
  }
  
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
  }
  
  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
  }
  
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
  }
  
  mark {
    background-color: #ff9;
    color: #000;
    ransform: skewX(-6deg);
    font-weight: bold
  }
  
  del {
    text-decoration: line-through
  }
  
  abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0
  }
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
  }
  
  input, select {
    vertical-align: middle
  }
  
  body {
    margin: 0px;
    padding: 0px
  }
  
  select, input, textarea {
    line-height: 1.8em;
    border: 1px solid #CCCCCC;
    padding: 5px 8px;
    font-size: 12px
  }
  
  * {
    font-weight: normal;
    font-style: normal;
    font-size: 100%
  }
  
  p, pre, address, cite {
    margin: 0em;
    padding: 0em;
    line-height: 1.6em;
    color: #222222
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin: 0em;
    padding: 0em;
    line-height: 1.8em;
    font-weight: normal;
    color: #222222
  }
  
  strong {
    font-weight: bold;
    line-height: 200%
  }
  
  ul, ol, dl {
    margin: 0px;
    padding-left: 0px
  }
  
  li, dt, dd {
    list-style: none;
    line-height: 1.8em;
    color: #222222
  }
  
  ol li {
    list-style: decimal inside;
    margin-left: 35px;
    text-indent: -25px
  }
  
  dd {
    margin: 0px 0px 0px 10px
  }
  
  textarea {
    font-size: 12px
  }
  
  select {
    padding: 0.1em;
    font-size: 12px
  }
  
  input:focus, textarea:focus {
    font-size: 12px;
    background: #FFFFCC
  }
  
  table {
    border-collapse: separate;
    border-spacing: 0px;
    border-collapse: collapse
  }
  
  img {
    border-style: none;
    padding: 0px
  }
  
  body {
    display: none;
    background: #FFF;
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
  }
  
  @media screen and (min-width: 736px) {
    body {
      font-size: 16px
    }
  }
  
  a {
    color: #222;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
  }
  
  a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-decoration: underline;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
  }
  
  p {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    line-height: 1.6em
  }
  
  dd {
    margin-left: 0px
  }
  
  a img {
    border-style: none
  }
  
  a img:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
  }
  
  img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast
  }
  
  .sp {
    display: block
  }
  
  @media screen and (min-width: 736px) {
    .sp {
      display: none
    }
  }
  
  .pc {
    display: none
  }
  
  @media screen and (min-width: 736px) {
    .pc {
      display: block
    }
  }

  
  .inner {
    width: 90%;
    margin: 0 auto;
    position: relative
  }
  
  @media screen and (min-width: 736px) {
    .inner {
      max-width: 1100px
    }
  }
  
  .fadein {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0px);
    transition: opacity 2s, visibility 2s, transform 2s;
  }
  
  .inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  
  .btn_grad {
    text-decoration: none;
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-align: center
  }
  
  @media screen and (min-width: 736px) {
    .btn_grad {
      font-size: 21px;
      height: 60px;
      line-height: 60px;
      border-radius: 60px
    }
  }
  
  .btn_grad::before, .btn_grad::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
  }
  
  .btn_grad::before {
    transition: all 0.6s;
    z-index: -1;
    background: transparent linear-gradient(90deg, #FF9D00 0%, #FF6100 100%) 0% 0% no-repeat padding-box
  }
  
  .btn_grad::after {
    z-index: -2;
    background: transparent linear-gradient(90deg, #FF6100 0%, #FF9D00 100%) 0% 0% no-repeat padding-box
  }
  
  .btn_grad:hover {
    text-decoration: none;
    opacity: 1
  }
  
  .btn_grad:hover::before {
    opacity: 0
  }
  
  .com_link_text {
    display: inline-block;
    text-decoration: underline
  }
  
  .com_link_text:hover {
    text-decoration: none
  }
  
  .drawer-hamburger {
    display: block;
    padding: 30px 5% 37px;
    width: 1.5rem;
    z-index: 20
  }
  
  @media screen and (min-width: 900px) {
    .drawer-hamburger {
      display: none
    }
  }
  
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 3px;
    border-radius: 3px
  }
  
  .drawer-hamburger-icon:before {
    top: 8px
  }
  
  .drawer-hamburger-icon:after {
    top: -8px
  }
  
  .drawer--top.drawer-open .drawer-nav {
    padding: 90px 0 60px
  }
  
  .drawer-menu li {
    border-bottom: rgba(112, 112, 112, 0.3) 1px solid
  }
  
  .drawer-menu li a {
    display: block;
    padding: 15px 5%;
    font-size: 16px;
    font-weight: 500
  }
  
  .drawer-menu li a:hover {
    text-decoration: none;
    color: #FF6F00
  }
  
  .drawer-menu li:first-child {
    border-top: rgba(112, 112, 112, 0.3) 1px solid
  }
  
  .drawer-menu li:last-child {
    border-bottom: none;
    margin-top: 20px
  }
  
  .drawer-menu li:last-child a {
    width: 90%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    border: #F87700 2px solid;
    background: #F87700;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    line-height: 1.3em;
    padding: 15px 0;
    border-radius: 100px
  }
  
  .drawer-menu li:last-child a:hover {
    text-decoration: none;
    opacity: 1;
    background: #FFF;
    color: #F87700
  }
  
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 10
  }
  
  header .inner {
    height: 80px
  }
  
  @media screen and (min-width: 900px) {
    header .inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100px
    }
  }
  
  header h1 {
    font-weight: bold;
    line-height: 80px;
    letter-spacing: -1px
  }
  
  @media screen and (min-width: 900px) {
    header h1 {
      font-size: 18px;
      letter-spacing: -1px;
      line-height: 1.8em
    }
  }
  
  @media screen and (min-width: 1100px) {
    header h1 {
      font-size: 20px
    }
  }
  
  header .wrap {
    display: none
  }
  
  @media screen and (min-width: 900px) {
    header .wrap {
      display: flex;
      justify-content: space-between;
      align-items: center
    }
  }
  
  header .wrap .gnav ul {
    display: flex
  }
  
  header .wrap .gnav ul li {
    margin-right: 20px
  }
  
  @media screen and (min-width: 1100px) {
    header .wrap .gnav ul li {
      margin-right: 30px
    }
  }
  
  header .wrap .gnav ul li a {
    font-size: 14px;
    font-weight: 500
  }
  
  @media screen and (min-width: 1100px) {
    header .wrap .gnav ul li a {
      font-size: 16px
    }
  }
  
  header .wrap .gnav ul li a:hover {
    text-decoration: none;
    opacity: 1;
    color: #F87700
  }
  
  header .wrap .btn {
    width: 120px
  }
  
  @media screen and (min-width: 1100px) {
    header .wrap .btn {
      width: 140px
    }
  }
  
  header .wrap .btn a {
    display: block;
    box-sizing: border-box;
    border: #F87700 2px solid;
    background: #F87700;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    line-height: 1.3em;
    padding: 10px 0;
    border-radius: 100px;
    font-size: 14px
  }
  
  @media screen and (min-width: 1100px) {
    header .wrap .btn a {
      font-size: 16px
    }
  }
  
  header .wrap .btn a:hover {
    text-decoration: none;
    opacity: 1;
    background: #FFF;
    color: #F87700
  }
  
  .bread {
    width: 90%;
    margin: 0 auto
  }
  
  @media screen and (min-width: 736px) {
    .bread {
      max-width: 1000px
    }
  }
  
  .bread ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }
  
  .bread ul li {
    color: #8B8B8B;
    font-size: 12px;
    margin-right: 5px
  }
  
  .bread ul li:last-child {
    margin-right: 0
  }
  
  .bread ul li a {
    color: #8B8B8B;
    margin-right: 5px
  }
  
  footer {
    box-shadow: 0px -1px 4px #0000001A
  }
  
  footer .wrap {
    padding: 40px 0 80px
  }
  
  @media screen and (min-width: 736px) {
    footer .wrap {
      padding: 60px 0 130px;
      display: flex;
      justify-content: space-between;
      align-items: center
    }
  }
  
  footer .wrap .left {
    margin-bottom: 40px
  }
  
  @media screen and (min-width: 736px) {
    footer .wrap .left {
      margin-bottom: 0;
      margin-right: 20px
    }
  }
  
  footer .wrap .left .logo {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px
  }
  
  @media screen and (min-width: 736px) {
    footer .wrap .left .logo {
      font-size: 20px
    }
  }
  
  footer .wrap .right .sub {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px
  }
  
  @media screen and (min-width: 736px) {
    footer .wrap .right .btn {
      width: 395px
    }
  }
  
  .pagetop {
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 20px
  }
  
  .copy {
    background: #283e5c;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 78px;
    height: 78px;
  }
  
  .com_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.3em
  }
  
  @media screen and (min-width: 736px) {
    .com_ttl {
      font-size: 34px
    }
  }
  
  @media screen and (min-width: 960px) {
    .com_ttl {
      font-size: 40px
    }
  }
  
  .com_ttl span {
    color: #FF6F00;
    font-weight: bold
  }
  
  .com_ttl_orange {
    position: relative;
    background: #FF6F00;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 10px 0 13px;
    line-height: 1.3em;
    font-size: 18px;
    margin-bottom: 30px
  }
  
  @media screen and (min-width: 960px) {
    .com_ttl_orange {
      padding: 0;
      line-height: 57px;
      font-size: 24px;
      margin-bottom: 30px
    }
  }
  
  .com_ttl_orange::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ff6f00 transparent transparent transparent;
    border-width: 18px 12px 0px 12px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -10px
  }
  
  .com_list_icon {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5% 40px
  }
  
  @media screen and (min-width: 736px) {
    .com_list_icon {
      justify-content: center;
      flex-wrap: nowrap;
      margin: 0 0 40px;
      font-size: 12px
    }
  }
  
  @media screen and (min-width: 960px) {
    .com_list_icon {
      font-size: 14px
    }
  }
  
  @media screen and (min-width: 1100px) {
    .com_list_icon {
      font-size: 16px
    }
  }
  
  .com_list_icon li {
    width: 46%
  }
  
  @media screen and (min-width: 736px) {
    .com_list_icon li {
      width: 140px;
      margin-right: 20px
    }
  }
  
  @media screen and (min-width: 960px) {
    .com_list_icon li {
      margin-right: 42px
    }
  }
  
  .com_list_icon li:nth-child(odd) {
    margin-right: 8%
  }
  
  @media screen and (min-width: 736px) {
    .com_list_icon li:nth-child(odd) {
      margin-right: 20px
    }
  }
  
  @media screen and (min-width: 960px) {
    .com_list_icon li:nth-child(odd) {
      margin-right: 42px
    }
  }
  
  .com_list_icon li:nth-child(n+3) {
    margin-top: 20px
  }
  
  @media screen and (min-width: 736px) {
    .com_list_icon li:nth-child(n+3) {
      margin-top: 0
    }
  }
  
  .com_list_icon li:last-child {
    margin-right: 0
  }
  
  .com_list_icon li img {
    margin-bottom: 10px
  }
  
  .com_list_icon li p {
    text-align: center;
    font-weight: bold;
    white-space: nowrap
  }
  
  @media screen and (min-width: 736px) {
    .com_wrap_box {
      display: flex;
      justify-content: space-between
    }
  }
  
  .com_wrap_box .img {
    line-height: 0;
    margin-bottom: 10px
  }
  
  @media screen and (min-width: 736px) {
    .com_wrap_box .img {
      width: 48%
    }
  }
  
  @media screen and (min-width: 736px) {
    .com_wrap_box .text {
      width: 48%
    }
  }
  
  .com_wrap_box .text h3 {
    font-weight: bold;
    border-bottom: #FF6F00 2px solid;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px
  }
  
  @media screen and (min-width: 736px) {
    .com_wrap_box .text h3 {
      font-size: 26px;
      padding-bottom: 10px;
      margin-bottom: 20px
    }
  }
  
  .com_wrap_box .text p {
    line-height: 2em
  }
  
  .com_wrap_box.reverse {
    flex-direction: row-reverse
  }
  
  aside {
    background: #FFFCD1;
    padding: 30px 0 40px
  }
  
  @media screen and (min-width: 736px) {
    aside {
      padding: 30px 0 60px
    }
  }
  
  aside .read {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px
  }
  
  @media screen and (min-width: 736px) {
    aside .read {
      font-size: 26px
    }
  }
  
  aside .btn {
    line-height: 0;
    margin: 0 auto
  }
  
  @media screen and (min-width: 736px) {
    aside .btn {
      max-width: 800px
    }
  }
  
  aside .btn a {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px
  }
  
  @media screen and (min-width: 736px) {
    aside .btn a {
      font-size: 30px;
      height: 80px;
      line-height: 80px;
      border-radius: 100px
    }
  }
  
  .job {
    margin: 40px 0 60px
  }
  
  @media screen and (min-width: 736px) {
    .job {
      margin: 40px 0 100px
    }
  }
  
  .vision {
    background: url("../images/top/vision_bg_sp.jpg") center bottom no-repeat;
    background-size: cover;
    padding: 70px 0 200px
  }
  
  @media screen and (min-width: 736px) {
    .vision {
      background: url("../images/top/vision_bg.jpg") center top no-repeat;
      background-size: cover;
      padding: 60px 0 100px
    }
  }
  
  .vision .com_ttl {
    color: #FFF
  }
  
  .vision h3 {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px
  }
  
  @media screen and (min-width: 736px) {
    .vision h3 {
      font-size: 26px
    }
  }
  
  .vision p {
    color: #FFF;
    line-height: 2em
  }
  
  .slide {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%
  }
  
  .slide ul {
    list-style: none;
    display: flex;
    -webkit-animation: loop-slide 100s infinite linear 1s both;
    animation: loop-slide 100s infinite linear 1s both
  }
  
  .slide ul li {
    line-height: 0;
    width: 250px;
    height: auto
  }
  
  @media screen and (min-width: 736px) {
    .slide ul li {
      width: 455px
    }
  }
  
  @keyframes loop-slide {
    from {
      transform: translateX(0)
    }
    to {
      transform: translateX(-100%)
    }
  }
  
  .merrit {
    padding: 40px 0 60px
  }
  
  @media screen and (min-width: 736px) {
    .merrit {
      padding: 60px 0 100px
    }
  }
  
  .merrit .wrap {
    margin-bottom: 40px
  }
  
  @media screen and (min-width: 736px) {
    .merrit .wrap {
      display: flex;
      margin-bottom: 60px
    }
  }
  
  .merrit .wrap .box {
    border: #FF6F00 2px solid;
    padding: 20px 5% 25px;
    box-sizing: border-box;
    margin-bottom: 20px
  }
  
  @media screen and (min-width: 736px) {
    .merrit .wrap .box {
      padding: 20px 20px 25px;
      width: 313px;
      margin-right: 31px;
      margin-bottom: 0
    }
  }
  
  .merrit .wrap .box:last-of-type {
    margin-bottom: 0;
    margin-right: 0
  }
  
  .merrit .wrap .box .sub {
    position: relative;
    text-align: center;
    color: #FF6F00;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px
  }
  
  @media screen and (min-width: 960px) {
    .merrit .wrap .box .sub {
      font-size: 24px
    }
  }
  
  .merrit .wrap .box .sub::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 30px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FF6F00
  }
  
  .merrit .wrap .box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px
  }
  
  @media screen and (min-width: 736px) {
    .merrit .wrap .box h3 {
      font-size: 1.2rem
    }
  }
  
  @media screen and (min-width: 960px) {
    .merrit .wrap .box h3 {
      font-size: 26px
    }
  }
  
  .merrit .wrap .box p {
    font-size: 14px
  }
  
  @media screen and (min-width: 736px) {
    .merrit .wrap .box p {
      font-size: .9rem
    }
  }
  
  @media screen and (min-width: 960px) {
    .merrit .wrap .box p {
      font-size: 16px
    }
  }
  
  .merrit .other h4 {
    background: #333;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px
  }
  
  @media screen and (min-width: 736px) {
    .merrit .other h4 {
      font-size: 18px
    }
  }
  
  .merrit .other .wrap_list {
    border: #CCC 1px solid;
    padding: 25px 5% 30px;
    margin-top: -1px
  }
  
  @media screen and (min-width: 736px) {
    .merrit .other .wrap_list {
      display: flex
    }
  }
  
  @media screen and (min-width: 736px) {
    .merrit .other .wrap_list ul {
      width: 33.333%
    }
  }
  
  .merrit .other .wrap_list ul li {
    position: relative;
    padding-left: 26px;
    font-size: 16px
  }
  
  @media screen and (min-width: 736px) {
    .merrit .other .wrap_list ul li {
      margin-bottom: 20px
    }
  }
  
  .merrit .other .wrap_list ul li:last-child {
    margin-bottom: 0
  }
  
  .merrit .other .wrap_list ul li::before {
    content: "";
    display: inline-block;
    background: url("../images/top/icn_check.png") no-repeat;
    background-size: cover;
    width: 16px;
    height: 11px;
    position: absolute;
    top: 10px;
    left: 0
  }
  
  .number {
    background: #F1F1EF;
    padding: 40px 0 60px
  }
  
  @media screen and (min-width: 736px) {
    .number {
      padding: 60px 0 80px
    }
  }
  
  .number ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5%
  }
  
  @media screen and (min-width: 736px) {
    .number ul {
      flex-wrap: nowrap;
      margin: 0
    }
  }
  
  .number ul li {
    line-height: 0;
    width: 46%;
    margin-right: 6%
  }
  
  @media screen and (min-width: 736px) {
    .number ul li {
      width: 23%;
      margin-right: 3%
    }
  }
  
  .number ul li:nth-child(even) {
    margin-right: 0
  }
  
  @media screen and (min-width: 736px) {
    .number ul li:nth-child(even) {
      margin-right: 3%
    }
  }
  
  .number ul li:nth-child(n+3) {
    margin-top: 20px
  }
  
  @media screen and (min-width: 736px) {
    .number ul li:nth-child(n+3) {
      margin-top: 0
    }
  }
  
  .number ul li:last-child {
    margin-right: 0
  }
  
  .about {
    padding: 40px 0 60px
  }
  
  @media screen and (min-width: 736px) {
    .about {
      padding: 60px 0 100px
    }
  }
  
  .about .com_wrap_box:first-of-type {
    margin-bottom: 40px
  }
  
  @media screen and (min-width: 736px) {
    .about .com_wrap_box:first-of-type {
      margin-bottom: 80px
    }
  }
  
  .about .com_wrap_box:last-of-type {
    margin-bottom: 40px
  }
  
  @media screen and (min-width: 736px) {
    .about .com_wrap_box:last-of-type {
      margin-bottom: 60px
    }
  }
  
  .about .com_list_icon {
    margin-bottom: 0
  }
  
  .job_description {
    padding: 40px 0 60px
  }
  
  @media screen and (min-width: 736px) {
    .job_description {
      padding: 60px 0 100px
    }
  }
  
  @media screen and (min-width: 736px) {
    .job_description .com_wrap_box {
      margin-bottom: 40px
    }
  }
  
  .job_description .com_wrap_box:first-of-type {
    margin-bottom: 40px
  }
  
  @media screen and (min-width: 736px) {
    .job_description .com_wrap_box:first-of-type {
      margin-bottom: 80px
    }
  }
  
  .recruitment {
    background: #F87700;
    padding: 40px 0 60px
  }
  
  @media screen and (min-width: 736px) {
    .recruitment {
      padding: 60px 0 80px
    }
  }
  
  .recruitment .inner {
    background: #FFF;
    box-sizing: border-box;
    padding: 30px 5% 40px
  }
  
  @media screen and (min-width: 736px) {
    .recruitment .inner {
      padding: 40px 40px 60px
    }
  }
  
  .recruitment .inner table {
    width: 100%
  }
  
  .recruitment .inner table th, .recruitment .inner table td {
    display: block;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box
  }
  
  @media screen and (min-width: 736px) {
    .recruitment .inner table th, .recruitment .inner table td {
      display: table-cell;
      width: auto;
      border-bottom: rgba(112, 112, 112, 0.5) 1px solid
    }
  }
  
  .recruitment .inner table th {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background: rgba(112, 112, 112, 0.2);
    padding: 10px 5%
  }
  
  @media screen and (min-width: 736px) {
    .recruitment .inner table th {
      width: 145px;
      background: none;
      padding: 20px 0
    }
  }
  
  .recruitment .inner table td p {
    margin-bottom: 20px
  }
  
  @media screen and (min-width: 736px) {
    .recruitment .inner table td p {
      margin-bottom: 40px
    }
  }
  
  .recruitment .inner table td p:last-of-type {
    margin-bottom: 0
  }
  
  .form {
    padding: 40px 0 60px
  }
  
  @media screen and (min-width: 736px) {
    .form {
      padding: 60px 0 100px
    }
  }
  
  .form .flow {
    border-bottom: rgba(112, 112, 112, 0.5) 1px solid;
    padding-bottom: 40px
  }
  
  @media screen and (min-width: 736px) {
    .form .flow {
      padding-bottom: 80px
    }
  }
  
  @media screen and (min-width: 736px) {
    .form .flow .wrap {
      display: flex
    }
  }
  
  .form .flow .wrap .step {
    position: relative;
    width: 70%;
    border: #FF6F00 2px solid;
    box-sizing: border-box;
    padding: 10px 5% 20px;
    margin: 0 auto 40px
  }
  
  @media screen and (min-width: 736px) {
    .form .flow .wrap .step {
      width: 300px;
      margin: 0 50px 0 0;
      padding: 20px 20px 30px
    }
  }
  
  .form .flow .wrap .step:last-of-type {
    margin-bottom: 0
  }
  
  @media screen and (min-width: 736px) {
    .form .flow .wrap .step:last-of-type {
      margin-right: 0
    }
  }
  
  .form .flow .wrap .step:last-of-type::after {
    display: none
  }
  
  .form .flow .wrap .step .sub {
    text-align: center;
    color: #FF6F00;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px
  }
  
  @media screen and (min-width: 736px) {
    .form .flow .wrap .step .sub {
      font-size: 20px
    }
  }
  
  .form .flow .wrap .step h3 {
    text-align: center;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 20px;
    margin-bottom: 10px
  }
  
  @media screen and (min-width: 736px) {
    .form .flow .wrap .step h3 {
      font-size: 22px
    }
  }
  
  @media screen and (min-width: 960px) {
    .form .flow .wrap .step h3 {
      font-size: 26px
    }
  }
  
  .form .flow .wrap .step .img {
    text-align: center;
    line-height: 0;
    margin-bottom: 10px
  }
  
  @media screen and (min-width: 736px) {
    .form .flow .wrap .step .img {
      margin-bottom: 30px
    }
  }
  
  .form .flow .wrap .step .img img {
    height: 40px
  }
  
  @media screen and (min-width: 736px) {
    .form .flow .wrap .step .img img {
      height: 65px
    }
  }
  
  .form .flow .wrap .step .text {
    text-align: center
  }
  
  @media screen and (min-width: 736px) {
    .form .flow .wrap .step .text {
      font-size: .8rem
    }
  }
  
  @media screen and (min-width: 960px) {
    .form .flow .wrap .step .text {
      font-size: 16px
    }
  }
  
  .form .flow .wrap .step::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -27px;
    margin-left: -12.5px;
    border-color: #222222 transparent transparent transparent;
    border-width: 10px 12.5px 0px 12.5px
  }
  
  @media screen and (min-width: 736px) {
    .form .flow .wrap .step::after {
      border-color: transparent transparent transparent #222222;
      border-width: 20px 0px 20px 16px;
      top: 50%;
      bottom: inherit;
      right: -35px;
      left: inherit;
      margin-top: -20px
    }
  }
  
  .form .apply {
    padding-top: 40px
  }
  
  @media screen and (min-width: 736px) {
    .form .apply {
      padding-top: 60px
    }
  }
  
  .form .apply dl {
    margin: 0 auto
  }
  
  @media screen and (min-width: 736px) {
    .form .apply dl {
      max-width: 880px
    }
  }
  
  .form .apply dl dt {
    font-weight: bold;
    margin-bottom: 10px
  }
  
  .form .apply dl dt span {
    display: inline-block;
    color: #FFF;
    background: #FF6F00;
    font-weight: bold;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    margin-right: 10px
  }
  
  .form .apply dl dt span.any {
    background: #8B8B8B
  }
  
  .form .apply dl dd {
    margin-bottom: 30px
  }
  
  .form .apply .agree {
    text-align: center;
    margin-bottom: 30px
  }
  
  .form .apply .form_btn {
    margin-bottom: 40px
  }
  
  @media screen and (min-width: 736px) {
    .form .apply .form_btn {
      display: flex;
      justify-content: center
    }
  }
  
  @media screen and (min-width: 736px) {
    .form .apply .form_btn li {
      width: 400px
    }
  }
  
  @media screen and (min-width: 736px) {
    .form .apply .form_btn li:not(:last-child) {
      margin-right: 20px
    }
  }
  
  .form .apply .form_btn li input {
    background: #FF6F00;
    line-height: 40px;
    border-radius: 40px;
    border: #FF6F00 2px solid;
    width: 100%;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
  }
  
  @media screen and (min-width: 736px) {
    .form .apply .form_btn li input {
      line-height: 60px;
      border-radius: 42px;
      font-size: 21px
    }
  }
  
  .form .apply .form_btn li:hover input {
    background: #FFF;
    color: #FF6F00
  }
  
  .form .apply .form_btn li.back {
    margin-bottom: 20px
  }
  
  @media screen and (min-width: 736px) {
    .form .apply .form_btn li.back {
      margin-bottom: 0
    }
  }
  
  .form .apply .form_btn li.back input {
    background: #707070;
    border: #707070 2px solid
  }
  
  .form .apply .form_btn li.back:hover input {
    background: #FFF;
    color: #707070
  }
  
  .form .apply .box_privacy {
    border: #8B8B8B 1px solid;
    overflow: scroll;
    box-sizing: border-box;
    height: 285px;
    padding: 20px 5%
  }
  
  @media screen and (min-width: 736px) {
    .form .apply .box_privacy {
      padding: 20px
    }
  }
  
  .form .apply .box_privacy h3 {
    font-size: 16px
  }
  
  @media screen and (min-width: 736px) {
    .form .apply .box_privacy h3 {
      font-size: 18px
    }
  }
  
  .form .apply .box_privacy p {
    margin-bottom: 20px
  }
  
  .form .apply .box_privacy ul li {
    margin-bottom: 20px
  }
  
  .form .apply .box_privacy ul li:last-child {
    margin-bottom: 0
  }
  
  input[type=text],
  input[type=date] {
    display: block;
    background: #F8F8F8;
    border: #CCC 1px solid;
    box-sizing: border-box;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px
  }
  
  @media screen and (min-width: 736px) {
    input[type=text] {
      font-size: 16px
    }
  }
  
  input[type=text]::placeholder {
    color: #999
  }
  
  input[type=text].short,
  input[type=date].short {
    width: 230px
  }
  
  textarea {
    display: block;
    background: #F8F8F8;
    border: #CCC 1px solid;
    box-sizing: border-box;
    height: 150px;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px
  }
  
  @media screen and (min-width: 736px) {
    textarea {
      font-size: 16px
    }
  }
  
  textarea::placeholder {
    color: #999
  }
  
  textarea:focus {
    font-size: 14px
  }
  
  @media screen and (min-width: 736px) {
    textarea:focus {
      font-size: 16px
    }
  }
  
  .company {
    background: #F1F1EF;
    padding: 40px 0 60px
  }
  
  @media screen and (min-width: 736px) {
    .company {
      padding: 60px 0 100px
    }
  }
  
  .company table {
    width: 100%
  }
  
  .company table th, .company table td {
    width: 100%;
    display: block;
    padding: 10px 5%;
    box-sizing: border-box
  }
  
  @media screen and (min-width: 736px) {
    .company table th, .company table td {
      width: auto;
      display: table-cell;
      padding: 20px;
      border-bottom: rgba(112, 112, 112, 0.5) 1px solid
    }
  }
  
  .company table th {
    box-sizing: border-box;
    background: #333;
    color: #FFF;
    font-weight: bold;
    vertical-align: top;
    text-align: left
  }
  
  @media screen and (min-width: 736px) {
    .company table th {
      width: 110px
    }
  }
  
  .company table td {
    background: #FFF;
    padding: 15px 5%
  }
  
  @media screen and (min-width: 736px) {
    .company table td {
      padding: 20px
    }
  }
  
  .finish {
    padding: 40px 0 60px
  }
  
  @media screen and (min-width: 736px) {
    .finish {
      padding: 40px 0 100px
    }
  }
  
  .finish .icn {
    text-align: center;
    line-height: 0;
    margin-bottom: 10px
  }
  
  .finish .icn img {
    width: 40px
  }
  
  @media screen and (min-width: 736px) {
    .finish .icn img {
      width: 50px
    }
  }
  
  .finish h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px
  }
  
  @media screen and (min-width: 736px) {
    .finish h2 {
      font-size: 40px
    }
  }
  
  .finish .box_text {
    margin-bottom: 40px
  }
  
  @media screen and (min-width: 736px) {
    .finish .box_text {
      margin-bottom: 60px
    }
  }
  
  .finish .box_text p {
    text-align: center
  }
  
  .finish .box_text p:first-of-type {
    margin-bottom: 30px
  }
  
  .finish .back {
    text-align: center
  }







/*追加*/
.com_list_icon li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/*PC*/
@media (min-width: 1168px) {
	  aside .btn a {
    font-size: 30px!important;
	}
	.com_list_icon.column_7 li {
    width: 100px;
}
}

/*tablet*/
@media screen and (min-width: 768px) {
	.com_list_icon.column_7 li {
    width: 100px;
}
}


/*SP*/
@media screen and (max-width: 767px) {
	  aside .btn a {
    font-size: 16px;
	}

}

.sales-headline {
  text-align: center;
}

.sales-headline__lead {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
  color: #8a7b3c;
}

.sales-headline__highlight {
  background: linear-gradient(transparent 60%, #fff45c 60%);
  font-weight: 600;
}
.sales-headline__highlight strong {
  font-size: 44px;
}

.sales-headline__main {
  font-size: 68px;
  font-weight: 500;
  transform: skewX(-6deg);
  color: #283d56;
}

.sales-headline__schedule {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.6rem;
  margin-top: 10px;
}

.sales-headline__label {
  background: #c8b66c;
  color: #000;
  padding: 1.2rem 2rem;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.sales-headline__date {
  text-align: left;
}
.date-line {
  display: block;
  line-height: 1.2;
  font-weight: 600;
  color: #283e5c;
}
.date-num {
  font-size: 48px;
  font-weight: 600;
}
.date-line {
  font-size: 38px;
  font-weight: 600;
}
.date-strong {
  font-size: 48px;
  font-weight: 600;
}
.date-note {
  display: block;
  margin-top: 4px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: #283e5c;
}
.sales {
  padding: 60px 0 50px;
}
.cta-form__field input[type="email"] {
  width: 100%;
  height: 62px;
  border-radius: 8px;
  border: none;
  padding: 0 16px;
  font-size: 18px;
  box-sizing: border-box;
}

.cta-form__note {
  margin-top: 8px;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.cta-form__submit {
  margin: 24px 0 20px;
}

.cta-form__attention p{
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.cta-form__imageBtn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-form__imageBtn:hover {
  opacity: 0.7;
}

.cta-form__imageBtn img {
  width: 100%;
  height: auto;
  display: block;
}

.cta-form__imageBtn:active {
  transform: translateY(1px);
}
.cta {
  background: #283d56;
  padding: 50px 0 70px;
}
.cta .inner {
  max-width: 800px;
}
.sns-headline {
  text-align: center;
}

.sns-headline__lead,
.sns-headline__sub {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  color: #9e9055;
}
.sns-headline__highlight {
  background: linear-gradient(transparent 60%, #fff45c 60%);
  font-size: 44px;
  font-weight: 600;
}
.sns-headline__highlight span {
  font-size: 32px;
  font-weight: 600;
}
.sns-headline__main {
  font-size: 68px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #283d56;
  line-height: 1.4;
  margin-bottom: 5px;
}
.sns-headline__main small {
  font-size: 57px;
  font-weight: 500;
  letter-spacing: -6px;
}
.tokuten {
  padding: 60px 0 30px;
}
.benefit-banner {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.cta-message {
  text-align: center;
  line-height: 1;
  font-size: 56px;
  color: #283e5c;
  font-weight: 600;
  margin-top: 80px;
}
.sales-title {
  text-align: center;
}
.sales-title__highlight {
  display: inline-block;
  font-size: 68px;
  font-weight: 600;
  color: #9e9055;
  background: linear-gradient(transparent 60%, #fff45c 60%);
  line-height: 1.2;
}
.sales-title__main {
  font-size: 68px;
  font-weight: 600;
  color: #283d56;
  line-height: 1.5;
}
.sales-title__main small {
  font-size: 56px;
  font-weight: 600;
}
.feature {
  padding: 60px 0 80px;
}
.feature-wrap {
  margin-top: 40px;
}
.feature-item {
  display: flex;
  gap: 30px;
  align-items: center;
}
.feature-item + .feature-item {
  margin-top: 40px;
}
.feature-txt h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #283e5c;
}
.feature-txt p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.instructor {
  color: #283e5c;
  padding: 60px 0;
}

.instructor__title {
  text-align: center;
  font-size: 68px;
  font-weight: 500;
  margin-bottom: 30px;
  transform: skewX(-6deg);
  color: #283e5c;
  letter-spacing: 0.05em;
}

.instructor__card {
  background: #f2efec;
  border-radius: 20px;
  padding: 56px;
  align-items: start;
  align-items: center;
}
.instructor__card-grid {
display: grid;
  grid-template-columns: 1.2fr 0.8fr;
}
.instructor__company {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 500;
  color: #283e5c;
}

.instructor__role {
  font-size: 24px;
  font-weight: 500;
}

.instructor__name {
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1;
  color: #283e5c;
  display: flex;
  align-items: center;
  gap: 20px;
}

.instructor__name-en {
  font-size: 24px;
  font-weight: 500;
  color: #c8b66c;
}

.instructor__career {
  margin-bottom: 24px;
}

.instructor__career-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
  color: #283e5c;
}

.instructor__career-list li {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 2px;
}
.instructor__text {
  grid-column: 1 / -1;
}
.instructor__text p {
  font-size: 18px;
  line-height: 1.9;
}
.policy {
  padding: 60px 0;
}
.policy-logo {
  max-width: 400px;
  margin: auto;
}
.policy-txt {
  text-align: center;
  margin-top: 30px;
}
.page-link {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.page-link a {
  background: #c8b66c;
  height: 55px;
  width: 316px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.page-link a:hover {
  text-decoration: none;
}
.policy-content {
  padding: 40px;
  background: #f2efec;
  border-radius: 20px;
  margin-top: 40px;
}
.policy-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  font-weight: 500;
}
.policy-ttl {
  font-size: 30px;
  font-weight: 500;
  color: #283d56;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8b66c;
}
.fixed-banner {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 9999;
  width: 700px;
}
.fixed-banner__link img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.fixed-banner__close {
  position: absolute;
  top: 50px;
  left: -18px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: none;
  background: #283e5c;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s;
}
.fixed-banner__close:hover {
  opacity: 0.7;
}
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
* {
  transform: none !important;
}
/* ===== ベース ===== */
.lp-body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #f3f4f6;
  color: #283e5c;
}

.lp-container {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  padding-bottom: 48px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

/* ===== ヒーロー ===== */
.hero {
  text-align: center;
  padding: 32px 0;
}

.hero-warning {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 60px;
}

.hero-title {
  font-size: 60px;
  font-weight: 700;
}

.hero-text {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #fff176 60%);
  padding: 0 4px;
  font-weight: bold;
}
.video-box iframe{
	width: 100%;
	height: 100%;
  aspect-ratio: 16 / 9;
}

.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
}

.video-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,0.9);
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
}

.video-caption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
}
.thanks-cta {
  text-align: center;
  margin-top: 30px;
}
.thanks-tokuten {
	padding-bottom: 200px;
}
.thanks-tokuten .cta-button {
	margin-top: 60px;
}
.cta-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}

.cta-button {
  position: relative;
  display: block;
  background: #06c755;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  overflow: hidden;
}

.cta-button:hover {
  background: #05b34d;
}

.cta-arrow {
  position: absolute;
  right: 7%;
  top: 40%;
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #fff;
}

.cta-copy strong {
  display: block;
  font-size: 40px;
  font-weight: 900;
}

.cta-copy small {
  font-size: 22px;
  font-weight: 700;
}

/* シマー */
.cta-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.3),
    transparent
  );
  transform: skewX(-20deg);
  animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
  to {
    left: 125%;
  }
}
.p-404 {
  padding: 6rem 0;
}
.mv img {
	width: 100%;
}

.form-group {
	display: flex;
	flex-direction: column;
}
.cta-form {
	color: #fff;
}
.form-control {
	width: 100%;
    height: 62px;
    border-radius: 8px;
    border: none;
    padding: 0 16px;
    font-size: 18px;
    box-sizing: border-box;
}
.btn-img {
	background: transparent;
	border: none;
	margin-top: 10px;
	transition: all 0.3s;
}
.btn-img:hover {
	opacity: 0.7;
}


@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .fixed-banner {
    right: 7px;
    bottom: 7px;
    max-width: 80vw;
  }
  .fixed-banner__close {
    top: 16px;
    left: -14px;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .sales-headline__lead {
    font-size: 24px;
  }
  .sales-headline__highlight strong {
    font-size: 27px;
  }
  .sales {
    padding: 40px 0;
  }
  .sales-headline__main {
    font-size: 32px;
    letter-spacing: -2px;
  }
  .sales-headline__schedule {
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  }
  .sales-headline__label {
    padding: 1rem;
    font-size: 22px;
    justify-content: center;
  }
  .date-line {
    font-size: 22px;
    text-align: center;
  }
  .date-num,
  .date-strong {
    font-size: 33px;
  }
  .date-note {
    font-size: 20px;
    text-align: center;
    margin-top: 6px;
  }
  .feature-item {
    flex-direction: column;
    gap: 10px;
  }
  .feature-wrap {
    margin-top: 30px;
  }
  .tokuten {
    padding: 40px 0 20px;
  }
  .sns-headline__highlight {
    font-size: 29px;
  }
  .sns-headline__lead, .sns-headline__sub {
    font-size: 26px;
  }
  .sns-headline__highlight span {
    font-size: 28px;
  }
  .sns-headline__main {
    font-size: 36px;
    line-height: 1.1;
    margin-top: 13px;
    margin-bottom: 10px;
  }
	.thanks-tokuten .cta-button {
		margin-top: 30px;
	}
	.thanks-tokuten {
		padding-bottom: 100px;
	}
  .sns-headline__main small {
    font-size: 32px;
	  letter-spacing: -3px;
  }
  .benefit-banner {
    gap: 10px;
  }
  .cta-message {
    font-size: 26px;
    margin-top: 40px;
  }
  .cta {
    padding: 40px 0 45px;
  }
  .feature {
    padding: 40px 0;
  }
  .sales-title__highlight {
    font-size: 44px;
  }
  .sales-title__main {
    font-size: 40px;
    line-height: 1.1;
    margin-top: 10px;
  }
  .sales-title__main small {
    font-size: 32px;
  }
  .feature-txt h3 {
    font-size: 24px;
  }
  .feature-txt p {
    margin-top: 10px;
  }
  .instructor {
    padding: 40px 0;
  }
  .instructor__title {
    line-height: 1;
    font-size: 40px;
  }
  .instructor__card {
    padding: 20px;
  }
  .instructor__card-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .instructor__company {
    font-size: 20px;
    line-height: 1.5;
  }
  .instructor__role {
    font-size: 18px;
  }
  .instructor__name {
    flex-direction: column;
    font-size: 32px;
    align-items: flex-start
  }
  .instructor__career-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .instructor__career-list li {
    font-size: 16px;
  }
  .instructor__text p {
    font-size: 16px;
    line-height: 1.75;
  }
  .policy-txt {
    margin-top: 20px;
  }
  .page-link {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
  .page-link a {
    width: 100%;
    font-size: 16px;
    height: 46px;
  }
  .policy-content {
    padding: 20px;
    margin-top: 30px;
  }
  .policy-ttl {
    font-size: 24px;
    padding-bottom: 0;
  }
  .copy {
    height: 68px;
    line-height: 68px;
  }
  .hero-warning {
    font-size: 42px;
  }
  .hero-title {
    font-size: 42px;
    line-height: 1.3;
  }
  .hero-text {
    font-size: 26px;
  }
  .hero {
    padding-bottom: 20px;
  }
  .cta-text {
    font-size: 20px;
  }
  .cta-copy strong {
    font-size: 24px;
    line-height: 1.2;
  }
  .cta-copy small {
    font-size: 16px;
    line-height: 1.7;
  }
  .cta-arrow {
    right: 3%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
  }
  .cta-button {
    padding-right: 30px;
  }
}

/* mq */