@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #00B900;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a, a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
}

body {
  font-weight: 500;
  color: #333;
  background: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.4;
}

/* common--------------------- */
.wrapper {
    width: 100%;
}

.section {
    padding: 96px 0;
}

.inner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.section_title {
    font-weight: bold;
    font-size: 64px;
}

.section_stitle {
    text-align: center;
    font-size: 20px;
}

.page_title_box {
    width: 1100px;
    margin: 0 auto;
}

.page_title {
    font-weight: bold;
    font-size: 96px;
}

.page_stitle {
    font-size: 20px;
}

.page_title02 {
    text-align: center;
    font-weight: bold;
    font-size: 96px;
}

.page_stitle02 {
    text-align: center;
    font-size: 20px;
}

.btn_radius {
    padding-top: 3rem;
}

.btn_radius a {
    background: #00B900;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    width: 250px;
    height: 50px;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_radius a:hover {
    background: #fff;
    color: #00B900;
    border: 1px solid #00B900;
}

.contact_btn {
    padding-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 250px;
}

.contact_btn a {
    color: #fff;
    border: 1px solid #00B900;
    background: #00B900;
    display: inline-block;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_btn a:hover {
    color: #00B900;
    background: #fff;
    border: 1px solid #00B900;
    border: none;
}

.form_attention_text {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 48px 0;
    }
    
    .inner {
        width: 100%;
        padding: 0 20px;
    }
    
    .section_title {
        font-weight: bold;
        font-size: 40px;
        text-align: center;
    }
    
    .section_stitle {
        text-align: center;
        font-size: 1.6rem;
    }

    .page_title_box {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
    
    .page_title {
        font-weight: bold;
        font-size: 36px;
    }
    
    .page_stitle {
        font-size: 1.6rem;
    }
    
    .page_title02 {
        text-align: center;
        font-weight: bold;
        font-size: 96px;
    }
    
    .page_title02 {
        font-size: 44px;
    }
    
    .page_stitle02 {
        text-align: center;
        font-size: 20px;
    }
    
    .page_stitle02 {
        font-size: 14px;
    }
    
    .btn_radius {
        padding-top: 2rem;
    }
    
    .btn_radius a {
        background: #00B900;
        color: #fff;
        font-weight: bold;
        padding: 10px 25px;
        border-radius: 30px;
        width: 225px;
        display: inline-block;
        text-align: center;
    }
    
    .btn_radius a:hover {
        background: #fff;
        color: #00B900;
        border: 1px solid #00B900;
    }
    
    .contact_btn {
        padding-top: 3rem;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        width: 250px;
    }
    
    .contact_btn a {
        color: #fff;
        border: 1px solid #fff;
        padding: 15px 25px;
        display: inline-block;
        text-align: center;
    }
    
    .contact_btn a:hover {
        background: #fff;
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .sp {
        display: none;
    }
}

/* header--------------------- */
.header {
    padding-top: 0.8em;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    background: transparent;
    z-index: 999;
}

@media screen and (max-width: 768px) {
    .header {
        padding: 0;
    }
}

.logo {
    font-weight: 700;
    padding-left: 14px;
}

.logo a img {
    height: 63px;
}

.hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
}

.hamburger-menu__bar {
    display: inline-block;
    width: 46%;
    height: 4px;
    background: #00B900;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}

.hamburger-menu__bar:first-child {
    top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
    top: 24px;
}

.hamburger-menu__bar:last-child {
    top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
}

.navigation {
    display: none;
    background: #fff;
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 10%;
    height: 100vh;
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .navigation {
        padding: 10%;
    }
}

.navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation__link {
    text-align: left;
    color: #333;
    font-size: 4rem;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
}

@media screen and (max-width: 768px) {
    .navigation__link {
        font-size: 2rem;
    }
}

.header_logo a img {
    height: 63px;
    margin-left: 30px;
}

/* footer--------------------- */
.footer {
    padding: 20px 0;
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .1);
}

.footer_logo {
    margin-bottom: 10px;
    text-align: center;
}

.footer_logo img {
    height: 90px;
}

.copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

/* contact--------------------- */
.contact-link {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    float: right;
}

.contact_link_box {
    
}

.contact_link_box a {
    width: 80px;
    height: 80px;
    padding: 15px 0;
    text-align: center;
    display: block;
    background: #00B900;
    color: #fff;
}
.contact_link_box a img {
    width: 25px;
    height: 25px;
}

.contact_link_text {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .contact-link {
        display: none !important;
    }
}

/* mv--------------------- */
.mv {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.mv_inner {
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.mv_logo img {
    width: 60px;
}

.mv-title {
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
}

.mv-text {
    font-size: 1.6rem;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .mv {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .mv_inner {
        z-index: 10;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        text-align: center;
    }

    .mv_logo img {
        width: 45px;
    }

    .mv-title {
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
    }

    .mv-text {
        font-size: 1.2rem;
        color: #fff;
    }
}

.slider {
    height: auto;
    margin-inline: auto;
    overflow: hidden; /* 画像がはみ出ないようにする */
    width: 100%;
    position: absolute;
}

.slick-img img {
    width: 100%;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
      transform: scale(1.15); /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}


/* about--------------------- */
.about {
    padding-top: 96px;
}


.about_inner {
    padding: 120px 80px 140px 80px;
    width: 80vw;
    margin: 0 auto;
}

.about_title_box {
    
}

.about_title {
    color: #000;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.about_textbox {
    
}

.about_text {
    line-height: 2;
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .about {
        padding-top: 48px;
    }

    .about_inner {
        display: flex;
        flex-direction: column;
        padding: 48px 0;
        width: 85%;
        margin: 0 auto;
    }

    .about_title_box {
        width: 100%;
    }

    .about_title {
        font-size: 28px;
		margin-bottom: 0;
    }

    .about_textbox {
        width: 100%;
        margin-top: 3rem;
    }

    .about_text {
        font-size: 1.8rem;
    }

    .about_textbox h3 {
        font-size: 2.4rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 30px;
    }

    .about_textbox p {
        line-height: 2;
    }
}

/* concept--------------------- */
.concept_image_content {
    display: block;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: 0;
    width: 89vw;
    height: auto;
}

.concept_text {
    font-size: 1.8rem;
}

.concept_image_content img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .concept_image_content {
        height: auto;
    }

    .concept_image_content img {
        width: 100%;
        height: 100%;
    }
	
	.concept_text {
    	font-size: 1.6rem;
	}
}

/* recruit--------------------- */
.recruit {
    position: relative;
}

.index-project02 {
    position: relative;
    margin-bottom: 10%;
}

.index-project02_main {
    line-height: 0;
    overflow: hidden;
}


.index-project02_main img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.index-project02_sub {
    position: absolute;
    top: 20.8vw;
    left: 10%;
    width: 45%;
    height: 55vw;
    background-color: rgba(0, 0, 0, 0.29);
    overflow: hidden;
    z-index: 2;
}

.index-project02_ttl {
    position: absolute;
    bottom: 12.5vw;
    left: -15vw;
    display: block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13.8vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1;
    transform: rotate(-90deg);
}

.index-project02_blk {
    position: relative;
    display: block;
    margin: -20% 0 0 35%;
    padding: 14% 10%;
    width: 65%;
    background: #f6f6f6;
    z-index: 10;
}

.index-project02_sttl {
    margin-bottom: 30px;
    font-size: 3rem;
}

.index-project02_txt {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0;
}

.index-project01_sttl {
    font-weight: bold;
    font-size: 3rem;
}

.index-project01_txt {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .index-project02_sub {
        display: none;
    }

    .index-project02_blk {
        width: 90%;
        margin: -40px 0 0 0;
        display: block;
        left: 11vw;
    }

    .index-project02_sttl {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }

    .index-project02_txt {
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0;
    }

    .index-project01_sttl {
        font-weight: bold;
        font-size: 3rem;
    }

    .index-project01_txt {
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0;
    }
}

/* company--------------------- */
.company {
    position: relative;
}

.top_company_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.company_main_text {
    text-align: center;
    padding: 5rem;
}

.company_btn {
    text-align: center;
}

.company_content {
    width: 850px;
    margin: 40px auto 0;
}

.company_content_titleBox {
    margin: 48px 0;
}

.company_content_title {
    font-size: 36px;
    text-align: center;
}

.company_box {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
}

.company_box:first-child {
    border-top: 1px solid #dcdcdc;
}

.company_items {
    width: 100%;
    max-width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
}

.company_title {
    width: 300px;
    border-right: 1px solid #dcdcdc;
    padding: 0 15px;
    display: table-cell;
    font-size: 1.8rem;
    font-weight: bold;
}

.company_text {
    padding: 0 0 0 50px;
    display: table-cell;
    font-size: 1.6rem;
    line-height: 1.4;
}

.company_ceo {
    margin: 48px 0;
}

.company_ceo_item {
    display: flex;
    width: 850px;
    margin: 40px auto 0;
}

.company_ceo_fig {
    width: 43%;
}

.company_ceo_fig img {

}

.company_ceo_textBox {
    width: 55%;
    margin-left: 20px;
}

.company_ceo_title {
    margin-bottom: 2rem;
    font-weight: bold;
}

.company_ceo-text {

}

.map {
    margin-top: 2rem;
    padding: 5px;
    border: 1px solid #dcdcdc;
}

.map iframe {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .company {

    }

    .top_company_inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .company_main_text {
        text-align: center;
        padding: 2rem 3rem;
    }

    .company_btn {
        text-align: center;
    }

    .company_content {
        width: inherit;
        margin: 0 0 48px 0;
    }

    .company_box {
        border-bottom: 1px solid #dcdcdc;
        padding: 20px 0;
    }

    .company_items {
        width: 100%;
        max-width: 100%;
        display: block;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .company_title {
        border-right: none;
        padding: 0;
    }

    .company_text {
        margin-top: 10px;
        padding: 0;
        display: block;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .company_ceo {
        margin: 48px 0;
    }

    .company_ceo_item {
        display: block;
        width: 100%;
        margin: 40px auto 0;
    }

    .company_ceo_fig {
        width: 100%;
    }

    .company_ceo_fig img {
    
    }

    .company_ceo_textBox {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .company_ceo_title {
        margin-bottom: 2rem;
        font-weight: bold;
        font-size: 2rem;
    }

    .company_ceo-text {

    }
}

/* contact--------------------- */
.contact {
    background: url('/wp-content/themes/ming/img/index/top11.jpg') no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.contact::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}

.contact_title {
    font-weight: bold;
    font-size: 70px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.contact_stitle {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.contact_inner {
    width: 860px;
    margin: 0 auto;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_text_box {

}

.contact_text_box p {
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .contact {
        background: url('/wp-content/themes/ming/img/index/top11.jpg') no-repeat;
        background-size: cover;
        position: relative;
        z-index: 0;
    }

    .contact::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        z-index: -1;
    }

    .contact_title {
        font-weight: bold;
        font-size: 3rem;
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
    }

    .contact_stitle {
        text-align: center;
        font-size: 1.6rem;
        color: #fff;
    }

    .contact_inner {
        width: auto;
        margin: 0 auto;
        padding: 0;
    }

    .contact_text_box {
    }

    .contact_text_box p {
        text-align: center;
        color: #fff;
    }
}

/* service-page--------------------- */
.service {
    position: relative;
}

.service-top {
    position: relative;
    display: inline-block;
    margin-left: 11vw;
}

.service-title {
    font-size: 5rem;
    color: #333;
}

.service01 {
    margin-bottom: 5vw;
}

.service02 {
    margin: 5vw 0;
}

.service03 {
    margin: 5vw 0;
}

.service04 {
    margin: 5vw 0;
}

.service-img {
    position: relative;
}

.service-img img {
    display: block;
    width: 100%;
}

.service-img-title01 {
    position: absolute;
    right: 0;
    margin-right: -15vw;
    color: #000;
    font-size: 5vw;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}

.service-img-title02 {
    position: absolute;
    left: 0;
    margin-left: -15vw;
    color: #000;
    font-size: 5vw;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}

.service-img-title03 {
    position: absolute;
    right: 0;
    margin-right: -15vw;
    color: #000;
    font-size: 5vw;
    font-weight: bold;
    text-align: end;
    top: 50%;
    transform: translateY(-50%);
}

.service-img-title01 span, .service-img-title02 span, .service-img-title03 span {
    color: #fff;
}

.service-imgBox01 {
    width: 75%;
    margin-top: 4vw;
    margin-right: auto;
    margin-left: 0;
}

.service-imgBox02 {
    width: 75%;
    margin-top: 4vw;
    margin-right: 0;
    margin-left: auto;
}

.service-imgBox03 {
    width: 23vw;
    margin-top: 5vw;
    margin-right: 0;
    margin-left: auto;
}

.service-imgBox04 {
    width: 22vw;
    margin-top: 9vw;
    margin-right: auto;
    margin-left: 0;
}

.service-imgBox05 {
    width: 25vw;
    margin-top: 8vw;
    margin-right: auto;
    margin-left: 0;
}

.service-imgBox06 {
    width: 40vw;
    margin-top: 9vw;
    margin-right: 0;
    margin-left: auto;
}

.service-imgBox07 {
    width: 40vw;
    margin-top: 9vw;
    margin-right: auto;
    margin-left: 0;
}

.service-imgBox08 {
    width: 25vw;
    margin-top: 8vw;
    margin-right: 0;
    margin-left: auto;
}

.service-fig {
    position: relative;
    display: block;
}

.service-textBox {
    z-index: 2;
    position: relative;
    width: 47vw;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
}

.service-text01 {
    margin-top: 7.5vw;
}
.service-text02 {
    margin-top: 7.5vw;
}

.service-text {
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.55em;
    letter-spacing: 0.07em;
}

@media (min-width: 767px) {
    .service_title_sp {
        display: none;
    }
}

@media (max-width: 767px) {
    .service-title {
        font-size: 3.7rem;
    }

    .service-imgBox01 {
        width: 100%;
        margin-right: 0;
    }

    .service-imgBox02 {
        width: 100%;
    }

    .service-imgBox03 {
        width: 48vw;
    }

    .service-imgBox04 {
        width: 48vw;
    }

    .service-imgBox05 {
        width: 60vw;
        margin-right: 0;
    }

    .service-textBox {
        width: 80vw;
    }

    .service-text {
        font-size: 1.6rem;
        line-height: 2em;
        letter-spacing: 0.07em;
        font-weight: normal;
    }

    .service-img-title01, .service-img-title02, .service-img-title03, .service-img-title04 {
        display: none;
    }

    .service-img-title03 span {
        color: #fff;
    }

    .service_title_sp {
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* recruit-page--------------------- */
.recruit_attention {
    margin-top: 4rem;
    padding-bottom: 96px;
}

.recruit_attention_text {
    width: 700px;
    margin: 0 auto;
}

.position {

}

.position_content {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    gap: 50px;
    padding: 5rem 0;
}

.position_item {

}

.position_item img {

}

.position_text {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.work_info {

}

.work_info_title {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
}

.work_info_list {
    padding-top: 3rem;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.work_info_items {

}

.work_kind_titleBox {

}

.work_info_kind_title {
    font-size: 2.8rem;
    color: #00B900;
    font-weight: bold;
}

.work_kind_box {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.work_kind_box dl {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    padding: 10px 0;
}

.work_kind_box dt {
    width: 35%;
    display: table-cell;
    font-size: 2rem;
    font-weight: bold;
}
.work_kind_box dd {
    display: table-cell;
    font-size: 1.6rem;
}

.recruit-info_box {
    border-bottom: 1px dashed #dcdcdc;
    padding: 20px 0;
    margin: 0 10px;
}

.recruit-info_items {

}

.recruit-info_title {
    width: 300px;
    border-right: 1px dashed #dcdcdc;
    padding: 0 15px;
    display: table-cell;
    font-size: 1.8rem;
    font-weight: bold;
}

.recruit-info_text {
    padding: 0 0 0 50px;
    display: table-cell;
    font-size: 1.6rem;
    line-height: 1.4;
}

.entry {
    padding-bottom: 96px;
}

.entry_content {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.entry_item {
    margin: 3rem 0;
}


.entry_title_box {
    display: flex;
    margin-bottom: 1rem;
}

.entry_number {
    color: #00B900;
    font-size: 1.8rem;
    font-weight: bold;
    padding-right: 15px;
    border-right: 1px solid #C1CCCB;
}

.entry_title {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 15px;
}

.entry_info_box {

}

.entry_text {
    font-size: 1.6rem;
    line-height: 1.4;
}

.entry_text a {
    border-bottom: dotted 1px #333;
    font-weight: bold;
}

@media (max-width: 767px) {
    .recruit-info_title {
        padding: 0;
        border-right: 0;
    }

    .recruit-info_text {
        margin-top: 10px;
        padding: 0;
        display: block;
    }
}

/* privacy-page--------------------- */
.privacy {

}

.page_privacy-title-box {
    border-bottom: 1px solid #00B900;
}

.page_privacy-title {
    color: #00B900;
    text-align: center;
    font-size: 4rem;
    padding-bottom: 20px;
}

.privacy_date {
    text-align: right;
}

.privacy_content {
    margin-top: 4rem;
    padding-bottom: 96px;
}

.privacy_parts {
    margin-bottom: 3rem;
}

.privacy_title {
    font-size: 2rem;
    font-weight: bold;
    color: #00B900;
    border-left: 3px solid #dcdcdc;
    padding-left: 5px;
}

.privacy_company_info {
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
}

.privacy_company_info_title {
    display: table-cell;
    width: 15%;
}

.privacy_company_info_text {
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .privacy {

    }

    .privacy_date {
        margin: 2rem 0;
    }

    .privacy_date_text {
        font-size: 1.2rem;
    }

    .privacy_content {
        margin-top: 3rem;
        padding-bottom: 48px;
    }

    .privacy_parts {
        margin-bottom: 2rem;
    }

    .privacy_text {
        font-size: 1.4rem;
    }

    .privacy_title {
        font-size: 1.8rem;
    }

    .privacy_company_info {
        display: block;
    }

    .privacy_company_info_title {
        display: block;
        width: 100%;
    }

    .privacy_company_info_text {
        display: block;
    }
}

/* contact-page--------------------- */
.contact-page {
    width: 960px;
    margin: 0 auto;
    padding-top: 5rem;
}

.contact_content {

}

.contact-select {

}

.contact-select-textTOP {

}

.contact-select-textTOP h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
}

.contact-select-textTOP p {
    text-align: center;
}

.contact-select-content {
    margin: 50px 0;
}

.contact-select-list {
    display: flex;
    justify-content: space-between;
}

.contact-select-item {
    margin-right: 20px;
    padding: 10px 7px;
    border: 1px solid #00B900;
    width: 33.3333%;
}

.contact-select-item:hover {
    background-color: #00B900;
}

.contact-select-item:last-child {
    margin-right: 0;
}

.contact-select-item a {
    
}

.contact-select-item a p {
    text-align: center;
}

.contact-select-item a p:hover {
    color: #fff;
}

.contact-select-item.active {
    background-color: #00B900; /* 緑背景 */
}

.contact-select-item.active a p {
    color: #fff; /* 白文字 */
}


.contact-textBox {

}

.contact-textBox p {

}


.page_contact_title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.contact-form p {
    
}

.contact_item_title {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .contact-select-list {
        display: block;
    }

    .contact-select-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-select-item:last-child {
        margin-bottom: 0;
    }
}

/*ContactForm7カスタマイズ*/
/* フォーム全体のスタイル */
.wpcf7 {
    border-radius: 10px;
    max-width: 960px;
}

/* ラベルのスタイル */
.wpcf7-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333; /* ダークグレー */
    font-weight: bold;
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
    background-color: #ff0000; /* レッド */
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 12px;
}

/* インプットフィールドのスタイル */
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc; /* ライトグレー */
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    background-color: #ffffff; /* 白 */
}

/* テキストエリアのスタイル */
.wpcf7-form textarea {
    height: 150px;
    resize: vertical;
}


/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
    color: #333;
    background: #fff;
    cursor: pointer;
    border: 1px solid #00B900;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    padding: 7px 0;
}


.wpcf7-form input[type="submit"]:hover {
    background-color: #00B900;
    color: #fff;
}

/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
    color: green;
    font-size: 16px;
    margin-bottom: 20px;
}

.recruit_select {
    display: flex;
    flex-direction: column;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.contact_privacy_box {
    display: flex;
    flex-direction: column;
}

.contact_privacy_text a {
    font-weight: bold;
    border-bottom: 2px dotted #333;
}

.wpcf7-acceptance {
    font-weight: bold;
    border: 1px solid #000;
    padding: 7px 15px;
    border-radius: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact-page {
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }

    .page_contact_title {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }

    .contact_item_title {
        font-weight: bold;
    }

    /*ContactForm7カスタマイズ*/
    /* フォーム全体のスタイル */
    .wpcf7 {
        padding: 0;
        border-radius: 10px;
        max-width: 100%;
        margin: auto;
    }

    /* ラベルのスタイル */
    .wpcf7-form label {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        color: #333333; /* ダークグレー */
        font-weight: bold;
    }

    /* 必須フィールドのラベルスタイル */
    .wpcf7-form .required {
        background-color: #ff0000; /* レッド */
        color: white;
        padding: 2px 5px;
        border-radius: 3px;
        margin-left: 10px;
        font-size: 12px;
    }

    /* インプットフィールドのスタイル */
    .wpcf7-form textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #cccccc; /* ライトグレー */
        border-radius: 5px;
        margin-bottom: 20px;
        font-size: 16px;
        background-color: #ffffff; /* 白 */
    }

    /* テキストエリアのスタイル */
    .wpcf7-form textarea {
        height: 150px;
        resize: vertical;
    }

    /* 送信ボタンのスタイル */
    .wpcf7-form input[type="submit"] {
        color: #333;
        background: #fff;
        cursor: pointer;
        border: 1px solid #00B900;
        border-radius: 30px;
        width: 100%;
        text-align: center;
        padding: 7px 0;
    }

    .wpcf7-form input[type="submit"]:hover {
        background-color: #00B900;
        color: #fff;
    }

    /* エラーメッセージと成功メッセージのスタイル */
    .wpcf7-form .wpcf7-not-valid-tip {
        color: red;
        font-size: 14px;
    }

    .wpcf7-form .wpcf7-mail-sent-ok {
        color: green;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .recruit_select {
        display: flex;
        flex-direction: column;
    }

    .wpcf7-list-item {
        margin: 0 !important;
    }

    .contact_privacy_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact_privacy_text {
        text-align: center;
    }

    .contact_privacy_text a {
        font-weight: bold;
        border-bottom: 2px dotted #333;
    }

    .contact_privacy_check {
        font-weight: bold;
        border: 1px solid #000;
        padding: 7px 15px;
        border-radius: 20px;
        text-align: center;
    }
}

/* recruit-page--------------------- */

/* recruit-concept--------------------- */
.recruit-concept_image_content {
    display: block;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    height: 600px;
}

.recruit-concept_image_content img {
    width: 100%;
    height: 100%;
}

.recruit-concept_text_contents {
    margin-left: 11vw;
    margin-top: 50px;
}

.recruit-concept_text_contents h3 {
    font-weight: bold;
    font-size: 2.4rem;
    padding-bottom: 30px;
}



@media screen and (max-width: 768px) {
    .recruit-concept_image_content {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .recruit-concept_image_content img {
        width: 100%;
        height: 100%;
    }

    .recruit-concept_text_contents {
        padding-right: 20px;
    }

    .recruit-concept_text_contents {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .recruit_attention {
        padding-top: 4rem;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .recruit_attention_text {
        width: 100%;
        margin: 0 auto;
    }

    .position_content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        gap: 20px;
        padding: 16px 20px 0 20px;
    }

    .position_item {
    }

    .position_item img {
    }

    .position_text {
        margin-top: 20px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .work_info {
    }

    .work_info_title {
        text-align: center;
        font-size: 2.8rem;
        font-weight: bold;
    }

    .work_info_list {
        padding-top: 3rem;
        width: 100%;
        margin: 0 auto;
    }

    .work_info_items {
        padding: 0 20px;
    }

    .work_kind_titleBox {
    }

    .work_info_kind_title {
        font-size: 2rem;
        color: #00B900;
        font-weight: bold;
    }

    .work_kind_box {
        margin-top: 2rem;
        margin-bottom: 4rem;
    }

    .work_kind_box dl {
        display: block;
        width: 100%;
        height: 100%;
        table-layout: fixed;
        padding: 10px 0;
    }

    .work_kind_box dt {
        width: 35%;
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .work_kind_box dd {
        display: block;
        font-size: 1.4rem;
    }

    .entry {
        padding: 0 16px 48px 16px;
    }

    .entry_content {
        width: 1100px;
        max-width: 100%;
        margin: 0 auto;
    }

    .entry_item {
        margin: 3rem 0;
    }

    .entry_title_box {
        display: flex;
        margin-bottom: 1rem;
    }

    .entry_number {
        color: #00B900;
        font-size: 1.8rem;
        font-weight: bold;
        padding-right: 15px;
        border-right: 1px solid #333;
    }

    .entry_title {
        font-size: 2rem;
        font-weight: bold;
        padding-left: 15px;
    }

    .entry_info_box {

    }

    .entry_text {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .entry_text a {
        border-bottom: dotted 1px #333;
        font-weight: bold;
    }
}


.recruit-movie-contents {
    width: 960px;
    max-width: 100%;
    margin: 50px auto 0;
}

@media (max-width: 767px) {
    .recruit-movie-contents {
        margin: auto 0;
    }
}


/* recruit-募集要項-------------------------- */
.info {
    padding-bottom: 50px;
}

.info .content-stitle {
    color: #fff;
}

.info-top {
    padding: 32px 16px;
    position: relative;
    text-align: center;
}

.info-topInner {
    position: relative;
}

.info-Inner {
    margin: 50px auto 0;
    max-width: 960px;
    overflow: hidden;
    width: 100%;
}

.info_content {
    padding: 48px 0;
}

@media (max-width: 767px) {
    .info {
        padding-bottom: 30px;
    }

    .info-top {
        padding: 58px 0 54px;
    }

    .info-Inner {
        margin: 30px auto 0;
    }

    .info_content {
        padding: 48px 7px;
    }
}

.tab-area {
    display: flex;
    border: #00B900 2px solid;
    cursor: pointer;/* カーソルポインターに */
}

.tab {
    width: calc(100%/2);
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.tab:nth-child(n+2) {
    border-left: 2px solid #00B900;
}

.tab.active {
    background-color: #00B900;
    color: #fff;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
    border: #00B900 solid 1px;
}

/* recruit-Q&A-アコーディオン--------------------- */
.accordion {
    margin-inline: auto;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.accordion-container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.accordion-title {
    color: #333;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}

.accordion-content {
    display: none;
    padding: 10px 20px;
}

.accordion-content p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.accordion-item {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .accordion-container {
        padding: 30px 20px 0 20px;
    }
}

  /* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
    background-color: #D9D9D9;
}

.accordion-item:nth-of-type(2) .accordion-title {
    background-color: #D9D9D9;
}

.accordion-item:nth-of-type(3) .accordion-title {
    background-color: #D9D9D9;
}

/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {
    border-bottom: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
}

.accordion-item:nth-of-type(2) .accordion-content {
    border-bottom: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
}

.accordion-item:nth-of-type(3) .accordion-content {
    border-bottom: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
}

/* 矢印 */
.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #333;
    border-top: solid 2px #333;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

/* アニメーション--------------------- */
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}


/* ---------- contactform7 ---------- */
.cf7-recruit {
    border-top: 1px solid #dcdcdc;
}

.cf7-recruit .row {
    display: grid;
    grid-template-columns: 180px 1fr; /* 左ラベル, 右フィールド */
    gap: 24px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #dcdcdc;
}

.cf7-recruit .label {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    display: block;
}

.cf7-recruit .badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 2px;
    position: absolute;
    right: 0;     /* 右端に配置 */
    top: 50%;
    transform: translateY(-50%);
    background: #d00;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.cf7-recruit .badge.opt { background:#d9d9d9; color:#333; }

  /* 入力欄 */
.cf7-recruit .field input[type=text],
.cf7-recruit .field input[type=tel],
.cf7-recruit .field input[type=email],
.cf7-recruit .field input[type=date],
.cf7-recruit .field textarea {
    width: 100%;
    background: #efefef;
    border: none;
    border-radius: 2px;
    padding: 16px 18px;
    font-size: 16px;
    outline: none;
}

.field {
    border-left: 1px solid #dcdcdc;
    padding: 0 20px;
    font-weight: bold;
}

.cf7-recruit .field textarea {
    min-height: 200px;
}

  /* ---------- ファイル入力の見た目 ---------- */
.cf7-recruit .filewrap { position: relative; }
.cf7-recruit .file-input {
    /* 本体は見せない（操作はラベルで） */
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 56px;
    cursor: pointer;
}

.cf7-recruit .file-ui{
    height: 56px;
    border: 2px solid #111;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.cf7-recruit .file-ico{
    width: 20px; height: 20px; flex: 0 0 20px;
    background:
        linear-gradient(#111,#111) left 6px top 2px / 16px 12px no-repeat,
        linear-gradient(#111,#111) left 6px bottom 2px / 16px 2px no-repeat,
        linear-gradient(#111,#111) left 2px top 2px / 2px 16px no-repeat; /* 簡易アイコン */
}

.cf7-recruit .file-txt{ font-size: 14px; color:#333; }

  /* 選択後にファイル名を表示（JSでテキスト差し替え） */
.cf7-recruit .file-ui.selected { border-color:#333; }

  /* 送信ボタン */
.cf7-recruit .submit-area{
    text-align: center;
    padding: 32px 0 8px;
}

.cf7-recruit .submit-area input[type=submit]{
    border: 1px solid #00B900;
    border-radius: 20px;
    padding: 14px 40px;
    font-size: 16px;
    letter-spacing: .15em;
    cursor: pointer;
}

.cf7-recruit .submit-area input[type=submit]:hover{
    opacity:.9;
    background-color: #00B900;
    color: #fff;
}

.row-privacy {
    margin-top: 20px;
}

.contact_privacy_text {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .field {
        border-left: none;
        padding: 0;
    }
    
}

  /* ---------- SP レスポンシブ ---------- */
@media (max-width: 768px){
    .cf7-recruit .row{
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px 0;
    }

    .cf7-recruit .label{
        justify-content: flex-start;
    }
}


.page_contact-stitle {
    text-align: center;
    font-size: 2rem;
}

.page_contact-title {
    margin-top: 10px;
    font-size: 4rem;
    text-align: center;
}

.page_contact-text {
    text-align: center;
}

@media (max-width: 768px) {
    .page_contact-stitle {
        font-size: 1.6rem;
    }
}