@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 0) {
  .radley-regular {
    font-family: "Radley", serif;
    font-weight: 400;
    font-style: normal;
  }

  .radley-regular-italic {
    font-family: "Radley", serif;
    font-weight: 400;
    font-style: italic;
  }

  .staatliches-regular {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .025em;
  }

  #wrapper {
    width: 100%;
    padding-top: 80px;
    box-sizing: border-box;
    text-align: justify;
  }

  .txt_red {
    color: #001952;
  }

  .txt_blue {
    color: #001952;
  }

  p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: -0.02em;
  }

  .br_sp {
    display: inline-block;
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  /*ヘッダー*/
  header {
    width: 100%;
    padding: 15px 20px;
    height: 80px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
  }

  header .box_inner {
    height: 100%;
    padding: 0;
  }

  header .logo {
    width: 80%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
  }

  header .logo p {
    width: 100%;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    letter-spacing: normal;
    color: #fff;
    font-weight: 400;
    line-height: 1.25;
  }

  header .logo img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }

  header .nav.sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100%;
    padding: 80px 0 0;
    display: none;
  }

  header nav.sp ul {
    height: 100%;
    padding: 30px 20px;
    overflow-y: scroll;
  }

  header nav.sp ul li {
    font-size: 16px;
    color: #001a55;
    border-top: 1px solid #b2bacc;
    line-height: 50px;
  }

  header nav.sp ul li.sub_cont {
    text-indent: 1em;
  }

  header nav.sp ul .btn_m-and-a {
    border-top: none;
    text-align: center;
    margin-top: 30px;
  }

  header nav ul li.contact,
  .back {
    border: none;
    width: 200px;
    height: 60px;
    padding: 14px clamp(14px, 1.02vw, 10px);
    line-height: 32px;
    margin: 30px auto 0;
    color: #ffffff;
    background: #00a1ed;
    border-radius: 3px;
  }

  .back {
    color: #fff;
    display: block;
    border-radius: 3px;
  }

  header nav ul li a {
    display: block;
  }

  header .nav_btn {
    width: 35px;
    height: 35px;
    z-index: 1200;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #ffffff;
  }

  .hamburger_line {
    transition: all 0.6s;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 5px;
    transform: translateY(-50%);
    background-color: #001a55;
  }

  .hamburger_line01 {
    top: 30%;
  }

  .hamburger_line02 {
    top: 50%;
  }

  .hamburger_line03 {
    top: 70%;
  }

  /* 表示された時用のCSS */
  .nav_open header nav.sp {
    display: block;
  }

  .nav_bg {
    opacity: 0;
    transition: all 0.4s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 80px;
    left: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    position: fixed;
  }

  .nav_open .nav_bg {
    opacity: 1;
    visibility: visible;
  }

  .nav_open .hamburger_line01 {
    transform: rotate(45deg);
    top: 50%;
  }

  .nav_open .hamburger_line02 {
    width: 0;
    left: 50%;
  }

  .nav_open .hamburger_line03 {
    transform: rotate(-45deg);
    top: 50%;
  }

  /*メインビジュアル*/
  .mv {
    position: relative;
    margin-bottom: 86px;
  }

  .notes {
    position: absolute;
    right: 20px;
    bottom: 220px;
    font-family: serif;
    font-size: 10px;
    color: #F2F2F3;
  }

  .top_copy {
    position: absolute;
    left: 50%;
    bottom: 36px;
    translate: -50% 0;
    filter: drop-shadow(0 0 4px rgba(0, 30, 50, .8));
  }

  .scroll {
    width: 60px;
    height: 82px;
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
  }

  .scroll_txt {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 1em;
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
  }

  .scroll .arrow {
    content: "";
    display: inline-block;
    height: 12px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 12px;
  }

  .scroll .allow,
  .scroll .allow-bar {
    box-shadow: 0 0 1px #fff;
    border-color: #001952;
  }

  .scroll .arrow.arrow-bar::before {
    bottom: 1px;
    content: '';
    height: 82px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 2px;
    background: #001952;
  }

  .scroll .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #001952;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: rotate(45deg);
  }

  .scroll .arrow.is-bottom {
    transform: translateX(-100%) translateY(50%);
  }

  /*MV*/
  .top_slider01 {
    opacity: 0;
    position: relative;
    margin-bottom: 20px;
    transition: 0.2s;
  }

  .top_slider01 {
    flex: 0;
    max-width: 100%;
    margin: 0;
  }

  .top_slider01.slick-slider {
    opacity: 1;
  }

  .top_slider01 .slick-list {
    width: 100%;
    overflow: hidden;
  }

  .top_slider01 .slick-track {
    display: flex;
    /* max-width: 100%; */
  }

  .top_slider01 .slick-track .slick-slide {
    flex: 1;
    gap: 0;
    width: 100%;
    max-width: 100vw !important;
    opacity: 0;
    transition: 0.4s;
  }

  .top_slider01 .slick-track .slick-slide.slick-current {
    opacity: 1 !important;
  }

  .top_slider01 .slick-track figure .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /*common*/
  .box_inner {
    padding: 30px 20px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #001A55;
    font-feature-settings: "palt";
    letter-spacing: .05em;
  }

  .h2_sub {
    margin-bottom: 10px;
    padding-left: 34px;
    font-family: Radley;
    font-size: 18px !important;
    line-height: 25px;
    color: #001A55;
    background-image: url(../images/icon_common01.svg);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: left center;
  }

  .about {
    background-image: url(../images/bg_about.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .top_slider02 {
    opacity: 0;
    position: relative;
    margin-bottom: 20px;
    transition: 0.2s;
  }

  .top_slider02 {
    flex: 0;
    max-width: calc(100% + 40px) !important;
    margin: 0 -20px 10px;
  }

  .top_slider02.slick-slider {
    opacity: 1;
  }

  .top_slider02 .slick-list {
    width: 100%;
    overflow: hidden;
  }

  .top_slider02 .slick-track {
    display: flex;
    /* max-width: 100%; */
    max-height: 154px;
  }

  .top_slider02 .slick-track .slick-slide {
    flex: 1;
    gap: 0;
    width: 100%;
    max-width: 100vw;
    transition: 0.4s;
  }

  .top_slider02 .slick-track .slick-slide img {
    width: 100%;
    height: auto;
  }

  .support_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 26px auto;
    text-align: center;
    font-weight: bold;
    font-family: serif;
  }

  .support_image span:nth-of-type(1),
  .support_image span:nth-of-type(3) {
    width: 278px;
    padding: 0 14px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: .06em;
    background: linear-gradient(90deg, rgba(0, 27, 89, 0) 0%, rgba(0, 27, 89, 1) 30%, rgba(0, 27, 89, 1) 70%, rgba(0, 27, 89, 0) 100%);
  }

  .support_image span:nth-of-type(2) {
    font-size: 18px;
    color: #001A55;
  }

  .job .wrap {
    display: flex;
    gap: 30px;
  }

  .job dl {
    display: flex;
  }

  .job dl dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 96px;
    padding: 0 8px;
    border-left: 2px solid;
  }

  .job dl dt p {
    font-weight: bold;
    color: #001A55;
  }

  .job dl dt img {
    width: 50px;
    height: auto;
  }

  .job dl dd {
    font-size: 14px;
    line-height: 2;
  }

  .specific-skills {
    color: #ffffff;
    background-image: url(../images/bg_specific-skills.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .specific-skills .h2_sub {
    filter: brightness(0) invert(1);
  }

  .specific-skills h2 {
    color: #ffffff;
  }

  .skill-list {
    margin-top: 20px;
    border: 2px solid;
    text-align: left;
    word-break: auto-phrase;
    background: #ffffff;
  }

  .skill-list.list01 {
    border-color: #00A1ED;
  }

  .skill-list.list02 {
    border-color: #001A55;
  }

  .skill-list h3 {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
  }

  .skill-list.list01 h3 {
    background: #00A1ED;
  }

  .skill-list.list02 h3 {
    background: #001A55;
  }

  .skill-list ul,
  .skill-list ol {
    padding: 16px;
    font-size: 14px;
    line-height: 22px;
    color: #001A55;
  }

  .skill-list ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  .skill-list ul li::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin-right: .5em;
    background: #00A1ED;
    border-radius: 50%;
    vertical-align: text-top;
  }

  .skill-list ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 1em;
  }

  .steps .wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 24px;
  }

  .steps dl {
    display: flex;
    flex-direction: column;
  }

  .steps dl dt {
    display: flex;
    border: 1px solid #001A55;
  }

  .steps dl dt span.step-ttl {
    flex: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    color: #ffffff;
    font-family: serif;
    font-weight: bold;
    background: #001A55;
  }

  .steps dl dd {
    padding: 12px 24px;
    background: #F3F3F3;
  }

  .steps dl dt span.step-ttl span.ttl {
    font-size: 11px;
  }

  .steps dl dt span.step-ttl span.num {
    font-size: 25px;
    line-height: 1;
  }

  .steps dl dt p {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .04em;
    text-align: left;
    word-break: auto-phrase;
  }

  span.how {
    display: block;
    font-size: 12px;
  }

  span.blue {
    color: #00a1ed;
  }

  span.navy {
    color: #001a55;
  }

  span.orange {
    color: #ff8a00;
  }

  .steps dl dd p {
    padding-left: 24px;
    font-size: 12px;
    line-height: 20px;
    border-left: 1px dashed #001a55;
  }

  .support {
    position: relative;
    background: #F2FAFE;
  }

  .top_slider03 {
    opacity: 0;
    position: relative;
    transition: 0.2s;
  }

  .top_slider03 {
    position: absolute;
    top: 60px;
    right: 0;
    flex: 0;
  }

  .top_slider03.slick-slider {
    opacity: 1;
  }

  .top_slider03 .slick-list {
    width: 100%;
    overflow: hidden;
  }

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

  .top_slider03 .slick-track .slick-slide {
    flex: 1;
    gap: 0;
    width: 100%;
    transition: 0.4s;
  }

  .top_slider03 .slick-track .slick-slide img {
    width: 100%;
    height: auto;
  }

  .support .box_inner {
    padding-top: 60px;
  }

  .support .box_inner h2 + p {
    width: calc(100% - 170px);
    margin-bottom: 30px;
  }

  .support-scroll.sp {
    margin-bottom: 30px;
  }

  .support-flow {
    position: relative;
    width: calc(100% + 20px);
    margin-right: -20px;
    overflow-x: scroll;
    z-index: 1;
  }

  /*手数料・返金制度*/
  .refund {
    color: #001A55;
    border-bottom: 2px solid #001952;
  }

  .refund h2 {
    margin-bottom: 27px;
  }

  p.btn_commission {
    max-width: 280px;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
  }

  p.btn_commission a {
    display: block;
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .04em;
    color: #fff;
    background: #00a1ed;
  }

  /*会社概要*/
  #company {
    background: #fff;
  }

  #company .box_inner {
    padding: 60px 20px 40px;
  }

  #company h2 {
    font-weight: bold;
    font-size: 2.1em;
  }

  #company .about_inner {
    display: flex;
    align-items: center;
  }

  #company .left-box_about {
    width: 35%;
    float: left;
  }

  #company .left-box_about p {
    text-align: center;
  }

  #company .left-box_about p img {
    width: 100%;
    max-width: 80px;
    height: auto;
  }

  #company .right-box_about {
    width: 65%;
    float: right;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
  }

  #company .right-box_about p {
    width: 100%;
    line-height: 1;
    text-align: left;
    margin: 0 0 5px;
  }

  #company .right-box_about p:first-child {
    width: 100%;
    font-size: 1.6em;
    color: #001952;
  }

  #company .right-box_about p:nth-child(2) {
    font-size: 10px;
  }

  #company .right-box_about p:nth-child(3) {
    font-size: 1.6em;
    line-height: 1.25;
    margin: 0;
  }

  #company .right-box_about p:nth-child(3) .small {
    font-size: 15px;
  }

  #company table {
    width: 100%;
    margin: 30px 0;
  }

  #company table tr th,
  #company table tr td {
    line-height: 1.25;
    font-size: 1.6em;
    font-weight: 300;
  }

  #company table tr td a {
    display: inline-block;
    color: #001A55;
    font-weight: 500;
    border-bottom: 1px solid;
  }

  #company table tr th {
    width: 40%;
    padding: 8px 0;
    padding-right: .5em;
    text-align: center;
    border-right: 1px solid #001952;
  }

  #company table tr td {
    width: 65%;
    padding: 8px .5em;
    padding-right: 0;
    vertical-align: middle;
  }

  .pdf {
    margin: 20px auto 0;
    width: fit-content;
    color: #001952;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid;
  }

  .pdf a {
    display: block;
    padding: 0 4px;
  }

  /*お問い合わせ*/
  #contact {
    padding: 60px 0;
    background: #fff;
    text-align: center;
  }

  #contact h2 {
    color: #fff;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 30px;
    width: 240px;
    margin: 0 auto;
    background: #001952;
    box-shadow: 5px 5px 0 rgba(0, 25, 82, 0.2);
  }

  #contact p {
    color: #001952;
    margin: 15px 0;
  }

  #contact .txt_balloon li {
    position: relative;
    width: 100%;
    padding: 14px 0;
    margin: 0 auto 20px;
    border: 1px solid #001952;
    color: #001952;
    font-size: 15px;
    font-weight: 600;
  }

  #contact .txt_balloon li:after,
  .txt_balloon li:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
  }

  #contact .txt_balloon li:after {
    border-width: 10px;
    margin-left: -10px;
    border-top-color: #fff;
  }

  #contact .txt_balloon li:before {
    border-width: 11px;
    margin-left: -11px;
    border-top-color: #001952;
  }

  /*メールフォーム*/
  #contact .contact-us {
    color: #fff;
    font-weight: 600;
    background: #00A1ED;
    letter-spacing: 0.05em;
    padding: 4px 20px;
    margin: 30px auto;
  }

  #contact .attent {
    margin: 30px 0;
  }

  #contact .attent p {
    margin: 10px 0;
    font-size: 1.4em;
    text-align: left;
    line-height: 1.25;
    text-indent: -1em;
    padding-left: 1em;
  }

  #contact .form {
    padding: 20px 20px;
    background: #fff;
    text-align: left;
    outline: 1px solid #001952;
    outline-offset: -1px;
    box-shadow: 5px 5px 0 rgba(0, 25, 82, 0.2);
  }

  #contact .form h3 {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    color: #001952;
  }

  #contact .form dl {
    margin: 20px auto;
  }

  #contact .form dt {
    font-size: 1.6em;
    color: #001952;
    margin: 0 0 12px;
    font-weight: 600;
  }

  #contact .form dt .required {
    margin-left: 1em;
    font-size: 14px;
    color: #00a1ed;
  }

  #contact .form dd input {
    width: 100%;
    display: inline-block;
    background: #fff;
    font-size: 1.6em;
    height: 2em;
    box-sizing: content-box;
    border-bottom: 1px solid #001952;
  }

  #contact .form .name dt {
    margin: 0 0 6px;
  }

  #contact .form .name p {
    font-size: 1.6em;
    font-weight: 300;
    margin: 0;
  }

  #contact .form .name dd {
    width: 47%;
    display: block;
    float: left;
  }

  #contact .form .name dd:first-of-type {
    margin: 0 6% 0 0;
  }

  #contact .form .name dd:last-child {
    float: right;
  }

  #contact .form .details dd textarea {
    width: 100%;
    background: #fff;
    outline: 1px solid #001952;
    outline-offset: -1px;
    padding: 2px;
    font-size: 1.6em;
    line-height: 1.25;
  }

  #contact .form dl dd input:focus {
    border-bottom: 1px solid #00a1ed;
  }

  #contact .form dl dd textarea:focus {
    outline: 1px solid #00a1ed;
    outline-offset: -1px;
  }

  #contact .form .send,
  #contact #formWrap .send {
    background: #00A1ED;
    color: #fff;
    font-size: 1.8em;
    border-radius: 3px;
    padding: 4px 8px;
    display: block;
    margin: 0 auto;
  }

  #contact #formWrap .btn {
    margin: 20px auto;
    letter-spacing: 5em;
  }

  #contact #formWrap .send {
    display: inline-block;
    margin: 10px auto;
  }

  /*フッター*/
  footer {
    background: #001952;
    color: #fff;
    text-align: center;
  }

  footer p {
    font-size: 1.4em;
    line-height: 50px;
  }

  /* ==========================================================
Fade In
========================================================== */
  .fadeInTrigger,
  .fadeUpTrigger,
  .fadeLeftTrigger,
  .fadeRightTrigger {
    transform: translateZ(0);
  }

  /* その場で */
  .fadeInTrigger {
    opacity: 0;
  }

  .fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
  }

  @keyframes fadeInAnime {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  /* 下から */
  .fadeUpTrigger {
    opacity: 0;
  }

  .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
  }

  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* 左から */
  .fadeLeftTrigger {
    opacity: 0;
  }

  .fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
  }

  @keyframes fadeLeftAnime {
    from {
      opacity: 0;
      transform: translateX(-100px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* 右から */
  .fadeRightTrigger {
    opacity: 0;
  }

  .fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
  }

  @keyframes fadeRightAnime {
    from {
      opacity: 0;
      transform: translateX(100px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* アニメーションスタートの遅延時間を決めるCSS*/
  .animationDelay02 {
    animation-delay: 0.2s;
  }

  .animationDelay04 {
    animation-delay: 0.4s;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .top_slider01 .slick-track .slick-slide img {
    width: 100%;
    height: auto;
  }

  .about .wrap {
    padding: 40px 20px;
    text-align: justify;
    background: rgba(255, 255, 255, .6);
  }

  .job .wrap {
    flex-direction: column;
  }

  .support-flow img {
    max-width: 675px;
    height: auto;
  }

  .top_slider03 {
    max-width: 170px;
  }

  .top_slider03 .slick-track .slick-slide {
    max-width: 170px;
  }
}

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

  /*メインビジュアル*/
  .mv {
    margin-bottom: 130px;
    background: linear-gradient(134deg, rgba(255, 255, 255, 1) 0%, rgba(253, 254, 255, 1) 31.96%, rgba(246, 252, 254, 1) 46.3%, rgba(233, 247, 253, 1) 57.13%, rgba(215, 240, 252, 1) 66.2%, rgba(191, 231, 251, 1) 74.15%, rgba(162, 221, 249, 1) 81.33%, rgba(128, 208, 246, 1) 87.94%, rgba(89, 194, 243, 1) 93.97%, rgba(45, 177, 240, 1) 99.54%, rgba(41, 176, 240, 1) 100%);
  }

  .mv .wrap {
    display: flex;
    align-items: center;
    max-width: 1020px;
    min-height: 600px;
    margin: 0 auto;
    padding: 20px;
  }

  .top_slider01 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 782px;
  }

  .notes {
    right: 24px;
    bottom: 20px;
    font-size: 14px;
  }

  .top_copy {
    position: relative;
    left: 0;
    bottom: 0;
    translate: none;
    filter: none;
    z-index: 1;
  }

  .top_slider02 .slick-track {
    max-height: none;
  }

  .top_slider02 .slick-track .slick-slide {
    max-width: 960px;
  }

  .top_slider02.slick-slider {
    max-width: 100%;
    margin: 0 auto 36px;
  }

  .scroll {
    top: 105%;
  }

  .scroll .arrow.arrow-bar::before {
    height: 116px;
  }

  .support_image {
    flex-direction: row;
    gap: 24px;
    margin: 30px auto;
  }

  .support_image span:nth-of-type(1),
  .support_image span:nth-of-type(3) {
    width: 27.67vw;
  }

  .about {
    background-size: 600px auto;
    background-position: right bottom;
  }

  .about .box_inner {
    padding-bottom: 96px;
  }

  .h2_sub {
    margin-bottom: 16px;
  }

  h2 {
    margin-bottom: 54px;
    font-size: 30px;
    font-weight: bold;
  }

  .job .box_inner {
    padding: 0 20px 140px;
  }

  .skill-list h3 {
    padding: 18px 20px;
    font-size: 18px;
  }

  .job dl {
    flex: 1;
    flex-direction: column;
  }

  .job dl dt {
    padding: 20px 16px;
    border-left: none;
    border-top: 2px solid;
  }

  .job dl dt p {
    font-size: 20px;
  }

  .job dl dt img {
    width: 96px;
  }

  .specific-skills h2 {
    margin-bottom: 48px;
  }

  .steps .box_inner {
    padding-top: 100px;
  }

  .specific-skills .box_inner {
    padding: 100px 20px 140px;
  }

  .specific-skills p {
    font-size: 16px;
  }

  .specific-skills .wrap {
    display: flex;
    gap: 30px;
    margin-top: 36px;
  }

  .skill-list {
    flex: 1;
    margin-top: 0;
  }

  .specific-skills .wrap .skill-list.list01 {
    max-width: 360px;
  }

  .skill-list ul,
  .skill-list ol {
    font-size: 16px;
    line-height: 24px;
  }

  .steps .wrap {
    gap: 20px;
    margin-top: 36px;
  }

  .steps dl dt span.step-ttl span.ttl {
    font-size: 16px;
  }

  .steps dl dt span.step-ttl span.num {
    font-size: 36px;
  }

  .steps dl dt p {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 24px;
    font-size: 18px;
  }

  .steps dl dt span.step-ttl {
    min-width: 68px;
    min-height: 68px;
  }

  span.how {
    font-size: 16px;
  }

  .steps dl dd {
    padding: 10px 33px;
  }

  .steps dl dd p {
    padding: 13px 33px;
    padding-right: 0;
    font-size: 16px;
  }

  .support .box_inner {
    padding-top: 105px;
  }

  .top_slider03 {
    top: 75px;
  }

  .top_slider03.slick-slider {
    max-width: 396px;
  }

  .top_slider03 .slick-track .slick-slide {
    max-width: 396px;
  }

  /*会社概要*/
  #company {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  #company .left-box {
    width: 40%;
    margin: 0;
  }

  #company .right-box {
    flex: 1;
  }

  #company .left-box p iframe {
    height: 720px;
  }

  #company .box_inner {
    margin: 0;
    padding: 4px 40px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #company h2 {
    font-size: 2.4em;
    margin: 0 0 30px;
  }

  #company .about_inner {
    max-width: 1000px;
    margin: 0 auto;
    gap: 24px;
  }

  #company .left-box_about {
    width: 100px;
    float: left;
  }

  #company .left-box_about p img {
    max-width: 100px;
  }

  #company .right-box_about {
    width: 70%;
    float: right;
    min-height: 100px;
  }

  #company .right-box_about p:first-child {
    font-size: 3.2em;
  }

  #company .right-box_about p:nth-child(3) {
    font-size: 2.4em;
  }

  #company .right-box_about p:nth-child(3) .small {
    font-size: inherit;
  }

  #company table {
    max-width: 1000px;
  }

  #company table tr th,
  #company table tr td {
    line-height: 20px;
  }

  #company table tr th {
    width: 35%;
  }

  #company table tr td {
    width: auto;
  }

  p.btn_m-and-a a {
    display: block;
    text-align: center;
  }

  /*お問い合わせ*/
  #contact {
    padding: 80px 2vw;
    border-top: 2px solid #001952;
  }

  #contact h2 {
    font-size: 2.6em;
    line-height: 50px;
  }

  #contact p {
    font-size: 3.6em;
    margin: 50px 0;
  }

  #contact #formWrap p {
    margin: 20px auto;
    font-size: 2.1em;
  }

  #contact .txt_balloon {
    display: flex;
    justify-content: space-between;
  }

  #contact .txt_balloon li {
    width: 30%;
    margin: 0 0 40px;
  }

  #contact .txt_balloon li.balloon01,
  #contact .txt_balloon li.balloon03 {
    padding: 0;
    line-height: 64px;
  }

  #contact .txt_balloon li.balloon01:after,
  .txt_balloon li.balloon01:before {
    left: 25%;
  }

  #contact .txt_balloon li.balloon03:after,
  .txt_balloon li.balloon03:before {
    left: 75%;
  }

  /*メールフォーム*/
  #contact .contact-us,
  #contact .attent,
  #contact .form {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  #contact .contact-us {
    font-size: 1.6em;
  }

  #contact .form {
    padding: 60px 60px 40px;
    background: #fff;
    text-align: left;
    outline: 1px solid #001952;
    outline-offset: -1px;
    box-shadow: 5px 5px 0 rgba(0, 25, 82, 0.2);
  }

  #contact .form dl {
    margin: 30px auto;
  }

  #contact .form .name dt {
    margin: 0 0 6px;
  }

  #contact .form .name p {
    float: left;
    margin: 0 4% 0 1em;
  }

  #contact .form .name dd {
    width: 40%;
  }

  #contact .form .name dd:first-of-type {
    margin: 0 3% 0 0;
  }

  #contact .form .details dd textarea {
    width: 100%;
    background: #fff;
    outline: 1px solid #001952;
    outline-offset: -1px;
    padding: 2px;
    font-size: 1.6em;
    line-height: 1.25;
  }

  .left-box {
    width: 48%;
  }

  .right-box {
    width: 40%;
    float: right;
  }

  .box_inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px 70px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

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

  header .nav_btn,
  .nav_bg {
    display: block !important;
  }

  header .nav.pc {
    display: none !important;
  }
}

@media screen and (min-width:1000px) {
  #wrapper {
    padding-top: 90px;
  }

  /*ヘッダー*/
  header {
    padding: 0;
    height: 90px;
  }

  header .box_inner {
    max-width: 1366px;
    padding: 15px 20px;
    height: 100%;
  }

  header .logo {
    max-width: 300px;
    float: left;
  }

  header .nav.pc {
    position: static;
    width: calc(100vw - 340px);
    max-width: 1000px;
    height: 100%;
    /* padding: 20px 0 0; */
    display: block;
    float: right;
  }

  header nav ul {
    height: 100%;
    overflow-y: inherit;
    display: flex;
    gap: 1em;
    justify-content: end;
    align-items: center;
  }

  header nav ul li {
    width: auto;
    color: #001a55;
    font-size: 14px;
    border-top: none;
    font-size: clamp(10px, 1.02vw, 14px);
    line-height: 30px;
    white-space: nowrap;
    height: 30px;
    display: inline-block;
    position: relative;
  }

  header nav ul li ul {
    background: rgba(0, 25, 82, 0.85);
    display: table;
    opacity: 0;
    position: absolute;
    top: 33px;
    left: 0;
  }

  header nav ul li ul li {
    margin: 0;
    width: 10em;
  }

  header nav ul li ul li a {
    padding: 0 1em;
  }

  header nav ul li:hover a + ul.sub_cont {
    opacity: 1;
    transition: .3s;
  }

  ul li a:hover {
    border-bottom: 3px solid #00a1ed;
  }

  ul.sub_cont li a:hover {
    border-bottom: none;
    background: #fff;
    color: #001952;
    transition: .3s;
  }

  ul li.contact a:hover {
    border-bottom: none;
  }

  header nav ul li:nth-child(7) {
    border-bottom: none;
  }

  header nav ul li.contact,
  .back {
    width: 176px;
    font-size: 1.4em;
    border: none;
    font-size: clamp(14px, 1.02vw, 10px);
    line-height: 30px;
    margin: 0;
    text-align: center;
  }

  header nav ul li a {
    display: block;
  }
}