@charset "UTF-8";
* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  scroll-behavior: smooth;
  font-weight: 500;
  text-decoration: none;
}

body {
  background-color: #fcf5e9;
  z-index: -3;
}

@media screen and (min-width: 751px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 20px;
  }

  section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section .wrap {
    width: 1100px;
  }

  .sp {
    display: none !important;
  }

  .rdmr {
    color: #057b3f;
    padding: 8px 20px;
    border: #057b3f solid 1px;
    border-radius: 35px;
  }

  .h-back-img-l-green {
    top: 0;
    width: 596px;
    height: 465px;
    position: absolute;
    left: 0;
    z-index: -2;
  }

  .h-back-img-r-beige {
    top: 285px;
    width: 213px;
    height: 281px;
    position: absolute;
    right: 0;
    z-index: -2;
  }

  #header:not(.toppage) {
    width: 100%;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header:not(.toppage) .h-logo {
    width: 425px;
    height: 65px;
    margin: 17px 0 13px 30px;
  }
  #header:not(.toppage) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 10px 40px 0;
  }
  #header:not(.toppage) li {
    list-style: none;
    margin-right: 10px;
    text-align: center;
    text-wrap: nowrap;
    padding: 17px 3px 17px 0;
  }
  #header:not(.toppage) .h-inquiry {
    background-color: #057b40;
    border-radius: 35px;
    color: #ffffff;
    padding: 1vw 1.72vw;
    white-space: nowrap;
  }
  #header:not(.toppage) .sp-h-menu {
    display: none;
  }

  #footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .ftr_mn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #057b3f;
    padding: 37px 0;
  }
  #footer .ftr_mn .wrap {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .ftr_mn .wrap .siterule .distinction:after {
    content: "｜";
    margin-left: 4px;
  }
  #footer .ftr_mn .wrap .siterule a {
    color: #ffffff;
  }
  #footer .ftr_mn .wrap address {
    color: #ffffff;
  }

  .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 43px;
  }
  .page-title hgroup {
    width: 100%;
  }
  .page-title hgroup h4 {
    color: #ffffff;
    font-size: 25px;
  }
  .page-title hgroup h2 {
    color: #ffffff;
    font-size: 40px;
  }
  .page-title .breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-title .breadcrumb li {
    position: relative;
    font-size: 14px;
    margin-top: 43px;
    margin-right: 32px;
    color: #ffffff;
  }
  .page-title .breadcrumb a {
    font-size: 14px;
    color: #ffffff;
  }
  .page-title .breadcrumb .arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: -23px;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
  }

  .cmn-recruit-bg-img {
    width: 628px;
    height: 204px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
  }

  .cmn-recruit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 71px;
  }
  .cmn-recruit .rct-img {
    width: 930px;
    height: 381px;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .cmn-recruit .rct-cont {
    width: 930px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 40px;
    margin-top: 300px;
    margin-right: 170px;
    background-color: #ffffff;
    border-radius: 38px;
    z-index: 0;
  }
  .cmn-recruit .rct-cont .rct-title {
    width: 135px;
    margin-right: 127px;
  }
  .cmn-recruit .rct-cont .rct-title h3 {
    width: 135px;
    font-size: 30px;
    font-weight: bold;
  }
  .cmn-recruit .rct-cont .rct-title h4 {
    font-size: 20px;
    color: #057b40;
    font-family: "Outfit", sans-serif;
    margin-bottom: 60px;
  }
  .cmn-recruit .rct-cont .rct-content {
    width: 100%;
  }
  .cmn-recruit .rct-cont .rct-content h6 {
    line-height: 175%;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .cmn-recruit .rct-cont .rct-content p {
    line-height: 175%;
  }

  .cmn-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 29px 0;
  }
  .cmn-contact img {
    width: 212px;
    height: 205px;
  }
  .cmn-contact .gdn {
    width: 465px;
    margin-left: 50px;
    margin-right: 80px;
    padding-top: 36px;
    padding-bottom: 29px;
    text-align: center;
    background-color: #eeffe6;
    border-radius: 40px;
  }
  .cmn-contact .gdn h3 {
    font-weight: bold;
    line-height: 100%;
  }
  .cmn-contact .gdn h4 {
    color: #057b40;
    font-family: "Outfit", sans-serif;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .cmn-contact .gdn a {
    margin: 17px auto 0px auto;
    display: table;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 18px;
    border: #057b3f solid 1px;
    border-radius: 35px;
    background-color: #057b3f;
  }

  .cmn-about-us {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 29px 0 59px 0;
  }
  .cmn-about-us .abus-rdmr {
    width: 360px;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px 15px 33px 33px;
    background-color: #ffffff;
    border-radius: 40px;
  }
  .cmn-about-us .abus-rdmr .abus-content h5 {
    font-weight: bold;
  }
  .cmn-about-us .abus-rdmr .abus-content h6 {
    font-size: 16px;
    font-weight: bold;
    color: #057b40;
    margin-bottom: 72px;
  }
  .cmn-about-us .abus-rdmr .logo1 {
    height: 130px;
  }
  .cmn-about-us .abus-rdmr .rsn2 {
    height: 100%;
  }
  .cmn-about-us .abus-rdmr .prg3 {
    height: 100%;
  }

  .tps-bg {
    width: 1026px;
    height: 83px;
    position: absolute;
    top: -35px;
    left: 20px;
  }

  #comp-contact {
    background-color: #ffffff;
  }

  #nsdtl-contact {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1100px) {
  #nsdtl-recruit .wrap {
    width: 100%;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-img {
    width: 80%;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont {
    margin-right: 20%;
  }

  #nsdtl-contact {
    background-color: #ffffff;
  }
  #nsdtl-contact .wrap {
    width: 100%;
  }
  #nsdtl-contact .wrap .cmn-contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nsdtl-contact .wrap .cmn-contact .gdn {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  #header:not(.toppage) {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  #header:not(.toppage) .h-logo {
    width: 425px;
    height: 65px;
    margin: 18px 0 19px 30px;
  }
  #header:not(.toppage) .sp-h-menu {
    margin: 9px 30px 5px 0;
  }
  #header:not(.toppage) .sp-h-menu-btn {
    width: 63px;
    height: 63px;
  }
  #header:not(.toppage) p {
    font-size: 18px;
    color: #057b40;
    text-align: center;
  }
  #header:not(.toppage) nav {
    display: none;
  }

  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 32px;
    position: fixed;
    z-index: 1;
  }
  #header .sp-h-menu-btn {
    margin-left: 20%;
  }
  #header .sp-h-menu-btn .hdr-top {
    text-align: center;
  }
  #header .sp-h-menu-btn .hdr-top img {
    width: 64px;
    height: 64px;
  }
  #header .sp-h-menu-btn .hdr-top p {
    color: #057b3f;
    line-height: 150%;
    white-space: nowrap;
  }
  #header #sp_menu_bg {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 4;
    top: 0;
  }
  #header #sp_menu_bg .sp_menu {
    background-color: #ffffff;
    width: 90%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
  }
  #header #sp_menu_bg .sp_menu .cls_crcl {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #057b40;
    color: #ffffff;
    text-align: center;
    font-size: 2.5rem;
    position: absolute;
    top: -30px;
    right: 38px;
  }
  #header #sp_menu_bg .sp_menu ul {
    width: 80%;
  }
  #header #sp_menu_bg .sp_menu ul li {
    border-top: #515151 solid 1px;
    padding: 30px 20px;
  }
  #header #sp_menu_bg .sp_menu ul li a:hover {
    color: rgba(51, 51, 51, 0.5);
  }
  #header #sp_menu_bg .sp_menu ul .h-menu-bg {
    text-align: center;
    padding-top: 60px;
  }
  #header #sp_menu_bg .sp_menu ul .h-menu-bg a {
    background-color: #057b40;
    color: #ffffff;
    padding: 25px 23vw;
    white-space: nowrap;
  }

  .h-back-img-l-green {
    top: 0;
    width: 565px;
    height: 385px;
    position: absolute;
    left: 0;
    z-index: -2;
  }

  #footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .ftr_ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .ftr_mn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #057b3f;
    padding: 54px 0;
  }
  #footer .ftr_mn .wrap {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .ftr_mn .wrap .siterule {
    margin-bottom: 34px;
  }
  #footer .ftr_mn .wrap .siterule .distinction:after {
    content: "｜";
    margin-left: 4px;
  }
  #footer .ftr_mn .wrap .siterule a {
    color: #ffffff;
  }
  #footer .ftr_mn .wrap address {
    color: #ffffff;
  }

  .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 103px;
  }
  .page-title hgroup {
    width: 100%;
  }
  .page-title hgroup h4 {
    color: #ffffff;
    font-size: 20px;
  }
  .page-title hgroup h2 {
    color: #ffffff;
    font-size: 40px;
  }
  .page-title .breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-title .breadcrumb li {
    position: relative;
    margin-top: 33px;
    margin-right: 32px;
    color: #ffffff;
  }
  .page-title .breadcrumb a {
    color: #ffffff;
  }
  .page-title .breadcrumb .arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 9px;
    left: -25px;
    height: 9px;
    width: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
  }

  #nsdtl-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nsdtl-recruit .wrap .cmn-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-img {
    width: 100%;
    height: 283px;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont {
    padding: 45px 40px;
    margin-top: -30px;
    margin-right: 0;
    margin-left: 55px;
    background-color: #ffffff;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-title {
    width: 100%;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-title h3 {
    font-size: 30px;
    font-weight: bold;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-title h4 {
    font-size: 25px;
    color: #057b40;
    font-family: "Outfit", sans-serif;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-content {
    width: 100%;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-content h6 {
    line-height: 200%;
    font-size: 20px;
    font-weight: bold;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-content p {
    line-height: 225%;
  }

  #nsdtl-contact {
    background-color: #ffffff;
  }

  #comp-contact {
    background-color: #ffffff;
  }

  .cmn-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 52px 30px 134px 30px;
  }
  .cmn-contact img {
    width: 212px;
    height: 205px;
    margin-top: -25px;
  }
  .cmn-contact .gdn {
    width: 100%;
    padding: 56px 10%;
    text-align: center;
    background-color: #eeffe6;
    border-radius: 40px;
  }
  .cmn-contact .gdn h3 {
    font-size: 35px;
    font-weight: bold;
    line-height: 100%;
  }
  .cmn-contact .gdn h4 {
    font-size: 25px;
    color: #057b40;
    font-family: "Outfit", sans-serif;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .cmn-contact .gdn a {
    width: 100%;
    margin: 30px auto 0px auto;
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 19px 20px;
    border: #057b3f solid 1px;
    border-radius: 42px;
    background-color: #057b3f;
  }
}
h5 {
  color: #057b3f;
  font-family: "Outfit", sans-serif;
}

h6 {
  color: #ffffff;
}

strong {
  color: #057b3f;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }

  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 1.29vw;
    position: fixed;
    z-index: 1;
    background-color: #fcf5e9;
    overflow-x: hidden;
  }
  #header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header nav ul li {
    margin-right: 1.29vw;
    white-space: nowrap;
  }
  #header nav ul li .con-btn {
    color: #ffffff;
    padding: 1vw 1.72vw;
    border-radius: 35px;
    background-color: #057b3f;
    white-space: nowrap;
  }
  #header nav ul li:last-child {
    margin-right: 0;
  }

  #main-view {
    height: 100vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 111px;
    margin-bottom: 58px;
    position: relative;
    overflow-x: hidden;
  }
  #main-view .bgimg {
    position: absolute;
    z-index: -2;
    top: 98px;
    left: 47%;
    height: 74vh;
  }
  #main-view h1 {
    font-weight: 800;
    color: #057b3f;
    margin-bottom: 5vh;
  }
  #main-view h4 {
    margin-bottom: 6.7vh;
  }
  #main-view .wrap .img_spc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18vh;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #main-view .wrap .img_spc .img-lft {
    margin-right: 11vw;
  }
  #main-view .wrap .img_spc .img-mdl {
    margin-right: 3vw;
  }
  #main-view .news-line {
    width: 100%;
    height: 12vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
  }
  #main-view .news-line ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #057b3f;
    border-radius: 60px 0 0 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #main-view .news-line ul li {
    padding: 0 20px;
    color: #ffffff;
  }
  #main-view .news-line ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
  }
  #main-view .news-line ul li a img {
    margin: 0 10px;
  }
}
@media screen and (min-width: 751px) and (max-height: 650px) {
  #main-view h1 {
    font-size: 60px;
    font-weight: 800;
    color: #057b3f;
    margin-bottom: 2vh;
  }
  #main-view h4 {
    font-size: 20pxs;
    margin-bottom: 4.7vh;
  }
}
@media screen and (min-width: 751px) {
  #about-us {
    position: relative;
    margin-bottom: 88px;
    overflow-x: hidden;
  }
  #about-us .bg {
    position: absolute;
    z-index: -1;
    top: 110px;
    right: 0;
    left: 50%;
  }
  #about-us .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #about-us .wrap hgroup {
    width: 100%;
    margin-bottom: 108px;
  }
  #about-us .wrap .abt-3point .ballon {
    position: relative;
    margin: 0 0 24px 0;
    padding: 17px 10px;
    min-width: 120px;
    max-width: 100%;
    background-color: #057b3f;
    border-radius: 35px;
  }
  #about-us .wrap .abt-3point .ballon h6 {
    text-align: center;
  }
  #about-us .wrap .abt-3point .ballon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #057b3f;
  }
  #about-us .wrap .abt-3point span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #about-us .wrap .abt-3point span p {
    text-align: center;
    color: #057b3f;
    white-space: nowrap;
  }
  #about-us .wrap .abt-3point .career {
    position: relative;
  }
  #about-us .wrap .abt-3point .career p {
    margin-right: 60px;
  }
  #about-us .wrap .abt-3point .career img {
    width: 12.2vw;
  }
  #about-us .wrap .abt-3point .skill {
    position: relative;
    top: -2%;
  }
  #about-us .wrap .abt-3point .skill p {
    margin-left: 34px;
  }
  #about-us .wrap .abt-3point .skill img {
    width: 6.5vw;
  }
  #about-us .wrap .abt-3point .free {
    position: relative;
    top: -4%;
    left: 55px;
  }
  #about-us .wrap .abt-3point .free p {
    margin-right: 20px;
  }
  #about-us .wrap .abt-3point .free img {
    width: 10.5vw;
  }
  #about-us .wrap .abt-dtl {
    margin-top: 80px;
    height: 560px;
  }
  #about-us .wrap .abt-dtl h3 {
    color: #ffffff;
    margin-bottom: 32px;
  }
  #about-us .wrap .abt-dtl p {
    color: #ffffff;
    margin-bottom: 46px;
    white-space: nowrap;
  }
  #about-us .wrap .abt-dtl a {
    color: #ffffff;
    padding: 8px 20px;
    border: #ffffff solid 1px;
    border-radius: 35px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  #about-us .bg {
    left: 40%;
  }
}
@media screen and (min-width: 751px) {
  #program {
    margin-bottom: 150px;
    overflow-x: hidden;
  }
  #program hgroup {
    text-align: center;
    margin-bottom: 40px;
  }
  #program hgroup h5 {
    margin-bottom: 55px;
  }
  #program hgroup strong {
    font-size: 35px;
  }
  #program .prg-spc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  #program .prg-spc div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #program .prg-spc div img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 193px;
    margin-bottom: 18px;
  }
  #program .prg-spc div h4 {
    color: #057b3f;
    margin-bottom: 18px;
    width: 100%;
  }
  #program .prg-spc div p {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 751px) {
  #reason {
    position: relative;
    margin-bottom: 75px;
    overflow-x: hidden;
  }
  #reason .bg {
    position: absolute;
    z-index: -3;
    right: 45%;
    top: 226px;
  }
  #reason .bgimg {
    position: absolute;
    z-index: -1;
    right: 50%;
    top: 100px;
  }
  #reason .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #reason .wrap hgroup {
    width: 100%;
    text-align: center;
    margin-bottom: 76px;
  }
  #reason .wrap div h3 {
    margin-bottom: 72px;
  }
  #reason .wrap div h3 strong {
    font-size: 35px;
  }
  #reason .wrap div img {
    margin-top: 64px;
  }
}
@media screen and (min-width: 751px) {
  #voice {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 75px;
    overflow: hidden;
    height: 682px;
  }
  #voice .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 36%;
  }
  #voice .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #voice .wrap h2 {
    white-space: nowrap;
  }
  #voice .wrap h5 {
    margin-bottom: 24px;
  }
  #voice .wrap p {
    margin-bottom: 78px;
  }
  #voice .wrap img {
    margin-top: 30px;
    margin-bottom: 72px;
    width: 62vw;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (min-width: 751px) {
  #recruit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 102px;
    overflow: hidden;
  }
  #recruit .bg {
    position: absolute;
    z-index: -1;
    top: 50px;
  }
  #recruit hgroup {
    text-align: center;
    width: 100%;
    margin-bottom: 34px;
  }
  #recruit p {
    margin-bottom: 42px;
    width: 100%;
    text-align: center;
  }
  #recruit .rct_imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 67px;
  }
  #recruit .rct_imgs img {
    margin: 0 8px;
  }
  #recruit .img-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #recruit .img-nav .nav-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #recruit .img-nav .nav-slider .nav-font {
    color: #057b3f;
  }
  #recruit .img-nav .nav-slider p {
    margin-bottom: 0;
  }
  #recruit .img-nav .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
  #recruit .img-nav .nav-btn img {
    width: 51px;
    height: 51px;
  }
}
@media screen and (min-width: 751px) {
  #news {
    position: relative;
    padding-bottom: 38px;
    overflow: hidden;
  }
  #news .bg {
    position: absolute;
    z-index: -3;
    bottom: -335px;
    right: 60%;
  }
  #news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #news .wrap .nws_tlln {
    margin-right: 38px;
  }
  #news .wrap .nws_tlln hgroup {
    margin-bottom: 48px;
  }
  #news .wrap .nws_tlln img {
    margin-top: 58px;
  }
  #news .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #news .wrap ul .attribute {
    width: 108px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin-right: 25px;
  }
  #news .wrap ul .rrstype {
    background-color: #057b3f;
    color: #ffffff;
    border-radius: 35px;
  }
  #news .wrap ul .newstype {
    border: #057b3f solid 1px;
    color: #057b3f;
    border-radius: 35px;
  }
  #news .wrap ul .date {
    color: #057b3f;
    margin-right: 20px;
  }
  #news .wrap ul li {
    margin-bottom: 78px;
  }
  #news .nws_bg {
    position: absolute;
    z-index: -1;
    bottom: -225px;
    left: 85%;
  }
}
@media screen and (min-width: 751px) {
  #footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #ffffff;
    z-index: 0;
    overflow-x: hidden;
  }
  #footer .bg {
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 85%;
  }
  #footer .ftr_ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .ftr_ttl .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .ftr_ttl .wrap img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  #footer .ftr_ttl .wrap hgroup {
    margin-top: 88px;
    margin-bottom: 80px;
  }
  #footer .ftr_ttl .wrap hgroup h3 {
    margin-bottom: 26px;
  }
  #footer .ftr_ttl .wrap hgroup p {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 750px) {
  * {
    line-height: 250%;
  }

  .rdmr {
    color: #057b3f;
    padding: 8px 40px;
    border: #057b3f solid 1px;
    border-radius: 35px;
  }

  .pc {
    display: none !important;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 150%;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 20px;
  }

  section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section .wrap {
    width: 95%;
  }

  #header {
    background-color: #fcf5e9;
  }

  #main-view {
    height: 100vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 111px;
    margin-bottom: 58px;
    position: relative;
    overflow: hidden;
  }
  #main-view .bgimg {
    position: absolute;
    z-index: -2;
    top: 12%;
    left: 9%;
    width: 600px;
  }
  #main-view h1 {
    font-weight: 800;
    color: #057b3f;
    margin-bottom: 10px;
    line-height: 150%;
  }
  #main-view h4 {
    margin-bottom: 55px;
    line-height: 200%;
  }
  #main-view .wrap {
    height: 88%;
  }
  #main-view .wrap hgroup {
    margin-top: 254px;
  }
  #main-view .wrap .img_spc .img-lft {
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: 25%;
  }
  #main-view .wrap .img_spc .img-mdl {
    position: absolute;
    top: 23%;
    left: 5%;
    width: 25%;
  }
  #main-view .wrap .img_spc .img-rht {
    position: absolute;
    top: 21%;
    left: 33%;
    width: 20%;
  }
  #main-view .news-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #main-view .news-line ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #057b3f;
    border-radius: 50px 0 0 50px;
    padding: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #main-view .news-line ul li {
    padding: 0 2px;
    color: #ffffff;
  }
  #main-view .news-line ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
  }
  #main-view .news-line ul li a img {
    margin: 0 10px;
  }

  #about-us {
    position: relative;
    margin-bottom: 88px;
    overflow-x: hidden;
  }
  #about-us .abt_bg {
    background-image: url("/imgs/abt_bg_2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 861px;
    height: 687px;
    position: absolute;
    z-index: -1;
    top: 100px;
    right: -130px;
  }
  #about-us .bg {
    display: none;
    position: absolute;
    z-index: -1;
    top: 110px;
    right: 0;
  }
  #about-us .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #about-us .wrap hgroup {
    width: 100%;
    margin-bottom: 660px;
  }
  #about-us .wrap .abt-3point {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #about-us .wrap .abt-3point .ballon {
    position: relative;
    margin: 24px 0;
    padding: 17px 10px;
    width: 80%;
    background-color: #057b3f;
    border-radius: 35px;
  }
  #about-us .wrap .abt-3point .ballon h6 {
    text-align: center;
  }
  #about-us .wrap .abt-3point .ballon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #057b3f;
  }
  #about-us .wrap .abt-3point span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
  }
  #about-us .wrap .abt-3point span p {
    text-align: center;
    color: #057b3f;
  }
  #about-us .wrap .abt-3point .career {
    margin-top: 0;
  }
  #about-us .wrap .abt-3point .skill {
    margin-top: 120px;
  }
  #about-us .wrap .abt-3point .free {
    margin-top: 240px;
  }
  #about-us .wrap .abt-3point .wrap-rvs {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  #about-us .wrap .abt-dtl {
    position: absolute;
    margin-top: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #about-us .wrap .abt-dtl h3 {
    color: #ffffff;
    margin-bottom: 32px;
    line-height: 200%;
    text-align: center;
  }
  #about-us .wrap .abt-dtl p {
    color: #ffffff;
    margin-bottom: 46px;
    text-align: center;
  }
  #about-us .wrap .abt-dtl a {
    color: #ffffff;
    padding: 8px 20px;
    border: #ffffff solid 1px;
    border-radius: 35px;
  }

  #program {
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
  }
  #program .prg_bg {
    background-image: url("/imgs/rcr_bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1875px;
    height: 900px;
    position: absolute;
    z-index: -1;
    top: 100px;
    left: -70%;
  }
  #program hgroup {
    text-align: center;
    margin-bottom: 40px;
  }
  #program hgroup h5 {
    margin-bottom: 55px;
  }
  #program hgroup h3 {
    text-wrap: balance;
  }
  #program hgroup h3 strong {
    font-size: 35px;
  }
  #program .prg-spc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    width: 1068px;
  }
  #program .prg-spc p {
    max-width: 260px;
  }
  #program .prg_set {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #program .prg_set .prg_gaug {
    width: 70%;
    height: 5px;
    background-color: #333333;
  }
  #program .prg_set .prg_bar {
    width: 0;
    height: 5px;
    -webkit-transition: width 400ms ease;
    -o-transition: width 400ms ease;
    transition: width 400ms ease;
    background-color: #057b3f;
  }
  #program .prg_lbtn {
    width: 48px;
    height: 48px;
    background-color: #057b3f;
    border-radius: 35px;
    margin-left: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #program .prg_lbtn span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-left: 21px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #program .prg_rbtn {
    width: 48px;
    height: 48px;
    background-color: #057b3f;
    border-radius: 35px;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #program .prg_rbtn span {
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    margin-left: 19px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #reason {
    position: relative;
    overflow-x: hidden;
  }
  #reason .rsn_bg {
    background-image: url("/imgs/rsn_bg_2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1872px;
    height: 515px;
    position: absolute;
    z-index: -3;
    left: -50px;
    top: 910px;
  }
  #reason .bg {
    display: none;
    position: absolute;
    z-index: -3;
    left: -50px;
    top: 960px;
  }
  #reason .bgimg {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: -1;
    top: 800px;
    width: 651px;
    height: 571px;
  }
  #reason .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 950px;
  }
  #reason .wrap hgroup {
    width: 100%;
    text-align: center;
    margin-bottom: 76px;
  }
  #reason .wrap div h3 {
    margin-bottom: 72px;
    text-wrap: balance;
  }
  #reason .wrap div h3 strong {
    font-size: 35px;
  }
  #reason .wrap div img {
    position: absolute;
    right: 5%;
    top: 490px;
  }

  #voice {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 75px;
    overflow: hidden;
  }
  #voice .voc_bg {
    background-image: url("/imgs/voc_bg_2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 130%;
    height: 70%;
    position: absolute;
    z-index: -1;
    top: 270px;
    left: 5%;
  }
  #voice .bg {
    display: none;
    position: absolute;
    z-index: -1;
    top: 370px;
    right: -90px;
  }
  #voice .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #voice .wrap hgroup {
    width: 100%;
  }
  #voice .wrap hgroup h5 {
    margin-bottom: 24px;
  }
  #voice .wrap hgroup p {
    margin-bottom: 78px;
  }
  #voice .wrap img {
    margin-bottom: 50px;
  }

  #recruit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0px;
    overflow-x: hidden;
  }
  #recruit .rec_bg {
    background-image: url("/imgs/rcr_bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 240%;
    height: 85%;
    position: absolute;
    z-index: -1;
    top: 100px;
    left: -50%;
  }
  #recruit .bg {
    display: none;
    position: absolute;
    z-index: -1;
    top: 50px;
  }
  #recruit hgroup {
    text-align: center;
    width: 100%;
    margin-bottom: 34px;
  }
  #recruit p {
    margin-bottom: 42px;
    width: 100%;
    text-align: center;
  }
  #recruit .rct_imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  #recruit .rct_imgs img {
    width: 95%;
  }
  #recruit .img-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 60px;
  }
  #recruit .img-nav .nav-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #recruit .img-nav .nav-slider .nav-font {
    color: #057b3f;
  }
  #recruit .img-nav .nav-slider p {
    margin-bottom: 0;
  }
  #recruit .img-nav .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
  #recruit .img-nav .nav-btn img {
    width: 51px;
    height: 51px;
  }

  #news {
    position: relative;
    overflow: hidden;
  }
  #news .bg {
    position: absolute;
    z-index: -3;
    bottom: -300px;
    left: -250px;
  }
  #news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 116px;
  }
  #news .wrap .nws_tlln {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-right: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #news .wrap .nws_tlln hgroup {
    margin-bottom: 48px;
  }
  #news .wrap .nws_tlln hgroup h2 {
    white-space: nowrap;
  }
  #news .wrap .nws_tlln img {
    margin-top: 58px;
  }
  #news .wrap .nws_tlln a {
    white-space: nowrap;
  }
  #news .wrap .nws_mn {
    width: 100%;
    border-bottom: 2px solid #eee6d6;
  }
  #news .wrap .nws_mn a ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #eee6d6;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #news .wrap .nws_mn a ul .li_bottom {
    margin-bottom: 28px;
  }
  #news .wrap .nws_mn a ul .attribute {
    width: 150px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin: 15px 70% 8px 0;
  }
  #news .wrap .nws_mn a ul .rrstype {
    background-color: #057b3f;
    color: #ffffff;
    border-radius: 35px;
  }
  #news .wrap .nws_mn a ul .newstype {
    border: #057b3f solid 1px;
    color: #057b3f;
    border-radius: 35px;
  }
  #news .wrap .nws_mn a ul .date {
    color: #057b3f;
    margin-right: 20px;
  }

  #footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #ffffff;
    z-index: 0;
  }
  #footer .ftr_bg {
    background-image: url("/imgs/ftr_bg_1_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23%;
    height: 34vh;
    position: absolute;
    z-index: -1;
    top: -80px;
    right: 0%;
  }
  #footer .bg {
    display: none;
    position: absolute;
    z-index: -1;
    top: -100px;
    right: 0;
  }
  #footer .ftr_ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .ftr_ttl .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
  #footer .ftr_ttl .wrap img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  #footer .ftr_ttl .wrap hgroup {
    margin-top: 88px;
    margin-bottom: 80px;
  }
  #footer .ftr_ttl .wrap hgroup h3 {
    margin-bottom: 26px;
  }
  #footer .ftr_ttl .wrap hgroup p {
    margin-bottom: 53px;
  }

  #about-us .abt_bg {
    width: 922px;
  }
  #about-us .wrap .abt-dtl {
    margin-top: 160px;
  }
  #about-us .wrap .abt-dtl h3 {
    margin-bottom: 24px;
  }
  #about-us .wrap .abt-dtl p {
    margin-bottom: 30px;
  }
  #about-us .wrap .abt-dtl p .sp_low {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .minwidth {
    display: none;
  }

  #header .sp-h-menu {
    margin-left: 10%;
  }
  #header .sp-h-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #header .sp-h-menu a .sp-h-menu-btn {
    width: 50%;
    height: auto;
  }
  #header .sp-h-menu a p {
    color: #057b3f;
    width: 51%;
    font-size: 15px;
  }

  #main-view .wrap hgroup {
    margin-top: 305px;
  }
  #main-view .wrap hgroup h1 {
    font-size: 54px;
  }
  #main-view .wrap hgroup h4 {
    font-size: 20px;
  }
  #main-view .wrap .img_spc .img-mdl {
    top: 33%;
  }
  #main-view .wrap .img_spc .img-rht {
    top: 31%;
  }
  #main-view .news-line ul li {
    font-size: 14px;
  }
  #main-view .news-line ul li a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #main-view .news-line ul li a img {
    width: 20px;
    height: 20px;
  }

  #reason .wrap div img {
    width: 45%;
  }

  #news .nws_bg {
    bottom: -15%;
  }
}
@media screen and (max-width: 480px) {
  #main-view .wrap hgroup {
    margin-top: 41vh;
  }
  #main-view .wrap hgroup h1 {
    font-size: 44px;
    white-space: nowrap;
  }
  #main-view .wrap hgroup h4 {
    font-size: 16px;
  }
  #main-view .news-line ul {
    padding: 6px 2px;
  }
  #main-view .news-line ul li {
    font-size: 12px;
  }
  #main-view .news-line ul li a {
    font-size: 12px;
  }
  #main-view .news-line ul li a img {
    margin: 0 2px 0 0;
  }

  #about-us .abt_bg {
    width: 922px;
  }
  #about-us .wrap .abt-dtl {
    margin-top: 130px;
  }
  #about-us .wrap .abt-dtl h3 {
    margin-bottom: 16px;
  }
  #about-us .wrap .abt-dtl p {
    margin-bottom: 26px;
  }
  #about-us .wrap .abt-dtl p .sp_low {
    display: none;
  }

  #reason .wrap div img {
    top: 560px;
  }
}
@media screen and (max-width: 390px) {
  #header{
    padding: 6px 26px;
  }
  #header a{
    display: flex;
    align-items: center;
  }
  #header .sp-h-menu-btn{
    margin-left: 6%;
  }
  #main-view .wrap .img_spc .img-mdl{
    top: 40%;
  }
  #main-view .wrap .img_spc .img-rht{
    top: 38%;
  }
  #main-view .wrap hgroup{
    margin-top: 39vh;
  }
  #main-view .wrap hgroup h1{
    line-height: 125%;
    font-size: 40px;
    margin-bottom: 6px;
  }
  #main-view .wrap hgroup h4{
    line-height: 185%;
    font-size: 16px;
  }
  #program .prg_lbtn{
    width: 60px;
  }
  #program .prg_rbtn{
    width: 60px;
  }
  #about-us .wrap hgroup h5{
    margin-left: 6px;
  }
  #about-us .wrap .abt-dtl{
    margin-top: 180px;
  }
  #about-us .wrap .abt-dtl h3{
    line-height: 180%;
    letter-spacing: -0.2rem;
  }
  #about-us .abt_bg{
    width: 895px;
    top: 105px;
    right: -345px;
  }
  #about-us .wrap .abt-3point .ballon{
    padding: 4px 10px;
  }
  #about-us .wrap .abt-3point .ballon::before{
    top: 99%;
  }
  #main-view .news-line ul{
    padding: 2px 12px;
    border-radius: 30px 0 0 30px;
  }
  #about-us .wrap .abt-3point span p{
    line-height: 180%;
    text-wrap: nowrap;
  }
  #about-us .wrap .abt-3point .wrap-rvs img{
    width: 69px;
  }
  #about-us .wrap .abt-3point .skill{
    margin-top: 60px;
  }
  #about-us .wrap .abt-3point .free{
    margin-top: 170px;
  }
  #voice .wrap hgroup p{
    margin-bottom: 20px;
  }
  #voice .wrap img{
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #voice .voc_bg{
    top: 290px;
  }
  #reason .rsn_bg {
    height: 370px;
    top: 750px;
  }
  #reason .bgimg {
    top: 600px;
  }
  #reason .wrap {
    margin-bottom: 550px;
  }
  #voice .wrap hgroup h5{
    margin-bottom: 35px;
  }
  #header #sp_menu_bg .sp_menu ul .h-menu-bg a{
    padding: 25px 19vw;
  }
}
@media (min-width: 427px) and (max-width: 431px) {
  #about-us .wrap .abt-dtl p .sp{
    display: none;
  }
}
@media (min-width: 361px) and (max-width: 385px) {
  #about-us .wrap .abt-dtl p .sp{
    display: none;
  }
}
@media screen and (max-width: 440px) {
  #header{
    padding: 6px 26px;
  }
  #header a{
    display: flex;
    align-items: center;
  }
  #header .sp-h-menu-btn{
    margin-left: 6%;
  }
  #main-view .wrap .img_spc .img-mdl{
    top: 40%;
  }
  #main-view .wrap .img_spc .img-rht{
    top: 38%;
  }
  #main-view .wrap hgroup{
    margin-top: 39vh;
  }
  #main-view .wrap hgroup h1{
    line-height: 125%;
    font-size: 40px;
    margin-bottom: 6px;
  }
  #main-view .wrap hgroup h4{
    line-height: 185%;
    font-size: 16px;
  }
  #program .prg_lbtn{
    width: 60px;
  }
  #program .prg_rbtn{
    width: 60px;
  }
  #about-us .wrap hgroup h5{
    margin-left: 6px;
  }
  #about-us .wrap .abt-dtl{
    margin-top: 180px;
  }
  #about-us .wrap .abt-dtl h3{
    line-height: 180%;
  }
  #about-us .abt_bg{
    width: 895px;
    top: 105px;
    right: -345px;
  }
  #about-us .wrap .abt-3point .ballon{
    padding: 4px 10px;
  }
  #about-us .wrap .abt-3point .ballon::before{
    top: 99%;
  }
  #main-view .news-line ul{
    padding: 2px 12px;
    border-radius: 30px 0 0 30px;
  }
  #about-us .wrap .abt-3point span p{
    line-height: 180%;
    text-wrap: nowrap;
  }
  #about-us .wrap .abt-3point .wrap-rvs img{
    width: 69px;
  }
  #about-us .wrap .abt-3point .skill{
    margin-top: 60px;
  }
  #about-us .wrap .abt-3point .free{
    margin-top: 170px;
  }
  #voice .wrap hgroup p{
    margin-bottom: 20px;
  }
  #voice .wrap img{
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #voice .voc_bg{
    top: 290px;
  }
  #reason .rsn_bg {
    height: 370px;
    top: 750px;
  }
  #reason .bgimg {
    top: 600px;
  }
  #reason .wrap {
    margin-bottom: 550px;
  }
  #voice .wrap hgroup h5{
    margin-bottom: 35px;
  }
  #header #sp_menu_bg .sp_menu ul .h-menu-bg a{
    padding: 25px 19vw;
  }
}
@media screen and (max-width: 370px) {
  #main-view .wrap hgroup {
    margin-top: 38vh;
  }

  #reason .wrap div img {
    top: 625px;
  }
}