@charset "Shift_JIS";
@media screen and (max-width: 769px) {
  body {
    font-size: 4.8vw;
  }
  .pc_display {
    display: none !important;
  }
  .sp_display {
    display: block !important;
  }
  .spbr {
    display: inline;
  }
  .pcbr {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* header */
  #header {
    max-width: none;
    height: auto;
    padding: 18px 15px;
    line-height: 1;
  }
  #header a {
    font-size: 2.6vw;
  }
  #header img {
    width: 28.75vw;
    height: auto;
  }
  #header ul {
    display: block;
    margin-top: -3.2vw;
  }
  #header ul li {
    margin-left: 0;
    text-align: right;
    line-height: 1.1;
  }

  /* btn */
  .btn {
    text-align: center;
    padding: 1vw 0;
    width: auto;
    height: auto;
  }
  .btn a {
    width: 100%;
    height: auto;
    display: block;
  }
  .btn a img {
    width: 100%;
    height: auto;
  }

  /* section */
  main {
    min-width: 320px;
    overflow: hidden;
    width: 100%;
  }
  main section {
    position: relative;
    clear: both;
  }

  /* main visual */
  main section#main_v {
    position: relative;
    padding: 0;
    max-width: none;
    height: auto;
    background: none;
  }
  #main_v h1{
    height: auto;
  }
  #main_v img {
    width: 100%;
    height: auto;
    display: block;
  }
  #main_v p.btn {
    top: auto;
    bottom: calc(60 / 800 * 100vw);
    transform: translateX(-50%);
    width: 90%;
    height: auto;
  }
  /* nav */
  #page_nav {
    height: auto;
    margin-top: 0;
    padding: 0 20px;
    background: #f8f8f8;
  }
  #page_nav ul.sp_display {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
    height: auto;
    align-items: flex-start;
    align-content: flex-start;
    background: none;
    display: flex !important;
  }
  #page_nav ul.sp_display li {
    width: 50%;
    height: auto;
  }
  #page_nav ul.sp_display li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 0;
  }
  #page_nav ul.sp_display li a img {
    display: block;
  }
  #page_nav ul.sp_display + div img {
    display: block;
  }
  #page_nav ul li a:hover {
    background: transparent none;
  }
  #page_nav ul li a:hover img {
    opacity: 1;
  }

  /* voices */
  section.voices {
    background: #fff2f8;
    padding: 40vw 20px 15vw;
    margin-top: -30vw;
  }
  section.voices h2 {
    text-align: center;
    margin-bottom: 6vw;
  }
  section.voices .inner {
    margin-bottom: 40px;
  }
  section.voices .inner ul {
    display: block;
  }
  section.voices .inner ul li {
    background: #fff;
    padding: 0 0 3vw 0;
    height: auto;
    font-size: 4.3vw;
    margin: 0 0 1vw;
    width: auto;
    letter-spacing: 0;
  }
  section.voices .inner ul li::after {
    content: '';
    display: block;
    width: 100%;
    height: 4vw;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -4vw;
    background-size: cover;
  }
  section.voices .inner ul li:nth-child(1),
  section.voices .inner ul li:nth-child(2),
  section.voices .inner ul li:nth-child(3) {
    width: auto;
    padding: 4vw 3.5vw 4vw 4vw;
    border-radius: 4vw;
    margin-bottom: 6vw;
    position: relative;
  }
  section.voices .inner ul li:nth-child(1)::after {
    background-image: url('../images/sec1_item1_sp.png');
  }
  section.voices .inner ul li:nth-child(2)::after {
    background-image: url('../images/sec1_item2_sp.png');
  }
  section.voices .inner ul li:nth-child(3)::after {
    background-image: url('../images/sec1_item3_sp.png');
  }
  section.voices .inner ul li strong {
    font-size: 4.75vw;
  }

  /* reasons */
  section.reasons {
    padding: 15vw 20px;
    background-size: 200vw;
  }
  section.reasons h2 {
    margin-bottom: 8vw;
  }
  section.reasons section {
    max-width: none;
    margin: 0 auto 15vw;
  }
  section.reasons section h3 {
    text-align: left;
    margin-bottom: 7vw;
  }
  section.reasons section p {
    font-size: 4.75vw;
    letter-spacing: 0.025em;
  }
  section.reasons .support {
    padding: 9vw 6vw;
    border-radius: 7vw;
    display: block;
    background-image: url('../images/sec2_arr_sp.png');
    background-repeat: no-repeat;
    background-position: 3.5vw 10vw;
    background-size: auto calc(100% - 20vw);
  }
  section.reasons .support .item {
    position: relative;
    padding-left: 20vw;
    margin-bottom: 15vw;
  }
  section.reasons .support .item.item1,
  section.reasons .support .item.item2,
  section.reasons .support .item.item3 {
    width: auto;
  }
  section.reasons .support .item.item3 {
    margin-bottom: 0;
  }
  section.reasons .support .item h4 {
    height: auto;
    width: 30vw;
    position: absolute;
    left: -5vw;
    top: 0;
    z-index: 1;
  }
  section.reasons .support .item h4 img.pc_display {
    display: none;
  }
  section.reasons .support .item div {
    margin: 0;
    padding: 7vw 6vw 5vw;
    border-radius: 5vw;
    width: 100%;
  }
  section.reasons .support .item.item3 div {
    margin-right: 0;
  }
  section.reasons .support .item div h5 {
    font-size: 4.2vw;
    margin: -10vw -10vw 3vw;
  }
  section.reasons .support .item div h5 span {
    padding: 0.5vw 7vw;
    border-radius: 4vw;
  }
  section.reasons .support .item div p {
    font-size: 4vw;
    min-height: 0;
    letter-spacing: 0.1em;
  }
  section.reasons .reason3 .inner {
    display: block;
  }
  section.reasons .reason3 p {
    width: auto;
    letter-spacing: 0em;
  }
  section.reasons .reason3 .image {
    width: auto;
    margin-top: 0;
  }
  section.reasons .reason4 .inner {
    display: block;
  }
  section.reasons .reason4 p {
    width: auto;
    letter-spacing: 0em;
  }
  section.reasons .reason4 .image {
    width: auto;
    margin-top: 0;
    padding: 0 15vw;
  }

  /* jobs */
  section.jobs {
    padding: 18vw 20px;
    background-size: 200vw;
  }
  section.jobs h2 {
    margin-bottom: 9vw;
  }
  section.jobs h3 {
    margin-bottom: 5vw;
  }
  section.jobs .users {
    max-width: 940px;
    margin: 0 auto 50px;
  }
  section.jobs .work-points {
    max-width: none;
    display: block;
    margin: 0 auto 8vw;
  }
  section.jobs .work-points div {
    width: auto;
    padding: 0 4.8vw 4.8vw;
    border-radius: 5vw;
    margin-bottom: 10vw;
  }
  section.jobs .work-points div h3 {
    top: -4vw;
    padding: 0.75vw 7vw 1vw;
    border-radius: 5vw;
    margin-bottom: -8vw;
    font-size: 4vw;
  }
  section.jobs .work-points div h3 span {
    font-size: 3.5vw;
  }
  section.jobs .work-points div h3::after {
    width: 5vw;
    height: 2vw;
    left: 7vw;
    bottom: -2vw;
  }
  section.jobs .work-points div p {
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
    font-size: 4.5vw;
  }
  section.jobs .work-points dl {
    font-size: 4.2vw;
    padding: 0;
    justify-content: center;
    letter-spacing: 0;
    margin: 0;
  }
  section.jobs .work-points dl dt {
    margin-left: 0;
  }
  section.jobs .work-points dl dd {
    min-width: 0;
  }
  section.jobs .work-points dl dd:last-child {
    margin: 3vw 6vw 0;
    border-radius: 7vw;
    padding: 2vw 0;
  }
  section.jobs .work-points dl dd:last-child b {
    font-size: 7vw;
  }
  section.jobs .work-points dl dd.last {
    padding: 1vw 0 3vw;
  }
    section.jobs .work-points dl dd:last-child span {
    font-size: 2.5vw;
    bottom: 0.5vw;
  }
  section.jobs .work-points dl dt:nth-of-type(2)::before {
    content: '/';
    padding: 0 0.25em;
  }

  /* features */
  section.features {
    padding: 18vw 20px;
    background-size: 200vw;
  }
  section.features h2 {
    margin-bottom: 9vw;
  }
  section.features section {
    width: auto;
    border-radius: 7vw;
    padding: 0 0 9vw;
    margin-bottom: 10vw;
  }
  section.features section .inner {
    display: block;
    margin-bottom: 7vw;
    padding: 0 5vw;
  }
  section.features section p {
    letter-spacing: 0.075em;
  }
  section.features section h3 {
    margin-bottom: 5vw;
  }
  section.features section h3 img.pc_display {
    max-width: none;
  }
  section.features section .inner > div {
    width: auto;
  }
  section.features section .inner > div.image {
    width: auto;
    padding-top: 4vw;
  }
  section.features section .inner > div h3 {
    margin: 0 -3vw 0.5vw -2.5vw;
    position: relative;
    left: -4vw;
    top: -4vw;
  }
  section.features section .inner > div h3 img {
    width: calc(100% + 2vw);
  }
  section.features section .system {
    padding: 4vw 4vw 2vw;
    border-radius: 7vw;
    margin: 0 5vw;
  }
  section.features section .system dt {
    margin-bottom: 2vw;
    background-size: 5vw auto;
    padding-left: 8vw;
    font-size: 4.75vw;
  }
  section.features section .system dd {
    margin-bottom: 3vw;
    padding-left: 8vw;
    font-size: 3.8vw;
  }
  section.features section.skillup {
    padding: 0 5vw 10vw;
  }
  section.features section.skillup h3 {
    margin: 0 -3vw 0.5vw -2.5vw;
    position: relative;
    left: -4vw;
    top: -4vw;
  }
  section.features section.skillup ul.skills {
    display: block;
    padding: 0;
    margin: 7vw auto;
  }
  section.features section.skillup ul.skills li {
    width: auto;
    margin-bottom: 5vw;
    padding-left: 22vw;
    background-size: 18vw auto;
    font-size: 4.5vw;
  }
  section.features section.skillup ul.skills li br {
    display: none;
  }
  section.features section.skillup .oa_skills {
    padding: 5vw;
    border-radius: 5vw;
  }
  section.features section.skillup .oa_skills h4 {
    margin-bottom: 4vw;
    font-size: 5vw;
    background-size: 5vw auto;
    padding-left: 6vw;
  }
  section.features section.skillup .oa_skills .inner {
    padding: 0;
    margin-bottom: 0;
  }
  section.features section.skillup .oa_skills .inner > div {
    width: auto;
  }
  section.features section.skillup .oa_skills .inner > div.image {
    width: auto;
    padding-top: 0;
  }
  section.features section.skillup .oa_skills p {
    font-size: 4vw;
    margin-bottom: 7vw;
    padding-left: 0;
  }
  section.features section.skillup .oa_skills ul {
    padding-left: 0;
    margin-bottom: 5vw;
  }
  section.features section.skillup .oa_skills ul li {
    padding: 3vw 3vw;
    border-radius: 3vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
  section.features section.skillup .oa_skills ul li b {
    font-size: 4.5vw;
    padding-right: 0;
    padding-left: 7vw;
    background-size: 5vw auto;
    display: block;
    margin-bottom: 1vw;
  }
  section.features section.skillup .oa_skills ul li b.xls {
    background-image: url('../images/sec4_icn_exl.png');
    color: #2e7d32;
  }
  section.features section.skillup .oa_skills ul li b.doc {
    background-image: url('../images/sec4_icn_doc.png');
    color: #1565c0;
  }

  /* seniors */
  section.seniors {
    padding: 18vw 20px;
  }
  section.seniors h2 {
    margin-bottom: 9vw;
  }
  section.seniors section {
    width: auto;
    border-radius: 5vw;
    padding: 5vw;
    margin: 0 auto 8vw;
  }
  section.seniors section .num {
    width: 24vw;
    height: 20vw;
    background-size: cover;
    left: 0;
    top: -6vw;
  }
  section.seniors section .prof {
    width: auto;
    float: none;
    text-align: center;
  }
  section.seniors section .prof img {
    width: 46vw;
    display: block;
    margin: 0 auto 4vw;
  }
  section.seniors section .prof p {
    font-size: 3.5vw;
  }
  section.seniors section .prof b {
    display: inline-block;
    font-size: 4.5vw;
    padding-top: 0;
  }
  section.seniors section .prof b::before {
    display: inline-block;
    width: 2.2vw;
    height: 3.6vw;
    transform: rotate(0);
    margin: 0 2vw;
  }
  section.seniors section .prof img {
    display: block;
    margin-bottom: 10px;
  }
  section.seniors section .content {
    width: auto;
    float: none;
  }
  section.seniors section .content h3 {
    margin: 6vw 0 5vw;
  }
  section.seniors section .content p {
    letter-spacing: 0;
    line-height: 1.6;
  }

  /* flow */
  section.flow {
    padding: 18vw 20px;
    background-size: 200vw;
  }
  section.flow h2 {
    margin-bottom: 9vw;
  }
  section.flow h3 {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  section.flow h3.subttl {
    margin: calc(50 / 800 * 100vw) auto;
  }
  section.flow p {
    font-size: 4.3vw;
    margin-bottom: 3vw;
    text-align: left;
  }
  section.flow p.note {
    font-size: 2.8vw;
  }
  section.flow p br {
    display: none;
  }
  section.flow .steps {
    display: block;
    width: auto;
    margin: 8vw auto 12vw;
  }
  section.flow .steps .step {
    width: auto;
    border-radius: 5vw;
    padding: 9vw 9vw 4vw;
    margin: 2vw 0;
  }
  section.flow .steps .step > div {
    width: 34vw;
    height: 28vw;
  }
  section.flow .steps .step img {
    display: block;
    margin-bottom: 1vw;
  }
  section.flow .steps .step h4 {
    margin-bottom: 1vw;
    font-size: 5.5vw;
  }
  section.flow .steps .step p {
    font-size: 4.5vw;
  }
  section.flow .steps .step p span {
    font-size: 4vw;
  }
  section.flow .steps .arr {
    margin-bottom: 0;
    background: url('../images/sec6_arr_sp.png') no-repeat center;
    width: auto;
    height: 12vw;
    background-size: auto 10vw;
  }

  /* footer */
  #footer {
    padding: 20px 30px 40px;
    text-align: left;
  }
  #footer ul {
    display: block;
    margin-bottom: 40px;
  }
  #footer ul li {
    font-size: 16px;
    margin: 0 0 10px;
  }
  #footer a {
    color: #fff;
    padding-left: 15px;
    background: url('../images/foot_arrow.png') no-repeat left center;
  }
  #footer p {
    font-size: 12px;
  }

  .floating_btn {
    padding: 10px 20px;
    z-index: 100;
  }
  #back-top {
    position: fixed;
    bottom: 25vw;
    right: 10px;
  }
  #back-top.stop {
    bottom: 10px;
  }
  #back-top a {
    width: 50px;
    height: 50px;
    background: url(../images/btn_pagetop.png) no-repeat center center;
    background-size: 50px;
  }
  #mechakari .inner {
    width: 100%;
    padding: 5vw 20px;
    text-align: center;
  }
  .anchor_box {
    width: 80%;
    margin: 0 auto 40px;
  }

  /*====================================================
  SERVICES
  ====================================================*/
  .services {
    padding: 15vw 0;
  }
  .services__inner {
    width: 90%;
  }
  .services__list {
    flex-direction: column;
    gap: 9vw 0;
    margin-bottom: 25.2vw;
  }
  .services__item {
    width: 100%;
  }
  .services__ttl {
    font-size: 5.25vw;
    line-height: 1.30952381;
    margin-bottom: 7.4vw;
  }
  .services__item_ttl {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .services__item_img {
    aspect-ratio: auto;
    display: block;
    margin: 0 auto;
    width: 85vw;
  }
  
  /*====================================================
  MAP
  ====================================================*/
  section.map {
    padding: 15vw 20px;
    background-size: 200vw;
    margin-top: -7vw;
  }
  section.map h2 {
    margin-bottom: 8vw;
  }
  section.map .inner {
    width: 100%;
    margin: calc(60 / 800 * 100vw) auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(60 / 800 * 100vw) ;
  }
  section.map .inner ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(20 / 800 * 100vw);
  }
  section.map .inner ul li {
    width: 48%;
  }
  section.map .inner ul li:hover  {
    opacity: 1;
  }
  section.map .inner .map_img.hover img{
    opacity: 1;
  }
  section.map .inner .map_img.hover {
    background: none;
  }
  section.map .modal {
    display: none;
  }
  section.map .modal_wrapper .panel {
    width: 90vw;
    border-radius: 15px;
  }
  section.map .modal_wrapper .panel .modalclose {
    top: calc(-33 / 800 * 100vw);
    right: calc(-33 / 800 * 100vw);
    width: calc(66 / 800 * 100vw);
    height: calc(66 / 800 * 100vw);
  }
  section.map .modal_wrapper .panel .modalclose::before,
  section.map .modal_wrapper .panel .modalclose::after {
    width: calc(40 / 800 * 100vw);
    height: calc(4 / 800 * 100vw);
  }
  section.map .modal_wrapper .panel .inner {
    border-radius: 15px;
  }
  section.map .modal_wrapper .panel .inner .modal_content h3 {
    height: calc(124 / 800 * 100vw);
  }
  section.map .modal_wrapper .panel .inner .modal_content h3 img {
    width: auto;
    height: calc(50 / 800 * 100vw);
  }
  section.map .modal_wrapper .panel .inner .modal_content ul {
    padding: calc(40 / 800 * 100vw);
  }
  section.map .modal_wrapper .panel .inner .modal_content ul li {
    width: calc(300 / 800 * 100vw);
  }
  /*====================================================
  FAQ
  ====================================================*/
  .go__question {
    padding: 0 0 6vw 12.1vw;
    background-size: 12%;
    font-size: 4.5vw;
    overflow: visible;
  }

  .go__answer {
    padding: 0 0 1vw 12.1vw;
    background-size: 12%;
    font-size: 3.5vw;
    overflow: visible;
  }
}
