@media screen and (max-width: 500px) {
  .indent_content {
    padding: 40px 16px;
  }
  .indent_content02 {
    margin-top: 40px;
  }
  .indent_content03 {
    margin-top: 30px;
  }
  .sp-none02 {
    display: none;
  }
  .none02 {
    display: inline;
  }
  .page_thumb {
    height: 80px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    text-align: center;
    margin-top: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
  }
  .page_thumb h1, .page_thumb p {
    font-size: 5vw;
  }
  .pan {
    margin: 30px 0;
    padding: 0 16px;
    font-size: 3vw;
  }
  .page_title {
    font-size: 6vw;
    margin-bottom: 40px;
  }
  .single_page {
    padding-bottom: 40px;
  }
  header {
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    height: 60px;
    width: 100%;
    background: #fff;
  }
  header .inner {
    height: 100%;
  }
  header h1 {
    font-size: 7vw;
    letter-spacing: 0.5vw;
  }
  header nav {
    display: none !important;
  }
  header .txt01 {
    display: none;
  }
  header .btn_box {
    display: none;
  }
  header .logo {
    width: 50%;
  }
  header .inbox12 {
    height: 100%;
  }
  .st-header {
    display: none;
  }
  .sp_hamburger {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: #05a76f;
    z-index: 120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .sp_hamburger .hamburger {
    width: 30px;
    height: 20px;
    z-index: 100;
    background: none;
    outline: none;
    border: none;
    margin: auto;
    position: relative;
  }
  .sp_hamburger .hamburger_bar {
    display: block;
    width: 100%;
    height: 1.5px;
    position: absolute;
    left: 0;
    background: #fff;
    -webkit-transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s, -webkit-transform 0.24s;
  }
  .sp_hamburger .hamburger_bar:nth-child(1) {
    top: 0;
  }
  .sp_hamburger .hamburger_bar:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp_hamburger .hamburger_bar:nth-child(3) {
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    background: #fff;
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(2) {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    opacity: 0;
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    background: #fff;
  }
  .sp_nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 110;
    opacity: 0;
    -webkit-transition: opacity 0.24s;
    transition: opacity 0.24s;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: url("img/sp/header/nav_bg.jpg") top left repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 16px;
  }
  .sp_nav .nav_logo {
    width: 70%;
  }
  .sp_nav .txt01 {
    font-size: 3.5vw;
    font-weight: bold;
    margin-top: 7%;
    line-height: 1.7;
  }
  .sp_nav .con {
    position: relative;
    width: 100%;
  }
  .sp_nav.is_active {
    opacity: 1;
    pointer-events: auto;
  }
  .nav-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 130;
    margin-top: 15%;
  }
  .nav-list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 5%;
    font-size: 3.7vw;
    font-weight: 700;
  }
  .hambarger_box, #nav {
    display: none;
  }
  .front_main_box {
    width: 100%;
    margin-top: 80px;
  }
  .front_main_box .swiper-slide {
    border-radius: 10vw;
  }
  .front_main_box .swiper-slide.slide01 .txt01 {
    font-size: 4.5vw;
  }
  .front_main_box .swiper-slide.slide01 .txt01 span {
    font-size: 6vw;
  }
  .front_main_box .txt_box {
    left: 16px;
    top: 25%;
  }
  .front_main_box .txt01 {
    font-size: 3.5vw;
  }
  .front_main_box h1 {
    font-size: 5.5vw;
    margin-top: 16px;
  }
  .front_main_box .btn_box {
    position: relative;
    bottom: 0;
    padding: 0;
    display: block;
    margin-top: -25%;
  }
  .front_main_box .btn_box a {
    width: 100%;
    border-radius: 0 10vw 10vw 0;
    padding: 25px 16px;
  }
  .front_main_box .btn_box a .con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .front_main_box .btn_box a .no {
    font-size: 7vw;
    margin-right: 16px;
    margin-top: 0;
  }
  .front_main_box .btn_box a .over .text01 {
    font-size: 7vw;
  }
  .front_main_box .btn_box a .over .btn {
    width: auto;
    padding: 3% 10%;
    font-size: 3.5vw;
  }
  .front_main_box .btn_box a .text02 {
    font-size: 3.5vw;
    margin-top: 16px;
  }
  .front_main_box .btn_box a:nth-of-type(2) {
    border-radius: 0 10vw 10vw 0;
  }
  .sec_title_box {
    display: block;
    text-align: center;
  }
  .sec_title_box h2 {
    font-size: 7vw;
    letter-spacing: 0.5vw;
    display: table;
    margin: 0 auto;
  }
  .sec_title_box h2 span {
    display: none;
  }
  .sec_title_box .min {
    font-size: 3.5vw;
    margin-left: 16px;
    letter-spacing: 0.5vw;
    padding-top: 0;
    margin-top: 10px;
  }
  #index {
    margin-top: 40px;
  }
  #index .box01 {
    padding: 30px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
  #index .box01 .imbox12 {
    display: block;
  }
  #index .box01 h2 {
    font-size: 6vw;
    letter-spacing: 0.2vw;
    line-height: 1.5;
  }
  #index .box01 .text {
    font-size: 3.5vw;
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.1vw;
  }
  #index .box01 .icon-text-box {
    display: none;
  }
  #index .box01 .bg {
    height: 150%;
  }
  #index .box02 {
    padding: 30px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #index .box02 .inner {
    display: block;
    margin-top: 40px;
  }
  #index .box02 .inner .item .icon {
    width: 20%;
  }
  #index .box02 .inner .item .icon .bdr01 {
    border: 3px solid #05a76f;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #index .box02 .inner .item .icon .bdr02 {
    display: none;
  }
  #index .box02 .inner .item .text {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #index .box02 .inner .item h3 {
    font-size: 5vw;
    margin: 25px auto 20px;
  }
  #index .box02 .inner .item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  #index .box02 .btn {
    width: 100%;
    height: auto;
    font-size: 4vw;
    border-radius: 10vw;
    margin: 40px auto 0;
    padding: 15px 0;
    background: #05a76f;
    color: #fff;
    border: none;
  }
  #index .box02 .btn .arrow {
    right: 16px;
    font-size: 3.5vw;
  }
  #index .box03 .inner {
    margin-top: 40px;
    display: block;
  }
  #index .box03 .item {
    width: 100%;
    padding-bottom: 30px;
  }
  #index .box03 .item .img_box {
    border-radius: 10vw;
  }
  #index .box03 .item h3 {
    font-size: 4.5vw;
  }
  #index .box03 .item .text {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #index .box03 .item .btn_inner {
    margin-top: 20px;
  }
  #index .box03 .item .btn_inner .no {
    font-size: 10vw;
    color: #05a76f;
  }
  #index .box03 .item .btn_inner .btn {
    width: 75%;
    height: auto;
    border-radius: 10vw;
    padding: 3% 0;
    font-size: 3.5vw;
    color: #fff;
    background: #05a76f;
  }
  #index .box03 .item:hover .img_box img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #index .box03 .item:hover .btn_inner .btn {
    background: #05a76f;
    color: #fff;
  }
  #index .box03 .item:hover .btn_inner .no {
    color: #05a76f;
  }
  #index .box03 .item:after {
    height: 2px;
  }
  #index .box03 .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  #index .box04 {
    padding-top: 40px;
  }
  #index .box04 .sec_title_box {
    margin-bottom: 40px;
  }
  #index .box04 .con {
    padding: 20px;
  }
  #index .box04 .con .bdr {
    border: 2px solid #05a76f;
    width: calc(100% - 20px);
  }
  #index .box04 .con .bnr_box {
    width: 100%;
    margin-bottom: 10vw;
  }
  #index .box04 .con .txt_box {
    width: 100%;
    padding: 10vw 16px 16px;
  }
  #index .box04 .con .txt_box .txt01 {
    top: -4vw;
    left: 10px;
    font-size: 4.3vw;
    padding: 2%;
  }
  #index .box04 .con .txt_box h3 {
    font-size: 4.5vw;
  }
  #index .box04 .con .txt_box .text {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  #index .box04 .pc_box {
    display: none;
  }
  #index .box04 .sp_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .box04 .con_box {
    width: 100%;
  }
  #index .box05 .list {
    display: block;
    margin-top: 40px;
  }
  #index .box05 .list .item {
    width: 100%;
    margin-right: 0;
  }
  #index .box05 .list .item h3 {
    font-size: 4vw;
    margin-top: 20px;
  }
  #index .box05 .list .item .txt_inner {
    margin-top: 16px;
  }
  #index .box05 .list .item .txt_inner p span {
    margin-right: 16px;
  }
  #index .box05 .list .item .txt_inner .works_text01 {
    font-size: 3.5vw;
  }
  #index .box05 .list .item .txt_inner .works_text02 {
    font-size: 3.5vw;
    margin-left: 16px;
  }
  #index .box05 .list .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  #index .box05 .list .item:hover .img_box .img {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  #index .box05 .btn {
    width: 100%;
    height: auto;
    font-size: 4vw;
    border-radius: 10vw;
    margin: 40px auto 0;
    padding: 15px 0;
    background: #05a76f;
    color: #fff;
    border: none;
  }
  #index .box05 .btn .arrow {
    right: 16px;
    font-size: 3.5vw;
  }
  #index .box06 .inner {
    display: block;
    margin-top: 40px;
  }
  #index .box06 .inner .item {
    width: 100%;
  }
  #index .box06 .inner .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  #index .box07 {
    background: none;
    padding: 0;
  }
  #index .box07 .inner {
    display: block;
  }
  #index .box07 .inner .list {
    width: 100%;
    background: #05a76f;
    padding: 40px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #index .box07 .inner .list .item .over .time {
    font-size: 4vw;
  }
  #index .box07 .inner .list .item .over h3 {
    font-size: 4vw;
    margin-right: 16px;
  }
  #index .box07 .inner .list .item .text {
    font-size: 3.5vw;
    line-height: 1.7;
    margin-top: 10px;
  }
  #index .box07 .inner .list .btn {
    width: 100%;
    height: auto;
    border-radius: 10vw;
    font-size: 4vw;
    margin-top: 40px;
    padding: 15px 0;
    background: #fff;
    color: #05a76f;
  }
  #index .box07 .inner .list .btn .arrow {
    right: 16px;
    font-size: 3vw;
  }
  #index .box07 .inner .list:nth-of-type(n + 2) {
    background: #005d3d;
  }
  #index .box07 .inner .list:nth-of-type(n + 2) .btn {
    color: #005d3d;
  }
  #index .box08 {
    background: url(img/sp/index/box08_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  #index .box08 .text {
    font-size: 3.5vw;
    margin-top: 40px;
  }
  #contact_banner {
    background: url(img/sp/contact_banner/bg.jpg) top center no-repeat;
    background-size: contain;
  }
  #contact_banner .inner01 {
    margin: 40px auto 30px;
    display: block;
  }
  #contact_banner .inner01 p {
    font-size: 3.5vw;
    line-height: 1.8;
    letter-spacing: 0.2vw;
    margin-left: 0;
    text-align: center;
  }
  #contact_banner .logo {
    width: 60%;
    margin: 0 auto 20px;
  }
  #contact_banner .txt01 {
    font-size: 3.5vw;
    letter-spacing: 0.2vw;
  }
  #contact_banner .tel {
    font-size: 4vw;
    margin: 5px auto 30px;
    letter-spacing: 0.2vw;
  }
  #contact_banner .tel span {
    font-size: 8vw;
  }
  #contact_banner .inner02 {
    display: block;
  }
  #contact_banner .inner02 .item {
    width: 100%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  }
  #contact_banner .inner02 .item .txt_box, #contact_banner .inner02 .item .text01, #contact_banner .inner02 .item .text02, #contact_banner .inner02 .item .btn, #contact_banner .inner02 .item .img {
    display: none;
  }
  #contact_banner .inner02 .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  #contact_banner .under-bg {
    height: 15%;
  }
  .link_part {
    display: none;
  }
  footer {
    padding-top: 40px;
  }
  footer .logo {
    width: 50%;
  }
  footer .txt01 {
    font-size: 3.5vw;
    line-height: 1.7;
    margin: 16px auto 0;
  }
  footer nav {
    display: none !important;
  }
  footer .copy {
    font-size: 3vw;
    padding: 12px 0;
    margin-top: 40px;
    letter-spacing: 0.2vw;
  }
  #company table tr th, #company table tr td {
    width: 100%;
    display: block;
    padding: 16px;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  #company .access iframe {
    border: 2px solid #05a76f;
    height: 250px;
  }
  #company .greeting .con {
    padding: 40px 16px;
    border: 2px solid #05a76f;
    border-left: none;
    border-right: none;
  }
  #company .greeting .con .over {
    display: block;
  }
  #company .greeting .con .over .box .txt01 {
    font-size: 4.5vw;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 16px 0;
    border-radius: 10vw;
  }
  #company .greeting .con .over .box .txt02 {
    font-size: 4vw;
    line-height: 1.7;
  }
  #company .greeting .con .over .box:nth-of-type(2) {
    margin-top: 30px;
  }
  #company .greeting .con .inner {
    margin: 35px auto 20px;
    display: block;
  }
  #company .greeting .con .inner .img {
    width: 100%;
    margin: 0 auto 20px;
  }
  #company .greeting .con .inner ul li {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  #company .greeting .con .inner ul li:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  #company .greeting .con .inner ul:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  #company .greeting .con .text {
    font-size: 3.5vw;
    line-height: 2.2;
  }
  #blog .item {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 16px 0;
  }
  #blog .item .over .time {
    font-size: 3.5vw;
  }
  #blog .item .over .tag {
    font-size: 3.5vw;
    padding: 1% 1.5%;
    width: auto;
    border-radius: 10vw;
    margin: 0 3%;
  }
  #blog .item .over h3 {
    font-size: 4vw;
  }
  #blog .item .text {
    font-size: 3.5vw;
    line-height: 2;
  }
  .pagination_over {
    margin-bottom: 40px;
  }
  .pagination_under {
    margin-top: 40px;
  }
  .navigation {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .navigation .nav_btn {
    width: 49%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation .nav_btn .btn {
    width: 48%;
    height: auto;
    font-size: 3.5vw;
    border-radius: 10vw;
    padding: 5% 8%;
  }
  .navigation .nav_btn .btn:nth-of-type(2) {
    margin-left: 0;
  }
  .navigation .nav_archive_btn {
    font-size: 3.5vw;
    width: 49%;
    height: auto;
    padding: 0 4%;
    border-radius: 10vw;
  }
  .navigation .arrow {
    display: none;
  }
  #single_blog .box {
    border: 2px solid #05a76f;
    padding: 30px 16px;
    border-left: none;
    border-right: none;
  }
  #single_blog .box .over .tag {
    font-size: 3.5vw;
    padding: 1% 2%;
    border-radius: 10vw;
  }
  #single_blog .box h1 {
    font-size: 4vw;
  }
  #single_blog .box .text {
    margin-top: 20px;
    font-size: 3.5vw;
    line-height: 2;
  }
  #archives-voice .list {
    display: block;
  }
  #archives-voice .list .item {
    width: 100%;
    margin: 0;
  }
  #archives-voice .list .item h2 {
    font-size: 4vw;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #archives-voice .list .item .txt_inner {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #archives-voice .list .item .txt_inner .works_text01 {
    font-size: 3.5vw;
  }
  #archives-voice .list .item .txt_inner .works_text02 {
    font-size: 3.5vw;
    margin-left: 10px;
  }
  #archives-voice .list .item .txt_inner p span {
    margin-right: 10px;
  }
  #archives-voice .list .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  #single_voice .txt_inner {
    margin-bottom: 20px;
  }
  #single_voice .txt_inner .works_text01 {
    font-size: 3.5vw;
  }
  #single_voice .txt_inner .works_text01 span {
    margin-right: 10px;
  }
  #single_voice .txt_inner .works_text02 {
    font-size: 3.5vw;
    margin-left: 10px;
  }
  #single_voice .txt_inner .works_text02 span {
    margin-right: 10px;
  }
  #single_voice h1 {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 30px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #single_voice .box01 {
    font-size: 3.5vw;
    margin-top: 30px;
    padding: 0 16px;
    line-height: 2;
  }
  #contact .inner {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
  #contact .inner .logo {
    width: 50%;
    margin: 0 auto 16px;
  }
  #contact .txt01 {
    font-size: 3.5vw;
    line-height: 1.8;
    text-align: center;
    margin: 0;
  }
  #contact .txt02 {
    font-size: 3.5vw;
    margin: 20px auto 10px;
  }
  #contact .tel {
    font-size: 4vw;
    letter-spacing: 0.2vw;
    margin-bottom: 40px;
  }
  #contact .tel span {
    font-size: 8vw;
  }
  #contact table tr th, #contact table tr td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
  }
  #contact table .select td .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  #contact table .select td .wpcf7-list-item:nth-of-type(n + 2) {
    margin-top: 5px;
  }
  #contact .privacy_box {
    margin-top: 30px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contact .privacy_box .privacy_txt01 {
    font-size: 4vw;
  }
  #contact .privacy_box .privacy_con {
    border: 1px solid #eee;
    padding: 20px 16px;
    height: 200px;
    font-size: 3.5vw;
  }
  #contact .privacy_box .privacy_con .privacy_text01:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  #contact .privacy_box .privacy_txt02 {
    font-size: 3.5vw;
    line-height: 1.7;
    margin: 20px auto;
  }
  #contact .privacy_box .consent_box {
    padding: 16px;
  }
  #contact .privacy_box .consent_box .txt {
    font-size: 3.5vw;
    padding: 4px 10px;
    margin-right: 16px;
  }
  #contact .btn_box {
    display: block;
    width: calc(100% - 32px);
    margin: 40px auto 0;
  }
  #contact .btn_box input {
    font-size: 4vw;
    width: 100%;
    height: auto;
    padding: 16px 0;
    border-radius: 10vw;
  }
  #contact .btn_box::after {
    display: none;
  }
  #contact .thanks {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.5vw;
  }
  #reason .box01 {
    border: 2px solid #f1f1f1;
    padding-top: 35px;
  }
  #reason .box01 h2 {
    font-size: 5vw;
    line-height: 1.5;
    margin: 0 auto 30px;
  }
  #reason .box01 h2 span {
    -webkit-transform: inherit;
            transform: inherit;
  }
  #reason .box01 h2::after {
    display: none;
  }
  #reason .box01 ul {
    padding: 0 16px;
  }
  #reason .box01 ul li {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  #reason .box01 ul li img {
    width: 7%;
    margin-right: 10px;
  }
  #reason .box01 ul li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  #reason .box01 .under {
    margin-top: 40px;
    padding: 25px 16px 20px;
  }
  #reason .box01 .under .text {
    width: 30%;
    margin: auto;
  }
  #reason .box01 .under .human {
    display: none;
  }
  #reason .box01 .under p {
    font-size: 3.7vw;
    line-height: 1.8;
    margin-top: 10px;
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    text-align: center;
  }
  #reason .box02 {
    border: 2px solid #f1f1f1;
    padding-bottom: 30px;
  }
  #reason .box02 h2 {
    font-size: 5vw;
    padding: 20px 0;
  }
  #reason .box02 h2::before, #reason .box02 h2::after {
    width: 10%;
  }
  #reason .box02 h2::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 0% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0% 50%, 0 100%);
  }
  #reason .box02 h2::after {
    -webkit-clip-path: polygon(100% 50%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(100% 50%, 100% 0, 100% 100%, 0 100%);
  }
  #reason .box02 .con {
    padding: 0 16px;
  }
  #reason .box02 .con .over {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #05a76f;
    display: block;
  }
  #reason .box02 .con .over .no {
    padding: 3.4% 3%;
    display: table;
    margin: auto;
  }
  #reason .box02 .con .over .no span {
    font-size: 5vw;
  }
  #reason .box02 .con .over h3 {
    font-size: 4.5vw;
    margin: 17px auto 0;
    text-align: center;
    line-height: 1.5;
  }
  #reason .box02 .con .inner {
    display: block;
  }
  #reason .box02 .con .inner .img {
    margin: 0 auto 16px;
  }
  #reason .box02 .con .inner .text {
    font-size: 3.5vw;
    line-height: 2.1;
  }
  #reason .box02 .contact_box {
    display: none;
  }
  #reason .box03 h2 {
    font-size: 5vw;
    border-bottom: 2px solid #05a76f;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
    font-weight: 900;
  }
  #reason .box03 .box {
    padding: 0;
    border: none;
  }
  #reason .box03 .box .title_box {
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
    background: url(img/reason/box01_bg02.jpg) top left repeat;
  }
  #reason .box03 .box .title_box .txt01 {
    font-size: 4vw;
    line-height: 1.5;
    padding: 10px;
    margin: auto;
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    letter-spacing: inherit;
  }
  #reason .box03 .box .title_box .txt02 {
    font-size: 4vw;
    margin-top: 20px;
    text-align: center;
  }
  #reason .box03 .box .title_box .txt02 .big01 {
    font-size: 10vw;
  }
  #reason .box03 .box .title_box .txt02 .big02 {
    font-size: 7vw;
  }
  #reason .box03 .box .title_box .txt02 .big03 {
    font-size: 8vw;
  }
  #reason .box03 .box .bg {
    display: none;
  }
  #reason .box03 .box .con {
    padding: 30px 16px;
    border-left: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    background-size: contain;
  }
  #reason .box03 .box .con .over {
    display: block;
    text-align: center;
  }
  #reason .box03 .box .con .over .point {
    font-size: 4vw;
  }
  #reason .box03 .box .con .over .no {
    font-size: 12vw;
    margin-top: 0;
  }
  #reason .box03 .box .con .over h3 {
    font-size: 5vw;
    margin: 16px auto 0;
  }
  #reason .box03 .box .con .text {
    font-size: 3.5vw;
    line-height: 2.1;
    margin-top: 20px;
  }
  #reason .box03 .box .con .text01 {
    font-size: 4vw;
    text-align: center;
    margin-top: 20px;
  }
  #reason .box03 .box .con .text02 {
    font-size: 4.5vw;
    padding: 5px 30px;
    border-radius: 10vw;
    margin: 20px auto 40px;
  }
  #reason .box03 .box .con .text03 {
    font-size: 4vw;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: bold;
  }
  #reason .box03 .box .con .text04 {
    font-size: 3.5vw;
    line-height: 1.7;
    text-align: center;
  }
  #reason .box03 .box .con .inner {
    display: block;
  }
  #reason .box03 .box .con .inner .item01 {
    width: 100%;
  }
  #reason .box03 .box .con .inner .item01:nth-of-type(n + 2), #reason .box03 .box .con .inner .item03 {
    margin-top: 40px;
  }
  #reason .box03 .box .con .item h4 {
    font-size: 4vw;
    text-align: center;
    font-weight: 900;
  }
  #reason .box03 .box .con .add_txt01 {
    font-size: 4vw;
  }
  #reason .box03 .box .con .add_txt02 {
    font-size: 3.5vw;
    line-height: 2.1;
  }
  #reason .box03 .box .con .table02 {
    margin-top: 20px;
  }
  #reason .box03 .box .con:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  #reason .box03 .txt03 {
    font-size: 3.8vw;
    text-align: center;
    line-height: 1.7;
    margin-top: 30px;
  }
  #work-rule h1 {
    font-size: 4.5vw;
  }
  #work-rule .box01 {
    padding: 0 0 20px;
  }
  #work-rule .box01 .txt01 {
    font-size: 3.5vw;
    line-height: 2;
    margin-top: 20px;
  }
  #work-rule .box01 .box {
    padding-bottom: 30px;
    border: none;
  }
  #work-rule .box01 .box h2 {
    font-size: 4.5vw;
    margin-bottom: 30px;
    padding: 16px 0;
  }
  #work-rule .box01 .box table {
    margin: 0 auto;
    width: calc(100% - 32px);
  }
  #work-rule .box01 .box table tr th, #work-rule .box01 .box table tr td {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  #work-rule .box01 .box table tr:nth-of-type(n + 2) th, #work-rule .box01 .box table tr:nth-of-type(n + 2) td {
    padding-top: 16px;
  }
  #work-rule .box02 {
    padding: 30px 0;
    border: none;
  }
  #work-rule .box02 .triangle {
    width: 20%;
  }
  #work-rule .box02 .txt01 {
    font-size: 4vw;
    line-height: 1.7;
    text-align: center;
  }
  #work-rule .box02 .txt02 {
    font-size: 4vw;
    line-height: 1.7;
  }
  #work-rule .box02 .human {
    display: none;
  }
  #work-rule .box02 .box {
    width: 100%;
    margin: 30px auto 25px;
    padding: 0 0 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #work-rule .box02 .box .over p {
    font-size: 3.5vw;
  }
  #work-rule .box02 .box .over h2 {
    font-size: 4.5vw;
    margin-top: 10px;
  }
  #work-rule .box02 .box table {
    width: calc(100% - 32px);
    margin: 30px auto 0;
    display: block;
  }
  #work-rule .box02 .box table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #work-rule .box02 .box table tr th, #work-rule .box02 .box table tr td {
    font-size: 3.5vw;
    line-height: 1.7;
    width: 100%;
    display: block;
  }
  #work-rule .box02 .box table tr th {
    width: 7%;
    padding-right: 10px;
  }
  #work-rule .box02 .box table tr:nth-of-type(n + 2) th, #work-rule .box02 .box table tr:nth-of-type(n + 2) td {
    padding-top: 16px;
  }
  #work-rule .box03 h2 {
    font-size: 4.5vw;
    line-height: 1.6;
    padding: 15px 0;
  }
  #work-rule .box03 .arrow {
    width: 10%;
  }
  #work-rule .box03 .inner01 {
    display: block;
  }
  #work-rule .box03 .inner01 .img {
    margin: 0 auto 20px;
  }
  #work-rule .box03 .inner01 .text {
    font-size: 3.5vw;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #work-rule .box03 .bnr {
    width: 100%;
    height: auto;
    padding: 30px 16px;
    text-align: center;
    display: block;
  }
  #work-rule .box03 .bnr .img {
    display: none;
  }
  #work-rule .box03 .bnr .txt01 {
    font-size: 3.5vw;
  }
  #work-rule .box03 .bnr .txt02 {
    font-size: 5vw;
    line-height: 1.5;
  }
  #work-rule .box03 .bnr .bdr {
    border: 2px solid #fff;
  }
  #work-rule .box03 .con {
    padding: 30px 16px;
    border-bottom: 3px solid #005d3d;
    display: block;
  }
  #work-rule .box03 .con .img {
    margin: 0 auto 20px;
  }
  #work-rule .box03 .con h3 {
    font-size: 4.5vw;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 10px;
  }
  #work-rule .box03 .con .text {
    font-size: 3.5vw;
  }
  #work-rule .box04 {
    padding: 30px 0 0;
  }
  #work-rule .box04 h2 {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
  #work-rule .box04 .con {
    padding: 30px 0;
  }
  #work-rule .box04 .con .no {
    display: none;
  }
  #work-rule .box04 .con h3 {
    font-size: 3.8vw;
    padding: 20px 0;
    margin: 0;
    text-align: center;
  }
  #work-rule .box04 .con .inner {
    margin-top: 20px;
    display: block;
  }
  #work-rule .box04 .con .inner .img {
    margin: 0 auto 20px;
  }
  #work-rule .box04 .con .inner .text {
    font-size: 3.5vw;
    padding: 0 16px;
  }
  #work-rule .box04 .con .bg_icon {
    display: none;
  }
  #work-rule .box04 .con:nth-of-type(n + 2) {
    margin-top: 0;
    padding-top: 0;
  }
  #work-rule .l_bnr {
    padding: 20px 16px;
    display: block;
    height: auto;
  }
  #work-rule .l_bnr p {
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.6;
  }
  #work-rule .l_bnr p .big01 {
    font-size: 7vw;
  }
  #work-rule .l_bnr p .big02 {
    font-size: 5vw;
  }
  #work-rule .l_bnr .human {
    display: none;
  }
  #work-rule .l_bnr .bg {
    display: none;
  }
  #subsidy .box01 {
    border: 3px solid #05a76f;
    padding: 20px 16px;
  }
  #subsidy .box01 h2 {
    font-size: 5vw;
    margin-bottom: 16px;
  }
  #subsidy .box01 .text {
    font-size: 3.5vw;
    width: 100%;
  }
  #subsidy .box01 .icon {
    display: none;
  }
  #subsidy .box02 {
    display: none;
  }
  #subsidy .box02 .title {
    font-size: 5vw;
  }
  #subsidy .box02 .title::before, #subsidy .box02 .title::after {
    display: none;
  }
  #subsidy .box02 .inner {
    padding: 0 16px;
    display: block;
  }
  #subsidy .box02 .inner .item .txt01 {
    font-size: 5vw;
  }
  #subsidy .box02 .inner .item .icon {
    width: 15%;
  }
  #subsidy .box02 .inner .item .txt02 {
    font-size: 5vw;
    line-height: 1.5;
  }
  #subsidy .box02 .inner .item:nth-of-type(2) {
    margin: 30px 0;
  }
  #subsidy .box02 .under {
    padding: 30px 16px 25px;
  }
  #subsidy .box02 .under .human {
    display: none;
  }
  #subsidy .box02 .under p:nth-of-type(1) {
    font-size: 4.5vw;
    text-align: center;
  }
  #subsidy .box02 .under p:nth-of-type(2) {
    font-size: 5vw;
    line-height: 1.5;
    text-align: center;
  }
  #subsidy .box02 .under::after {
    display: none;
  }
  #subsidy .box03 {
    padding-top: 30px;
  }
  #subsidy .box03 h2 {
    position: relative;
    top: inherit;
    margin-bottom: 20px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #subsidy .box03 .inner {
    display: block;
    padding: 20px 16px;
  }
  #subsidy .box03 .inner .img {
    margin: 0 auto 20px;
  }
  #subsidy .box03 .inner .text {
    font-size: 3.5vw;
    line-height: 2.2;
  }
  #subsidy .box04 {
    padding: 30px 0 0;
  }
  #subsidy .box04 h2 {
    margin-top: 0;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #subsidy .box04 .con .over {
    padding: 20px 16px;
    display: block;
    text-align: center;
  }
  #subsidy .box04 .con .over .point {
    font-size: 5vw;
    margin: 0 auto 10px;
  }
  #subsidy .box04 .con .over h3 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  #subsidy .box04 .con .inner {
    padding: 20px 16px;
    display: block;
  }
  #subsidy .box04 .con .inner .img {
    margin: 0 auto 16px;
  }
  #subsidy .box04 .con .inner .text {
    font-size: 3.5vw;
    line-height: 2.2;
  }
  #subsidy .box04 .con:nth-of-type(n + 2) {
    margin-top: 0;
  }
  #subsidy .l_bnr {
    padding: 30px 0;
    text-align: center;
  }
  #subsidy .l_bnr .human {
    display: none;
  }
  #subsidy .l_bnr .txt01 {
    font-size: 5vw;
  }
  #subsidy .l_bnr .txt01 span {
    font-size: 7vw;
  }
  #subsidy .l_bnr .txt02 {
    font-size: 3.8vw;
    margin-top: 12px;
  }
  #acting .box01 {
    padding-bottom: 30px;
  }
  #acting .box01 h2 {
    font-size: 4.5vw;
    line-height: 1.7;
  }
  #acting .box01 .arrow {
    width: 7%;
  }
  #acting .box01 .con {
    padding: 0 16px;
  }
  #acting .box01 .con .over {
    display: block;
    font-size: 5vw;
    padding: 0;
  }
  #acting .box01 .con .over h3 {
    font-size: 4.5vw;
    line-height: 1.7;
    margin: 16px auto 0;
    text-align: center;
  }
  #acting .box01 .con .over .no {
    font-size: 5vw;
    padding: 15px;
  }
  #acting .box01 .con .inner {
    display: block;
  }
  #acting .box01 .con .inner .img {
    margin: 0 auto 20px;
  }
  #acting .box01 .con .inner .text {
    font-size: 3.5vw;
  }
  #acting .box01 .txt01 {
    font-size: 5vw;
    margin-top: 20px;
    line-height: 1.5;
  }
  #acting .box01_under {
    padding: 20px 0;
    text-align: center;
  }
  #acting .box01_under .human {
    display: none;
  }
  #acting .box01_under .txt01 {
    font-size: 4vw;
    line-height: 1.7;
  }
  #acting .box01_under .txt02 {
    font-size: 5vw;
    margin-top: 5px;
  }
  #acting .box01_under::after {
    display: none;
  }
  #acting .box02 {
    padding: 0;
    background: none;
  }
  #acting .box02 h2 {
    font-size: 5vw;
    line-height: 1.5;
    background: url(img/acting/box02_bg.jpg) top left repeat;
    padding: 16px 0;
  }
  #acting .box02 .icon {
    top: 20px;
    right: 16px;
    width: 15%;
  }
  #acting .box02 .con {
    padding: 0 16px;
  }
  #acting .box02 .con .over {
    height: auto;
    display: block;
    text-align: center;
    padding: 20px 0 10px;
    margin-bottom: 20px;
    background: #005D3D;
  }
  #acting .box02 .con .over .point {
    font-size: 5vw;
  }
  #acting .box02 .con .over h3 {
    font-size: 4.5vw;
    margin: 10px auto;
    line-height: 1.5;
  }
  #acting .box02 .con .txt01 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  #acting .box02 .con .img01 {
    margin: 20px auto;
  }
  #acting .box02 .con .txt02 {
    font-size: 4vw;
  }
  #acting .box02 .con .txt02 span {
    font-size: 5vw;
  }
  #acting .box02 .con .arrow {
    width: 10%;
    margin: 20px auto;
  }
  #acting .box02 .con .txt03 {
    font-size: 3.5vw;
    line-height: 2.2;
    margin-top: 16px;
  }
  #acting .box02 .con .inner {
    display: block;
  }
  #acting .box02 .con .inner .img {
    margin: 0 auto 20px;
  }
  #acting .box02 .con .inner .text {
    font-size: 3.5vw;
    line-height: 2.2;
  }
  #acting .box02 .con01 {
    margin-top: 20px;
  }
  #acting .box02 .box02_bnr {
    width: calc(100% - 32px);
    margin: 30px auto 0;
  }
  #acting .box02 .box02_bnr .bnr_txt01 {
    font-size: 4vw;
    padding: 10px 16px;
  }
  #acting .box02 .box02_bnr .under {
    padding: 20px 16px;
    border: 3px solid #00462e;
  }
  #acting .box02 .box02_bnr .under .bnr_txt02 {
    font-size: 4vw;
  }
  #acting .box02 .box02_bnr .under .bnr_txt02:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  #acting .box02 .box02_bnr .under .bnr_txt03 {
    font-size: 6.5vw;
    margin-top: 16px;
  }
  #acting .box02 .box02_bnr .icon {
    display: none;
  }
  #acting .l_bnr {
    width: 100%;
    height: auto;
    font-size: 4vw;
    line-height: 1.8;
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  #labor-management .main .txt_box {
    position: relative;
    left: inherit;
    bottom: inherit;
    width: 100%;
    padding: 0;
  }
  #labor-management .main .txt_box .txt01 {
    position: relative;
    left: inherit;
    top: inherit;
    font-size: 4.5vw;
    padding: 16px 0;
    text-align: center;
  }
  #labor-management .main .txt_box .txt02 {
    font-size: 4.5vw;
    margin: 30px auto 20px;
    text-align: center;
  }
  #labor-management .main .txt_box .txt03 {
    font-size: 3.5vw;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #labor-management .main .bg, #labor-management .main .bdr {
    display: none;
  }
  #labor-management .box01 {
    padding: 20px 16px;
    height: auto;
    display: block;
  }
  #labor-management .box01 p {
    font-size: 4.5vw;
    text-align: center;
    line-height: 1.7;
  }
  #labor-management .box01 .human {
    display: none;
  }
  #labor-management .box01 .bg_icon {
    width: 70%;
    -webkit-clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
  }
  #labor-management .box02 {
    padding-bottom: 30px;
    border: none;
  }
  #labor-management .box02 h2 {
    height: auto;
    display: block;
    font-size: 5vw;
    width: 100%;
    height: auto;
    line-height: 1.7;
    padding: 16px 0;
    text-align: center;
  }
  #labor-management .box02 h2 img {
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }
  #labor-management .box02 .inner01 {
    padding: 0 16px;
    display: block;
  }
  #labor-management .box02 .inner01 .img01 {
    margin: 0 auto 20px;
  }
  #labor-management .box02 .inner01 p {
    font-size: 3.5vw;
  }
  #labor-management .box02 .con .merit {
    font-size: 5vw;
  }
  #labor-management .box02 .con h3 {
    font-size: 4.5vw;
    line-height: 1.7;
    border-bottom: 2px solid #05a76f;
    padding-bottom: 20px;
    margin: 20px auto;
    width: 100%;
  }
  #labor-management .box02 .con .inner02 {
    padding: 0 16px;
    display: block;
  }
  #labor-management .box02 .con .inner02 p {
    font-size: 3.5vw;
    line-height: 2.2;
  }
  #labor-management .box03 {
    border: none;
    margin-top: 0;
  }
  #labor-management .box03 .over {
    padding: 20px 16px;
    height: auto;
    display: block;
  }
  #labor-management .box03 .over p {
    font-size: 4vw;
    line-height: 1.7;
    text-align: center;
  }
  #labor-management .box03 .over .human {
    display: none;
  }
  #labor-management .box03 h2 {
    font-size: 5vw;
    text-align: center;
    display: block;
    margin-top: 30px;
    border-radius: 10vw;
    text-align: center;
    padding: 16px 0;
    width: calc(100% - 32px);
    text-align: center;
  }
  #labor-management .box03 .icon_inner {
    margin-top: 30px;
    padding: 0 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #labor-management .box03 .icon_inner .bnr {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    width: 48%;
  }
  #labor-management .box03 .icon_inner .bnr:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 0;
  }
  #labor-management .box03 .icon_inner .bnr:nth-of-type(n + 3) {
    margin-top: 4%;
  }
  #labor-management .box03 .under {
    display: block;
    height: auto;
    padding: 20px 0;
    display: block;
  }
  #labor-management .box03 .under p {
    font-size: 4vw;
    line-height: 1.7;
  }
  #labor-management .box03 .under p span {
    font-size: 5.5vw;
  }
  #labor-management .box03 .under .icon01, #labor-management .box03 .under .icon02 {
    display: none;
  }
  #personnel-evaluation-institution .main p {
    font-size: 4.5vw;
    left: 16px;
  }
  #personnel-evaluation-institution .main p span {
    padding: 5px 10px;
  }
  #personnel-evaluation-institution .main p span:nth-of-type(2) {
    margin-top: 10px;
  }
  #personnel-evaluation-institution .bg {
    border: none;
  }
  #personnel-evaluation-institution .bg .bg_icon {
    width: 50%;
  }
  #personnel-evaluation-institution .box01 {
    padding: 30px 0;
  }
  #personnel-evaluation-institution .box01 h2 {
    font-size: 4.5vw;
    margin: 0 auto 30px;
  }
  #personnel-evaluation-institution .box01 h2::after {
    bottom: -2px;
    height: 4px;
  }
  #personnel-evaluation-institution .box01 ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
  #personnel-evaluation-institution .box01 ul li {
    font-size: 3vw;
  }
  #personnel-evaluation-institution .box01 ul li:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  #personnel-evaluation-institution .box01 ul::after {
    display: none;
  }
  #personnel-evaluation-institution .box01 .con h3 {
    font-size: 3.5vw;
    line-height: 1.8;
    padding: 13px 0;
  }
  #personnel-evaluation-institution .box01 .con .inner {
    display: block;
  }
  #personnel-evaluation-institution .box01 .con .inner .img {
    margin: 0 auto 20px;
  }
  #personnel-evaluation-institution .box01 .con .inner p {
    font-size: 3.5vw;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #personnel-evaluation-institution .box02 {
    padding: 0 0 30px;
  }
  #personnel-evaluation-institution .box02 h2 {
    font-size: 5vw;
    text-align: center;
  }
  #personnel-evaluation-institution .box02 ul {
    border: none;
    padding: 20px 16px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  }
  #personnel-evaluation-institution .box02 ul li {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  #personnel-evaluation-institution .box02 .img01, #personnel-evaluation-institution .box02 .img02 {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #personnel-evaluation-institution .box02 .txt_box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
    margin-top: 20px;
  }
  #personnel-evaluation-institution .box02 .txt_box .title {
    font-size: 4.5vw;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #personnel-evaluation-institution .box02 .txt_box .txt {
    font-size: 3.5vw;
    line-height: 2;
  }
  #personnel-evaluation-institution .bnr {
    height: auto;
    padding: 26px 0 20px 16px;
    display: block;
  }
  #personnel-evaluation-institution .bnr p {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  #personnel-evaluation-institution .bnr p span {
    font-size: 5.5vw;
  }
  #personnel-evaluation-institution .bnr .icon {
    height: 100%;
  }
  #personnel-evaluation-institution .box03 .main02 {
    padding: 16px 16px;
    background: #05a76f;
    display: block;
    text-align: center;
  }
  #personnel-evaluation-institution .box03 .main02 h2 {
    font-size: 5vw;
    line-height: 1.5;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    left: 0;
    position: relative;
  }
  #personnel-evaluation-institution .box03 .main02 h2 span {
    font-size: 6vw;
  }
  #personnel-evaluation-institution .box03 .main02 .main_bg, #personnel-evaluation-institution .box03 .main02 .icon {
    display: none;
  }
  #personnel-evaluation-institution .box03 .bg {
    padding: 30px 16px;
  }
  #personnel-evaluation-institution .box03 .con01 h3 p {
    padding: 10px;
    line-height: 1.5;
    text-align: center;
    font-size: 5vw;
    display: block;
    -webkit-clip-path: inherit;
            clip-path: inherit;
    width: 100%;
  }
  #personnel-evaluation-institution .box03 .con01 h3::after {
    display: none;
  }
  #personnel-evaluation-institution .box03 .con01 .area01 .txt01 {
    font-size: 4vw;
    margin: 20px auto;
    line-height: 1.9;
  }
  #personnel-evaluation-institution .box03 .con01 .area01 .txt02 {
    font-size: 3.5vw;
    margin-bottom: 30px;
    line-height: 2;
  }
  #personnel-evaluation-institution .box03 .con01 .area01 .inner01 {
    padding: 20px 10px;
    border: 3px solid #05a76f;
    display: block;
  }
  #personnel-evaluation-institution .box03 .con01 .area01 .inner01 .item {
    width: 100%;
  }
  #personnel-evaluation-institution .box03 .con01 .area01 .inner01 .item .over .no {
    font-size: 8vw;
    margin-right: 10px;
  }
  #personnel-evaluation-institution .box03 .con01 .area01 .inner01 .item .over h4 {
    font-size: 4vw;
    line-height: 1.5;
  }
  #personnel-evaluation-institution .box03 .con01 .area01 .inner01 .item .text {
    font-size: 3vw;
    line-height: 2;
    margin-top: 10px;
  }
  #personnel-evaluation-institution .box03 .con01 .area01 .inner01 .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 {
    margin-top: 40px;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .inner02 {
    display: block;
    margin: 30px auto;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item {
    display: block;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .txt01 {
    min-width: inherit;
    margin: 0 auto 16px;
    text-align: center;
    font-size: 4vw;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .bar {
    min-width: inherit;
    border: 2px solid #05a76f;
    height: 40px;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .bar .txt02 {
    min-width: 30%;
    font-size: 4vw;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .bar .txt03 {
    font-size: 4vw;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .txt04 {
    font-size: 4vw;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .arrow {
    font-size: 3.5vw;
    text-align: center;
    padding: 0;
    margin: 15px auto;
  }
  #personnel-evaluation-institution .box03 .con01 .area02 .txt05 {
    font-size: 3.1vw;
    text-align: justify;
  }
  #personnel-evaluation-institution .box03 .con02 h3 p {
    padding: 10px;
    line-height: 1.5;
    text-align: center;
    font-size: 5vw;
    display: block;
    -webkit-clip-path: inherit;
            clip-path: inherit;
    width: 100%;
  }
  #personnel-evaluation-institution .box03 .con02 h3::after {
    display: none;
  }
  #personnel-evaluation-institution .box03 .con02 .txt01 {
    font-size: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto 10px;
  }
  #personnel-evaluation-institution .box03 .con02 .txt01 span {
    font-size: 6vw;
  }
  #personnel-evaluation-institution .box03 .con02 .txt02 {
    font-size: 4vw;
    line-height: 1.8;
    text-align: center;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr01 {
    padding: 16px 0;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr01 p:nth-of-type(1) {
    font-size: 3.5vw;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr01 p:nth-of-type(2) {
    font-size: 6vw;
  }
  #personnel-evaluation-institution .box03 .con02 .txt03 {
    font-size: 3.5vw;
    line-height: 2;
    margin-top: 30px;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr02 {
    padding: 20px 10px;
    margin-top: 30px;
    text-align: center;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr02 .human {
    display: none;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(1) {
    font-size: 3.5vw;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(1) span {
    font-size: 4.5vw;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(2) {
    font-size: 3.5vw;
    margin: 10px auto 16px;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(2) span {
    font-size: 4.5vw;
  }
  #personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(3) {
    font-size: 3.5vw;
  }
  #personnel-evaluation-institution .box03 .con02 .txt04 {
    font-size: 3.5vw;
    line-height: 1.8;
    margin-top: 10px;
    text-align: left;
  }
  #personnel-evaluation-institution .box03 .con02 table {
    margin-top: 30px;
  }
  #personnel-evaluation-institution .box03 .con02 table tr th, #personnel-evaluation-institution .box03 .con02 table tr td {
    width: 25%;
    font-size: 3vw;
    vertical-align: middle;
  }
  #personnel-evaluation-institution .box03 .con02 table tr:nth-of-type(1) th {
    border: 1px solid #000;
    background: #fff;
    text-align: center;
    padding: 5px 0;
  }
  #personnel-evaluation-institution .box03 .con02 table tr:nth-of-type(1) th:nth-of-type(1) {
    border: none;
    background: none;
  }
  #personnel-evaluation-institution .box03 .con02 table tr td:nth-of-type(1) {
    background: #05a76f;
  }
  #personnel-evaluation-institution .box03 .con02 table.table01 tr:nth-of-type(1) th {
    text-align: center;
  }
  #personnel-evaluation-institution .box03 .con02 table.table01 tr:nth-of-type(1) th:nth-of-type(1) {
    text-align: center;
  }
  #personnel-evaluation-institution .box03 .con03 {
    margin-top: 40px;
  }
  #personnel-evaluation-institution .box03 .con03 h3 {
    margin-bottom: 30px;
  }
  #personnel-evaluation-institution .box03 .con03 h3 p {
    padding: 10px;
    line-height: 1.5;
    text-align: center;
    font-size: 5vw;
    display: block;
    -webkit-clip-path: inherit;
            clip-path: inherit;
    width: 100%;
  }
  #personnel-evaluation-institution .box03 .con03 h3::after {
    display: none;
  }
  #personnel-evaluation-institution .box03 .con03 .txt01 {
    font-size: 3.8vw;
    line-height: 2;
    margin: 30px 0;
  }
  #personnel-evaluation-institution .box03 .con03 .bnr01 {
    border: 2px solid #05a76f;
    padding: 20px 10px;
  }
  #personnel-evaluation-institution .box03 .con03 .bnr01 .table01 tr th, #personnel-evaluation-institution .box03 .con03 .bnr01 .table01 tr td {
    font-size: 3vw;
    line-height: 2.5;
  }
  #personnel-evaluation-institution .box03 .con03 .txt02 {
    font-size: 5vw;
    margin: 30px auto 20px;
  }
  #personnel-evaluation-institution .box03 .con03 .txt02::after {
    height: 2px;
    margin-left: 10px;
  }
  #personnel-evaluation-institution .box03 .con03 .table02 tr th, #personnel-evaluation-institution .box03 .con03 .table02 tr td {
    font-size: 3vw;
    line-height: 2.5;
  }
  #personnel-evaluation-institution .box03 .con03 .txt03 {
    font-size: 3vw;
    line-height: 2.5;
  }
  #personnel-evaluation-institution .box03 .con04 .img {
    margin-top: 40px;
  }
  #sitemap .inner {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
  #sitemap .inner a {
    font-size: 4vw;
    width: 100%;
    margin-right: 0;
    padding-left: 16px;
    border-left: 3px solid #05a76f;
  }
  #sitemap .inner a:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  #privacy_policy .day {
    font-size: 3.5vw;
    padding: 0 16px;
  }
  #privacy_policy .txt01, #privacy_policy .txt02 {
    font-size: 3.5vw;
    padding: 0 16px;
    margin-top: 30px;
    line-height: 2.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #privacy_policy .txt03 {
    font-size: 3.5vw;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
  #privacy_policy .box01 {
    border: 1px solid #000;
    padding: 30px;
    margin: 40px auto 0;
  }
  #privacy_policy .box01 p:nth-of-type(1) {
    font-size: 4vw;
  }
  #privacy_policy .box01 p:nth-of-type(2) {
    font-size: 3.5vw;
    line-height: 2.2;
  }
  #privacy_policy .title {
    font-size: 4.5vw;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #privacy_policy .table .item {
    font-size: 3.5vw;
    padding: 0 0;
    display: block;
    line-height: 1.7;
  }
  #privacy_policy .table .item p {
    padding: 15px;
  }
  #privacy_policy .table .item .l_item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    margin-right: 0;
    font-size: 3.7vw;
  }
  #privacy_policy .table .item.spdel {
    display: none;
  }
  #privacy_policy .table .item01 {
    padding: 15px;
  }
  #recruitment .main {
    padding: 20px 16px;
    display: block;
  }
  #recruitment .main .txt_box {
    position: relative;
    left: 0;
    padding: 16px;
    text-align: center;
  }
  #recruitment .main .txt_box p:nth-of-type(1) {
    font-size: 3.5vw;
    margin: 0 auto;
  }
  #recruitment .main .txt_box p:nth-of-type(2) {
    font-size: 5vw;
    margin: 15px 0;
  }
  #recruitment .main .txt_box p:nth-of-type(3) {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #recruitment .main .img {
    display: none;
  }
  #recruitment .box01 {
    border: none;
  }
  #recruitment .box01 .txt01 {
    font-size: 4.5vw;
    padding: 20px 0;
    line-height: 1.7;
  }
  #recruitment .box01 .txt01 span {
    font-size: 5vw;
  }
  #recruitment .box01 .icon01 {
    width: 15%;
  }
  #recruitment .box01 .inner {
    display: block;
    padding: 0 16px;
    margin: 30px auto 40px;
  }
  #recruitment .box01 .inner .human {
    display: none;
  }
  #recruitment .box01 .inner .txt02 {
    font-size: 3.5vw;
    text-align: center;
  }
  #recruitment .box01 .inner .txt02 .big {
    font-size: 5vw;
  }
  #recruitment .box01 .inner .txt02 p:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  #recruitment .box01 .inner .txt02 .paint::after {
    height: 3px;
    bottom: 3px;
  }
  #recruitment .box01 .under {
    padding: 30px 16px;
  }
  #recruitment .box01 .under .icon02 {
    display: none;
  }
  #recruitment .box01 .under .txt03 {
    font-size: 4vw;
  }
  #recruitment .box01 .under .txt04 {
    font-size: 4vw;
  }
  #recruitment .box01 .under .txt04 span {
    font-size: 5.5vw;
  }
  #recruitment .box02 {
    border: none;
    padding-bottom: 30px;
  }
  #recruitment .box02 .min {
    font-size: 3.5vw;
    padding: 10px 0;
    display: block;
    position: relative;
    top: inherit;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
  }
  #recruitment .box02 h2 {
    font-size: 5vw;
    padding: 20px 0;
  }
  #recruitment .box02 .con01 {
    width: calc(100% - 32px);
    margin: 30px auto 0;
    border: 2px solid #f0f1f1;
  }
  #recruitment .box02 .con01 h3 {
    font-size: 4.5vw;
    padding: 20px 0;
  }
  #recruitment .box02 .con01 ul {
    padding: 20px 16px;
  }
  #recruitment .box02 .con01 ul li {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  #recruitment .box02 .text {
    font-size: 4vw;
    line-height: 1.8;
    margin-top: 30px;
  }
  #recruitment .box02 .text span {
    font-size: 4.5vw;
  }
  #recruitment .box02 .con02 {
    width: calc(100% - 32px);
    margin: 30px auto;
    border: none;
    background: none;
    padding: 0;
  }
  #recruitment .box02 .con02 h3 {
    font-size: 4.5vw;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  #recruitment .box02 .con02 .txt01 {
    font-size: 5.5vw;
    margin-bottom: 30px;
  }
  #recruitment .box02 .con02 .inner {
    display: block;
  }
  #recruitment .box02 .con02 .inner .item .icon {
    width: 30%;
  }
  #recruitment .box02 .con02 .inner .item .txt02 {
    font-size: 5vw;
    line-height: 1.7;
    margin-top: 16px;
  }
  #recruitment .box02 .con02 .inner .item .icon01, #recruitment .box02 .con02 .inner .item .icon02 {
    display: none;
  }
  #recruitment .box02 .con02 .inner .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  #recruitment .box02 .con02 .inner .item:nth-of-type(2) {
    margin: 20px auto 0;
  }
  #recruitment .box02 .arrow {
    width: 15%;
  }
  #recruitment .bnr01 {
    font-size: 3.5vw;
    padding: 20px 16px;
    height: auto;
    display: block;
    text-align: center;
  }
  #recruitment .bnr01 .icon {
    display: none;
  }
  #recruitment .bnr01 p span {
    font-size: 4.5vw;
  }
  #recruitment .bnr01::after {
    width: 100%;
    height: 100%;
  }
  #recruitment .box03 {
    display: block;
    padding: 30px 16px;
    border-bottom: 2px solid #005d3d;
  }
  #recruitment .box03 .txt01 {
    font-size: 4vw;
    line-height: 1.8;
  }
  #recruitment .box03 .text {
    font-size: 3.5vw;
    line-height: 2;
  }
  #recruitment .box03 .img {
    margin: 0 auto 20px;
  }
  #recruitment .box04 {
    padding: 20px 0 0;
  }
  #recruitment .box04 h2 {
    position: relative;
    top: 0;
    width: 80%;
    margin-bottom: 20px;
  }
  #recruitment .box04 .item {
    padding: 30px 0;
  }
  #recruitment .box04 .item .over {
    display: block;
  }
  #recruitment .box04 .item .over .no {
    font-size: 7vw;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
  }
  #recruitment .box04 .item .over h3 {
    font-size: 4vw;
    padding: 16px 0;
    text-align: center;
    line-height: 1.7;
  }
  #recruitment .box04 .item .inner {
    display: block;
    margin-top: 20px;
  }
  #recruitment .box04 .item .inner .img01 {
    margin: 0 auto 20px;
  }
  #recruitment .box04 .item .inner p {
    font-size: 3.5vw;
    padding: 0 16px;
  }
  #recruitment .box04 .item:nth-of-type(n + 2) {
    margin-top: 0;
    padding-top: 0;
  }
  #recruitment .bnr02 {
    display: block;
    height: auto;
    padding: 20px 16px;
    text-align: center;
  }
  #recruitment .bnr02 p {
    font-size: 4vw;
    line-height: 1.8;
  }
  #recruitment .bnr02 p span {
    font-size: 4.5vw;
  }
  #recruitment .bnr02 .img {
    display: none;
  }
}