html, body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd, table, caption, th, td, form, button, label, address, blockquote, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
  margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
}

html{
	overflow-x: hidden;
}

body{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 1.4rem;
    color: #2a2a2a;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body * {
  box-sizing : border-box;
}

.text-green-500{
  color: #0cb59b!important;
}

.bg-green-500{
  background-color: #0cb59b!important;
}

section h2{
  font-size: 1.7rem!important;
}

section h3{
  font-size: 1.5rem!important;
}

.strong_text{
  font-weight: bold;
}

.preloader{
  position: fixed;
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../image/loading.gif);
  background-size: 70px 70px;
}


  section.flex_sec div.flex{
    flex-direction: column;
  }

  @media only screen and (min-width: 769px) {

  section.flex_sec div.flex{
    flex-direction: row;
  }

  section.flex_sec div.row_rev{
    flex-direction: row-reverse;
  }

  }


.animation_box{
    /* padding: 10px; */
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.fade_in_slow{
  animation-name: fadeIn_slow;
}

.fade_in{
  animation-name: fadeIn;
  animation-duration: 0.5s;
}


.fade_in_right{
  animation-name: fadeIn_right;
}



@keyframes fadeIn_slow {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn_right {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1800px!important;
    }
}



/* top-page */
/* fv-header */

.logo_text{
  font-size: 1.475rem;
  line-height: 1.25rem;
  padding-top: 2px;
}

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

  .copy_write{
    font-size: 0.5rem;
    line-height: 2.2;
    margin-right: 10px;
  }

.catch_position{
  top: 3.5rem;
  left: 10%;
}


  @media only screen and (min-width: 760px) {

.logo_text{
  font-size: 2.375rem;
  line-height: 1.25rem;
  padding-top: 2px;
}


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

  .copy_write{
    font-size: 1rem;
    line-height: 2.2;
  }

  .catch_position{
    top: 7rem;
    left: 18%;
}

}

.font-weight_h1{
  font-weight: 400;
}



  .vertical-text {
      writing-mode: vertical-rl;
      text-orientation: mixed;
    }


  .nav-link.active::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 16px;
    background-color: #10b981; /* Tailwindのemerald-500 */
  }

  /* .fv_bg{
    background-image: url(../image/fv_bg.jpg);
  } */

  .full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 245px);
    max-height: 100vh;
    margin: 0;
  }
  .full div.img01 {
    background-image: url(../image/fv_bg01.jpg);
  }
  .full div.img02 {
    background-image: url(../image/fv_bg02.jpg);
  }
  .full div.img03 {
    background-image: url(../image/fv_bg03.jpg);
  }

  @media only screen and (max-width: 768px) {
  .full div.img01 {
    background-image: url(../image/fv_bg01_sp.jpg);
  }
  .full div.img02 {
    background-image: url(../image/fv_bg02_sp.jpg);
  }
  .full div.img03 {
    background-image: url(../image/fv_bg03_sp.jpg);
  }

  }

  /* .full .slick-dots {
      bottom: 4%;
      z-index: +1;
  } */

  button.slick-next.slick-arrow {
    display: none!important;
}

/* .slick-next{
    display: none!important;	
	right: 0px!important;
}
 */


#header {
    min-height: 165px;
}

  @media only screen and (min-width: 760px) {
    #header {
        min-height: 345px;
    }


	  
  button.slick-next.slick-arrow {
    display: none!important;
}

}


.block{
  margin-top: 2rem;
}

.mt-minus{
  margin-top: -4rem;
}

.button_fv {
  position: absolute;
  top:  25px;
}


.button_fv a{
  padding: 18px 16px;
}


.fv_cont{
  /* height: calc(100vh - 245px);
  max-height: 100vh; */
  margin-bottom: 40px;
}

.index_fv{
  z-index: 1000;
}


.fv_circle a{
  width: 114px;
  height: 114px;
  font-size: 1rem;
  padding-bottom: 1rem;


}

.fv_circle a.background_circle{
  position: relative;
}

.fv_circle a.background_circle::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 3px;
  background-image: url(../image/recruit-btn-frame.svg);
  width: 95%;
  height: 95%;
}

.fv_circle a.background_circle:hover::after {
  transition: transform 1s;
  transform: rotate(180deg);

}

.fv_circle a span{
  display: inline-block;
  font-size: 0.5rem;
}

/* .position_base{
  position: relative;
} */


.fv_circle a p.text_black{
  color: #2a2a2a;
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
}



.fv_circle a p.text_black::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 15px;
  height: 19px;
  margin-left: -5px;
  background: url(../image/recruit-btn-arrow.svg) 0 0 no-repeat;
  background-size: 15px 19px;
  transition: all .4s;
}

.fv_circle a.background_circle:hover p.text_black::after {
  transition: transform 1s;
  transform: translateX(5px);
  
}





@media only screen and (min-width: 760px) {
  .fv_circle a{
    width: 160px;
    height: 160px;
    font-size: 1.3rem;
    padding-bottom: 1.25rem;
  }

  .fv_circle a span{
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.button_fv {
  top:  0;
}

.button_fv a{
  padding: 32px 16px;
}

.fv_cont{
  /* height: calc(100vh - 345px); */
  max-height: 100vh;
}

.fv_circle a p.text_black::after{
  bottom: -38px;
}

.fv_circle a p.text_black{
  font-size: 1rem;
}

.fv_circle a.background_circle::after{
  bottom: 4px;
  left: 4px;
}


}



.insta_icon{
  color: #0cb59b;
}



/* business */
.padding_point{
  padding: 0 2rem;
}



.padding_point h3 , .padding_point p{
  text-align: left;
}

.btn{
  padding: 15px 70px;
}

.top_pos{
  top: -1.5rem;
}



@media only screen and (min-width: 769px) {
.padding_point{
  padding: 0 0 0 4rem;

}

.top_pos{
  top: 1.5rem;
}

.is_sp{
  display: none;
}

}

  @media only screen and (max-width: 769px) {

  .padding_point{
    padding: 0 4rem;
  }

  }

  @media only screen and (max-width: 432px) {

  .padding_point{
    padding: 0 2rem;
  }

  }



/* ourservice */
.ourservice h2{
  font-size: 36px;
}

/* company_sec */

.company_sec .company_cont .company_cont_flex{
  flex-direction: column-reverse;
}


@media only screen and (min-width: 769px) {

.company_sec .company_cont .company_cont_flex{
  flex-direction: row;
}
}


/* table */
table {
  width: 100%;
  font-size: 14px;
}
.tbl-r02 th {
  background: #0cb59b;
  border: solid 1px #f3f3f3;
  color: #fff;
  padding: 5px;
  width: 125px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .tbl-r02 th {
    width: 90px;
  }
}

.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px;
}


th.recruit_title {
  background: #0cb59b;
  border: solid 1px #f3f3f3;
  color: #fff;
  padding: 10px;
  width: 100px;
}

@media screen and (max-width: 428px) {
  .tbl-r02 tr {
    display: flex;
    flex-direction: column;
  }

  .tbl-r02 tr th ,   .tbl-r02 tr td{
    width: 100%;
  }
}


.company_img img{
  object-fit: cover;
  height: 100%;
}


/* recruit_sec */

.recruit_sec{
  padding: 60px 0;
  position: relative;
}

.recruit_sec::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* マスクの色と透明度 */
  z-index: 1;
}

.recruit_sec::after{
  content: 'Recruit';
  position: absolute;
  inset: 0;
  z-index: 999;
  font-size: 150px;
  font-weight: bold;
  text-align: center;
  left: 34%;
  top: 47%;
  transform: translateX(-50%);
  color: rgb(255 255 255 / var(--tw-text-opacity, 0.7));
}


.recruit_sec .flex{
  flex-direction: column;
  /* align-items: center; */
}

.recruit_sec .flex .flex_cont{
  flex: 1 0 25%;
  margin-right: 15%;
}

.recruit_sec .flex .flex_cont{
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}


.recruit_sec .flex .flex_cont h2{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.6rem;
}

.recruit_sec .flex .flex_cont .recruit_text{
  font-size: 0.75rem;
  margin-right: 20px;
}


.recruit_sec .flex .staff_img_box{
  flex: 0 1 100%;
  padding-left: 48px;
  padding-bottom: 90px;
}

.recruit_sec .btn_sp_cont{
  position: relative;
  z-index: 50;
  text-align: center;
}




  .recruit_sec .flex .staff_img_box{
    flex: 0 1 75%;
  }






@media only screen and (min-width: 768px) {

.recruit_sec{
  padding: 200px 0;
}


.recruit_sec::after{
  font-size: 170px;
  text-align: center;
  left: 53%;
  top: 54%;
  transform: translateX(-50%);
}


.recruit_sec .flex{
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.recruit_sec .flex .flex_cont{
  flex: 1 0 35%;
  flex-direction: column;
  align-items: center; 
  margin-right: 0;
}


.recruit_sec .flex .flex_cont h2{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 2.2rem;
}

.recruit_sec .flex .flex_cont .recruit_text{
  text-align: center;
}


.recruit_sec .btn_sp_cont{
  position: relative;
  z-index: 50;
}




  .recruit_sec .flex .staff_img_box{
    flex: 0 1 75%;
    padding-left: 0;
    padding-bottom: 0;

  }

  .btn_sp_cont{
    display: none;
  }
}

@media only screen and (max-width: 767px) {


  .btn_pc{
    display: none;
  }
}




.recruit_sec .flex .flex_cont a{
  padding: 18px 40px;
  position: relative;
  z-index: 500;
}




/* .staff_img_box img{
  max-height: 470px;
} */


@media only screen and (min-width: 1280px) {

.recruit_sec{
  padding: 200px 0;
}

.recruit_sec .flex .flex_cont a{
  padding: 18px 60px;
}

.recruit_sec::after{
  left: 48%;
  top: 62%;
  transform: translateX(-50%);
}

}



/* contact */

.flex_contact .flex{
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}


.wpcf7-form .flex p{
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap:8px; 
  margin-top: 1.5rem;
}

.wpcf7-form .flex p br{
  display: none;
}

.wpcf7-spinner{
  margin: 0 0px 0 8px!important;
}

.flex_gap{
  display: flex;
  row-gap:8px;
}

.tel_icon{
  font-size: 2rem;
}

.number{
  font-size: 2.25rem;
}


.footer_lists{
  flex-wrap: wrap;
}

.footer_lists p{
  margin-left: 0;
}


footer .footer_cont{
  flex-direction: column-reverse;
}



  @media only screen and (min-width: 767px) {

  .tel_icon{
    font-size: 2rem;
  }

  .number{
    font-size: 2.5rem;
  }




  .flex_contact .flex{
    flex-flow: row;
    align-items: center;
    margin-top: 1.5rem;
  }

  .wpcf7-form .flex p{
    flex-flow: row;
    align-items: center;
    row-gap:80px;
    margin-top: 1.5rem;
  }


  .flex_gap{
  row-gap:80px
}


  .flex_gap label {

    width: 210px;
  }


footer .footer_cont{
  flex-direction: row;
}


}


.bg_contact_color {
 background-color: #f5f5f5; 
}


/* input, textarea{
  width: 100%;
} */


/* 通常状態 */
input, textarea, select {
  outline: none;
}

/* フォーカス時のスタイル */
input:focus, textarea:focus, select:focus {
  outline: none; /* = focus:outline-none */
  box-shadow: 0 0 0 3px rgba(56, 178, 172, 0.5); /* = focus:ring */
  border-color: #38b2ac; /* = focus:border-teal-500 */
}

/* 例：ボタンなどに適用する場合 */
.button:hover {
  background-color: #319795; /* Tailwindのteal-600のカラーコード */
}

input::placeholder,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.bg_contact_color.border.border-gray-300.rounded.px-2.py-2,
textarea::placeholder {
  font-size: 14px; /* 任意のサイズに調整 */
  color: #626262;     /* 任意の色指定も可能 */
}


textarea.wpcf7-form-control::placeholder {
  font-size: 14px !important;
  color: #999 !important;
}

/* テキスト入力欄 */
.wpcf7-form-control[type="text"],
.wpcf7-form-control[type="email"],
.wpcf7-form-control[type="tel"],
.wpcf7-form-control textarea {
  font-size: 14px; /* ← 任意のサイズに変更 */
}


span.wpcf7-form-control-wrap {
    flex: 0 0 calc(100% - 28%);
}


textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.bg_contact_color.border.border-gray-300.rounded.px-2.pt-4.pb-2,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.bg_contact_color.border.border-gray-300.rounded.px-2.py-2 {
    font-size: 14px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
  width: 100%;
}

.wpcf7-response-output {
    margin-top: 2rem;
    font-size: 14px;
    text-align: center;
}

.select-box{
	position:relative;
}

.select-box::after{
		position: absolute;
	  content:'▼';
    font-size: 10px;
		top: 70%;
		right: 2%;
		color: #999;
    pointer-events: none;
	}

    @media only screen and (min-width: 767px) {

.select-box::after{
		top: 60%;
  }
}

.wpcf7-select{
	box-sizing:border-box;
	-webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
	/* border:1px solid #c0c0c0;
	background-color:#fff!important; */
}




/* .screen-reader-response{
  display: none;
} */


.z_minus{
  z-index: -5;
}


.sec_wide{
  width: 100%;
}

.company_sec_en{
  font-family: "adobe-handwriting-ernie", sans-serif!important;
  font-weight: 400;
  font-style: normal;
  color: #29ecce!important;
}

.company_sec_font{
  font-family: "Noto Serif JP", serif!important;
  font-weight: 400;
  font-style: normal;
}

.max-w-md{
  max-width: 38rem!important;
}