@import url("page-sh.css");
@import url("system.css");


.container{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.cnt_wrapper{
  padding: 50px 0;
}

.cnt_inner{
  margin: 0 auto;
}

.common_ttl{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

#contents{
  width: 100%;
  margin: 0 auto;
}

#contentsbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 10px 30px;
}

#contentsbox h1{
  width: 250px;
}

#contentsbox h1 img{
  width: 100%;
}

#contentsbox ul#header_menu{
  display: flex;
}

#contentsbox ul#header_menu li{
  padding-right: 20px
}

#contentsbox ul#header_menu li a{
  font-size: 14px;
  font-weight: bold;
  display: block;
  border: solid 1px #cccccc;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

#contentsbox ul#header_menu li#contact_menu{
    padding: 0;
}

#contentsbox ul#header_menu li#contact_menu a{
  color: #00b9ce;
}

#contentsbox ul#header_menu li#contact_menu a::before{
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  background: url('../../../common/images/contact.png') no-repeat bottom;
  background-size: cover;
  margin-right: 5px;
}
#header_sns{
  overflow: hidden;
}

#header_sns ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
}

#header_sns ul li{
  text-align: center;
  margin: 0 10px;
}

#mainvisual{
  width: 100%;
  overflow: hidden;
  background: url('../../../common/images/bg_mv_0929a-min.png') no-repeat center;
  background-size: cover;
}

#mainvisual .cnt_inner{
  display: flex;
  justify-content: center;
  align-items: center;
}

#main_photo{
  width: 60%;
  float: right;
  margin-top: 100px;
  position: relative;
}

#main_photo figure{
  width: 100%;
  float: right;
}

#main_photo figure img{
  width: 100%;
}

#main_text{
  flex-basis: 45%;
  margin: 0 2%;
}

#main_text span{
  font-size: 50px;
  margin: 30px 0 60px 0;
  font-family: "游ゴシック体", YuGothic serif;
}

#main_text p{
  font-size: 18px;
  line-height: 3;
  letter-spacing: 4px;
}

#main_text p > span{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#main_text p span span{
  display: inline-block;
  padding: 5px 10px;
  background-color: #C7243A;
  color: #ffffff;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  transform: translate(10px, -10px);
  font-weight: bold;
}

.main_images{
  flex-basis: 30%;
  margin: 0 2%;
}
.main_images figure{
  text-align: center;
}

#service_btn{
  width: 40%;
  margin:5% 0 50px;
  background-color: #00b9ce;
}

#service_btn a{
  display: block;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}

#newsbox{
  display: flex;
}

.news_text{
  /* margin-top:60px; */
  flex-basis: 15%;
  border-right: 1px solid #000000;
}
.news_text p{
  font-size: 21px;
}
#newsbox .loop_area{
  flex-basis: 81%;
  margin: 0 2%;
}
#newsbox .loop_area article.post{
  padding: 10px;
  border-bottom: dotted 1px #cccccc;
}
#newsbox .loop_area .entry-title{
  font-weight: bold;
  font-size: 1.2rem;
}
#newsbox .loop_area .published{
  margin-top: 10px;
}

#nsk{
  margin-top: 100px;
  position: relative;
}

.nks_h2 h2{
  width: 100%;
  height: 100%;
}

.nks_h2 h2::before{
  content:"";
  width: 70%;
  height: 124px;
  background: url('../../../common/images/background.png') no-repeat left bottom;
  background-size: contain;
  position: absolute;
  top:-10%;
  right:0;
  bottom:0;
  left:0;
  z-index: -1;
}

.nks_h2 h2{
  font-size: 36px;
  font-family: "游ゴシック体", YuGothic serif;;
  text-align: center;
  padding-top: 30px;
}

#nks_photo{
  margin-top: 80px;
}

#nks_photo ul{
  width: 100%;
  display: flex;
}

#nks_photo ul li{
  width: 30%;
  margin: 0 auto;
}

#nks_photo ul li img{
  width: 100%;
  height: auto;
}

#nks_photo ul li p{
  width: 100%;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #00b9ce;
}

#about_us{
  width: 100%;
  background-color: #00b9ce;
  margin-top: 100px;
  overflow: hidden;
}

#about_phato{
  width: 44%;
  height: 100%;
  float: left;
}

#about_phato figure{
  width: 100%;
  height: 100%;
}

#about_phato figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about_logo{
  width: 50%;
  float: right;
  overflow: hidden;
}

#about_logo figure{
  width: 90%;
  height: 40%;
  float: right;
}

#about_logo figure img{
  width: 100%;
}

#about_box{
  width: 50%;
  margin: 0 3%;
  float: left;
  position: relative;
}

#about_text{
  padding: 3%;
  background-color: #ffffff;
}

#about_text h3{
  font-size: 36px;
  font-family: "游ゴシック体", YuGothic serif;;
  margin-bottom: 50px;
}

#about_text ul li p{
  font-size: 21px;
  line-height: 3;
}

#about_button{
  width: 100%;
  overflow: hidden;
}

#about_button_text{
  width: 300px;
  background: #ffffff;
  margin: 10px auto 45px;
  border-radius: 40px;
  box-shadow: -5px 5px 10px;
}

#about_button_text a{
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 17px;
}

#service1 h2{
  margin-top: 100px;
  position: relative;
}

#service1_h2 h2::before{
  content:"";
  width: 70%;
  height: 124px;
  background: url('../../../common/images/background.png') no-repeat left bottom;
  background-size: contain;
  position: absolute;
  top:-45%;
  right:0;
  bottom:0;
  left:0;
  z-index: -1;
}

#service1_h2 h2{
  font-size: 36px;
  font-family: "游ゴシック体", YuGothic serif;
  text-align: center;
  padding-top: 30px;
}

@media only screen and (max-height : 1366px) {


  #service1_box ul{
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
  }

  #service1_box ul li{
    width: 25%;
    float: left;
    position: relative;
  }

  #service1_box ul li img{
    width: 100%;
  }
}

#service1_photo{
  width: 100%;
  height: 100%;
}

#service1_box_a{
  position: absolute;
  top:35%;
  right:0;
  bottom: 0;
  left: 0;
}

.service1_text{
  margin: -20% auto;
}

.service1_text p{
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}


#service1_photo_a{
  position: relative;
}

#service_box_b{
  position: absolute;
  top:35%;
  right:0;
  bottom: 0;
  left: 0;
}

#service1_photo_b{
  position: relative;
}

#service1_photo_c{
  position: relative;
}

#service1_box_c{
  position: absolute;
  top:35%;
  right:0;
  bottom: 0;
  left: 0;
}

#service1_box_d{
  position: absolute;
  top:8%;
  right:0;
  bottom: 0;
  left: 0;
}

#service1_text_a{
  position: absolute;
  top:25%;
  right: 0;
  bottom: 0;
  left: 0;
}

#service1_text_a p{
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

#srv_lists{
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}
#srv_lists li{
  flex-basis: 21%;
  margin: 0 2%;
}
#srv_lists li a{
  display: block;
}
#srv_lists li a:hover{
  background-color: #f5f5f5;
}
#srv_lists li figure{
  text-align: center;
  margin-bottom: 10px;
}
#srv_lists li figure img{
  width: 80%;
}
#srv_lists li p{
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}

#torikumi{
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

#torikumi h2{
  width: 100%;
  height: 100%;
  font-size: 36px;
  font-family: "游ゴシック体", YuGothic serif;;
  text-align: center;
  position: relative;
}

#torikumi h2::before{
  content:"";
  width: 70%;
  height: 100px;
  background: url('../../../common/images/initiatives.png') no-repeat left bottom;
  background-size: contain;
  position: absolute;
  top:-70%;
  right:0;
  bottom:0;
  left:0;
  z-index: -1;
}

#torikumi_box{
  width: 100%;
  height: 50%;
  overflow: hidden;
  margin: 30px auto;
}

#torikumi_box figure{
  width: 48%;
  float: left;
  margin: 10px auto;
  padding-left: 15px;
}

#torikumi_box figure img{
  width: 90%;
  box-shadow: 4px 4px 10px;
}

#hause_text{
  width:79%;
  margin: 0 auto;
}

#hause_text p{
  font-size: 52px;
  padding-bottom: 10px;
}

#hause_text p span{
  font-size: 18px;
  color: #C1272D;
}

#katariba figure img{
  width: 100%;
}

#contact_us{
  background-color: #B3B3B3;
  padding: 70px;
  position: relative;
}

#contact_btn{
  width: 50%;
  margin: 0 auto;
  border-radius: 40px;
  box-shadow: 4px 4px 20px;
  background-color: #00b9ce;
  position: relative;
}

#contact_us::before{
  content:"";
  width: 100%;
  height: 63px;
  background: url('../../../common/images/contact_us.png') no-repeat
  center bottom;
  background-size: contain;
  position: absolute;
  top:70%;
  right:0;
  bottom:0;
  left:0;
}


#contact_btn a{
  display: block;
  font-size: 24px;
  padding: 20px;
  text-align: center;
  color: #ffffff;
}

#cnt_inner_a{
  overflow: hidden;
}

#footer{
  padding: 20px;
  background-color: #E6E6E6;
  overflow: hidden;
}

#footer_box{
  width:41.66%;
  overflow: hidden;
  float: left;
}

#footer_box_a{
  width:25%;
  overflow: hidden;
  float: left;
}

#footer_box h3{
  font-size: 18px;
  float: left;
  padding-right: 10px;
}

#footer_box_a h3{
  font-size: 18px;
  float: left;
  padding-right: 10px;
}

.footer_box_b{
  width: 43%;
  display: block;
  float: left;
}

.footer_box_b:nth-of-type(2){
  width: 30%;
  display: block;
  float:right;
  margin-right: 8%;
}

.footer_box_b ul{
  width: 100%;
  padding-left: 4px;
}

.footer_box_b ul li p{
  font-size: 14px;
  line-height: 2;
}

#footer_logo{
  width: 100%;
  overflow: hidden;
}

#footer_logo ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
}

#footer_logo ul li{
  text-align: center;
  margin: 0 10px;
}

#footer_nsk{
  width: 33.33%;
  overflow: hidden;
  float: left;
}

#footer_nsk figure{
  width: 90%;
  margin-top: 65px;
}

#footer_nsk figure img{
  width: 100%;
}

#footer_a{
  width: 32%;
  margin: 10px auto;
  text-align: center;
}



body.page-id-11 .page_cover{
  background: url('../../../common/images/seminar_top.jpg') no-repeat center 30%;
  background-size: cover;
}

.cover_text{
  position: relative;
}

.page_img figure{
  position: absolute;
  height: 100%;
}

.page_img  figure img{
  width: 90%;
  height: 100%;
  object-fit: fill;
}
.cover_text p{
  font-size: 48px;
  color: #FFFFFF;
  padding: 90px 50px;
  position: relative;
  font-weight: bold;
}

#seminar_box{
  overflow: hidden;
  margin-top: 60px;
}

#seminar_box figure{
  float: left;
  width: 30%;
  margin-right: 80px;
}

#seminar_box figure img{
  width: 100%;
}

#seminar_box h2{
  font-size: 36px;
  padding-top: 20px;
}

#seminar_study{
  overflow: hidden;
}

#seminar_study figure{
  width: 90%;
  margin: 0 auto;
}

#seminar_study figure img{
  width: 100%;
}

.event_seminar_text{
  width: 50%;
  background-color: #00b9ce;
  padding: 10px;
  margin-top: 70px;
}

.event_seminar_text p{
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  font-weight: bold;
}

.event_seminar_text p span{
  font-size: 36px;
  font-weight: bold;
}

#cnt_inner_seminar{
  overflow: hidden;
}

#seminar_study_box_left{
  width: 50%;
  margin-top: 50px;
  float: left;
}

#seminar_study_box_right{
  width: 50%;
  margin-top: 50px;
  float: right;
}

#seminar_btn{
  width: 95%;
  overflow: hidden;
}

#seminar_btn_left{
  width: 95%;
  background-color: #00b9ce;
  padding: 5px;
  border-radius: 50px;
  box-shadow: 5px 5px 5px;
  margin-top: 40px;
  float: left;
}

#seminar_btn_left a{
  display: block;
  color: #ffffff;
  padding: 14px;
  text-align: center;
}

#seminar_btn_left a span{
  font-size: 24px;
}

#seminar_btn_right{
  width: 93%;
  background-color: #00b9ce;
  padding: 5px;
  border-radius: 50px;
  box-shadow: 0 5px 5px;
  margin-top: 45px;
  float: right;
}

#seminar_btn_right a{
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 12px;
}

#seminar_btn_right a span{
  font-size: 24px;
}

.seminar_btn_text{
  width: 55%;
  margin: 0 auto;
  overflow: hidden;
}

.seminar_btn_text p{
  font-size: 14px;
  float: left;
}

.seminar_btn_text p span{
  font-size: 21px;
  color: #B72020;
}

.seminar_btn_text p:last-child{
  padding-top: 7px;
  float: right;
}

#event{
  position: relative;
}

#event figure.bg_ttl{
  width: 15%;
  position: absolute;
  right: 0;
  left: 15%;
  margin: -12px auto;
  z-index: -1;
}

#event figure img{
  width: 100%;
}

#event h2{
  font-size: 36px;
  text-align: center;
}

#event_box{
  margin: 60px auto;
  display: flex;
}

#event_box_left{
  order: -1;
  width: 50%;
}

#event_box_left figure{
  width: 100%;
}

#event_box_left figure img{
  width: 100%;
}

#event_box_right{
  width: calc(50% - 50px);
  padding-top: 55px;
  margin-left: 50px;
}

#event_box_right p{
  font-size: 21px;
  line-height:1.8;
}

.page_cover{
  position: relative;
  margin-bottom: 40px;
  background: url('../../../common/images/management_top.jpg') no-repeat center 40%;
  background-size: cover;
}

body.page-id-13 .page_cover{
  background: url('../../../common/images/voice_top.jpg') no-repeat center 35%;
  background-size: cover;
}

body.page-id-15 .page_cover{
  background: url('../../../common/images/info_top.jpg') no-repeat center 35%;
  background-size: cover;
}

body.page-id-17 .page_cover{
  background: url('../../../common/images/recruit_top.jpg') no-repeat center 35%;
  background-size: cover;
}

body.page-id-19 .page_cover{
  background: url('../../../common/images/contact_top.jpg') no-repeat center 35%;
  background-size: cover;
}

body.page-id-23 .page_cover{
  background: url('../../../common/images/service_top.jpg') no-repeat center 39%;
  background-size: cover;
}

#philosophy_box figure{
  position: absolute;
  margin:20px auto;
  z-index: -1;
}

#philosophy_box figure img{
  width: 100%;
}

#philosophy h2{
  font-size: 36px;
  padding-top: 80px;
  text-align: center;
}

#philosophy_main{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.philosophy_text{
  width: 44%;
  margin: 0 2% 0 4%;
  padding-top: 60px;
  float: left;
}

.philosophy_text p{
  font-size: 18px;
  line-height: 2.7;
}

#philosophy_main figure{
  width: 50%;
  float: right;
  text-align: center;
  margin-top: 140px;
}

#nsk_right figure img{
  width: 90%;
}

#message_box{
  width: 70%;
  margin: 0 auto 120px;
  position: relative;
}

#message_box figure{
  width: 100%;
  position: absolute;
  margin: 0 70px;
  z-index: -11;
}

#message_box figure img{
  width: 100%;
}

#message_box h2{
  font-size: 36px;
  padding-top: 30px;
  text-align: center;
}

#daihyou{
  position: relative;
}

#daihyou_h2{
  width: 66%;
  position: absolute;
  bottom: 10px;
  z-index: 1;
}

#daihyou_h2 figure{
  width: 30%;
  margin:0 auto;
}

#daihyou_h2 figure img{
  width: 100%;
}

#daihyou_h2 h2{
  font-size: 48px;
  color: #ffffff;
  background-color: #00b9ce;
  padding-right: 20px;
  text-align: right;
  letter-spacing: 13px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

#daihyou_box{
  position: relative;
}

#daihyou_box figure{
  width: 90%;
  margin: 0 auto;
}

#daihyou_box figure img{
  width: 100%;
}

#daihyou{
  position: relative;
}

#message_text{
  width: 50%;
  margin: 60px auto 0;
  overflow: hidden;
}

#message_text p{
  font-size: 18px;
  text-align: left;
  line-height: 2.7;
}

#message_text .cnt_inner{
  overflow: hidden;
}

#message_name{
  float: right;
}

#message_name p{
  font-size: 24px;
  text-align: center;
}

#message_name span{
  font-size: 36px;
}

#tablepress-1 td,
#tablepress-2 td{
  padding: 35px 10px;
}
#tablepress-1 td.column-1,
#tablepress-2 td.column-1{
  text-align: center;
}

body.page-id-21 .page_img{
  display: none;
}
body.page-id-21 .cover_text p{
  text-align: center;
  background: url('../../../common/images/bg_ttl_entry.png') no-repeat 30% center;
  color: #333333;
  font-size: 36px;
}

body.page-id-21 .cover_text p{
  text-align: center;
  background: url('../../../common/images/bg_ttl_entry.png') no-repeat 30% center;
  color: #333333;
  font-size: 36px;
}
#telInfo_block .cnt_inner{
  background-color: #f2f2f2;
}
#telInfo_block .cnt_inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#telInfo_block .cnt_inner ul li{
  flex-basis: 29.33%;
  margin: 0 2%;
}
#telInfo_block .cnt_inner ul li figure{
  text-align: center;
  margin-bottom: 20px;
}
#telInfo_block .cnt_inner ul li p{
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}
#telInfo_block .cnt_inner ul li p.contact_detail{
  font-size: 36px;
}
#telInfo_block .cnt_inner ul li p#contact_inframe{
  text-align: center;
  font-weight: bold;
  font-size: 21px;

  background-color: #d3d348;
  border-radius: 10px;
  padding: 10px;
}
#contact_box.sec_ttl .cnt_inner{
  position: relative;
  margin-top: 10px;
}
#contact_box.sec_ttl figure{
  position: absolute;
  z-index: -11;
  top: -10px;
  left: 0;
}

.detail_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.detail_block > div{
  flex-basis: 46%;
  margin: 10px 2%;
}
.detail_left .lead_text{
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}

.voice_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.voice_block > div{
  flex-basis: 46%;
  margin: 10px 2%;
}
.voice_block img {
  filter: drop-shadow(30px 30px 0 #00b9ce);
}
.voice_ttl{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.voice_name{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.voice_text{
  margin-bottom: 20px;
}
.voice_links{
  overflow: hidden;
}
.voice_links a{
  display: block;
  color: #ffffff;
  background-color: #00b9ce;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  float: right;
}
article#post-58{
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.6);
  margin-bottom: 80px;
}
article#post-58 .entry-title{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
article#post-58 .entry-content p{
  line-height: 2.5;
}


/* アコーディオン */
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  cursor: pointer;
	padding: 30px 40px;
	border-bottom: solid 1px #EEE7E0;
  font-size: 26px;
  font-weight: bold;
}
.accordion-container .accordion-title:first-child{
	border-top: solid 1px #EEE7E0;
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  height: 0;
  /*縦線に*/
  transform: rotate(90deg);
  background: #554A43;
  transition: all .3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  height: 0;
  background: #554A43 ;
  transition: all .2s ease-in-out;
}
.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}
.accordion-content {
	padding: 30px 40px;
}

body.page-id-23 .accordion-container .accordion-title{
  display: flex;
  align-items: center;
}
body.page-id-23 .accordion-container .accordion-title img{
  margin-right: 10px;
}

.tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.tab-area .tab {
  flex-basis: 50%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #ccc;
}
.tab-area .tab.active {
  background-color: #f2f2f2;
}
.content-area {
  padding: 30px;
}
.content-area .content {
  display: none;
}
.content-area .content.show {
  margin-top: 50px;
  display: block;
}
.content-area .content ul{
  list-style-type: none;
}
.form {
	display: none;
}
.form.show {
	display: block;
}

/* お部屋関係の記述 */
.ex_page_cover{
  margin-bottom: 50px;
}
.blog_prof{
  margin-bottom: 50px;
}
.prof_inner{
  display: flex;
  align-items: center;
  padding: 20px;
  box-shadow: 3px 9px 15px -6px rgba(0,0,0,0.6);
}
#president_prof .prof_inner{
  background: url('../../../common/images/bg_part_01.png') no-repeat center;
  background-size: cover;
}
#furukawa_prof .prof_inner{
  border: solid 2px #00b9ce;
  box-sizing: border-box;
}
.prof_inner figure{
  text-align: center;
  flex-basis: 200px;
  margin-right: 40px;
}
.prof_inner .prof_name{
  flex-basis: 220px;
  margin-right: 30px;
}
.prof_inner .prof_name p{
  text-align: center;
}
.prof_inner .prof_name p:first-child{
  margin-bottom: 20px;
}
.prof_inner .prof_name p span{
  display: block;
}
.prof_inner .prof_name .jp{
  font-size: 24px;
  text-align: center;
}
.prof_inner .prof_name .en{
  font-size: 16px;
  text-align: center;
}
.prof_inner .prof_text{
  flex-basis: 550px;
}
#furukawa_prof .prof_inner .prof_text{
  flex-basis: 790px;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: solid 2px #00b9ce;
}
.loop_block{
  margin-bottom: 80px;
}
.loop_block .wp-pagenavi{
  margin-top: 50px;
}
.loop_block.style_president{
  padding: 30px 0;
  border-top: solid 3px #e6e6e6;
  border-bottom: solid 3px #e6e6e6;
}
h3.room_ttl{
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 3px #00b9ce;
}
.loop_block.style_president article.post{
  padding: 30px 0;
  border-top: solid 1px #e6e6e6;
}
.loop_block.style_president article.post:first-child{
  border: none;
}
.loop_block.style_president .entry-header{
  overflow: hidden;
}
.loop_block.style_president .thumbnail{
  float: left;
  margin-right: 30px;
  width: 270px;
  height: 160px;
  overflow: hidden;
}
.loop_block.style_president .thumbnail a{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.loop_block.style_president .thumbnail a img{
  width: 100%;
  height: auto;
}
.loop_block.style_president .entry-header_inner{
  float: left;
}
.loop_block.style_president .entry-header_inner p.published{
  margin-bottom: 10px;
}
.loop_block.style_president .entry-header_inner .entry-title{
  font-weight: bold;
  font-size: 20px;
}
.loop_block.style_furukawa_01{
  display: flex;
  flex-wrap: wrap;
}
.loop_block.style_furukawa_01 article.post{
  flex-basis: 46%;
  margin: 0 2% 40px;
}
.loop_block.style_furukawa_01 .thumbnail{
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.loop_block.style_furukawa_01 .thumbnail a{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.loop_block.style_furukawa_01 .thumbnail a img{
  width: 100%;
  height: auto;
}
.loop_block.style_furukawa_01 .entry-header_inner p.published{
  margin: 10px 0;
}
.loop_block.style_furukawa_01 .entry-header_inner .entry-title{
  font-weight: bold;
  font-size: 20px;
}
.loop_block.style_furukawa_02 article.post{
  padding: 15px 30px;
  border-top: solid 1px #00b9ce;
}
.loop_block.style_furukawa_02 article.post:first-child{
  border: none;
}
.loop_block.style_furukawa_02 p.published{
  margin: 10px 0;
}
.loop_block.style_furukawa_02 .entry-title{
  font-weight: bold;
  font-size: 20px;
}


body.home .wp-pagenavi{
  display: none;
}

.pc_only{display: inline;}
.sp_only{display: none;}

@media only screen and (max-width : 1110px){
  #contentsbox{
    height: auto;
  }
}

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

  #message{
    padding-top: 20%;
  }

}

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

  #message{
    padding-top: 50%;
  }

  #nsk_right{
    margin-top: 30%;
  }

}

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

  .pc_only{display: none;}
  .sp_only{display: inline !important;}

  #page{
    width: 100%;
    overflow: hidden;
  }

  .container{
    width: 90%;
  }
  .cnt_wrapper{
    padding: 30px 0;
  }
  img {
    max-width: 100%;
  }

  .page_img  figure img{
    width: 100%;
  }
  nav.drawer-nav{
		background: rgba(255,255,255,0.9);
	}
	nav.drawer-nav li a{
		display: block;
		padding: 15px 0;
		border-bottom: dotted 1px #cccccc;
		text-align: center;
	}
  #mainvisual{
    width: 100%;
  }
  #mainvisual .cnt_inner{
    flex-wrap: wrap;
  }
  .main_images{
    flex-basis: 90%;
  }
  #contentsbox{
    padding: 10px 0 5px;
  }
  #contentsbox h1{
    width: 70%;
    float: none;
    margin: 0 auto;
  }

  #contentsbox > ul{
    width:100%;
    float: none;
    margin: 0;
    display: block;
  }

  #contentsbox ul li{
    font-size: 20px;
    float: none;
    padding-top: 10px;
    padding-right: 0;
  }

  #contentsbox ul li:last-child{
    padding:10px;
  }

  #main_photo{
    display: none;
    width: 100%;
    float:none;
    margin: 100px auto;
    position: relative;
  }

  #main_photo figure{
    width: 100%;
    float:none;
  }

  #main_text{
    flex-basis: 90%;
    position: relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }

  #main_text h1{
    font-size: 50px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 45px auto;
    text-align: center;
  }

  #main_text p{
    width: 90%;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 3px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  #service_btn{
    width: 90%;
    margin:50px auto;
  }
  #newsbox{
    width: 90%;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .news_text{
    flex-basis: 100%;
    border: none;
  }
  #newsbox .loop_area{
    flex-basis: 96%;
  }
  .news{
    margin-top:30px;
  }


  .news:last-child{
    margin-left: 5px;
  }

  .news:first-child{
    width: 24%;
    height: 30px;
    border-right: 1px solid #000000;
  }

  #nsk{
    margin-top: 50px;
  }

  .nks_h2 h2{
    font-size: 36px;
    font-family: "游ゴシック体", YuGothic;
    text-align: center;
    padding: 0;
  }

  .nks_h2 h2::before{
    content:"";
    width: 99%;
    height: 14%;
    background: url('../../../common/images/background.png') no-repeat bottom;
    background-size: contain;
  }

  #nks_photo{
    margin-top: 30px;
  }

  #nks_photo ul{
    width: 100%;
    display: block;
  }

  #nks_photo ul li{
    width: 90%;
    margin: 10px auto;
  }

  #about_logo{
    width: 80%;
    float: none;
    overflow: hidden;
    margin: 10px auto;
  }

  #about_logo figure{
    width: 90%;
    height: 40%;
    float: none;
    margin: 0 auto;
  }

  #about_phato{
    width: 100%;
    height: 84%;
    float: none;
    background: url('../../../common/images/background.png') no-repeat bottom;
    background-size: cover;
    position: absolute;
  }

  #about_text ul li p{
    font-size: 21px;
    line-height: 3;
    font-family: "游ゴシック体", YuGothic;
  }

  #about_text{
    width: 94%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }

  #about_text h3 p{
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }

  #about_text h3{
    font-size: 27px;
    font-family: "游ゴシック体", YuGothic;
    margin-bottom: 30px;
    text-align: center;
  }

  #about_button_text{
    width: 90%;
    background: #ffffff;
    float: none;
    margin: 20px auto;
    border-radius: 30px;
  }
  #about_box{
    width: 94%;
    float: none;
  }

  #service1{
    margin-top: 50px;
    position: relative;
  }

  #service1 h2{
    margin-top: 0;
    position: relative;
  }

  #service1_h2 h2{
    font-size: 36px;
    font-family: "游ゴシック体", YuGothic;
    text-align: center;
    padding-top: 0;
  }
  #service1_h2 h2::before{
    content:"";
    width: 100%;
    height: 60%;
    background: url('../../../common/images/background.png') no-repeat bottom;
    background-size: contain;
    margin-top: 40px;
  }

  #service1_box ul li{
    width: 100%;
    float:none;
    position: relative;
  }
  #srv_lists{
    flex-wrap: wrap;
  }
  #srv_lists li{
    flex-basis: 46%;
  }

  #hause figure{
    width: 90%;
    float:none;
    margin: 0 auto;
  }

  #torikumi_box{
    width: 100%;
    height: 50%;
    overflow: hidden;
    margin:0 auto;
  }

  #torikumi_box figure{
    width: 90%;
    float: none;
    margin: 15px 20px;
  }

  #contact_btn{
    width: 100%;
    margin: 0 auto;
  }

  #contact_us{
    background-color: #B3B3B3;
    padding: 50px;
    position: relative;
  }

  #contact_us::before{
    content:"";
    width: 100%;
    height: 85px;
    background: url('../../../common/images/contact_us.png') no-repeat
    center bottom;
    background-size: contain;
    position: absolute;
    top:50%;
    right:0;
    bottom:0;
    left:0;
  }

  #footer{
    padding:0;
  }

  #footer p{
    text-align: center;
  }

  #footer_box{
    width: 90%;
    float: none;
    margin: 30px auto;
  }

  #footer_box:last-child{
    width: 60%;
    float: none;
    margin-bottom: 15px;
  }

  #footer_box h3{
    font-size: 30px;
    text-align: center;
    float: none;
    padding: 0;
  }

  #footer_box_a{
    width: 100%;
    float: none;
  }

  #footer_box_a h3{
    font-size: 30px;
    float: none;
    text-align: center;
    padding: 0;
  }

  #footer_box_a ul{
    display: block;
    float: none;
    margin: 0 auto;
  }

  #footer_box_a ul li p{
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }

  .footer_box_b{
    width: 90%;
    display: block;
    float: none;
    margin: 0 auto;
  }

  .footer_box_b:nth-of-type(2){
    width: 100%;
    display: block;
    float:none;
    margin-right:0;
  }

  .footer_box_b ul{
    display: block;
    float: none;
  }

  .footer_box_b ul li p{
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }

  #footer_nsk{
    width: 100%;
    overflow: hidden;
    float: none;
    margin-top: 30px;
  }

  #footer_nsk figure{
    width: 90%;
    margin: 0 auto;
  }

  #footer_nsk figure img{
    width: 100%;
  }

  #footer_logo{
    width: 100%;
    overflow: hidden;
    float: none;
  }

  #footer_logo ul{
    width: 100%;
    display:flex;
    margin: 20px auto;
    padding: 0;
  }

  #footer_logo ul li{
    text-align: center;
  }

  #footer_a{
    width: 80%;
    margin: 0 auto;
  }
  #footer_a small{
    text-align: center;
  }

   #seminar_text p{
     width: 50%;
    font-size: 35px;
    padding: 30px 0 30px 0;
  }

  #seminar_box{
    margin-top: 20px;
  }

  #seminar_box figure{
    float:none;
    width: 60%;
    margin-right: 0px;
    margin: 0 auto;
  }

  #seminar_box h2{
    padding-top: 20px;
    text-align: center;
  }

  #seminar_study{
    margin: 0 auto;
  }

  .event_seminar_text{
    width: 75%;
    margin-top: 25px;
  }

  .event_seminar_text p{
    font-size: 15px;
  }

  .event_seminar_text p span{
    font-size: 30px;
  }

  #seminar_study_box_left{
    width: 90%;
    float: none;
    margin: 20px auto;
  }

  #seminar_study_box_right{
    width: 90%;
    float: none;
    margin: 0 auto;
  }

  #seminar_btn_left{
    margin-top: 15px;
    float: none;
  }

  #seminar_btn_right{
    margin-top: 15px;
    float: none;
  }

  .seminar_btn_text{
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
  }

  .seminar_btn_text p{
    font-size: 14px;
    float: none;
  }

  .seminar_btn_text p:last-child{
    padding-top: 7px;
    float: none;
  }

  #event_box_left{
    width: 100%;
  }

  #event figure{
    margin: 5px auto;
  }

  #event_box{
    margin: 20px auto;
    display: block;
  }

  #event_box_left figure{
    width: 90%;
    margin: 0 auto;
  }

  #event_box_right{
    width: 90%;
    padding-top: 30px;
    margin: 0 auto;
  }

  #event_box_right p{
    font-size: 21px;
    line-height:1.5;
    text-align: center;
  }

  .cover_text p{
    font-size: 35px;
    padding: 50px 20px;
    text-align: center;
  }

  #philosophy{
    margin: 0;
  }

  #philosophy_box figure{
    position: absolute;
    margin:0 auto;
    z-index: -1;
  }



  .philosophy_text{
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
    float: none;
  }

  .philosophy_text p{
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }

  #nsk_right figure{
    width: 90%;
    position: static;
    float: none;
    margin: 0 auto;
  }

  #nsk_right{
    margin-top: 10%;
  }

  #message{
    padding-top: 0;
  }

  #message_box{
    width: 90%;
    margin:30px auto;
    position: relative;
  }

  #message_box figure{
    margin: 20px 70px;
  }

  #daihyou_h2{
    width: 80%;
    position: absolute;
    bottom: 10px;
    z-index: 1;
  }

  #daihyou_h2 h2{
    font-size: 20px;
    letter-spacing: 4px;
  }

  #message_box h2{
    padding-top: 20px;
  }

  #daihyou_h2 figure{
    width: 40%;
    margin: 0 20px;
  }

  #message_text{
    width: 90%;
    margin: 20px auto;
  }

  #message_text p{
    font-size: 18px;
    line-height: 2;
  }

  #message_name{
    float: right;
  }

  #message_name p{
    font-size: 15px;
  }

  #message_name span{
    font-size: 20px;
  }
  .page_img figure{
    width: 100%;
  }
  .detail_block > div{
    flex-basis: 96%;
  }
  .common_ttl{
    font-size: 26px;
  }
  .accordion-container .accordion-title{
    font-size: 20px;
  }
  #philosophy_main figure{
    width: 90%;
    float: none;
    margin: 20px auto;
  }
  .voice_block > div{
    flex-basis: 96%;
  }
  .voice_left figure{
    width: 50%;
    margin: 0 auto;
  }
  article#post-58 .entry-title{
    font-size: 22px;
  }
  #telInfo_block .cnt_inner ul li{
    flex-basis: 96%;
    margin: 10px 2%;
  }
  .tab-area{
    flex-wrap: wrap;
  }
  .tab-area .tab{
    flex-basis: 100%;
  }
  .content-area .content.show{
    margin-top: 0;
  }
  .content ul{
    margin: 0;
  }
  .prof_inner{
    flex-wrap: wrap;
  }
  .prof_inner .prof_name{
    flex-basis: 100%;
    margin-right: 0;
  }
  #furukawa_prof .prof_inner .prof_text{
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 2px #00b9ce;
    border-left: none;
  }
  .loop_block.style_furukawa_01 article.post{
    flex-basis: 96%;
  }
  .loop_block.style_furukawa_01 .thumbnail{
    height: auto;
  }
  .loop_block .wp-pagenavi{
    margin-top: 30px;
  }
  .prof_inner figure{
    flex-basis: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0 15%;
  }
  .loop_block.style_president .thumbnail{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  li.has-child ul,
  li.has-child ul ul{
    display: none;
  }
}

/* 投稿ページ */
body.single #content{
  padding: 50px 0;
}
body.single .entry-header{
  padding: 10px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #cccccc;
}
body.single .entry-title{
  font-weight: bold;
  font-size: 1.2rem;
}
body.single .published{
  margin-top: 10px;
}
