/*
Theme Name: BeActRecruit
Theme URI: https://ulvaniac.good-staff.jp/
Description: BeActRecruitテーマ
Version: 2.0
Author: Yourname
Author URI: https://ulvaniac.good-staff.jp/
*/

* {
  margin: 0px;
  padding: 0px;
}

body {
  /*フォント*/
  font-weight: 600;
  font-size: 15px;
  font-family:"Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック",
    "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    sans-serif;

  background: #ffffff;
  /*color: #002636;*/
  line-height: 25px;
}



/*--ローディング------------------------------------*/
/* Loading背景画面設定 */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
  text-align: center;
  
}

/* Loading画像中央配置 */
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;

}
#splash_logo img{
  width:180px;
  text-align: center;
}


/* Loading アイコンの大きさ設定 */
#splash_logo p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  text-align: center;
}

#splash_logo p span{
font-size:12px;
font-weight: 400;

}


/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--ローディング-end-------------------------------*/

/*------------------------------------------------------------------------------*/
/* ★★ 共通 ★★                                                                 */
/*------------------------------------------------------------------------------*/
.pc {
  display: none;
}
.sp {
  display: block;
}

/*------------------------------------*/
/* ヘッダー                            */
/*------------------------------------*/
header {
  display: flex;
/*  position: absolute;*/
  position: fixed;
  top: 0;
  z-index: 999;

  width: 100%;
  margin: 0 auto;

/*  background:rgba(242,147,146,0.7);*/
}

.logo{
  display: flex;
  align-items: flex-end;
  margin:20px;
}



header .logo img {
  width: 170px;
  margin-right: 10px;
}

/*--ナビゲーション--------------------------------------*/
#main_nav {
  position: absolute;
  right: 15px;
  top: 30px;
}

#main_nav .menu_sub {
  display: none;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

#close {
  /*display:block;*/
  display: none;
}

#close input {
  font-size: 2.2em;
  background-color: #f2f2f2;
  background-image: none;
  border: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  /*background: #bababa;*/
  background: #003e59;
  display: block;
  content: "";
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 300px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #f2f2f2;
  /*背景色*/
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  /*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#nav-drawer li {
  display: block;
  /*height: 40px;*/
  text-align: left;

  list-style-type: none;
  padding: 0px 0px 0px 0px;
}

#nav-drawer li a {
  display: block;
  padding: 10px 0px 0px 10px;
  height: 30px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000000;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



#nav-drawer li a:hover {
  /*background-color: #d1ea00;*/
  background-color: #003e59;
  color: #ffffff;
  border-bottom: 0;
}

#nav-drawer {
  display: flex;
  align-items: center;
  /*padding-right: 110px;*/
}


/*トップページ以外はHOMEメニューのみ*/
.page-t-fukushi #menu-item-29,
.page-t-fukushi #menu-item-30,
.page-t-fukushi #menu-item-31,
.page-h-miyatani #menu-item-29,
.page-h-miyatani #menu-item-30,
.page-h-miyatani #menu-item-31,
.page-m-tanabe #menu-item-29,
.page-m-tanabe #menu-item-30,
.page-m-tanabe #menu-item-31,
.page-k-takahara #menu-item-29,
.page-k-takahara #menu-item-30,
.page-k-takahara #menu-item-31,
.page-s-kushida #menu-item-29,
.page-s-kushida #menu-item-30,
.page-s-kushida #menu-item-31,
.page-single #menu-item-29,
.page-single #menu-item-30,
.page-single #menu-item-31,
.page-shinsotsu #menu-item-29,
.page-shinsotsu #menu-item-30,
.page-shinsotsu #menu-item-31,
.page-chuto #menu-item-29,
.page-chuto #menu-item-30,
.page-chuto #menu-item-31{

  display: none !important;

}

/*--ナビゲーション-end----------------------------------*/




/*------------------------------------*/
/* 全ページページ共通                   */
/*------------------------------------*/




.sns{
  /*transform: rotate(90deg);*/
  position: fixed;
  top: 50%;
  right:13px;

  transform: translateY(-50%);
  z-index: 999;
}

.sns_circle a{
  display:block;
  width: 30px;
	height: 30px;
	border-radius: 50%;/*角丸*/
  /*background-color: #aeaeae;*/

  text-align:center;
  line-height: 31px;
  margin-bottom: 6px;

  transition : all 0.5s ease 0s;
}

.sns_circle a:hover{
  background-color: #e56c14;
  
}


.sns_circle i{
  color: #161616;
}



/*------------------------------------*/
/* トップページ                        */
/*------------------------------------*/

.circle_top{
  position: fixed;
  /*top: 141px;*/
  left: 50%;
  top: 50%;

  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;

}

.circle_top img{
  width:500px;
  height: auto;
}


.greeting_top{
  clip-path: circle(150px at center);

  background-image: url("images/title_img_h.jpg");
  background-position: 20% 50%;
  background-size: cover;
/*
  height: 100vh;
  width: 100%;

  position: sticky;
  top: 0;
*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh; 
   
  z-index: -1;

}


.greeting_top_circle{
  clip-path: circle(150px at center);
  /*background: #02a1e6;*/
  background-image: url("images/back_blue2.jpg");
  background-position: center;
  

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh; 

}



@keyframes scroll-anim {
  from {
    clip-path: circle(18%);
    background-size: 100%, auto, cover;
  }
  to {
    clip-path: circle(100%);
    background-size: 115%, auto, cover
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}


.movie_space{
  height: 200vh;

}


.intro{
  background-color: #fff;
  padding:100px 5%;
  margin-top: 100px;
}



.intro_text{
  /*font-size:18px;*/
  line-height: 25px;
  font-weight: 600;
  /*text-align: center;*/
}


.img_space{
  background-color: #fff;
  /*height: 400px;
  padding-left: 25%;*/
}

.img_space img{
  width:100%;
}


/*項目タイトル-------------------------*/

.section_title{
  font-family: "Noto Sans JP", sans-serif;
  margin:0 0 100px 0;
  text-align: center;
}

h2{
  font-size:25px;
  font-weight: 800;
}

.h2_sub{
  margin-top: 10px;
  font-size: 14px;
  color: #1bd3f3;
  font-weight: 600;
}


/*インタビュー----------------------*/

.people{
  background-color: #fff;
  padding:100px 5%;
  /*margin-top: 100px;*/
}

.owl-carousel .item img{
  border-radius: 20px;
}

.owl-carousel p{
  margin-top: 10px;
  font-weight: 600;
}


.item{
  position: relative;
}

.item a{
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;

  z-index: 999;
}

.item:hover{
  opacity: 0.4;
  transition-duration: 0.3s;
}

.people_sub{
  font-family: "Noto Sans JP", sans-serif;
  margin: 25px 0 10px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}


.owl-stage-outer{
  margin-bottom: 20px;
}




/*メッセージ----------------------*/

.message{
  background-color: #fff;
  padding:100px 5%;
}

.message_content{
}

.message_text{
}

.message_img{
}

.message_img img{
  border-radius: 20px;
  width: 100%;
}


h3{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;

  margin-bottom: 50px;
}

.message_name{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
  font-size: 18px;
}



/*数字で見る----------------------*/

.number{
  background-color: #fff;
  padding:100px 0;
}

.number_content{
  background-color: #e7e7e7;
  padding:100px 10%;
  border-radius: 50px;
}

.number_item{
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.number_img{
  width: 100%;
  margin-bottom: 30px;
}

.number_top{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #333;

  /*height: 300px;*/
  line-height: 150px;
  text-align: center;
}

.number_top1{
  font-size: 170px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color:#0096b3;
}

.number_top2{
  font-size: 200px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  color:#0096b3;

}

.number_top3{
  font-size: 200px;
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  color:#0096b3;

  line-height: 170px;
}


.number_bottom{
  text-align: right;
  font-size: 22px;
  font-weight: 600;
}


.number_text_right{
}
  

.number_text_left{
  
}

.number_item_col{
  flex-direction: column;
}

.number_item_reverse{
  flex-direction: column-reverse;
}



/*採用情報----------------------*/

.info{
  background-color: #fff;
  padding:100px 5% 50px 5%;
}


.info_link{
  margin-top: 30px;
}

.info_link_left,
.info_link_right{
  /*width:50%;*/
}

.info_link_left{
  /*margin-right: 10px;*/
}

.info_link_right{
  /*margin-left: 10px;*/
}


.info_link_item{
  background-color: #dbdbdb;
  border-radius: 20px;
  margin-bottom:20px;
  font-size: 20px;
  font-weight: 600;
  padding:30px 20px;

  position: relative;
}

.info_link_item a{
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;

  z-index: 999;
}

.info_link_item:hover{
  opacity: 0.4;
  transition-duration: 0.3s;
}


/*ニュース----------------------*/
.news{
  background-color: #fff;
  padding:50px 5% 200px 5%;
}

.news_title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 800;
  color: #000000;
  margin-left: 2%;
}


.thumb img{
    width: 100%;
    /*height: 250px;*/
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.news_menu {
   flex-wrap: wrap;
    margin-top: 20px;
}

.news_menu li {
  list-style: none;
        /*width: 29%;*/
        margin: 2% 2% 20px 2%;
    }


.news_menu .post-date{
  margin: 5px 0;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color:#e56c14;
  font-weight: 700;
}

.news_menu .title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
}

.news_menu a{
  text-decoration: none;
}

.news_menu li:hover{
  opacity: 0.4;
  transition-duration: 0.3s;
}


/*------------------------------------*/
/* インタビューページ                   */
/*------------------------------------*/

.primary_content{
  margin: 200px 5%
}


.interview_img{
  margin-bottom: 100px;
}

.interview_img_left{
  font-size:35px;

  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.interview_img_left span{
  font-size:18px;
}

.interview_img_right{
  margin-top: 30px;
  /*margin-left: 20px;*/
}

.interview_img_right img{
  width:100%;
  border-radius: 30px;
}

.interview_q{
  font-size:18px;
  font-weight: 600;

  padding: 10px;
  border-bottom: 1px dotted #6c6c6c;
  margin: 50px 0 20px 0;
}


.interview_q span{
  font-size:18px;
  color:#e56c14;
}


.news_item{
    padding:0 10%;
}

.h3_news{
  padding: 10px;
  border-bottom: 1px dotted #6c6c6c;
}



/*------------------------------------*/
/* 募集要項ページ                      */
/*------------------------------------*/
/*--- テーブル ---*/

.tablepress tbody td, .tablepress tfoot th  {
  border-top: 1px solid #fff !important;
}

.info_table {
  /*padding: 50px;*/
}


#tablepress-1 td,
#tablepress-2 td {
  display: block;
}

#tablepress-1 .column-1 {
  font-weight: 600;
  background-color: #faf7f7;
}

#tablepress-2 .column-1 {
  font-weight: 600;
  background-color: #faf7f7;
}

.entry{
  margin-top: 20px;
 text-align: center;
}

.entry img{
 width:300px
}


.entry p{
  font-weight: 600;
  margin-bottom: 5px;
}

.entry a:hover{
  opacity: 0.4;
  transition-duration: 0.3s;
}

/*---------------------------------------------------------------*/




.fadeInTrigger,
.bgRLextendTrigger,
.bgappearTrigger,
.bgLRextendTrigger,
.fadeUpTrigger,
.fadeUpTrigger_load
{
  opacity: 0;
}



/*--フェードイン--------------------------------------*/
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/



/*-----アニメーション設定-----*/
/*背景色が伸びて出現 共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  position: relative;
  /*overflow: hidden;*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1.5s;  /*animation-delay: 0.6s;*/
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 　右から出てくる　*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
/*  background-color: #031c4e;*/
  background-color: #00a1c0
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
 

/*左から出てくる*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: #031c4e; /*伸びる背景色の設定*/
  background-color: #00a1c0
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

/*-----アニメーション設定-end----*/




/*------------------------------------*/
/* フッター                            */
/*------------------------------------*/
footer {
  padding: 50px 5%;
  background-color: #212121;
  color: #fff;
}


footer .copyright {
  padding: 20px 0;
}

footer .copyright p {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
}

.address{
  padding: 20px;
  border-bottom: thick solid #fff;
  border-bottom-width: 1px;
}

.address span{
  font-size:20px;
  font-weight: 600;
}

.tell_link{
  text-decoration:none !important;
  color: #fff;
  font-weight:600;
  font-size:18px;

}






/*------------------------------------*/
/* お問い合わせ               */
/*------------------------------------*/

.other_contact{
  padding: 0 5% 50px 5%;


}

.contact_item{
  background-color: #fff;
  border-radius: 20px;
  padding: 100px 5%;
  
  /*margin-bottom: 50px;*/

  display: flex;
  justify-content: center;

  /*width:100%;*/
}

.other_kojin{
  padding: 0 5% 100px 5%;

}

.wpcf7 input[name="your-name"] { /* 名前入力欄 */
  padding:5px;
  width: 95%;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
  padding:5px;
  width: 95%;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
  padding:5px;
  width: 95%;
}


.btn-contact_beart {
  margin-top: 10px;
  width: 100px !important;
  height: 40px;
}

.wpcf7-submit[type="submit"] {
  width: 100%;
  height: 100%;
}




/*------------------------------------------------------------------------------*/
/* ★★ 639以上 ★★                                                              */
/*------------------------------------------------------------------------------*/
@media screen and (min-width: 639px) {

  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

  
  /*------------------------------------*/
  /* ヘッダー                        */
  /*------------------------------------*/


  #nav-drawer {
    /*padding-right: 150px;*/
  }

  /* Loading アイコンの大きさ設定 */
  #splash_logo p {
    font-size: 20px;
  }


  



  /*------------------------------------*/
  /* トップページ                        */
  /*------------------------------------*/  
  .greeting_top{
    background-position:center;
    background-size: cover;
  } 

  .intro{
    padding:200px 0;
    margin-top: 100px;
  }

  .intro_text{
    font-size:18px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
  }

  .img_space{
    /*height: 400px;*/
    padding-left: 25%;
  }

  .img_space img{
    width:100%;
  }


  /*項目タイトル-------------------------*/

  .section_title{
    margin: 100px 0;
  }

  h2{
    font-size:40px;
    font-weight: 800;
  }

  .h2_sub{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
  }



  /*インタビュー----------------------*/

  .people{
    padding:150px 0 100px 0;
    /*margin-top: 100px;*/
  }


  /*メッセージ----------------------*/
  .message{
    padding:100px 10%;
  }

  .message_content{
    display: flex;
    align-items: center;
  }

  .message_text{
    width: 50%;
  }

  .message_img{
    width: 50%;
    padding-left: 5%;
  }

  h3{
    font-size: 30px;
    line-height: 40px;

    margin-bottom: 50px;
  }

  .message_name{
    margin-bottom: 0;
  }



  /*数字で見る----------------------*/

  .number{
    padding:100px 0;
  }

  .number_content{
    padding:100px 18%;
  }

  .number_item{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
  }

  .number_img{
    width: 30%;
    margin-bottom: 0;
  }

  .number_top{
    
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #333;

    /*height: 300px;*/
    line-height: 150px;
    text-align: center;
  }

  .number_top1{
    font-size: 170px;
  }

  .number_top2{
    font-size: 200px;

  }

  .number_top3{
    font-size: 200px;

    line-height: 190px;
  }


  .number_bottom{
    text-align: right;
    font-size: 22px;
    font-weight: 600;
  }


  .number_text_right{
    width: 70%;
    margin-left: 50px;
  }

  .number_text_left{
    width: 70%;
    margin-right: 50px;

  }

  .number_item_col,
  .number_item_reverse{
    flex-direction: row;
  }

  /*採用情報----------------------*/

  .info{
    padding:100px 12% 50px 12%;
  }


  .info_link{
    display: flex;
    margin-top: 30px;
  }

  .info_link_left,
  .info_link_right{
    width:50%;
  }

  .info_link_left{
    margin-right: 10px;
  }

  .info_link_right{
    margin-left: 10px;
  }



  /*ニュース----------------------*/
  .news{
    padding:50px 10% 200px 10%;
  }

  .news_menu {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px;
  }

  .news_menu li {
    list-style: none;
          width: 29%;
          margin: 2%;
  }


  /*------------------------------------*/
  /* フッター                      */
  /*------------------------------------*/

  footer {
    padding: 50px 10%;
    
    background-image: url("images/footer_img.jpg");
    background-size: cover;
    background-position: center;

    color: #fff;
  }


  /*------------------------------------*/
  /* インタビューページ                   */
  /*------------------------------------*/

  .primary_content{
    margin: 200px 15%
  }


  .interview_img{
    display: flex;
    margin-bottom: 100px;
  }

  .interview_img_left{
    width:40%;
    font-size:35px;

    font-weight: 700;
    line-height: 40px;
  }

  .interview_img_left span{
    font-size:18px;
  }

  .interview_img_right{
    width:60%;
    margin-top: 0;
    margin-left: 20px;
  }


  /*------------------------------------*/
  /* 募集要項ページ                      */
  /*------------------------------------*/
  /*---　テーブル　---*/

  .tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd !important;
  }

  .info_table{
    padding: 50px;
  }

  #tablepress-1 td,
  #tablepress-2 td {
    display: table-cell;
  }

  #tablepress-1 .column-1 {
    background-color: #fff;
    padding:20px 30px;
    width:30%;
  }

  #tablepress-1 .column-2 {
    background-color: #fff;
    padding:20px 30px;
  }

  #tablepress-2 .column-1 {
    background-color: #fff;
    padding:20px 30px;
    width:30%;
  }

  #tablepress-2 .column-2 {
    background-color: #fff;
    padding:20px 30px;
  }








  /*------------------------------------*/
  /* お問い合わせ               */
  /*------------------------------------*/

  .other_contact{
    padding: 0 10% 50px 10%;
    display: flex;
    justify-content: center;


  }

  .contact_item{
    background-color: #fff;
    border-radius: 20px;
    padding: 100px 5%;
    
    max-width: 900px;
    /*width:100%;*/
  }

  .other_kojin{
    padding: 0 10% 100px 10%;
    display: flex;
    justify-content: center;
  
  }


  .wpcf7 input[name="your-name"] { /* 名前入力欄 */
    padding:5px;
    width: 500px;
  }
  .wpcf7 input[name="your-email"] { /* メール入力欄 */
    padding:5px;
    width: 500px;
  }
  .wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
    padding:5px;
    width: 500px;
  }


  


}
/*------------------------------------------------------------------------------*/
/* ★★ 950以上 ★★                                                              */
/*------------------------------------------------------------------------------*/
@media screen and (min-width: 950px) {
  .content {
    overflow-x: visible;
    /*overflow-x: hidden;*/
    /*width:100%;*/
  }

  /*------------------------------------*/
  /* ヘッダー                            */
  /*------------------------------------*/

  header {
    width: 100%;
    margin: 0 auto;

    justify-content: space-between;
    align-items: start;
  }

  header .logo img {
    width: 170px;
  }

  /*--ナビゲーション--------------------------------------*/


  #main_nav {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;

    position: static;
    margin: 10px 20px 0 0;
  }

  #main_nav .menu_sub {
    display: block;
    font-size: 10px !important;
    text-align: center;
    /*color:#9cc4c4 !important;*/
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown,
  #nav-input,
  #nav-open,
  #close {
    display: none;
  }

  #main_nav #nav-content {
    position: static;
    overflow: visible;
    background: none;
    max-width: none;
    width: 100%;
    height: auto;
    padding: 0;

    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }

  #nav-drawer {
    /*width:1200px;*/
    text-align: right;
    margin-top: 20px;
  }

  #nav-drawer li {
    text-align: right;
    list-style-type: none;
    border-bottom: none;
    margin-bottom: 6px;;
  }

  #nav-drawer li + li {
    border-left: 0;
    /*border-right: 1px solid #e6e6e6;*/
  }

  #nav-drawer li a {
    display: inline-block;
    text-decoration: none;
    padding: 0px 10px;

    /*color: #bababa;*/
    /*color: #003e59;*/
    /*font-size:13px;*/
    /*font-weight: 600;*/

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #nav-drawer li a:hover {
    background-color: transparent;
    /*color: #d1ea00;
    border-bottom: solid 1px #d1ea00;
    */
    color: #e56c14;
    /*border-bottom: solid 1px #e3c49f;*/
  }

  
  /*--ナビゲーション-end----------------------------------*/

  /*------------------------------------*/
  /* トップページ                        */
  /*------------------------------------*/

  /*--トップページタイトル--*/
  .topimg {
    width: 100%;
    height: auto;
  }

  .title{
    transition: .5s ;
    transform: rotateZ( 0deg ) ;
  }

  .title:hover{
    color: #02a1e6;
  }



}
/*------------------------------------------------------------------------------*/
/* ★★ 1200以上 ★★                                                              */
/*------------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  

}
