@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
/* 幅1230px以下からcss適応 */
@media only screen and (max-width: 1230px) {
  #header {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .h_logo {
    margin-left: 2.5%;
    margin-right: 24px;
  }
  .h_logo img {
    width: 100%;
  }
  .h_menu {
    display: none;
  }
  .h_menu-contact {
    order: 2;
    margin-left: 32px;
  }
  .h_menu-contact-btn a {
    line-height: 0;
  }
  .h_menu-contact-pc {
    display: none;
  }
  .h_menu-contact-sp {
    display: block;
  }
  .h_menu-hummenu {
    display: block;
    order: 1;
  }
  /* ハンバーガーメニュー */
  .sp_hummenu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .hum_menu_obtn {
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0;
  }
  .hum_menu_obtn img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .hum_menu_obtn p {
    line-height: 0;
  }
  .hum_menu_obtn_bar {
    position: relative;
    width: 100%;
    border-top: 3px solid #fff;
    padding: 5px 0px 0;
  }
  .hum_menu_obtn_bar:before,
  .hum_menu_obtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #fff;
    padding: 5px 0 0;
  }
  .hum_menu_obtn span {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    line-height: 1;
    color: #fff;
  }
  .hum_menu_nav {
    background: rgba(253, 253, 253, 0.98);
    height: 100%;
    left: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: left;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    color: #000;
  }
  .hum_menu_nav.clicked {
    left: 0;
    overflow: scroll;
    z-index: 100000;
  }
  .hum_menu_nav_close {
    padding: 15px 0;
  }
  .hum_menu_cbtn {
    background: rgba(64, 166, 41, 0);
    border: none;
    color: #000;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: absolute;
    top: 25px;
    right: 17px;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before,
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hum_menu-contact {
    margin-top: 56px;
  }
  .hum_menu-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ece677;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #222;
    box-sizing: border-box;
    padding: 8px 12px;
    border-radius: 4px;
  }
  .hum_menu-contact a img {
    width: auto;
    max-width: 20px;
    height: auto;
    max-height: 16px;
    margin-right: 8px;
  }
  .hum_menu_nav_menu {
    margin-top: 24px;
  }
  .hum_menu_nav_menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #999;
  }
  .hum_menu_nav_menu-list li {
    color: #000;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #999;
    line-height: 1.5;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .hum_menu_nav_menu-list li:nth-child(2n+1) {
    width: 100%;
    border-bottom: 1px solid #999;
  }
  .hum_menu_nav_menu-list li a {
    font-size: 16px;
    padding: 16px 0;
    display: block;
    color: #333;
    text-decoration: none;
  }
  .hum_menu_nav_menu-list li a:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
  .hum_menu_nav_menu-list li a.on:after {
    transform: rotate(135deg);
  }
  .hum_menusublist ul li {
    background: #f4f4f4;
    border-bottom: 1px solid #fff !important;
  }
  .hum_menusublist ul li:last-of-type {
    border-bottom: none !important;
  }
  .hum_menusublist ul li a {
    padding: 12px 0 !important;
  }
  .hum_menusublist ul li a:after {
    content: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more {
    border-top: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li {
    text-align: right;
    padding: 10px 15px 0;
    font-size: 1.05em;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:after {
    content: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a {
    padding: 5px 0;
    text-align: center;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a:after {
    content: none;
  }
  .sp_nav_more_o {
    display: none;
    width: calc(200% + 2px);
  }
  .sp_nav_more_r {
    position: relative;
    left: -100%;
    width: 200%;
  }
  .hum_open_bg_display {
    transition: all 0.25s linear 0s;
  }
  .hum_open_bg_display.active {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .hum_menu_snsbtn{
    margin-top: 12px;
  }
  .hum_menu_snsbtn ul{
    display: flex;
    justify-content: center;
  }
  .hum_menu_snsbtn ul li{
    margin-right: 12px;
  }
  .hum_menu_snsbtn ul li:last-of-type{
    margin-right: 0;
  }
  .hum_menu_snsbtn ul li img{
    width: auto;
    max-width: 32px;
    height: auto;
  }
  /* ここまで */
}

/* 幅1080px以下からcss適応 */
@media only screen and (max-width: 1080px) {
  #mainimage {
    margin-top: 87px;
  }
  #secondmainimage {
    margin-top: 87px;
  }
}

/* 幅970px以下からcss適応 */
@media only screen and (max-width: 970px) {
  .recruit_point-img img {
    width: auto;
    height: 20vw;
    max-height: 80px;
  }
  .recruit_point-ttl {
    font-size: 20px;
  }
  .recruit_point-ttlsub {
    font-size: 15px;
  }
}

/* 幅900px以下からcss適応 */
@media only screen and (max-width: 900px) {
  /* トップページ */
  .top_reason {
    padding-bottom: 40px;
  }
  .top_reason-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
  .top_reasonconts {
    width: calc(50% - 20px);
    max-width: 340px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .top_reasonconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .top_works-wrap {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top_worksconts {
    width: calc(50% - 20px);
    max-width: 340px;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .top_worksconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .top_work-btn {
    margin-top: 0;
  }
  .top_voice-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
  .top_voiceconts {
    width: calc(50% - 20px);
    max-width: 340px;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .top_voiceconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .top_voice-btn {
    margin-top: 0;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  .recruit_pointconts {
    margin-right: 24px;
  }
  .recruit_pointconts-wrap {
    padding: 16px;
  }
  .recruit_point-img img {
    width: auto;
    height: 20vw;
    max-height: 80px;
  }
  .recruit_point-ttl {
    font-size: 18px;
  }
  .recruit_point-ttlsub {
    font-size: 14px;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  body {
    font-size: 15px;
  }
  #header {
    height: 64px;
  }
  .h_wrap {
    height: 100%;
  }
  .h_logo img {
    width: 100%;
    max-width: 240px;
  }
  .h_menulist {
    height: 100%;
  }
  .hum_menu_obtn img {
    width: auto;
    max-width: 36px;
    height: auto;
  }
  .h_menu-contact {
    height: 100%;
    margin-left: 16px;
  }
  .h_menu-contact .h_menu-contact-btn a {
    height: 100%;
    padding: 19px 24px;
  }
  .hum_menu-contact a {
    font-size: 15px;
  }
  .hum_menu_nav_menu-list li a {
    font-size: 15px;
    padding: 12px 0;
  }
  .h_menu-contact-sp img {
    width: auto;
    max-width: 36px;
    height: auto;
  }
  .conts01 {
    padding: 40px 0;
  }
  .conts02{
    padding: 40px 0 0;
  }
  .conts_wrap01 {
    width: 90%;
  }
  .ttl01 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 48px;
  }
  .ttl01:after {
    bottom: -16px;
  }
  .btn01 a {
    margin-top: 0;
  }
  .sp_btm {
    display: block;
    background: #a67330;
    box-sizing: border-box;
    padding: 16px 12px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -120px;
    z-index: 10;
    transition: all 0.25s linear 0s;
  }
  .sp_btm.on {
    bottom: 0;
  }
  .sp_btm-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .sp_btm-text {
    width: 40%;
    font-size: 18px;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    box-sizing: border-box;
    padding-left: 6px;
    margin-right: 6px;
  }
  .sp_btm-text p {
    font-size: 4vw;
    line-height: 1.7;
  }
  .sp_btm-telarea {
    width: 60%;
  }
  .sp_btm-tel {
    line-height: 0;
    margin-bottom: 8px;
  }
  .sp_btm-tel img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .sp_btm-open {
    font-size: 3vw;
    text-align: center;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
  }
  #mainimage,
  .mainimage_wrap {
    height: 90vw;
    min-height: 0;
  }
  #mainimage {
    margin-top: 64px;
  }
  .mainimage_text span.mainimage_line {
    font-size: 5.8vw;
    margin-top: 8px;
  }
  .mainimage_btn {
    left: 0;
    text-align: center;
    bottom: 10%;
  }
  .mainimage_btn img {
    width: 40vw;
  }
  .top_concept-wrap {
    flex-direction: column;
  }
  .top_concept-text {
    margin-bottom: 32px;
  }
  .top_concept-ttlmain {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .top_concept-ttlmain span.br {
    display: inline;
  }
  .top_concept-ttlsub {
    line-height: 1.5;
  }
  .top_concept-textarea p span.br {
    display: inline;
  }
  .top_concept-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .top_concept-img img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  .top_reasonconts {
    width: calc(50% - 12px);
    background-size: contain;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .top_reasonconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .top_reason-ttl {
    font-size: 24px;
    padding-top: 0;
    margin-bottom: 8px;
  }
  .top_reason-ttl:before {
    width: 32px;
    height: 32px;
    font-size: 24px;
    margin-bottom: 12px;
  }
  .top_reason-ttl .top_reason-strong02 {
    line-height: 1.8;
  }
  .top_service-wrap {
    margin-top: 56px;
  }
  .top_serviceconts {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .top_serviceconts:nth-of-type(4n) {
    margin-right: 16px;
  }
  .top_serviceconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .top_service-ttl {
    font-size: 18px;
  }
  .top_service-text,
  .top_service-price {
    text-align: left;
  }
  .top_worksconts {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 32px;
  }
  .top_worksconts-ttl {
    line-height: 1.8;
    text-align: left;
  }
  .top_voiceconts {
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 32px;
  }
  .top_voiceconts-ttl {
    line-height: 1.8;
  }
  .top_media-img ul li{
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 8px;
  }
  .top_media-img ul li:nth-of-type(2n){
    margin-right: 0;
  }
  .top_media-img ul li img{
    height: 100%;
    max-height: 100%;
  }
  .top_media-text{
    margin-top: 4px;
  }
  .top_community-moive iframe{
    min-height: 220px;
    height: 80vw;
    max-height: 320px;
  }
  .top_community-text{
    margin-top: 12px;
  }
  .common_contact {
    padding: 6vw 0 calc(6vw + 37px);
  }
  .common_contact-wrap {
    width: 90%;
    flex-direction: column;
  }
  .common_contact-l,
  .common_contact-r {
    width: 100%;
    margin: 0 auto;
  }
  .common_contact-l {
    margin-bottom: 24px;
  }
  .common_contact-ttl {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .common_contact-ttl:after {
    bottom: -8px;
  }
  .common_contact-btn a {
    font-size: 16px;
    padding: 8px;
  }
  .common_contact-tel {
    margin-top: 24px;
  }
  #footer {
    margin-bottom: 17vw;
  }
  .footer_wrap {
    width: 90%;
  }
  .f_info {
    flex-direction: column;
    margin: 24px auto;
  }
  .f_info-logo {
    text-align: center;
  }
  .f_info-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .f_info-text {
    margin-top: 12px;
    text-align: center;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .f_info-text a {
    color: #fff;
  }
  .f_btm {
    flex-direction: column-reverse;
  }
  .f_btm-menu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
  }
  .f_btm-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .f_btm-menu ul li {
    position: relative;
    padding-left: 12px;
    margin-left: 0;
    margin-right: 20px;
  }
  .f_btm-menu ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .f_btm-menu ul li::after {
    content: none;
  }
  .f_copy {
    margin-top: 12px;
    text-align: center;
  }
  .f_btm-bnr ul{
    width: 280px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .f_btm-bnr ul li:first-of-type{
    width: 100%;
    margin-right: 0;
  }
  .f_btm-bnr ul li{
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .f_btm-bnr ul li:last-of-type{
    margin-right: 0;
  }
  .f_btm-bnr ul li img{
    width: auto;
    max-width: 100%;
  }
  /* 下層ページ共通 */
  #breadcrumb {
    display: none;
  }
  .second_ttl01 {
    margin-bottom: 24px;
  }
  .second_ttl01-mainttl {
    font-size: 20px;
  }
  .second_ttl01-subttl {
    font-size: 16px;
  }
  .second_ttl02 {
    margin-bottom: 16px;
  }
  .second_ttl02-mainttl {
    font-size: 24px;
  }
  .second_ttl02-subttl {
    font-size: 15px;
  }
  .ttl03 {
    font-size: 18px;
  }
  .tbl01 tbody tr {
    flex-direction: column;
    padding: 12px 0;
  }
  .tbl01 tbody tr th,
  .tbl01 tbody tr td {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 14px;
  }
  .tbl01 tbody tr th {
    text-align: left;
  }
  .tbl01 tbody tr td {
    font-size: 14px;
  }
  .tbl02 thead tr th,
  .tbl02 thead tr td {
    font-size: 15px;
    padding: 6px 8px;
    text-align: center;
  }
  .tbl02 thead tr th {
    width: 30%;
  }
  .tbl02 thead tr td {
    width: 70%;
  }
  .tbl02 tbody tr th,
  .tbl02 tbody tr td {
    font-size: 14px;
    padding: 6px 8px;
  }
  .tbl02 tbody tr th {
    width: 30%;
    text-align: center;
  }
  .tbl02 tbody tr td {
    width: 70%;
  }
  .img_f-l {
    float: right;
    margin-left: 16px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .img_f-l img {
    width: auto;
    max-width: 160px;
    height: auto;
  }
  .img_f-r {
    margin-left: 16px;
    margin-bottom: 8px;
    margin-bottom: 0;
  }
  .img_f-r img {
    width: auto;
    max-width: 160px;
    height: auto;
  }
  #secondmainimage {
    padding: 12vw 0;
    margin-top: 64px;
  }
  .secondmainimage_ttl {
    font-size: 6vw;
    line-height: 1.4;
  }
  .about_conts01,
  .about_conts02 {
    flex-direction: column;
  }
  .about_conts01-img {
    margin: 0 auto !important;
  }
  .about_conts01-img img {
    width: 100%;
    max-width: 180px;
  }
  .about_conts01-text {
    margin-top: 24px;
  }
  .about_profile-conts {
    margin-top: 24px;
  }
  .about_flowconts {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .about_flowconts:after {
    content: none;
  }
  .about_flowconts .about_flowconts-ttl {
    margin-top: 12px;
  }
  .about_flowconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .about_flowconts .about_flowconts-mainttl {
    font-size: 18px;
    text-align: left;
  }
  .about_flowconts .about_flowconts-subttl {
    text-align: left;
  }
  .history_conts-age {
    width: 4em;
  }
  .history_conts-text {
    width: calc(100% - 4em);
  }
  .works_listconts {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 24px;
  }
  .works_listconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .works_listconts-img{
    height: 36vw;
    max-height: 150px;
  }
  .works_listconts-ttl {
    font-size: 15px;
    line-height: 1.8;
  }
  .works_pagination {
    margin-top: 32px;
  }
  .works_ba-conts {
    width: 35vw;
  }
  .works_arrow {
    width: 13vw;
    min-width: 44px;
    height: auto;
    align-items: center;
    margin-top: -12vw;
  }
  .works_arrow img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .works_ba-img {
    height: auto;
  }
  .works_ba-ttl01 {
    font-size: 18px;
    margin-top: 0;
  }
  .works_single-photolist {
    margin-top: 32px;
  }
  .works_single-photolist ul li {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .works_single-photolist ul li a {
    min-height: 120px;
  }
  .works_single-photolist ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .voice_listconts {
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 32px;
  }
  .voice_listconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .voice_listconts-ttl {
    font-size: 15px;
    line-height: 1.8;
  }
  .voice_pagination {
    margin-top: 32px;
  }
  .company_map {
    margin-top: 24px;
  }
  .company_map iframe {
    min-height: 300px;
  }
  .recruit_point {
    margin: 24px auto 0;
    flex-direction: column;
  }
  .recruit_point img {
    width: auto;
    height: 12vw;
    max-height: 64px;
  }
  .recruit_pointconts {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 32px !important;
  }
  .recruit_pointconts:last-of-type {
    margin-bottom: 0;
  }
  .recruit_worklist {
    padding: 12px 16px 8px;
  }
  .recruit_worklist ul {
    flex-direction: column;
  }
  .recruit_worklist ul li {
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .recruit_worklist ul li:before {
    top: 10px;
  }
  .contact_telnum {
    font-size: 18px;
  }
  .contact_faxnum {
    margin-top: 12px;
  }
  .contact_faxnum span {
    font-size: 1.25em;
  }
  .contact_form {
    margin-top: 24px;
  }
  .tbl_form tbody tr {
    flex-direction: column;
    padding: 12px;
    background: #fff;
  }
  .tbl_form tbody tr th,
  .tbl_form tbody tr td {
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 0;
    background: none;
  }
  .tbl_form tbody tr th {
    margin-bottom: 4px;
  }
  .tbl_form tbody tr th span.required {
    margin-left: 12px;
  }
  .form_confirm {
    margin-top: 24px;
  }
  .form_confirm input {
    font-size: 16px;
  }
  span.wpcf7-list-item{
    display: block !important;
    margin-left: 0 !important;
  }
  span.wpcf7-list-item input[type="radio"],
  span.wpcf7-list-item input[type="checkbox"]{
    width: 1em !important;
  }

  .wpcf7-acceptance span.wpcf7-list-item{
    display: inline-block !important;
  }
}
