/*2025.06.27*/
@media screen and (max-width: 799px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  main {
    padding-top: 100px;
  }
  section {
    padding: 60px 30px;
  }
  .flexbox {
    display: block;
  }
  .recruitlist_btn {
    display: none;
    top: 5%;
    transform-origin: right;
    transform: scale(0.45);
  }
  #toplink {
    bottom: 0;
    width: 80px;
    height: 80px;
  }
  #toplink.fixed {
    right: 0;
    opacity: 0.95;
  }
  header {
    height: 100px;
  }
  header .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: inherit;
    text-align: center;
  }
  header .logo img {
    width: 80%;
    max-width: 400px;
  }
  header .cta {
    display: none;
  }
  header nav {
    display: none;
  }
  .PageHeader {
    height: 100px;
  }
  .PageHeader h1 {
    left: 30px;
    font-size: min(6vw, 2rem);
  }
  .breadcrumbs {
    padding: 15px;
  }
  .banners {
    padding: 30px;
    padding-bottom: 0;
  }
  .banners .flexbox {
    display: flex;
  }
  .banners .flexbox > p {
    width: auto;
    max-width: 300px;
  }
  .banners .flexbox a {
    margin-bottom: 30px;
  }
  footer {
    padding: 30px;
    padding-bottom: 100px;
  }
  footer .footer_links {
    display: none;
  }
  footer .footer_info {
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    padding: 30px;
  }
  footer .footer_info p {
    margin-bottom: 15px;
    line-height: 1.35em;
  }
  footer .footer_info p .footer_info_subtitle {
    display: block;
    margin: 0;
    margin-bottom: 0.5em;
    line-height: 1em;
  }
  footer .footer_info p span {
    display: block;
    font-size: 0.9em;
  }
  footer .footer_info p.tel {
    font-size: min(8vw, 4.5rem);
  }
  footer .footer_info p.tel::before {
    width: 10%;
    min-width: 23px;
    margin-right: 0.25em;
    vertical-align: middle;
  }
  footer .copy {
    font-size: min(3vw, 1rem);
  }
  #MobileMenuBtm {
    transition: all 0.2s 0s ease-in-out;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
    animation-duration: 0.1s;
    width: 80px;
    aspect-ratio: 1/1;
    opacity: 0.9;
    background-color: #0c6eb4;
    box-shadow: 0 3px 8px 0 #0c6eb4;
    cursor: pointer;
  }
  #MobileMenuBtm span {
    transition: all 0.2s 0s ease-in-out;
    position: absolute;
    width: 40px;
    height: 3px;
    border-radius: 1em;
    background: #fff;
  }
  #MobileMenuBtm span:nth-of-type(1) {
    top: 27px;
    left: 50%;
    transform: translate(-50%);
  }
  #MobileMenuBtm span:nth-of-type(2) {
    top: 43px;
    left: 50%;
    transform: translate(-50%);
  }
  #MobileMenuBtm span:nth-of-type(3) {
    top: 58px;
    left: 50%;
    transform: translate(-50%);
  }
  #MobileMenuBtm.on {
    background-color: rgba(12, 110, 180, 0);
  }
  #MobileMenuBtm.on span:nth-of-type(1) {
    top: 43px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
  }
  #MobileMenuBtm.on span:nth-of-type(2) {
    width: 0;
    top: 43px;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
  }
  #MobileMenuBtm.on span:nth-of-type(3) {
    top: 43px;
    left: 50%;
    transform: translate(-50%) rotate(-45deg);
  }
  #MobileMenu {
    transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
    animation-duration: 0.2s;
    overflow-y: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    opacity: 0;
    background: #0c6eb4;
    z-index: 9000;
  }
  #MobileMenu.on {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #MobileMenu ul {
    padding-top: 30px;
  }
  #MobileMenu ul li {
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  }
  #MobileMenu ul a {
    display: block;
    padding: 15px;
    text-align: left;
  }
  #MobileMenu ul a:link, #MobileMenu ul a:visited {
    color: #fff;
  }
  #MobileMenu ul a:hover, #MobileMenu ul a:active {
    color: #4ec1f0;
  }
  #MobileMenu ul a::before {
    content: url(../img/pict_arrow01.svg);
    position: relative;
    top: -5px;
    display: inline-block;
    width: 9px;
    margin-right: 0.5em;
    opacity: 0.5;
    vertical-align: middle;
  }
  #MobileMenu ul a.pict_window::before {
    content: url(../img/pict_obj02.svg);
    top: 0;
    width: 16px;
  }
  .mobile_cta {
    position: fixed;
    top: 42%;
    transform-origin: center;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
    display: block;
  }
  .mobile_cta a {
    position: relative;
    display: block;
    margin-bottom: 7.5px;
    padding: 15px 10.5px;
    font-weight: 400;
    text-align: center;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    opacity: 0.9;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  }
  .mobile_cta a:link, .mobile_cta a:visited {
    color: #fff;
  }
  .mobile_cta a:hover, .mobile_cta a:active {
    color: #fff;
  }
  .mobile_cta a.EntryBtn {
    background: linear-gradient(to top, #fbcc3e 0%, #de6261 100%);
  }
  .mobile_cta a.ContactBtn {
    background: linear-gradient(to top, #18889e 0%, #31afb3 100%);
  }
  .mobile_cta a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 4px;
    border: 1px #ffffff solid;
    opacity: 0.5;
  }
  .mobile_cta a::after {
    content: url(../img/cta_pict_arrow.svg);
    display: inline-block;
    margin-top: 0.25em;
    width: 16px;
    aspect-ratio: 1/1;
  }
  .PageBody {
    /* text */
    /* box styles */
    /* mailform */
  }
  .PageBody div {
    margin-bottom: 30px;
  }
  .PageBody h1, .PageBody h2 {
    margin-bottom: 30px;
    font-size: min(8vw, 2rem);
  }
  .PageBody .nes {
    display: block;
    margin: 0;
  }
  .PageBody .boxtyle_01 {
    display: block;
  }
  .PageBody .boxtyle_01 div {
    padding: 37.5px 22.5px;
  }
  .PageBody .mailform .mailform_title {
    font-size: min(6vw, 2.25rem);
  }
  .PageBody .mailform table th {
    width: 30%;
    padding: 0.75em;
  }
  .PageBody .mailform table td {
    padding: 0.75em;
  }
  .PageBody .mailform table td label {
    display: block;
  }
  .PageBody .mailform table td input {
    width: 80%;
  }
  .PageBody .mailform table td input.w50 {
    width: 50px;
  }
  .PageBody .mailform table td input[type=radio] {
    width: auto;
  }
  .PageBody .mailform table td textarea {
    width: 80%;
  }
  .PageBody .mailform .submit input {
    width: 90%;
    font-size: min(8vw, 2.35rem);
  }
  .ArchiveBody {
    padding-top: 30px;
  }
  .ArchiveBody .ArchiveList ul li {
    display: block;
  }
  .ArchiveBody .ArchiveList ul li .date {
    width: auto;
    max-width: inherit;
  }
  .plink {
    padding: 15px 0;
    font-size: 1.25em;
  }
  .mv {
    height: 70vh;
  }
  .mv .slogan {
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
  }
  .mv #slideshow li {
    background-position: bottom 0 right 30%;
  }
  .mv #slideshow li:nth-of-type(1) {
    animation-delay: 0s;
    background-image: url(../img/mv_img01.jpg);
  }
  .mv #slideshow li:nth-of-type(2) {
    animation-delay: 8s;
    background-image: url(../img/mv_img02.jpg);
  }
  .mv #slideshow li:nth-of-type(3) {
    animation-delay: 16s;
    background-image: url(../img/mv_img03.jpg);
  }
  .mv #slideshow li:nth-of-type(4) {
    animation-delay: 24s;
    background-image: url(../img/mv_img04.jpg);
  }
  .features .features_box_01 {
    display: block;
  }
  .features .features_box_01 .ph {
    width: auto;
  }
  .features .features_box_01 div {
    width: auto;
  }
  .features .features_box_01:nth-of-type(1) .circle {
    right: 50%;
  }
  .features .features_box_01:nth-of-type(2) .circle {
    left: 50%;
  }
  .features .features_box_01:nth-of-type(3) .circle {
    right: 50%;
  }
  .features .features_box_01:nth-of-type(4) .circle {
    left: 50%;
  }
  .features .features_box_01:nth-of-type(5) .circle {
    right: 50%;
  }
  .features .features_box_01:nth-of-type(6) .circle {
    left: 50%;
  }
  .features .features_bottom {
    padding-top: 30px;
  }
  .features .features_bottom .moreBtn {
    width: 80%;
    max-width: 300px;
    min-width: inherit;
    font-size: min(5vw, 1.5rem);
  }
  .RecruitCats .flexbox {
    display: flex;
  }
  .RecruitCats .flexbox .RecruitCats_link {
    width: 45%;
    margin-bottom: 30px;
  }
  .RecruitCats .flexbox .RecruitCats_link p {
    padding: 15px;
    padding-bottom: 0;
  }
  .RecruitCats .flexbox .RecruitCats_link h3 {
    padding: 15px;
    padding-right: 30px;
    font-size: min(4vw, 1.35rem);
  }
  .RecruitCats .flexbox .RecruitCats_link h3::after {
    right: 7.5px;
  }
  .RecruitCats .RecruitCats_bottom {
    padding-top: 30px;
  }
  .RecruitCats .RecruitCats_bottom .moreBtn {
    width: 80%;
    max-width: 300px;
    min-width: inherit;
    font-size: min(5vw, 1.5rem);
  }
  .latesttopics article ul li {
    padding: 22.5px 1em;
  }
  .latesttopics article ul li .date {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .latesttopics .latesttopics_bottom {
    padding-top: 30px;
  }
  .latesttopics .latesttopics_bottom .moreBtn {
    width: 80%;
    max-width: 300px;
    min-width: inherit;
    font-size: min(5vw, 1.5rem);
  }
  .PageBody .historyfrow ul li {
    padding: 1em;
    border-radius: 10px;
  }
  .PageBody .historyfrow ul li span {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    border-radius: 10px;
  }
  .PageBody .overview .overview_box {
    width: 60%;
    padding: 20%;
  }
  .PageBody .overview .overview_box .overview_box_title {
    margin-bottom: 3px;
    font-size: min(5vw, 1.5rem);
  }
  .PageBody .overview .overview_box .overview_box_txt_01 {
    font-size: min(4vw, 1.35rem);
    line-height: 1.35em;
  }
  .PageBody .overview .overview_box .overview_box_txt_02 p {
    font-size: min(3vw, 0.9rem);
  }
  .PageBody .interview h2 {
    font-size: min(18vw, 6rem);
  }
  .PageBody .interview h2 span {
    font-size: 0.9rem;
  }
  .PageBody .interview .flexbox {
    display: flex;
  }
  .PageBody .interview .interviewBox {
    width: auto;
  }
  .PageBody .interview .interviewBox .interviewBox_ph {
    margin-bottom: 30px;
  }
  .PageBody .interview .interviewBox .interviewBox_ph p {
    margin-bottom: 15px;
  }
  .PageBody .interview .interviewBox .interviewBox_ph .interviewBox_link {
    bottom: 15px;
    right: -15px;
  }
  .PageBody .interview .interviewBox .interviewBox_data p {
    margin-bottom: 7.5px;
  }
  .PageBody .interview .interviewBox .interviewBox_data span {
    padding: 0.25em 1em;
  }
  .PageBody .interviewHeader {
    margin: 30px;
    margin-bottom: 60px;
  }
  .PageBody .interviewHeader .interviewHeader_title {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px;
  }
  .PageBody .interviewHeader .interviewHeader_title h2 {
    font-size: 1.5rem;
  }
  .PageBody .interviewHeader .interviewHeader_title h2 span {
    font-size: 0.75em;
  }
  .PageBody .interviewHeader .interviewHeader_title p {
    font-size: 0.9rem;
  }
  .PageBody .interviewSection .interviewSection_title {
    margin-bottom: 30px;
  }
  .PageBody .interviewSection img {
    margin-bottom: 0.5em;
  }
  .PageBody .interviewSection .workflow {
    font-size: 1.1rem;
  }
  .PageBody .interviewSection .workflow div {
    display: block;
    margin: 0 30px;
    padding-bottom: 15px;
  }
  .PageBody .interviewSection .workflow div p {
    width: auto;
    margin-left: 30px;
  }
  .PageBody .interviewSection .workduty {
    margin: auto;
  }
  .PageBody .interviewSection .workduty li {
    display: block;
    width: auto;
  }
  .ArchiveBody .RecruitCategories {
    margin-bottom: 30px;
  }
  .ArchiveBody .RecruitCategories ul li {
    width: 90%;
  }
  .ArchiveBody .RecruitList .RecruitList_unit {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(12, 110, 180, 0.1);
  }
  .ArchiveBody .RecruitList .RecruitList_unit:hover {
    border-bottom: 1px solid rgba(12, 110, 180, 0);
  }
  .ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_thmb {
    width: auto;
    max-height: 200px;
  }
  .ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data {
    width: auto;
    padding: 15px;
  }
  .ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data h2 {
    padding: 15px 0;
  }
  .ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data dl {
    padding: 0;
  }
  .ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data dl dt {
    width: 25%;
  }
  .ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data dl dd {
    width: 70%;
  }
  .RecriuitSingleHeader {
    padding: 0 30px;
  }
  .RecriuitSingleHeader h2 {
    font-size: min(6vw, 2rem);
    padding: 30px 22.5px;
  }
  .PageBody .RecriotReq table th {
    width: 30%;
  }
  .PageBody .entryform {
    text-align: center;
  }
  .PageBody .entryform .entryform_title {
    margin-bottom: 22.5px;
    font-size: min(6vw, 2.25rem);
  }
  .PageBody .entryform table th {
    width: 30%;
    padding: 0.75em;
  }
  .PageBody .entryform table td {
    padding: 0.75em;
  }
  .PageBody .entryform table td input {
    width: 80%;
  }
  .PageBody .entryform table td input.w50 {
    width: 50px;
  }
  .PageBody .entryform table td textarea {
    width: 80%;
  }
  .PageBody .entryform .submit input {
    width: 90%;
    font-size: min(8vw, 2.35rem);
  }
}/*# sourceMappingURL=sp.css.map */