@charset "utf-8";

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

Theme name:株式会社ケイズメディカル
Theme URL:https://ks-medicalnet.com/
-----------------------------------------*/

/* RESET
----------------------------------------------------------------------------------------------------*/

a,article,body,dd,div,dl,dt,em,form,footer,header,
h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,
li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,
time,tr,th,td,ul,video,figure{
  font-family:inherit;
  font-size:100%;
  font-weight:inherit;
  font-style:inherit;
  vertical-align:baseline;
  white-space:normal;
  margin:0;
  padding:0;
  border:0;
  outline:0;
  line-height:2;
  clear: both;
  }
textarea{
  font-family:inherit;
  font-size:100%;
  font-weight:inherit;
  font-style:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  line-height:1.6;
  }
article,footer,header,nav,section{
  display:block;
  }
ol,ul{
  list-style:none;
  }
table{
  border-collapse:collapse;
  border-spacing:0;
}
*,::before,::after{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  }
body {
  margin:0;
  padding:0;
  font-size: 16px;
  font-size:1rem;
  height:100%;
  line-height: 1.8;
  font-family:'Kiwi Maru' , serif , sans-serif,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";
  font-weight: 500;
  color: #333;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
a{
  outline:none;
  color: #e58996;
}
a:hover {
  text-decoration: none;
}
a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:focus{
  outline:none !important;
}
button{
  outline: none;
  background-color:transparent;
  padding:0;
  margin:0;
  border-style: none;
  display:block;
  width:100%;
}
img, svg {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
/*-------------------------------
  margin
--------------------------------*/
.mg-top10{
  margin-top:10px !important;
}
.mg-top30{  
  margin-top:30px !important;
}
.mg-top50{  
  margin-top:50px !important;
}
.mg-top75{
  margin-top:75px !important;
}
.mg-top100{
  margin-top:100px !important;
}
.mg-top150{
  margin-top:150px !important;
}
.mg-b30{ 
  margin-bottom:30px;
}
.mg-b50{ 
  margin-bottom:50px;
}
.mg-b100{ 
  margin-bottom:100px;
}
.mg-r5{
  margin-right:5px !important;
}
/*-------------------------------
  padding
--------------------------------*/
.pd-top75{
  padding-top:75px;
}
.pd-top100{
  padding-top:100px;
}
.pd-top150{
  padding-top:150px;
}
.pd-b100{ 
  padding-bottom: 100px;
}
.pd-b150{ 
  padding-bottom: 150px;
}
/*===========
 text
=============*/
.text-center{ 
  text-align: center;
}
.text-right{
  text-align:right;
}
.text-left{
  text-align:left;
}   
.white{
  color:#fff !important;
}
.green{
  color:#57b38a;
}
.yellow{
  color:#ffda2a;
}
.pink{
  color:#e58996;
}
.bold{
  font-weight:bold;
}
.small{
  font-size:80%;
}
/*--------------------
  background-color
----------------------*/
.bg-glay{
  background-color:#eee;  
}
.bg-white{
  background-color:#fff;
}
.bg-offwhite{
  background-color: rgba( 255, 255, 255, 0.9);
}
.bg_offblue{
  background-color: rgba(116, 180, 227, 0.2);
}
.bg_offyellow{
  background-color:#FAF3E6;
}
/* -------------------
  btn
---------------------*/
.btn-p {
  color:#fff;
  font-weight:bold;
  background-color:#e68a97;
  width:100%;
  max-width:300px;
  margin:50px auto 30px;
  text-align:center;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  border-radius:50px;
  font-size:1.1rem;
}
.btn-p:hover {
  background-color:#57b38a;
  -webkit-transition:.6s;
  transition:.6s;
}
.btn-p .fa-angle-right{
  margin-left:15px;
  font-size:1.3rem;
}
.btn-g {
  color:#fff;
  font-weight:bold;
  background-color:#57b38a;
  width:100%;
  max-width:300px;
  margin:50px auto 30px;
  text-align:center;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  border-radius:50px;
  font-size:1.1rem;
}
.btn-g:hover {
  background-color:#e58996;
  -webkit-transition:.6s;
  transition:.6s;
}
.btn-g .fa-angle-right{
  margin-left:15px;
  font-size:1.3rem;
}
/* -------------------
  container
---------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
.container {
  width: 750px;
 }
}
@media (min-width: 991px) {
.container {
  width: 970px;
 }
}
@media (min-width: 1280px) {
.container {
  width: 1280px;
 }
}
/*=====================
   header
======================*/
.header{
  position:fixed;
  right:0;
  top:0;
  display: flex;
  justify-content: space-between;
  align-items:center;
  width:100%;
  padding:10px 10px 5px;
  border-bottom:solid 5px #57b38a;
  background-color:#fff;
  z-index:99;
  box-sizing: border-box;
}
@media screen and (min-width:991px){
  .header{
    padding:0 15px;
  }
}
.h_logo{
  margin:0;
  padding:5px 0 0;
  width:230px;
  overflow: hidden;
}
.h_logo img{
  width:100%;
  height:40px;
}
.h_btn{
  position: fixed;
  right:10px;
  top:10px;
  flex-wrap:wrap;
  justify-content: center;
  align-items:center;
  border:none;
  width:50px;
  height:50px;
  background-color:#57b38a;
}
@media screen and (min-width:991px){
  .h_btn{
    display:none;
  }
}
.h_btn span{
  display:block;
  position:relative;
  top:0;
  margin:0 auto;
  width:30px;
  height:1px;
  background-color:#fff;
  transition:.6s ease;
}
.h_btn span::before,
.h_btn span::after{
  position: absolute;
  content:'';
  left:0;
  width:100%;
  height:1px;
  transition:all .6s;
  background-color:inherit;
}
.h_btn span::before{
  top:-10px;
}
.h_btn span::after{
  top:10px;
}
body.open .h_btn{
  z-index:30;
  background-color:#e58996;
}
body.open .h_btn span{
  width:30px;
  background-color:transparent;
}
body.open .h_btn span::before,
body.open .h_btn span::after{
  top:0;
  background-color:#fff;
}
body.open .h_btn span::before{
  transform:rotate(45deg);
}
body.open .h_btn span::after{
  transform:rotate(-45deg);
}
/*===============
  nav
================*/
.g_nav{
  position:fixed;
  right:0;
  top:0;
  width:100%;
  height:100vh;
  margin:0;
  padding:0;
  transform:translateX(100%);
  transition:.8s ease;
  background-color:#fff !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width:768px) and (max-width:991px){
  .g_nav{
    padding:50px 15px;
  }
}
@media screen and (min-width:991px){
  .g_nav{
    width:100%;
    max-width:980px;
    height:65px;
    background-color:#fff !important;
    transform:translateX(0);
    position: static;
    overflow: hidden;
    padding:0;
    margin:0 0 0 30px;
  }
}
body.open .g_nav{
  transform:translateX(0);
}
.g_nav_inner{
  display:flex;
  flex-direction:column;
  align-items: flex-start;
  background-color:#fff;
  padding:30px 0 0;
}
@media screen and (min-width:991px){
  .g_nav_inner{
    flex-direction:row;
    padding:0;
  }
}
.g_nav-main{
  width:100%;
  display:block;
}
.g_nav-logo img{
  width:250px;
  height:auto;
  margin:30px 0 30px 15px;
}
@media screen and (min-width:991px){
  .g_nav-logo{
    display:none;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .g_nav-logo img{
    width:300px;
    height:100px;
    margin:0 auto;
  }
}
.g_menu{
  margin:0 0 15px;
  padding:15px 15px 0;
  width:100%;
}
@media screen and (min-width:768px) and (max-width:991px){
  .g_menu{
    width:50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width:991px){
  .g_menu{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0;
    margin:0;
  }
}
.h_nav-item{
  list-style-type:none;
  padding:0 0 0 5px;
  display:flex;
  align-items:center;
  vertical-align: middle;
}
@media screen and (min-width:991px){
  .h_nav-item{
    margin:0;
    padding-left:0;
    text-align:center;
    line-height:0.9;
  }
}
.h_nav-item a{
  display:block;
  width:100%;
  padding:5px;
  margin:0;
  border-bottom:dashed 1px #333;
}
@media screen and (min-width:991px){
  .h_nav-item a{
    padding:10px 15px;
    border-bottom:none;
  }
}
.h_nav-item a:hover{
  background-color:#e58996;
  color:#fff;
  transition:0.6s;
}
.nav_en{
  font-size:1.1rem;
  font-weight:700;
  margin-right:1rem;
  color:#57b38a;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (min-width:768px) and (max-width:991px){
  .nav_en{
    font-size:1.3rem;
  }
}
@media screen and (min-width:991px){
  .nav_en{
    font-size:1rem;
    margin-right:0;
  }
  .h_nav-item a:hover .nav_en{
    color:#fff;
    transition:0.6s;
  } 
}
.nav_j{
  font-size:0.7rem;
  font-weight:800;
}
@media screen and (min-width:991px){
  .nav_j{
    display:block;
    margin:-5px 0 0;
    padding:0;
  }
}
.g_sns-p{
  padding-left:20px;
  font-size:1.2rem;
  color:#e58996;
  font-weight:bold;
  margin:30px 0 0;
}
@media screen and (min-width:768px) and (max-width:991px){
  .g_sns-p{
    text-align:center;
    padding-left:0;
    font-size:1.3rem;
    width:100%;
  }
}
.g_sns{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  flex-wrap:nowrap;
  padding:10px 10px 10px 20px;
  width:100%;
}
@media screen and (min-width:768px) and (max-width:991px){
  .g_sns{
    justify-content:center;
  }
}
.g_sns-list{
  margin-right:15px;
}
.g_sns-list:first-child{
  margin-right:20px;
}
.g_sns-list img{
  width:30px;
  height:30px;
}
.g_submenu{
  width:100%;
  padding:15px 15px 15px 20px;
}
.sub_menu{
  font-size:1rem;
}
@media screen and (min-width:991px){
  .g_sns-p,
  .g_sns,
  .g_submenu{
    display:none;
  }
}
/*==================
  hero-aria
======================*/
#hero_area{
  position: relative;
  width:100%;
  height:95vh;
  margin:0;
  padding:60px 0 0;
  display:block;
  background-image:url(images/bg-001.jpg);
  background-size:cover;
  background-position:center center;
}
@media screen and (min-width:991px){
  #hero_area{
    height:600px;
  }
}
#page_hero{
  position: relative;
  width:100%;
  height:50vh;
  margin:70px 0 0;
  padding:60px 0 0;
  display:block;
  background-image:url(images/page_sp-bg.jpg);
  background-size:cover;
  background-position:center center;
}
.page_hero-ttl{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  padding:15px 20px;
  background-color:rgba(255, 255, 255, 0.8);
  color:#e58996;
  font-weight:bold;
  font-size:1.4rem;
  width:90%;
  margin:0 auto;
  text-align:center;
}
@media screen and (min-width:991px){
  #page_hero{
    height:500px;
    background-image:url(images/page_bg.jpg);
    background-attachment: fixed;
  }
}
/*====================
  TOP PAGE
=======================*/
.top_flex{
  display:block;
  width:100%;
  height:100vh;
  margin:70px 0 0;
}
.top_sukoyaka,.top_ks{
  display: flex;
  align-items:center;
  width:100%;
  height:50vh;
  background-position:50% 50%;
}
.top_sukoyaka{
  background-image:url(images/bg_p.svg),url(images/sukoyaka04.jpg);
  background-size:cover;
}
.top_ks{
  background-image:url(images/bg_g.svg),url(images/ks_top-bg.jpg);
  background-size:cover;
}
@media screen and (min-width:768px){
  .top_flex{
    display:flex;
    flex-wrap:nowrap;
  }
  .top_sukoyaka,.top_ks{
    width:50%;
    height:100vh;
  }
  .top_sukoyaka{
    background-position:60% 50%;
  }
  .top_ks{
    background-position:40% 50%;
  }
}
.top_btn-g {
  color:#fff;
  font-weight:bold;
  background-color:#57b38a;
  width:100%;
  max-width:300px;
  margin:0 auto;
  text-align:center;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius:50px;
  font-size:1.1rem;
}
.top_btn-p {
  color:#fff;
  font-weight:bold;
  background-color:#e58996;
  width:100%;
  max-width:300px;
  margin:0 auto;
  text-align:center;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius:50px;
  font-size:1.1rem;
}
.top_btn-g:hover,.top_btn-p:hover {
  background-color:transparent;
  border:solid 1px #fff;
  -webkit-transition:.6s;
  transition:.6s;
}
.top_btn-g .fa-angle-right,
.top_btn-p .fa-angle-right{
  margin-left:15px;
  font-size:1.3rem;
}
/* hero_sns
-------------------*/
.top_sns-area{
    display:block;
    width:100%;
    background-color:#FAF3E6;
    padding:50px 0;
    margin:0;
}
.top_sns-area p{
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    width:300px;
    margin:0 auto 30px;
    padding:10px;
    line-height: 1.4;
    text-align:center;
    font-weight:bold;
}
.top_sns-area ul{
    margin:0 auto;
    width:250px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
  }
.top_sns-area ul li{
    width:30px;
    height:30px;
    margin:15px auto;
    text-align: center;
  }
/*==================
　TOP PAGE
====================*/
/* ---------------
   ttl
------------------*/
.sec_ttl{
  font-size:3rem;
  font-weight:bold;
  line-height: 1.1;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
  display:block;
  z-index:2;
  margin-bottom:50px;
}
@media screen and (min-width:768px){
  .sec_ttl{
    font-size:3.5rem;
 }
}
.ttl_g{
  color:#57b38a;
}
.ttl_p{
  color:#e58996;
}
.sub_ttl{
  display:block;
  color:#333;
  font-size:1rem;
}

.news_flex{
  width:100%;
  margin:30px 0 50px;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
}
.news_list{
  width:100%;
  background-color:#fff;
  border-radius:15px;
  box-sizing: border-box;
  padding:15px 15px 10px;
  margin:30px 0;
  border:solid 1px #333;
}
@media screen and (min-width:450px) and (max-width:991px){
  .news_list{
    width:48%;
  }
  .news_list:nth-child(odd){
    margin:30px 2% 30px 0;
  }
  .news_list:nth-child(even){
    margin:30px 0 30px 2%;
  }
}
@media screen and (min-width:991px){
  .news_list{
    width:23%;
    margin:30px 1% 0; 
  }
}
.news_list:hover{
  transition: 0.6s;
  box-shadow: 7px 7px #e58996;
}
.news_thumb{
  overflow: hidden;
  margin:0;
  padding:0;
  border-radius:15px 15px 0 0;
  display:block;
	border:solid 1px #333;
}
.news_thumb img:hover{
  transform:scale(1);
  transition:0.6s;
}
.news_contents{
  padding:0;
  margin:0;
}
.news_ttl{
  font-size:1rem;
  line-height: 1.4;
  border-bottom:solid 1px #57b38a;
  padding-bottom:5px;
  margin:10px 0;
}
.news_date{
  font-size:0.8rem;
  display: flex;
  align-items:center;
  justify-content:space-between;
}
.news_date .fa-calendar-alt{
  margin-right:5px;
  color:#e58996;
}
.news_category{
  font-size:0.7rem;
  background-color: #57b38a;
  color:#fff;
  padding:2px 7px;
}
.news_more{
  width:90%;
  height:50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  justify-content: center;
  flex-direction:column;
  padding:10px;
}
.news_more:hover{
  background-color:#57b38a;
  -webkit-transition:0.6s;
  transition:0.6s;
}
.plus{
  padding:15px;
}
.news_more .fa-search-plus{
  font-size:3rem;
  color:#57b38a;
}
.news_more p{
  font-size:1rem;
  margin-top:0;
}
@media screen and (min-width:768px){
  .news_more .fa-search-plus{
    font-size:5rem;
  }
  .news_more p{
    font-size:1.5rem;
    margin-top:30px;
  }
}
.news_more:hover .fa-search-plus{
  color:#fff;
  -webkit-transition:0.6s;
  transition:0.6s;
}
/* TOP ABOUT
----------------------*/
.top_about-sec{
  width:100%;
  height:100%;
  background-color:#fff;
  position: relative;
}
.mask_bg{
  display:none;
}
@media screen and (min-width:991px){
  .top_about-sec{
    width:100%;
    height:100vh;
    padding:0;
    height:70vw;
    background-attachment: fixed;
    background-color:rgba( 255, 255, 255, 0.9);
    background:url(images/top_bg01.jpg)no-repeat;
    background-position: center center;
  }
}
.top_aboutbox{
  width:100%;
  padding:0;
  margin:75px 0;
  display:block;
}
.top_about-l{
  width:100%;
}
.top_about-l figure{
  margin:0 auto 30px;
  width:100%;
}
.top_about-l img{
  width:100%;
  max-width:500px;
}
.top_about-r{
  width:100%;
}
.top_about-r p{
  margin-bottom:50px;
}
.ttl{
  font-size:1.5rem;
  font-weight:bold;
  margin-bottom:30px;
  line-height: 1.2;
}
@media screen and (min-width:991px){
  .top_aboutbox{
    display: flex;
    justify-content: center; 
  }
  .top_about-l{
    width:35%;
  }
  .top_about-l img{
    width:320px;
    margin:0 auto 30px;
  }
  .top_about-r{
    width:65%;
  } 
  .ttl{
    font-size:1.6rem;
    margin-bottom:50px;
  }
}

/* BUSSINESS
----------------------*/
.flex_box{
  width:100%;
  margin:30px 0 50px;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  flex-direction:column;
}
.flex_l50,.flex_r50,.flex_l35,.flex_r65,
.flex_l45,.flex_l55{
  width:100%;
  display:block;
}
@media screen and (min-width:768px){
  .flex_box{
    align-items:flex-start;
    justify-content:space-between;
    flex-direction: row;
  }
  .flex_l50,.flex_r50{
    width:50%;
    padding:15px;
  }
  .flex_l45{
    width:45%;
    padding:15px;
  }
  .flex_r55{
    width:55%;
    padding:15px;
  }
}
.g_ttl{
  font-size:1.4rem;
  font-weight:bold;
  border-left:solid 8px #57b38a;
  padding-left:10px;
  margin-bottom:30px;
  font-weight:bold;
}
.p_ttl{
  font-size:1.4rem;
  font-weight:bold;
  border-left:solid 8px #e58996;
  padding-left:10px;
  margin-bottom:30px;
  font-weight:bold;
}
.f_fig{
  margin:0 0 30px;
}
/*-------------
  TOP ABOUT
---------------*/
.about_dl{
  width:100%;
  margin:0 0 30px;
  padding:0;
}
.about_dl dt{
  background-color:#57b38a;
  color:#fff;
  padding:10px;
  margin:0;
}
.about_dl dd{
  padding:10px;
  margin:0 0 15px;
  line-height:1.4;
}
/*===========
　SP fotter nav
================*/
.sp-f_nav{
  position:fixed;
  bottom:0;
  right:0;
  width:100%;
  height:65px;
  display:block;
  background-color:#fff;
  overflow: hidden;
  border-top:solid 3px #57b38a;
  z-index: 5;
  box-sizing:border-box;
}
.pc_r-nav{
  display:none;
}
.f_nav{
  display:flex;
  align-items:center;
  width:100%;
  margin:0;
  padding:0;
}
.f_nav li{
  font-size:0.9rem;
  border-right:solid 2px #000;
  text-align: center;
  width:50%;
  line-height:1.3;
	box-sizing:border-box;
}
.r_tel,
.ks-en-sp{
  padding:10px;
  color:#DD0000 !important;
  font-weight:bold;
}
.sp_line{
  padding:10px;
  color:#00CC00 !important;
  font-weight:bold;
}
.sp_line img,
.ks-en-sp svg{
  width:22px;
  height:22px;
  margin:0 auto;
}
.ks-en-sp svg path{
	fill:#dd0000 !important;
}
.f_nav li:last-child{
  border-right:none;
}
.f_nav li a{
  display:block;
}
.f_nav li a i{
  display:block;
  font-size:1.2rem;
}
@media screen and (min-width:768px){
  .sp-f_nav{
    display:none;
  }
  .pc_r-nav{
    position:fixed;
    bottom:100px;
    right:30px;
    width:80px;
    height:280px;
    display:block;
    overflow: hidden;
    z-index:5;
  }
  .pc_r-nav ul{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content: space-around;
    height:100%;
  }
  .pc_r-nav ul li{
    font-weight:bold;
    background-color:#fff;
    width:100%;
    font-size:0.9rem;
    line-height: 1;
    padding:8px 5px;
    text-align: center;
    border-radius:10px;
    border:solid 3px #57b38a;
  }
  .pc_r-nav ul li a{
    line-height: 1.3;
    display:block;
    font-weight:bold;
  }
  .pc-r_tel,
	.pc_r-ks-en{
    color:#DD0000;
  }
	.pc_r-ks-en{
	font-size:0.8rem;
}
  .pc-r_tel .fa .fa-phone{
    transform:rotate(15deg) !important;
  }
  .pc_line{
    color:#00CC00 !important;
    font-weight:bold;
  }
  .pc_line img{
    width:35px;
    height:35px;
    margin:0 auto 5px;
  }
  .pc-r_tel svg,
  .pc_r-ks-en svg{
    fill:#DD0000 !important;
    width:30px;
    height:30px;
    margin:0 auto 5px;
  }
}
.hide-area{
  display: none;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.m_ttl{
  font-size:1.3rem;
  text-align:center;
  margin-bottom:15px;
  color:#57b38a;
  font-weight:bold;
}
.m_p{
  text-align:center;
  font-size:0.85rem;
  line-height: 1.3;
}
.m_p-tel{
  text-align:center;
  width:100%;
  margin:30px auto;
  font-size:1.2rem;
}
.m_p-tel a{
  display:block;
  background-color:#e58996;
  color:#fff !important;
  padding:10px 15px;
  border-radius: 50px;
  font-weight:bold;
}
.r_tel .fa-phone{
  transform:rotate(90deg);
}
.m_p-tel a .fa-phone{
  transform:rotate(90deg) !important;
  margin-right:10px;
}
.pc-m_p{
  text-align:center;
  font-size:1rem;
  line-height: 1.6;
}
.pc-m_p-tel{
  text-align:center;
  width:80%;
  margin:30px auto;
  font-size:1.6rem;
  background-color:#e58996;
  padding:10px 15px;
  border-radius: 50px;
  color:#fff;
}
/*==================
  footer
==================*/
footer{
  margin:0;
  padding:50px 0 30px;
  width:100%;
  border-top:solid 8px #e58996;
  border-bottom:solid 8px #57b38a;
  position: relative;
}
.g_f-area{
  width:100%;
  display:flex;
  flex-direction:column;
}
.f_menu-list{
  width:100%;
}
.f_logo{
  max-width:350px;
  margin:30px auto;
  padding:0;
} 
.f_logo img{
  width:100%;
  object-fit: cover;
  object-position:50% 50%;
}
.f_menu{
  display:block;
  margin:30px 0;
}
.f_menu li{
  width:100%;
  border-bottom:dashed 1px #333;
}
.f_menu li:last-child{
  border-bottom:none;
}
@media screen and (min-width:600px){
  .f_menu{
    display:flex;
    margin:30px 0;
    flex-wrap:wrap;
  }
  .f_menu li{
    width:50%;
  }
  .f_menu li{
    border-bottom:none;
  }
}
@media screen and (min-width:768px){
  .f_menu li{
    width:33%;
  }
}
@media screen and (min-width:1200px){
  .f_menu{
    justify-content:flex-start;
  }
  .f_menu li{
    width:20%;
  }
}
.f_menu li a{
  display:block;
  padding:10px 15px;
  color:#57b38a;
}
.fa-chevron-right{
  margin-right:10px;
}

/* f_sns area
-----------------*/
.f_sns{
  display:flex;
  align-items:center;
  justify-content:space-around;
  flex-wrap:nowrap;
  margin:30px auto 15px;
  max-width:300px;
}
.f_sns li img{
  width:35px;
  height:35px;
}
/* copyright
----------------*/
.copyright{
  font-size:0.7rem;
  text-align:center;
  font-weight:bold;
}
/*=====================
  PAGE CSS
======================*/
/*
  bread crumb
--------------------*/

.breadcrumbs{
  margin: 0 auto;
  padding: 8px 0;
  background-color: #fff;
  display: block;
  font-size: 0.7rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  border-bottom:solid 1px #eee;
}
.bread_crumb{
  padding: 0;
  margin: 0 10px 0 0;
}
.breadcrumbs a{
  color:#e58996;
  margin:0 5px;
}
.breadcrumbs .current-item{
  padding: 0;
  margin: 0 0 0 10px;
}
/*  page hero
--------------------------*/
.page_hero{
  width:100%;
  height:60vh;
  background:url(images/bg-001.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  padding-top:50px;
}
.page_ttl-area{
  width:100%;
  height:60vh;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_ttl{
  width:100%;
  font-family: 'Kiwi Maru', serif;
  font-size:1.8rem;
  line-height: 1.2;
  font-weight:bold;
  margin:0 auto;
  text-align:center;
  color:#333;
}
@media screen and (min-width:991px){
  .page_ttl{
    font-size:3rem;
 }
}
/*==================
  SUKOYAKA
===================*/
#sukoyaka_hero{
  position: relative;
  width:100%;
  height:95vh;
  margin:0;
  padding:60px 0 0;
  display:block;
  background-image:url(images/sukoyaka_sp-bg.jpg);
  background-size:cover;
  background-position:center center;
}
.s_hero-ttl{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  padding:15px 20px;
  background-color:rgba(255, 255, 255, 0.8);
  color:#e58996;
  font-weight:bold;
  font-size:1.4rem;
  width:90%;
  margin:0 auto;
  text-align:center;
}
@media screen and (min-width:991px){
  #sukoyaka_hero{
    height:600px;
    background-image:url(images/sukoyaka_bg.jpg);
    background-attachment: fixed;
  }
}
.s_news_flex{
  width:100%;
  margin:30px 0 50px;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  justify-content: flex-start;
}
.s_news_list{
  width:100%;
  background-color:#fff;
  border-radius:15px;
  box-sizing: border-box;
  padding:15px 15px 10px;
  margin:30px 0;
  border:solid 1px #333;
}
@media screen and (min-width:450px) and (max-width:1200px){
  .s_news_list{
    width:48%;
  }
  .s_news_list:nth-child(odd){
    margin:30px 2% 30px 0;
  }
  .s_news_list:nth-child(even){
    margin:30px 0 30px 2%;
  }
}
@media screen and (min-width:991px){
  .s_news_list{
    width:23%;
    margin:30px 2% 0 0; 
  }
}
.s_news_list:hover{
  transition: 0.6s;
  box-shadow: 7px 7px #e58996;
}
.s_news_thumb{
  overflow: hidden;
  margin:0;
  padding:0;
  border-radius:15px 15px 0 0;
  display:block;
	border:solid 1px #333;
}
@media screen and (min-width:991px){
  .s_news_thumb{
    max-height:180px;
  }
}
.s_news_thumb img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  transform:scale(1);
}
.s_news_thumb img:hover{
  transform:scale(1.1);
  transition:0.6s;
}
.s_news_contents{
  padding:0;
  margin:0;
}
.s_news_ttl{
  font-size:1rem;
  line-height: 1.4;
  border-bottom:solid 1px #e58996;
  padding-bottom:5px;
  margin:10px 0;
}
.s_news_date{
  font-size:0.7rem;
  display: flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.s_news_date .fa-calendar-alt{
  margin-right:5px;
  color:#e58996;
}
.s_news_category{
  font-size:0.7rem;
  background-color: #e58996;
  color:#fff;
  padding:2px 7px;
}
.s_news_more{
  width:90%;
  height:50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  justify-content: center;
  flex-direction:column;
  padding:10px;
}
.s_news_more:hover{
  background-color:#e58996;
  -webkit-transition:0.6s;
  transition:0.6s;
}
.plus{
  padding:15px;
}
.s_news_more .fa-search-plus{
  font-size:3rem;
  color:#e58996;
}
.s_news_more p{
  font-size:1rem;
  margin-top:0;
}
@media screen and (min-width:768px){
  .s_news_more .fa-search-plus{
    font-size:5rem;
  }
  .s_news_more p{
    font-size:1.5rem;
    margin-top:30px;
  }
}
.s_news_more:hover .fa-search-plus{
  color:#fff;
  -webkit-transition:0.6s;
  transition:0.6s;
}
/** about */
.s_top-l{
  width:100%;
  display:block;
  margin-bottom:30px;
}
.s_top-r{
  width:100%;
  display:block;
  overflow: hidden;
}
.s_top-flex{
  display:flex;
  flex-wrap:wrap;
  width:100%;
}
.sukoyaka_line li{
  width:35px;
  height:35px;
  margin:0;
  padding:0;
}
.sukoyaka_line li img{
  width:100%;
  object-fit: cover;
}
.dx_flex{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  margin:30px 0;
  padding:0;
}
.dx_l,.dx_r,.dx_c{
  width:100%;
  display:block;
  margin:30px 0;
  padding:10px;
  background-color:#fff;
  border-radius:10px;
}
.dx_p{
  font-size:1.3rem;
  color:#e58996;
  font-weight:bold;
  margin:0;
  padding:0;
  line-height: 1.6;
}
.dx_ul{
  width:100%;
  margin:30px 0 0;
  padding:10px;
}
.dx_ul li{
  width:100%;
  line-height: 1.4;
  margin:0 0 15px;
  padding:0 0 10px;
}
.dx_ul li:last-child{
  border-bottom:none;
}
.dx_pdf-flex{
  width:100%;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap:wrap;
  margin:30px 0;
  padding:0;
}
.pdf_box{
  width:100%;
  margin:15px 0;
  padding:0;
}
.pdf_box button .btn-p{
  margin:30px auto;
}
.pdf_box button .fa-file-pdf{
  margin-left:10px;
}
@media screen and (min-width:600px){
  .pdf_box{
    width:48%;
    margin:30px 1%;
  }
}
@media screen and (min-width:991px){
  .s_top-l{
    width:48%;
    margin:0 1% 30px;
    padding:0 30px 0 0;
  }
  .s_top-r{
    width:48%;
    margin:0 1% 30px;
  }
  .dx_flex{
    align-items:flex-start;
  }
  .dx_l,.dx_r{
    width:48%;
    margin:30px 1%;
    padding:10px 15px;
  }
  .dx_c{
    width:98%;
    margin:30px 1%;
    padding:15px;
  }
  .pdf_box{
    width:18%;
    margin:30px 1%;
  }
}
.s_gallary{
  padding:50px 0 100px;
  width:100%;
  margin:0;
}
.slider{
  width:100%;
  height:400px;
}
.slider img {
  width:100%;
  height:300px;
}
.slider .slick-slide {
  margin:0 10px;
}
.sukoyaka_table{
  width:100%;
  margin:0 0 30px;
  padding:0;
}
.sukoyaka_table tr{
  border-bottom:dashed 1px #666;
}
.sukoyaka_table th{
  color:#e58996;
  padding:10px 5px;
  vertical-align: middle;
  margin:0;
  text-align: left;
}
.sukoyaka_table td{
  padding:10px 5px;
  margin:0;
  line-height:1.4;
  vertical-align: middle;
}
.b_hour-flex{
  width:100%;
  margin:30px 0 50px;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
}
.b_hour{
  width:48%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color:#e58996;
  color:#fff;
  padding:15px 5px;
  margin:15px 1%;
}
.day{
  border-bottom:solid 1px #fff;
  display:block;
  width:90%;
  margin:0 auto 5px;
  text-align:center;
}
@media screen and (min-width:991px){
  .b_hour{
    width:calc(33% - 10px);
  }
  .b_hour-flex{
    justify-content: space-between;
  }
  .b_hour{
    width:calc(16.6% - 10px);
    margin:0;
  }
}
/* LINE
-------------------*/
.line_bg{
  background-image:url(images/sukoyaka_line-sp-bg.jpg);
  background-size:cover;
  background-position: center;
  width:100%;
  height:400px;
  margin:0 0 50px;
}
@media screen and (min-width:991px){
  .line_bg{
    background-image:url(images/sukoyaka_line-bg.jpg);
    background-attachment: fixed;
  }
}
.s_line-ttl{
  padding:10px;
  background-color:#e58996;
  color:#fff;
  line-height: 1.4;
  margin-bottom:30px;
}
.line_flex{
  display:flex;
  flex-wrap:wrap;
  flex-direction: column;
}
.line_contents{
  width:100%;
  display:flex;
  flex-wrap:nowrap;
  margin-bottom:30px;
}
.l_line-inner{
  background-color:#FFB3BD;
  padding:20px 10px;
  text-align:center;
  width:30%;
  display:flex;
  align-items:center;
  flex-direction: column;
  justify-content: center;
}
.line_num{
  font-size:1.2rem;
  color:#fff;
  font-weight:bold;
  margin-bottom:10px;
}
.line_image{
  width:100%;
}
.line_image img{
  width:100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.r_line-inner{
  width:70%;
  padding:20px 10px;
  background-color:#FAF3E6;
}
.line_ttl{
  text-align:center;
  font-weight:bold;
  font-size:1.1rem;
  margin-bottom:10px;
  color:#e58996;
}
.line_txt{
  line-height: 1.6;
}
.s_satuei-ttl{
  font-size:1.3rem;
  border-top:solid 1px #e58996;
  border-bottom:solid 1px #e58996;
  text-align:center;
  width:100%;
  max-width:600px;
  margin:50px auto;
  color:#e58996;
}
.satuei_flex{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  width:100%;
  margin:30px 0;
  padding:0;
}
.satuei_contents{
  width:50%;
  margin:15px 0;
}
.satuei_contents figure{
  width:100%;
}
@media screen and (min-width:991px){
  .s_line-ttl{
    text-align: center;
  }
  .line_num{
    font-size:1,3rem;
  }
  .r_line-inner{
    padding:20px;
  }
  .line_ttl{
    font-size:1.3rem;
  }
  .satuei_contents{
    width:calc(25% - 15px);
  }
}
.line_care{
  background-color:#eee;
  width:100%;
  padding:10px;
}
.line_care ul{
  padding:15px 10px;
  margin:0;
}
.line_care ul li{
  list-style-type: square;
  margin:0 0 15px 15px;
  line-height: 1.4;
}
.point_p{
  margin-top:30px;
  padding:0;
  font-size:1.2rem;
}
.s_point{
  width:100%;
  margin:15px 0;
  padding:0;
}
.s_point li{
  margin-bottom:10px;
  border-bottom:dashed 1px #666;
}
@media screen and (min-width:991px){
  .point_p{
    padding:0 0 0 30pX;
    margin-top:0;
  }
  .s_point{
    padding:0 0 0 30pX;
    margin:0 0 30px;
  }
}
/*==================
  HUMAN RESOUCE
=================*/
#ks_medi-hero{
  position: relative;
  width:100%;
  height:95vh;
  margin:0;
  padding:60px 0 0;
  display:block;
  background-image:url(images/ks_top-bg.jpg);
  background-size:cover;
  background-position:center center;
}
.ks_hero-ttl{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  padding:15px 20px;
  background-color:rgba(255, 255, 255, 0.8);
  color:#57b38a;
  font-weight:bold;
  font-size:1.4rem;
  width:90%;
  margin:0 auto;
  text-align:center;
}
.ks_news_flex{
  width:100%;
  margin:30px 0 50px;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
}
.ks_news_list{
  width:100%;
  background-color:#fff;
  border-radius:15px;
  box-sizing: border-box;
  padding:15px 15px 10px;
  margin:30px 0;
  border:solid 1px #333;
}
@media screen and (min-width:450px) and (max-width:1200px){
  .ks_news_list{
    width:48%;
  }
  .ks_news_list:nth-child(odd){
    margin:30px 2% 30px 0;
  }
  .ks_news_list:nth-child(even){
    margin:30px 0 30px 2%;
  }
}
@media screen and (min-width:991px){
  .ks_news_list{
    width:23%;
    margin:30px 2% 0; 
  }
}
.ks_news_list:hover{
  transition: 0.6s;
  box-shadow: 7px 7px #57b38a;
}
.ks_news_thumb{
  overflow: hidden;
  margin:0;
  padding:0;
  border-radius:15px 15px 0 0;
  display:block;
  border:solid 1px #333;
}
@media screen and (min-width:991px){
  .ks_news_thumb{
    max-height:180px;
  }
}
.ks_news_thumb img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  transform:scale(1);
}
.ks_news_thumb img:hover{
  transform:scale(1.1);
  transition:0.6s;
}
.ks_news_contents{
  padding:0;
  margin:0;
}
.ks_news_ttl{
  font-size:1rem;
  line-height: 1.4;
  border-bottom:solid 1px #57b38a;
  padding-bottom:5px;
  margin:10px 0;
  color:#57b38a;
}
.ks_news_date{
  font-size:0.8rem;
  display: flex;
  align-items:center;
  justify-content:space-between;
  color:#57b38a;
}
.ks_news_date .fa-calendar-alt{
  margin-right:5px;
  color:#57b38a;
}
.ks_news_category{
  font-size:0.7rem;
  background-color: #57b38a;
  color:#fff;
  padding:2px 7px;
}
.ks_news_more{
  width:90%;
  height:50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  justify-content: center;
  flex-direction:column;
  padding:10px;
}
.ks_news_more:hover{
  background-color:#e58996;
  -webkit-transition:0.6s;
  transition:0.6s;
}
.ks_news_more .fa-search-plus{
  font-size:3rem;
  color:#e58996;
}
.ks_news_more p{
  font-size:1rem;
  margin-top:0;
}
@media screen and (min-width:768px){
  .ks_news_more .fa-search-plus{
    font-size:5rem;
  }
  .ks_news_more p{
    font-size:1.5rem;
    margin-top:30px;
  }
}
.ks_news_more:hover .fa-search-plus{
  color:#fff;
  -webkit-transition:0.6s;
  transition:0.6s;
}
.h_flex{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  flex-wrap:wrap;
  width:100%;
  margin:30px 0;
  padding:0;
}
.flow_box{
  display:block;
  width:100%;
  margin:30px 0 40px;
  padding:15px 15px 25px;
  position: relative;
  background-color:#fff;
  border:solid 1px #57b38a;
  border-radius: 15px;
}
.flow_box::before{
  content:'';
  position: absolute;
  top:-15px;
  left:-10px;
  width:80px;
  height:80px;
}
.flow_box:nth-of-type(1)::before{
  background-image:url(images/step01.svg);
}
.flow_box:nth-of-type(2)::before{
  background-image:url(images/step02.svg);
}
.flow_box:nth-of-type(3)::before{
  background-image:url(images/step03.svg);
}
.flow_box:nth-of-type(4)::before{
  background-image:url(images/step04.svg);
}
.flow_box:nth-of-type(5)::before{
  background-image:url(images/step05.svg);
}
.flow_box::after{
  content:'';
  position: absolute;
  bottom:-40px;
  left:50%;
  transform:translate(-50%,50%);
  width:50px;
  height:50px;
  background-image:url(images/arrow_g.svg);
}
.flow_box:last-child::after{
  display: none !important;
}
.flow_ttl{
  font-size:1.4rem;
  text-align:center;
  margin-bottom:30px;
  color:#57b38a;
  line-height: 1.6;
}
.flow_box p{
  color:#333;
  line-height: 1.6;
}
.f_tel{
  font-size:1.2rem;
  font-weight:bold;
  text-align: center;
  margin:30px 0 0;
  border-radius:30px;
  border:solid 1px #fff;
  padding:5px 10px;
}
@media screen and (min-width:768px){
  .h_flex{
    flex-direction: row;
  }
}
@media screen and (min-width:991px){
  .flow_box{
    width:31%;
    margin:30px 1%;
  }
  .flow_box::before{
    top:-30px;
    left:-30px;
    width:90px;
    height:90px;
  }
  .flow_box::after{
    display:none;
  }
  .step{
    font-size:0.8rem;
    width:150px;
    margin:0 auto 15px;
  }
}
.h_ttl{
  font-size:1.3rem;
  color:#57b38a;
  padding-left:10px;
  border-left:solid 8px #57b38a;
  padding:10px 15px;
  display:block;
  margin:0;
  font-weight:bold;
}
.ks_flow-bg{
  background-image:url(images/ks_flow-bg.jpg);
  background-size:cover;
  background-position: center;
  width:100%;
  height:400px;
  margin:0 0 50px;
}
@media screen and (min-width:991px){
  .ks_flow-bg{
    background-image:url(images/ks_flow-bg.jpg);
    background-attachment: fixed;
  }
}
.ks_entry-bg{
  background-image:url(images/ks_mendan.jpg);
  background-size:cover;
  background-position: center;
  width:100%;
  height:400px;
  margin:0 0 50px;
}

@media screen and (min-width:991px){
  .ks_entry-bg{
    background-image:url(images/ks_mendan.jpg);
    background-attachment: fixed;
  }
}
/*   contact　form
------------------------*/
.form_att{
  width:100%;
  display:block;
  background-color:#eee;
  padding:10px 10px 30px;
  margin:0 0 50px;
}
.ks_form-area{
  width:100%;
  margin:50px 0;
  padding:0;
  box-sizing: border-box;
}
@media screen and (min-width:768px){
.ks_form-area{
  max-width:970px;
  width:100%;
	margin:50px auto;
	}
}
.kscontact-table{
  max-width:980px;
  margin:50px auto 15px;
  width:100%;
  border:solid 1px #eee;
}  
.kscontact-table tbody{  
 margin:0;
 padding:0;  
}
.kscontact-table tr{  
   padding:0;
}
.kscontact-table th{
  vertical-align: middle;
  line-height: 1.8;
  width:35%;
  text-align:left !important;
  padding:10px !important;
  background-color:#57b38a;
  color:#fff;
  border-bottom:solid 2px #fff;
}
.kscontact-table th .ark{
  color:#fff;
  padding:2px 5px;
  margin-right:10px;  
  font-size:0.8rem; 
  background-color: #e58996;
}
.kscontact-table th .nini{
  color:#fff;
  padding:2px 5px;
  margin-right:10px;  
  font-size:0.8rem;
  background:#74b5e4;
}
.kscontact-table td{
  padding:15px 10px;
  line-height:1.8;
  font-size:1rem;
  vertical-align: middle;
  text-align:left;  
  width:65%;
  box-sizing: border-box;
  border-bottom:solid 1px #eee;
}
.kscontact-table select{  
  height:40px;
  padding-left:15px;
  padding-right:15px;
  margin-right:5px;
  width:25%;  
}
.kscontact-table select [name="jiki"]{
  height:40px;
  padding-left:15px;
  padding-right:15px; 
  width:98%;
}
.kscontact-table .kinmu .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-01,
.kscontact-table .kinmu .wpcf7-form-control.wpcf7-text.p-02{
  margin-bottom:10px !important;
}
.kscontact-table input[type="text"],
.kscontact-table input[type="tel"],
.kscontact-table input[type="email"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
  border:solid 1px #333;
  padding:5px 10px;
  line-height:1.6;
	font-size:1rem;
}
.kscontact-table input[type="text"]::placeholder,
.kscontact-table input[type="tel"]::placeholder,
.kscontact-table input[type="email"]::placeholder{
  color:#e6e6e6;
}
.kscontact-table textarea{
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
  border:solid 1px #333;
  padding:10px;
  line-height:1.6;
	font-size:1rem;
}
.kscontact-table .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:15px;
}
.kscontact-table .c_jiki span.wpcf7-list-item{
  display:block !important;
  width:100%;
}
.kscontact-table td span.wpcf7-list-item { 
  margin:0 10px 0 0;
}
.kscontact_btn span.wpcf7-list-item{
  display:inline-block;
  margin:0 !important;
}
.kscontact-table .contact-submit{  
  border:none;
}
.kscontact-table .contact-submit input{  
  height:50px;
  background-color:#F5F5F5;
  color:#fff;
  text-align:center;
  border-bottom:none;
}
.btnwidth{
  width:100%;
  margin-top:50px !important;
  display:flex; 
  align-items:center;
  justify-content: center;
  flex-wrap: wrap;
}
#formbtn{
  padding:15px 25px;
  display:block;
  width:100%;
  max-width:300px;
  background-color:#e58996;
  color:#fff;
  font-size:1.1rem;
  font-weight:bold;   
  border-radius:5px;
  text-align:center;
  border:none;
  margin:0 auto;
}
#formbtn:hover{  
  background-color: #57b38a;
  transition:0.6s;
} 
.spam1{
  margin-right:10px;
}
@media screen and (max-width: 767px) {  
.kscontact-table{
  padding:0 0;
  margin:30px 0;
}   
.kscontact-table tbody{  
  margin:0 0;
  padding:0 0; 
} 
.kscontact-table tr{
  border:none;	
}
.kscontact-table th{
  width:100%;
  padding:10px;
  display:block;
  margin:0 0 ;
  border:none;
  font-weight:800;
	}
.kscontact-table td{    
  width:100%;
  padding:15px 10px;
  display:block;
  margin:0 0;
  border:none;
  box-sizing: border-box;
  }
  .kscontact-table select{  
    height:40px;
    padding-left:0;
    padding-right:15px; 
    width:90%;
    margin-bottom:10px; 
  }
}  
input[type="submit"],
input[type="button"] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.kscontact-table a{
  color:#DD0000;
  text-decoration:underline;
}
.grecaptcha-badge { 
  visibility: hidden;
 }
.kscontact-table td span.wpcf7-list-item-label{
	text-indent: -22px;
	line-height:1em;
}
.kscontact-table .contact_btn .wpcf7-acceptance{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.kscontact-table td .contact_btn .wpcf7-acceptance  .wpcf7-list-item{
	margin:0 10px 0 0 !important;
}
/*==================
   Single
====================*/
.main_area{
  display:block;
  width:100%;
  margin:50px 0;
  padding:0;
  box-sizing: border-box;
}
@media screen and (min-width:991px){
  .main_area{
    margin:50px auto 30px;
  }
}
.entry_header{
  width:100%;
  margin:0;
  padding:15px 15px 30px;
  background-color:#fff;
}
.entry_head{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  justify-content:space-between;
  margin:15px 0 30px;
  border-bottom:solid 2px #57b38a;
  padding:0 0 10px;
}
.entry_date{
  font-size:1rem;
  font-weight:bold;
}
.entry_date .fa-calendar-week{
  color:#DD0000;
  font-size:1.5rem;
  margin-right:5px;
}
.entry_category{
  font-size:0.8rem;
  background-color:#DD0000;
  text-align:center;
  padding:3px 10px;
  color:#fff;
}
.entry_ttl{
  font-size:1.2rem;
  font-weight:bold;
  padding-bottom:10px;
  margin-bottom:15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width:991px){
  .entry_ttl{
    font-size:1.5rem;
  }
}
.entry_thumb{
  overflow: hidden;
  max-height:500px;
  border-radius:15px;
}
.entry_thumb img{
  object-fit: cover;
  object-position: 50% 50%;
  width:100%;
}
.entry_area{
  padding:0 0 30px;
  margin:0;
  background-color:#fff;
}
/*==================
   Single
====================*/

.main_area{
  display:block;
  width:100%;
  margin:50px 0;
  padding:0;
  box-sizing: border-box;
}
@media screen and (min-width:991px){
  .main_area{
    width:100%;
  }
}
.entry_header{
  width:100%;
  margin:0;
  padding:15px 15px 30px;
  background-color:#fff;
}
.entry_head{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  justify-content:space-between;
  margin:15px 0 30px;
  border-bottom:solid 2px #57b38a;
  padding:0 0 10px;
}
.entry_date{
  font-size:1rem;
  font-weight:bold;
}
.entry_date .fa-calendar-week{
  color:#e58996;
  font-size:1.5rem;
  margin-right:5px;
}
.entry_ks-info-category{
  font-size:0.8rem;
  background-color:#57b38a;
  text-align:center;
  padding:3px 10px;
  color:#fff;
}
.entry_s-info-category{
  font-size:0.8rem;
  background-color:#e58996;
  text-align:center;
  padding:3px 10px;
  color:#fff;
}
.entry_ttl{
  font-size:1.2rem;
  font-weight:bold;
  padding-bottom:10px;
  margin-bottom:15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width:991px){
  .entry_ttl{
    font-size:1.5rem;
  }
}
.entry_thumb{
  overflow: hidden;
  width:100%;
  border-radius:15px;
}
.entry_thumb img{
  object-fit: cover;
  object-position: 50% 50%;
  width:100%;
}
.entry_area{
  padding:0 0 30px;
  margin:0;
  background-color:#fff;
}
.entry_area h2{
  font-size:1.5rem;
  background-color:#57b38a;
  padding:10px;
  color:#fff;
  margin:30px 0;
  line-height: 1.6;
  font-weight:bold
}
.entry_area h3{
  font-size:1.3rem;
  border-left:solid 10px #57b38a;
  padding:10px;
  margin:30px 0;
  line-height: 1.6;
  font-weight:bold
}
.entry_area h4{
  font-size:1.2rem;
  border-bottom:solid 2px #57b38a;
  padding:10px;
  margin:30px 0;
  line-height: 1.6;
  font-weight:bold
}
.entry_area h5{
  font-size:1.1rem;
  border-bottom:solid 1px #57b38a;
  padding:10px;
  margin:20px 0;
  line-height: 1.6;
}
.entry_area h6{
  font-size:1rem;
  font-weight:bold;
}
.entry_area p{
  margin-bottom:30px;
}
.entry_area img{
  margin:0 0 20px;
  object-fit: cover;
  width:100%;
  object-position: 50% 50%;
}
.entry_area ul,
.entry_area ol{
  padding:15px 10px 15px 30px;
  margin:20px 0;
  width:100%;
  background-color: #DDDDDD;	
  border-radius:15px;
}
.entry_area ul li{
  list-style-type:square;
  margin-bottom:20px;
  margin-left:10px;
  line-height: 1.6;
}
.entry_area ol li{
  list-style-type:decimal;
  margin-bottom:20px;
  margin-left:10px;
  line-height: 1.6;
}
.entry_area a{
  color:#e58996 !important;
  font-weight:700;
  text-decoration: underline;
}
.entry_area blockquote{
  position: relative;
  padding: 40px 10px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  color: #333;
  background: #eee;
}
.entry_area blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 17px;
    content: '“';
    color: #57b38a;
    font-size: 35px;
    line-height: 1;
    font-weight:bold;
}
.entry_area blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
.entry_area blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.entry_area table{
  width:100%;
  margin:50px 0;
  box-sizing: border-box;
}
.entry_area table th,
.entry_area table td{
  width:100%;
  padding:15px 10px;
  vertical-align: middle;
  line-height: 1.4;
  display:inline-block;
  text-align: center;
}
.entry_area table th{
  background-color:#57b38a;
  color:#fff;
  font-weight:bold;
}
@media screen and (min-width:991px){
  .entry_area h2{
    font-size:1.6rem;
  }
  .entry_area h3{
    font-size:1.4rem;
  }
  .entry_area h4{
    font-size:1.3rem;
  }
  .entry_area h5{
    font-size:1.1rem;
  }
  .entry_area p{
    letter-spacing: normal;
    line-height: 1.8;
  }
  .entry_area table th{
    width:30%;
    border-bottom:solid 3px #fff;
    display:table-cell;
  }
  .entry_area table td{
    width:70%;
    border-bottom:solid 3px #eee;
    text-align:left;
    display:table-cell;
} 
}
/*  tag
---------------------*/
.entry_tag{
  margin:50px 0;
  border-top:solid 1px #e58996;
  padding-top:30px;
}
.entry_tag .fa-tags{
  color:#e58996;
}
.entry_tag a{
  margin:10px;
  border:solid 1px #e58996;
  padding:5px 12px;
  font-size:0.9rem;
  color:#e58996 !important;
}
/* SNS button
 ---------------*/ 
 .share {
  margin-top: 30px;
  margin-bottom: 0;
  text-decoration: none;
}
.share-h3{
  font-size:1.2rem;
  padding-bottom:5px;
  margin-bottom:15px;
  border-bottom:solid 2px #57b38a;
}
.share-box{
  display: -webkit-box;
  display: -ms-box;
  display: flex;
  flex-wrap:wrap;
  width:100%;
}
.share-box .tweet,
.share-box .facebook,
.share-box .hatena,
.share-box .line{
  width:23%;
  margin:15px 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  flex-wrap:wrap;
}
.share-box .hatena a:before {
  font-weight: bold;
  content: 'B!';
} 
@media screen and (max-width:768px){
.share-box .tweet,
.share-box .facebook,
.share-box .hatena,
.share-box .line{
  width:48%;
  margin:5px 1%;
 } 
}
.share-box li a {
  font-size: 16px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.share li a:hover {
  opacity: .8;
  text-decoration: none;
}
.share li a:visited {
  color: #fff;
}
.tweet a {
  background-color: #55acee;
}
.facebook a {
  background-color: #315096;
}
.hatena a {
  background-color: #008fde;
}
.line a {
  background-color: #00c300;
}
/*  page-nav
---------------------*/
.page-navgation {
  display: flex;
  margin: 30px 0;
  padding: 10px;
  font-size: 1rem;
  font-weight: 800;
}
.nav-pre{
  flex: 1;
  border-left: solid 10px #57b38a;
  padding-left: 10px;
}
.nav-next{
  flex: 1;
  margin-left: 10px;
  text-align: right;
  border-right: solid 10px #57b38a;
  padding-right: 10px;
}
/* RECOMEND
--------------------*/
.s_ttl{
  font-size:3rem;
  font-weight:bold;
  line-height: 1.1;
  display:block;
  color:#57b38a;
}
@media screen and (min-width:768px){
  .s_ttl{
    font-size:4rem;
 }
}
.sub_s-ttl{
  display:block;
  font-size:1rem;
  color:#333;
}
.bd{
  border:solid 1px #000;
}
/*==================
  archive
===================*/
.news_sec{
  margin:500px 0 0;
  padding:100px 0 100px;
}
@media screen and (min-width:991px){
  .news_sec{
    margin:400px 0 0;
    padding:50px 0 100px;
  }
}
/*===================
 *  Policy
 *====================*/
.policy_ttl{
	font-size:1.4rem;
	margin:30px 0;
	padding:10px 0 10px 10px;
	border-left:solid 8px #57b38a;
	font-weight:bold;
	line-height:1.5;
}
@media screen and (min-width:991px){
	.policy_ttl{
	   font-size:1.8rem;
		padding:0 0 0 10px;
	}
}
.poli_dl{
	margin:30px 0;
	padding:0;
}
.poli_dl dt{
	font-size:1.1rem;
	font-weight:bold;
	color:#57b38a;
}
.poli_dl dd{
	font-size:0.95rem;
	margin:15px 0 0;
	padding: 0 0 30px;
   border-bottom: dashed 1px #333;
}
/*======================
  JOB
========================*/
.job_area{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  margin:0;
  padding:0;
}
.job_main{
  width:100%;
  margin:30px 0;
  padding:0;
}
.job_date{
  font-size:0.9rem;
}
.job_ttl{
  font-size:1.2rem;
  color:#57b38a;
  font-weight:bold;
}
.job_header{
  display:block;
  width:100%;
  margin:0;
  padding:15px;
  background-color:#fff;
  border-radius: 10px;
}
.job_top-photo{
  overflow:hidden;
  margin:15px 0;
  padding:0;
  border-radius: 10px;
}
.job_top-photo img{
  width:100%;
  border-radius: 10px;
  aspect-ratio: 5 / 3;
}
.job_wrap{
  width:100%;
  padding:0;
  margin:30px 0;
}
.job_intro,
.job_contents,
.job_entry{
  width:100%;
  background-color:#fff;
  border-radius: 10px;
  margin:30px 0;
  padding:20px 15px;
}
.job_sub-ttl{
  color:#57b38a;
  font-size:1.2rem;
  margin:0 0 15px;
  padding:0;
  line-height:1.5;
}
.job_sec-ttl{
  background-color:#57b38a;
  color:#fff;
  text-align:center;
  font-size:1.2rem;
  border-radius:5px 5px 0 0;
  padding:10px;
}
.job_table{
  width:100%;
  margin:30px 0 0;
}
.job_table th{
  width:100%;
  color:#57b38a;
  padding: 0 5px;
  display: block;
  text-align:left;
  font-weight:bold;
}
.job_table td{
  width:100%;
  padding:5px 5px 15px;
  display: block;
  margin-bottom:15px;
  line-height:1.6;
  border-bottom:solid 1px #eee;
}
.job_table td ul{
  width:100%;
  margin:0;
  padding:0 0 0 20px;
}
.job_table td ul li{
  list-style-type: disc;
  margin-bottom:8px;
  line-height: 1.4;
}
.bd_none{
  border-bottom:none !important;
}
/*- ENTRY area
--------------------*/
.job_entry{
  border:solid 3px #57b38a;
}
.job_entry-ttl{
  background-color:#57b38a;
  color:#fff;
  text-align:center;
  font-size:1.2rem;
  border-radius:5px 5px 0 0;
  padding:10px;
   line-height:1.4;
}
.job_entry-inner{
  margin:30px 0 15px;
  width:100%;
  display: block;
}
.job_number-area{
  width:100%;
  display:block;
  margin:0;
  padding:15px;
  background-color:#FAF3E6;
  border-radius:10px;
}
.job_number{
  font-size:1.2rem;
  text-align:center;
  font-weight:bold;
  line-height: 1.4;
  margin:30px 0;
  font-weight:bold;
}
.job_number-area p{
  font-weight:bold;
  text-align:center;
	font-size:1.1rem;
}
.job_btn-area{
  width:100%;
  display:flex;
  flex-wrap:wrap;
}
.job_tag-area{
  margin: 50px 0;
  border-top: solid 1px #57b38a;
  padding-top: 30px;
}
.job_tag{
  display:block;
  line-height: 3;
}
.job_tag a{
  border:solid 1px #57b38a;
  color:#57b38a;
  margin:0 10px 0 0;
  padding:3px;
}
.job_contact{
  width:100%;
  margin:50px 0;
  padding:0
}
.job_entry-ul{
  width:100%;
  margin:30px 0;
  background-color:#eee;
  padding:15px 10px 15px 15px;
  border-radius:10px;
}
.job_entry-ul li{
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.6;
  margin-bottom:10px;
}
.job_regist{
	background-color:#eee;
	width:100%;
	display:block;
	margin:50px 0;
	padding:15px;
}
/* sidebar
---------------*/
.job_side{
  width:100%;
  display:block;
  padding:0;
  margin:0 0 30px;
}
.job_side-box{
  width:100%;
  background-color:#fff;
  border-radius:10px;
  padding:15px;
  margin:0 0 30px;
}
.job_side-ttl{
  font-size:1.3rem;
  font-weight:bold;
  margin:0 0 30px 10px;
  padding:10px 15px;
  border-left:solid 8px #57b38a
}
.job-_side-ul{
  margin:30px 0 0;
  width:100%;
  padding:10px;
}
.job-_side-ul li{
  margin:0;
  border-bottom:dashed 1px #57b38a;
}
.job-_side-ul li:last-child{
  border-bottom:none;
}
.job-_side-ul li a{
  display:block;
  padding:10px;
  margin:0;
}
@media screen and (min-width:768px){
  .job_table th{
    width:30%;
    padding:20px 10px;
    vertical-align: middle;
    display: table-cell;
    border-bottom:solid 1px #eee;
    font-size:1.1rem;
  }
  .job_table td{
    width:70%;
    padding:20px 10px;
    vertical-align: middle;
    display: table-cell;
    margin-bottom:0;
  }
  .job_btn-area{
    flex-wrap:nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width:991px){
  .job_area{
    align-items: flex-start;
    justify-content: space-between;
  }
  .job_main{
    width:68%;
    margin:30px 1%;
  }
  .job_ttl{
    font-size:1.4rem;
  }
  .job_side{
    width:28%;
    margin:30px 1%;
  }
}
.job_category{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items:center;
  font-size:0.9rem;
}
.j_pref{
}
.j_occ{
  background-color:#e58996;
  color:#fff;
  padding:3px 5px;
 }
 /* taxonomy */
 .sec_a-ttl{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  z-index: 2;
  margin-bottom: 50px;
  color:#57b38a;
 }
 @media screen and (min-width:991px){
  .sec_a-ttl{
    font-size:2.2rem;
  }
 }