@charset "utf-8";
/* CSS Document */

/*reset*/

/* CSS Document */

.business-box{padding:20px;}

.youtube-box{
    margin: 0 auto;
    text-align: center;
}
.youtube-box iframe {
width: 50%;
    height: 300px;
}


.kaso_footer{
    margin: 0 auto;
    text-align: center;
margin-bottom: 100px;
}

.link-button {text-align: center;
    width: 50%;
  display: inline-block;
  padding: 12px 24px;
  background-color: #22ac38;
  color: white;
  text-decoration: none;
  border-radius: 9999px;   /* ← ここを大きくすることで左右が丸くなる */
    border: solid 5px #8fc31f;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
a.link-button {
    font-size: 28px;
    color: #fff;
}

.link-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
color: #fff;
}
.link-button:visited {
    color: #fff;
    text-decoration: none;
}


.insta-box img{
width:auto;
height:35px;}

.footer-subbox {
    display: inline-grid;
    grid-template-columns: 1fr 35px;
    align-items: center;
    gap: 12px;
}
.rotate-image {
  transition: transform 0.5s ease;
}

.rotate-image:hover {
  transform: rotate(180deg);
}

section.content {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

/* 表示状態 */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.hover-image {
      transition: opacity 0.3s ease;
    }

    .hover-image:hover {
      opacity: 0.5; /* 0.0が完全に透明、1.0が不透明 */
    }

h2.new-retitle{
    text-align: center;
    font-size: 36px;
    padding-top: 50px;
    color: #036eb7;
}

.kv-box img{width:100%;}

.recruit-menu-box {
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
gap: 80px;
    padding: 50px 50px 0 50px;
    }
.sub-menu {
    border: solid 3px #0e6eb8;
margin-bottom:60px;
}
h4.sub-title{
    background:#036eb7;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
min-height:80px;
display: flex;
    justify-content: center;
    align-items: center;
}
.recruit-menu-subbox {
        display: inline-grid;
        grid-template-columns: 1fr 85px;
gap: 10px;
padding:12px;
}
.recruit-main-subbox {
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
gap: 10px;
padding:12px;
border-bottom: solid 1px #036eb7;
margin-bottom: 60px;
}
.recruit-main-subbox img {
width:100%;
}

.business-subbox {
        display: inline-grid;
        grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
}
.business-subbox img {
width:100%;
}

.recruit-voice-subbox {
        display: inline-grid;
        grid-template-columns: 1fr 180px;
gap: 10px;
padding:12px 0px 0px 12px;
height: 250px;
}
.recruit-voice-subbox img {
  width: 100%;
  position: relative;
  top: -52px;      /* ← 被らせたい分だけ調整 */
}
.recruit-waku04 .recruit-voice-subbox {
        display: inline-grid;
        grid-template-columns: 1fr;
gap: 10px;
padding:12px 0px 0px 12px;
height: auto;
}


.recruit-main-subbox01 {
padding:12px;
border-bottom: solid 1px #036eb7;
}
.recruit-main-last-subbox {
        display: inline-grid;
        grid-template-columns: 4fr 1fr;
gap: 10px;
padding:12px 12px 0 12px;
}
.recruit-main-last-subbox img {
width:100%;
}

.voice-box{
position:relative;
border-bottom: solid #036eb7;
    margin-top: 100px;
}
  .voice-mark-box img {
    position: absolute;
    height: 150px;
  }
  .name-box {
    margin: 0 auto;
    text-align: center;
    width: 70%;
    margin-top: -30px;
  }
.name-box p {
    font-size: 36px;
    font-weight: bold;
padding: 15px 0;
}
  .staff-mark-box img {
    position: absolute;
    right: 2%;
height: 200px;
  }
.comment{
padding:70px 50px;
position:relative;
z-index:1;
margin:0 auto;
display:block;
}

.show-text{margin-bottom:20px;}
.comment p{margin-bottom:10px;}

.center {text-align: center;}
.comment p.voice-tit-box {
display:inline-block;
    background-image: linear-gradient(transparent 60%, yellow 60%);
    background-size: 100% 80%;
    background-repeat: no-repeat;
    font-size: 36px;
    font-weight: bold;
    color: #036eb7;
    padding: 0 36px;
margin: 30px 0;
}


.comment strong{color:#ca1919;}
.hide-text1,.hide-text2,.hide-text3,.hide-text4,.hide-text5,.hide-text6 {
display: none;
}
 
 
button.readmore1 {
	cursor:pointer;
    position: relative;
    display: block;
    background-color: transparent;
    color: #575756;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #575756;
	width:100%;
}
button.readmore2 {
	cursor:pointer;
    position: relative;
    display: block;
    background-color: transparent;
    color: #575756;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #575756;
	width:100%;
}
 button.readmore3,button.readmore4,button.readmore5,button.readmore6 {
	cursor:pointer;
    position: relative;
    display: block;
    background-color: transparent;
    color: #575756;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #575756;
	width:100%;
}
 button.readmore1:hover,button.readmore2:hover,button.readmore3:hover,button.readmore4:hover,button.readmore5:hover,button.readmore6:hover{background:#575756;;color:#fff;}

 
.on-click,.on-click2,.on-click3,.on-click4,.on-click5,.on-click6 {
display:none !important;
}

img.recruit-sl{
height: 270px;
    float: right;
}

.carousel {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  width: calc(480px * 10); /* 画像幅×画像数（2周分） */
  animation: scroll 30s linear infinite;
}

.carousel-track img {
  width: 480px;
  height: auto;
  object-fit: cover;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.work-main-box {
    padding: 50px;
}
.haikei{background:#036eb717;}
.recruit-main-subbox h5,.recruit-main-subbox01 h5,.recruit-main-last-subbox h5{
  display: inline-flex;       /* 中央揃えに最適 */
  align-items: center;        /* 縦中央 */
  justify-content: center;    /* 横中央 */
min-width: 230px;     /* 最低幅 */
  padding: 8px 20px;     /* 左右を広めに */
  border: 2px solid #036eb7;
  border-radius: 9999px; /* 左右がしっかり丸くなる */
  margin: 0;
color: #036eb7;
font-size:24px;
margin-bottom: 10px;
}
/*
.recruit-main-subbox h5::before,.recruit-main-subbox01 h5::before,.recruit-main-last-subbox h5::before {
  content: "●";
  color: #036eb7;
  margin-right: 0.2em; /* 黒丸とタイトルの間隔 */
}
*/
ul.two-column-list {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0 0 10px 0;
      gap: 0.5em; /* 項目間の余白 */
    }

    ul.two-column-list li {
    font-size: 17px;
      width: 100%; /* 2列に分ける */
margin-bottom: 17px;
      box-sizing: border-box;
      position: relative;
      padding-left: 1.5em; /* ドット分のスペース */
    }
ul.two-column-list li::before {
      content: "";
      position: absolute;
      left: 0;
      width: 1em;
      height: 1em;
      background-color: #24a7e1; /* ← ドットの色（赤）を指定 */
      border-radius: 50%; /* 丸くする */
    }
ul.column-list {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0 0 10px 0;
      gap: 0.5em; /* 項目間の余白 */
    }

    ul.column-list li {
    font-size: 17px;
      width: 100%; /* 2列に分ける */
      box-sizing: border-box;
      position: relative;
      padding-left: 1.5em; /* ドット分のスペース */
    }
ul.column-list li::before {
      content: "";
      position: absolute;
      left: 0;
      width: 1em;
      height: 1em;
      background-color: #8fc31f; /* ← ドットの色（赤）を指定 */
      border-radius: 50%; /* 丸くする */
    }
.recruit-waku {
  border: 2px solid #2ea7e0;    /* 枠線の色と太さ */
  padding: 16px;             /* 内側の余白 */
  border-radius: 4px;        /* 少しだけ角丸にしたい場合 */
  background-color: #ffffff; /* 任意：背景色 */
}
.tit-recruit h5{
  display: inline-flex;       /* 中央揃えに最適 */
  align-items: center;        /* 縦中央 */
  justify-content: center;    /* 横中央 */
min-width: 230px;     /* 最低幅 */
  padding: 8px 20px;     /* 左右を広めに */
  border: 2px solid #036eb7;
  border-radius: 9999px; /* 左右がしっかり丸くなる */
  margin: 0;
color: #036eb7;
font-size:24px;
margin-bottom: 20px;
}
.recruit-waku02, .recruit-waku03, .recruit-waku04 {
  position: relative;           /* 基準点 */
  border: 2px solid #333;
  padding:24px 10px 0px 16px;      /* 上はラベル分多め */
  background-color: #fff100;
margin-bottom:80px;
}

/* 上に乗る丸枠 */
.recruit-label {
  position: absolute;
  top: 0;                       /* 四角枠の上線 */
  left: 16px;                   /* 左位置（調整可） */
  transform: translateY(-50%);  /* 上線の半分から出す */
  padding: 6px 18px;
  border: 2px solid #333;
  border-radius: 9999px;
  background-color: #fff;

  white-space: nowrap;
min-width: 230px;
text-align: center;

}
.recruit-label h5{
font-size: 24px;
}
.voice-right {
  margin-left: auto;          /* ブロックを右へ */
  width: max-content;         /* 中身の幅に合わせる */
  
  display: flex;
  flex-direction: column;
  align-items: flex-start;    /* ← 頭を左で揃える */

  text-align: left;           /* 文字は左揃え */
}

.voice-right p {
  margin: 0;
}
span.text-name {
    font-size: 24px;
    font-weight: bold;
}
span.text-small {
    font-size: 14px;
}
section.image-box{
margin-top:60px;
}
section.image-box img{
    width: 100%;
}

*{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 17px;
	line-height: 1.5em;
}


img{
  border-width : 0px 0px 0px 0px;
  vertical-align:top;
}

li{
  line-height:1em;
}

ol li{
  list-style:decimal;
}

/* float */

.f_r {
	float: right;
}

.f_l {
	float: left;
}

.c_b {
	clear: both;
}


/* margin */

.m_10 {
    margin:10px;
}

.m_t_5 {
    margin-top:5px;
}

.m_t_10 {
    margin-top:10px;
}

.m_t_15 {
    margin-top:15px;
}

.m_t_20 {
    margin-top:20px;
}

.m_t_30 {
    margin-top:30px;
}

.m_t_100 {
    margin-top:100px;
}

.m_r_5 {
    margin-right:5px;
}

.m_r_10 {
    margin-right:10px;
}

.m_r_15 {
    margin-right:15px;
}

.m_r_20 {
    margin-right:20px;
}

.m_r_30 {
    margin-right:30px;
}

.m_r_31 {
    margin-right:31px;
}

.m_r_32 {
    margin-right:32px;
}

.m_b_5 {
    margin-bottom:5px;
}

.m_b_0 {
    margin-bottom:0!important;
}

.m_b_10 {
    margin-bottom:10px;
}

.m_b_15 {
    margin-bottom:15px;
}

.m_b_20 {
    margin-bottom:20px;
}

.m_b_30 {
    margin-bottom:30px;
}

.m_b_40 {
    margin-bottom:40px;
}

.m_b_50 {
    margin-bottom:50px;
}

.m_b_60 {
    margin-bottom:60px;
}


.m_l_5 {
    margin-left:10px;
}

.m_l_10 {
    margin-left:10px;
}

.m_l_15 {
    margin-left:15px;
}

.m_l_20 {
    margin-left:20px;
}

.m_l_30 {
    margin-left:30px;
}

.m_tr_10 {
	margin-top: 10px;
	margin-right: 10px;
}

.m_tr_20 {
	margin-top: 20px;
	margin-right: 20px;
}

.m_tb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_tb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.m_tl_10 {
	margin-top: 10px;
	margin-left: 10px;
}

.m_tl_20 {
	margin-top: 20px;
	margin-left: 20px;
}

.m_rb_10 {
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_rb_20 {
	margin-right: 20px;
	margin-bottom: 20px;
}

.m_rl_10 {
	margin-right: 10px;
	margin-left: 10px;
}

.m_rl_20 {
	margin-right: 20px;
	margin-left: 20px;
}

.m_bl_10 {
	margin-bottom: 10px;
	margin-left: 10px;
}

.m_bl_20 {
	margin-bottom: 20px;
	margin-left: 20px;
}

.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_trb_20 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.m_tbl_10 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.m_tbl_20 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/* padding */

.p_10{
    padding:10px;
}

.p_t_10{
    padding-top:10px;
}

.p_r_10{
    padding-right:10px;
}

.p_r_15{
    padding-right:15px;
}

.p_r_30{
    padding-right:30px;
}

.p_r_140{
    padding-right:140px;
}

.p_b_10{
    padding-bottom:10px;
}

.p_l_10{
    padding-left:10px;
}

.p_l_15{
    padding-left:15px;
}



/* tx */

.tx_r{
    text-align:right;
}

.tx_l{
    text-align:left;
}


/* vertical-align */

.v_t{
    vertical-align:top;
}

.v_b{
    vertical-align:bottom;
}

.v_m{
    vertical-align:middle;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 横幅 */
.w80{
	width: 80px;	
}
.w100{
	width: 100px;	
}
.w120{
	width: 120px;	
}
.w140{
	width: 140px;	
}
.w160{
	width: 160px;	
}
.w180{
	width: 180px;	
}
.w200{
	width: 200px;	
}
.w210{
	width: 210px;	
}
.w220{
	width: 220px;	
}
.w230{
	width: 230px;	
}
.w240{
	width: 240px;	
}
.w250{
	width: 250px;	
}
.w260{
	width: 260px;	
}
.w270{
	width: 270px;	
}
.w280{
	width: 280px;	
}
.w290{
	width: 290px;	
}
.w300{
	width: 300px;	
}
.w310{
	width: 310px;	
}
.w320{
	width: 320px;	
}
.w330{
	width: 330px;	
}
.w340{
	width: 340px;	
}
.w350{
	width: 350px;	
}
.w360{
	width: 360px;	
}
.w370{
	width: 370px;	
}
.w380{
	width: 380px;	
}
.w390{
	width: 390px;	
}
.w400{
	width: 400px;	
}
.w410{
	width: 410px;	
}
.w420{
	width: 420px;	
}
.w430{
	width: 430px;	
}
.w440{
	width: 440px;	
}
.w450{
	width: 450px;	
}
.w460{
	width: 460px;	
}
.w470{
	width: 470px;	
}
.w480{
	width: 480px;	
}
.w490{
	width: 490px;	
}
.w500{
	width: 500px;	
}
.w510{
	width: 510px;	
}
.w520{
	width: 520px;	
}
.w530{
	width: 530px;	
}
.w540{
	width: 540px;	
}
.w550{
	width: 550px;	
}
.w560{
	width: 560px;	
}
.w570{
	width: 570px;	
}
.w580{
	width: 580px;	
}
.w590{
	width: 590px;	
}
.w600{
	width: 600px;	
}
.w610{
	width: 610px;	
}
.w620{
	width: 620px;	
}
.w630{
	width: 630px;	
}
.w640{
	width: 640px;	
}
.w650{
	width: 650px;	
}
.w660{
	width: 660px;	
}
.w670{
	width: 670px;	
}
.w680{
	width: 680px;	
}
.w690{
	width: 690px;	
}
.w700{
	width: 700px;	
}


/**/
img
{border:0;
padding:0px;
margin:0px;}


a{text-decoration:none;
	outline:none;		color:#666666;
}

a:hover{
		color:#666666;text-decoration: underline;
	}
	
a:visited{
	color:#666666;text-decoration:none;
	}
	
ul {
list-style:none;padding:0;
margin:0;
}

body{
font-size:17px;
font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
color:#666666;
position:lerative;
width: 100%;
padding-top:135px;
}

p{line-height:180%;}

.cl:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cl {
  min-height: 0px;
  clear:both;
}

* html .cl {
  height: 0px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
@media screen,tv{
.print{
		display:none;
	}}

@media print{
#pagetop {
	display:none;
	}
}

	#pageTop{
	background:rgba(0,0,0,0.75);
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	font-family:Palatino Linotype;
    z-index: 999999;
	}
#pageTop:hover{
	background:rgba(33,22,19,0.75);
	}

#pageTop img{width:40px;}


/**/
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.nopc{display:none;}


/* header */

/**/

#header {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	/*border-bottom: 3px solid #036eb7;*/
		box-shadow: 0px -2px 40px 0px #dddddd;
}

#header:before {
	content: "";
	display: block;
	width: 100%;
}
#header_inner {
	max-width: 1100px;
	width:100%;
	margin: 0 auto;
}
#header_left {
    float: left;
width: 32.274%;
    padding: 0.819%;
}
#spmenu {
	display: none;
}
#logo {
	/*width:300px;*/
	float: left;
}
#logo img {
	width:100%;
	height:auto;
	max-height:95px;
}
#logo img {
}

#tel_box {float:right;width:250px;}

.m_block {
	display: block;
    float: right;
    background:#036eb7;
    width: 160px;
    border-radius: 5px;
    margin-right: 0;
    margin-left: 350px;
    margin-bottom: 0;
}

#navi{
		/*margin-top: 20px;*/
		 color:#ffffff;height:56px;

}

/*ul#navi_ul li {
	border-left: 1px solid #ccc;
}
ul#navi_ul li:last-child {
	border-right: 1px solid #ccc;
	float:right;
}*/
ul#navi_ul {
	/*width:700px;*/
	position: relative;
	text-align: center;
	margin:0 auto;

}
ul#navi_ul li a {
	text-decoration: none;
/*color:#ffffff;*/
color:#666;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"Jenkins v2.0",cursive;
}
ul#navi_ul li {
/*padding: 10px 0; */
    padding: 5px 0 2px;
    float: left;
    position: relative;
    display: inline;
    margin: 0 20px;
    transition: all 0.2s;
}

.list_inner_cap {
	color: #ffffff;
	letter-spacing: 0.5px;
	font-size: 0.65em;
	display: block;

}

p#tel_box_number {
	color: #FFFFFF;
	margin-right: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	position: relative;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 0px;
	width:auto;
	height:45px;
	box-sizing:border-box;
}
p#tel_box_number span {
	color: #ffffff;
	font-size: 26px;
}
p#tel_box_number span a{
	color: #ffffff;
	font-size: 26px;
}


p#tel_box_number2 {
	margin-right: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width:auto;
	height:45px;
	box-sizing:border-box;
}
p#tel_box_number2 span {
	font-size: 26px;
}
p#tel_box_number2 span a {
    font-size: 26px;
    color: #fff!important;
text-decoration: none;
}
#header_right {
float:right;width: auto;
}
#main {
	margin: 0 auto;/*min-width:1100px;*/
}

#container {
	overflow: hidden;
}
#content {}

.w1100{max-width: 1100px;
    width: 100%;display:block;margin:0 auto;padding-top: 16px;}


ul#navi_ul li:hover {
    color: #ffffff !important;
    border-bottom: 5px solid #036eb7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
/**********************

追加CSS


*********************/


.tab_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexslider .slides img {
    margin: 0 auto;
}


ul.daybox_ul {
    margin: 17px 0;
}

li.daybox_li {
    padding-bottom: 18px;
}

.kframe2.backgry.lastimg {
}
.daybox {
    max-width: 350px;
    margin: 0 auto;
}
span.faxtext {
    padding-left: 30px;
}

.nosp {
   display: block;
}

.kaso_main {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto 0;
}
.re_top_box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.re_top_box_in {
    width: 45%;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 0 10px;
}
.re_top_outer {
    box-shadow: 0px 4px 8px 4px rgb(114 118 125 / 20%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5rem;
}
img.re_top_box_in_imgboxin {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
img.remainimg_flex {
    width: 33%;
}
#licensed {
    margin-top: -150px;
    padding-top: 150px;
}
#licensedsub {
    margin-top: -150px;
    padding-top: 150px;
}
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange, a.btn--orange {
    color: #fff;
    background-color: #036eb7;
    border: 2px solid #036eb7;
}
.btn--orange:hover, a.btn--orange:hover {
    color: #036eb7;
    border: 2px solid #036eb7;
    box-sizing: border-box;
    background-color: inherit;
}
.btnbox {
    margin-top: 20px;
    text-align: center;
}
.re_top_box_in.box_right {
    border-left: 2px solid #036eb7;
    padding-left: 50px;
}
.remainimg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}
h3.re_mainbox_mi {
    border-left: 5px solid #036eb7;
    padding-left: 10px;
line-height: 36px;
}
.re_mainbox_in {
    margin-bottom: 25px;
}
.re_mainbox_inner {
    margin-bottom: 25px;
margin-top: 25px;
}
.re_top_box_in_text {
    padding: 10px;
}

.re_mainbox.sub02 {
    margin-top: 5rem;
}

h2.re_mainbox_mi_title {
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 3px solid #216c52;
    border-radius: 10px;
    background: #036eb7;
    margin-bottom: 25px;
    font-size: 25px;
    color: #fff;
}
h2.re_mainbox_mi_title:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #216c52 transparent transparent transparent;
}

h2.re_mainbox_mi_title:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #036eb7 transparent transparent transparent;
}







h4.re_mainbox_mi_inner {
    color: #036eb7;
    font-size: 18px;
}


table.toptable {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  border-collapse: separate;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
table.toptable th {
    width: 200px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #eee;
    padding: 18px 30px 15px;
    text-align: left;
    box-sizing: border-box; }
table.toptable td {
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 18px 30px 15px; }
table.toptable tr:last-child th, #recruit #mainSec table tr:last-child td {
    border-bottom: none; }
.btnArea01 {
  margin-top: 40px; }
#btmLink li {
  background: url(../../company/img/bg_btmlink.gif) 0 0 no-repeat; }








table {
  width: 980px;
  margin: 0 auto;
  font-size: 14px;
  border-collapse: separate;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
table th {
    width: 300px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #eee;
    padding: 18px 30px 15px;
    text-align: left;
    box-sizing: border-box; }
table td {
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 18px 30px 15px; }
table tr:last-child th, #recruit #mainSec table tr:last-child td {
    border-bottom: none; }
.btnArea01 {
  margin-top: 40px; }
#btmLink li {
  background: url(../../company/img/bg_btmlink.gif) 0 0 no-repeat; }

h3.re_top_box_in_title {
    font-size: 20px;
}

i.fa-solid {
    padding-right: 5px;
}

i.fas, i.far {
    padding-right: 5px;
}
i.fa-regular {
    padding-right: 5px;
}


.retitle_box {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2.retitle {
    padding: 1rem 2rem;
    border-bottom: 3px solid #216c52;
    background: #036eb7;
    font-size: 25px;
    color: #fff;
    text-align: center;
letter-spacing: 1.2px;
}


.balloon3 {
margin: 0 0 0 20px;
    position: relative;
    padding: 10px;
    width: 100%;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-color: #fff;
    border: 3px solid #036eb7;
}
.balloon3::before{
content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 0;
    left: -32px;
    bottom: 50%;
    border-right: 30px solid #03923c;
    border-top: 0px solid transparent;
    border-bottom: 30px solid transparent;
    transform: rotate(0deg);

}

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

.balloon_flex_in {
    width: 20%;
}

img.balloon_flex_inimg {
    width: 100%;
}

.balloon_flex_in02 {
    width: 70%;
}
h4.balloon_flex_in_title {
    color: #000;
    text-align: initial;
}
p.balloon_flex_in_p {
    text-align: left;
    color: #000;
    margin-top: 20px;
letter-spacing: 0;
}

.balloon_flex_02 {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.balloon_flex_in_02 {
    width: 20%;
}

img.balloon_flex_inimg {
    width: 100%;
}

.balloon_flex_in02_02 {
    width: 70%;
    padding-right: 70px
}
h4.balloon_flex_in_title_02 {
    color: #000;
    text-align: initial;
}
p.balloon_flex_in_p_02 {
    text-align: left;
    color: #000;
    margin-top: 20px;
letter-spacing: 0;
}
.tab_flex_in {
    font-size: 16px;
}

.balloon3_02 {
margin: 0 0 0 20px;
    position: relative;
    padding: 10px;
    width: 100%;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-color: #fff;
    border: 3px solid #036eb7;
}
.balloon3_02::before{
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 0;
    right: -20px;
    bottom: 50%;
    border-right: 20px solid #03923c;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    transform: rotate(45deg);

}



















/*footer*/


#footer {
	/*max-width: 1100px;*/ background: #036eb7;    padding-top: 0px;
    width: 100%;	/*min-width: 1100px;*/
	clear: both;margin:0 auto;margin-top:0px;
/*background:#222;
color:#ffffff !important;*/
    color: #fff;
}

/*#footer a,#footer a:hover,#footer a:visited{color:#ffffff;}*/


#footer_box {
	/*width: 100%;*/
}
#footer_inner {
	max-width: 1100px;
    width: 100%;
	margin: 0 auto;
	padding: 10px 0;/*padding-top: 50px;*/
}
#footer_left {
	float: left;
}
p#footer_name {
        width: 335px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom:10px;
}
p#footer_name img {
	width:100%;
}


#footer_right {
	float: right;
	width: 550px;
}
#footer_right p img {
	padding-top: 3px;
}
#footer_right p span {
	padding-left: 10px;
}
#footer_nav{	display: inline-block;padding-bottom: 20px;width:500px;}

#footer_nav li {width:235px;
	display:block;
	float:left;
	background: url(../cmn/arrow_icon02.png) no-repeat left center;
	background-size:12px 12px;
	padding-left:15px;
text-align: center;
}
#footer_nav li.foot_nav_home {
	display:block;
}
#footer_nav li img {
	vertical-align: middle;
	margin-top: -3px;
}
#footer_nav li a {
	background-size: 6px 10px;
	padding: 10px 10px 10px 10px;
	line-height: 2.8em;
	text-decoration: none;
	color: #666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
color: #fff;
}
#footer_nav li a:hover {
    text-decoration: underline;
    color: #f2f2f2;
}
#footer_nav li.foot_nav_home a {
	color:#666;
}
p#copyright {
	text-align: center;
	padding: 10px 0;
	font-size: 12px;	}


.mintext .text_link {
	color: #036eb7;
}
.mintext .text_link a:hover {
	color: #DBB990;
}

/*top*/

.title02{
position: relative;
display: inline-block;
margin-bottom: 1em;
}
.title02:before {
content: '';
position: absolute;
bottom: 0px;
display: inline-block;
width: 60px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #666;
border-radius: 2px;
}

.title02wrap {
	border-bottom:2px solid #036eb7;
	padding-bottom:5px;
}
.title02 {
	color:#666666;
	font-size:30px;
	text-align:center;
	margin-bottom:30px;
	padding-bottom:30px;    margin: 0 auto;
    display: block;
	}
	
	h2.title02:first-letter {
    color: #036eb7;
}
	
.title02 span {
	color:#036eb7;
	font-size:10px;
	margin-left:10px;
}
.title03 {
	color:#666666;
	font-size:30px;
	text-align:left;
	margin-bottom:30px;
	}
	
	h2.title03:first-letter {
    color: #036eb7;
}
	
.title03 span {
	color:#036eb7;
	font-size:10px;
	margin-left:10px;
}

#parking_top {
	width: 380px;
	float: right;
}



.top_title_box {
	overflow: hidden;
	margin-top: 10px;
}

h2.top_title {
	font-size: 18px;
 	letter-spacing: 1px;
	text-align: left;
	color: #036eb7;
	float: left;
	margin-right: 10px;
	line-height: 2.0em;
}

h3{
	font-size: 24px;margin-bottom:15px;}

.guide_kamoku{background:#eee;padding:30px;margin:30px 0;}
.guide_kamoku2{background:#fff;padding:30px;margin:30px 0;text-align: justify;}

.guide_kamoku h5{
    display: inline-block;
    padding: 12px;
    text-decoration: none;
    /* border-bottom: solid 20px rgba(35,24,21,0); */
    position: relative;
    z-index: 1;
    background: #fff;
    line-height: 100%;
    text-align: left !important;
margin-right: 30px;border: 1px solid #666;
    margin-bottom: 20px;
}
.guide_kamoku2 h5{
    display: inline-block;
    padding: 12px;
    text-decoration: none;

    /* border-bottom: solid 20px rgba(35,24,21,0); */
    position: relative;
    z-index: 1;
    background: #eee;
    line-height: 100%;
    text-align: left !important;
margin-right: 30px;
    margin-bottom: 20px;border: 1px solid #666;
}



.guideimg{   
    float: none;
    width: 100%;
    text-align: center;
    display: flex;
}
.guideimg img{max-width:350px;height:auto;}


.guideimg2{float:right;width:33%;text-align:center;}
.guideimg2 img{max-width:350px;height:auto;}

.guide_con{float: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 70px;
    max-width: 920px;}

.guide_con h4{font-size:20px;margin-top: 24px;margin-bottom: 12px}

.guide_con h4:before{content:"● ";color:#036eb7;}


.guide_con2{margin-bottom:60px;float:left;width: 64%;}

.guide_con2 h4{font-size:20px;}

.guide_con2 h4:before{content:"● ";color:#036eb7;}

.top_title_box span {
	color: #036eb7;
	font-size:10px;
}
p.top_en {
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: left;
	color: #036eb7;
	padding: 10px 0 0 0;
	white-space:nowrap;
}
p.top_en a {
	color:#036eb7;
}
.top_en img {
	padding: 3px 0 5px 2px;
}
#seo_img {
	clear: both;
	text-align:left;
	margin: 30px 0 30px 0;
}
#seo_img img {
	width: 100%;
}
p.seo_title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
	letter-spacing: 1px;
	margin-top:20px;
}
p.seo_txt {
	margin: 10px 0 50px 0;
	line-height: 1.8em;
	text-align: left;
}
#about_box {
	width: 100%;
	background: #E7F0F7;
	padding: 100px 0;
	/*min-width: 1100px;*/
}
#about_box_inner {
	width: 1100px;
	margin: 0 auto;
}
.about_contents_box {
	padding: 30px 0 0 0;
	width: 306px;
	float: left;
}
.about_contents_box img {
	width: 306px;
	height: 200px;
}
.about_contents_txt {
	background: #FFFFFF;
	padding: 20px;
}
a .about_contents_txt {
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover .about_contents_txt {
	background-color: #0066B6;
}
a h3.top_title {
	font-size: 18px;
	color: #036eb7;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover h3.top_title {
	color: #FFFFFF;
}
a p.about_contents_des {
	padding: 10px 0 0 0;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover p.about_contents_des {
	color: #FFFFFF;
}
#info_box {
	width: 100%;
	float: none;
	margin-bottom:50px;
}
.info_title {
}
.info_title span {
	padding-left:10px;
	color: #036eb7;
	font-size:10px;
}
.info_title02wrap {
	border-bottom:2px solid #036eb7;
	padding-bottom:5px;
}
.info_title02 {
	color:#036eb7;
	font-size:30px;
	float:left;
}
.info_title02 span {
	color:#036eb7;
	font-size:10px;
	margin-left:10px;
}
p.to_news_list {
	background: url(../cmn/arrow_icon02.png) no-repeat right center;
	background-size:12px 12px;
	padding-right:20px;
	padding-top:3px;
	float:right;
	margin-top: 10px;
}
.info_title .top_en {
	float:right;
	font-size:14px;
}

.to_news_list {
	
}
.news_box {
	clear: both;
	margin-top: 30px;
	margin-bottom:40px;
}
ul#news_list {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
ul#news_list li {
	border-bottom: 1px dotted #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 10px 24px;
	background-size: 12px 12px;
}
.news_box ul#news_list li:last-child {
}
ul#news_list li .news_date {
	padding-top: 0;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 0;
	color: #036eb7;
	font-weight: bold;
	line-height:100%;
	background-image: url(../img/arrow_icon02.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	background-size: 12px 12px;
}

.arrow2{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow2::before,
.arrow2::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}


.sample1-1::before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #036eb7;
}
.sample1-1::after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}



ul#news_list li a {
	display: block;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 2em;
}
ul#news_list li a:hover {
	color: #036eb7;
}
ul#news_list li .news_icon {
	padding-top: 3px;
	padding-right: 10px;
}

.ggmap {
	margin: 30px 0 20px 0;
	position: relative;
	
	padding-top: 30px;
	height: 350px;
	overflow: hidden;
}
.ggmap2 {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 380px;
}
.ggmap2 iframe, .ggmap2 object, .ggmap2 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


table.consultation_hours {
	width: 690px;
	border: 1px solid #dddddd;
	text-align: center;
	margin: 20px 0 0 0;
	border-collapse: collapse;
}
table.consultation_hours tr td {
	padding: 0px;
}
table.consultation_hours th {
	padding: 8px;
}
table.consultation_hours th.title {
	background: #d3daf0;
	color: #333333;
}
table.consultation_hours th.day {
	background: #d3daf0;
	font-weight: normal;
	border-left: 1px solid #dddddd;
	font-weight: bold;
}
table.consultation_hours th.time {
	font-weight: normal;
	border-top: 1px solid #dddddd;
}
table.consultation_hours td {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
table.consultation_hours td.open {
	color: #036eb7;
	font-size: 20px;
}
table.consultation_hours td.close {
	color: #888888;
	font-size: 20px;
}

table.consultation_hours02 {
	width: 690px;
	border: 1px solid #dddddd;
	text-align: center;
	margin: 0 0 0 0;
	border-collapse: collapse;
}
table.consultation_hours02 tr td {
	padding: 5px;
	font-size: 12px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
table.consultation_hours02 th {
	padding: 5px;
	background: #FDF5DF;
	border-left: 1px solid #dddddd;
}
table.consultation_hours02 th.td01{
	width: 85px;
}
table.consultation_hours02 th.td03{
	width: 141px;
}
table.consultation_hours02 td.td02{
	background-color: #FFF5D9;
}
table.consultation_hours02 td.td04{
	border-top:none;
}
table.consultation_hours02 td .type01{
	font-size: 13px;
	font-weight: bold;
}
table.consultation_hours02 td .type02{
	color:#990000;
	font-size: 12px;
}
table.consultation_hours02 td .type03{
	color:#008000;
	font-size: 12px;
}
table.consultation_hours02 td .type04{
	color:#3075CF;
	font-size: 12px;
}
table.consultation_hours02 td .type05{
	font-size: 10px;
}p.consultation_closed {
	margin: 10px 0 0 0;
}

/**/
.sub_txt {
	margin: 20px auto;
	text-align: left;
	line-height: 1.8em;
}
.sub_txt p {
	line-height: 1.8em;
}
h2.sub_title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline;
	color: #036eb7;
	border-left: 5px solid #036eb7;
	padding-left: 10px;
	line-height: 2.2em;
}

p.sub_en {
	font-size: 12px;
	color: #036eb7;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: inline;
	margin: 0 0 30px 0;
	padding-left: 10px;
}
.sub_line {
	height: 2px;
	margin: 0 auto 20px;
	background: #036eb7;
}


ul#access_list li {
	padding: 0 0 20px 0;
}h3.access_name {
	color: #036eb7;
	font-size: 16px;
	border-bottom:none;
}
p.access_txt {
	line-height: 1.7em;
}


h3.clinic_box_name {
	font-size: 18px;
	font-weight: bold;
	color: #036eb7;
	text-align: center;
	letter-spacing: 0.1em;
}
h4.clinic_box_name_sub01 {
	font-size:16px;
	font-weight:normal;
	text-align:center;
	padding-top:10px;
	margin-bottom:30px;
}
h4.clinic_box_name_sub02 {
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding-top:30px;
	padding-bottom:10px;
}
h4.clinic_box_name_sub02 span {
	color:#036eb7;
	font-size:16px;
	font-weight:bold;
}
.clinic_line {
	font-weight: normal;
	font-size: 18px;
}
.clinic_facility01, .clinic_facility02 {
	float: left;
	width: 220px;
}
.mr_20 {
	margin-right: 20px;
}
.clinic_facility01 img {
	width: 220px;
}
.mr_30 {
	margin-right: 30px;
}
.clinic_facility02 {
	margin-right: 15px;
	margin-bottom: 30px;
	width: 220px;
}
.clinic_facility01:nth-child(3n),
.clinic_facility02:nth-child(3n) {
	margin-right:0;
}
.clinic_facility02 img {
	width: 220px;
}

p.clinic_facility_name {
	margin: 5px 0 10px 0;
}


ul.facility_list01 span {
	display: inline-block;
	font-weight: bold;
	color: #036eb7;
}
.clinic_facility_name   {
	display: inline-block;
	font-weight: bold;
	color: #036eb7;
}
ul.facility_list01 li {
	margin-right:15px;
	margin-bottom:20px;
}
ul.facility_list01 li:nth-child(4n) {
	margin-right:0;
}
ul.facility_list01 li img {
	width: 220px;
	margin-bottom: 5px;
}
.clinic_box_inner {
	margin: 35px 0 0 0;
}
.clinic_box {
	margin: 40px 0;
}
.news_info_date {
	text-align: right;
	margin: 10px 0 0 0;
}
.pagelink{
margin: 30px 0 0 0;
}
/* ページャー */
.pagination1{
    margin-top:50px;
    text-align:center}
 
a.page-numbers,
.pagination1 .current{
    background-color: #fff;
    border: solid 1px #000;
    border-radius:0px;
    padding:6px 9px;
    margin:0 2px;
    text-decoration: none;
    color:#000;}
 
.pagination1 .current{
    background-color: #036eb7;
    border: solid 1px #000000;
    color:#FFFFFF;
margin-right: -4px;}
 
.pagination1 a:hover{
    color: #ffffff;
    border: solid 1px #000000;
    background-color: #000000;}
	
/*よくある質問*/
.faq{margin:20px 0;display:block;}
.faq dl dt,
.faq dl dd {
	padding:0;margin:0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.faq dl dt.question {
    background-color: #ffffff;
    border-bottom: solid 1px #d3d3d3;
    width: 100%;
    padding: 20px 10px;
    display: table;
    -webkit-tap-highlight-color:transparent;
		background:url(../cmn/q1.png) no-repeat 5px 50%;
		background-size:40px;
		cursor:pointer;

}
  .faq  dl dt.question:first-child {
        border-top: solid 1px #d3d3d3;
    }
  .faq   dl dt.question:hover {
    }
   .faq  dl dt.question div.tablecellbox2 img {
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
    }

.rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.faq  dl dt.question div.tablecellbox1 {
    padding-left: 45px;
    padding-right: 2%;
    height: 32px;}
.faq  dl dt.question div.tablecellbox2 {
    width: 32px;
    height: 32px;
}
.faq  dd.answer {
    color: #707070;
    line-height: 1.3;
    border-bottom: solid 2px #d3d3d3;
    padding: 20px 10px;
	background:#ffeebd url(../cmn/a1.png) no-repeat 5px 50%;
			background-size:40px; padding-left: 20px;

}
.faq dd.answer div.tablecellbox1 {
    vertical-align: top;
    padding-left: 40px;
}

div.tablecellbox1,
div.tablecellbox2 {
    display: table-cell;
    vertical-align: middle;  

}
.c_table{
border-top:1px solid #cdcdcd;
border-left:1px solid #cdcdcd;
margin:20px 0px 20px 0px;
}
.c_table th,.c_table td{
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	padding:10px 10px 10px 10px;
}
.c_table th{
background-color:#f3f3f3;
font-weight:normal;
padding:5px 0px 5px 0px;
width:200px;
}
.top_table{
margin:0px 0px 0px 0px;
}
.top_table th,.top_table td{
	border-bottom:1px solid #cdcdcd;
	padding:10px 10px 10px 10px;
}
.top_table td span{ color:#FF0000; font-size:16px; font-weight:bold;
}
.top_table th{
background-color:#f3f3f3;
font-weight:normal;
padding:5px 0px 5px 0px;
width:300px;
text-align:center;
}


table.company {    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;	box-sizing:border-box;
	margin-bottom:20px;

}
 
table.company th,
table.company td {
    padding: 10px;
	box-sizing:border-box;
}
 
table.company th {
    background: #036eb7;
    vertical-align: middle;
    text-align: left;
width:19%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
	font-weight:bold;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #036eb7;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
width: 89%;
padding-left: 20px;
}

.flow {text-align: left; padding: 3.75% 2% 2%; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
.flow h4{font-size:16px;}
.flow h4 span { color: #e37d00;font-size:16px; margin-right:20px;}/*売却の流れ*/
/*流れ*/
.flow-box {}
.flow-box img {width: 25%; border: 1px solid #e3e3e3; float: left; margin: 0 10px 10px 0;}
.arrow { width: 0; height: 0; border: 17px solid transparent; border-top: 17px solid #d4d1d1; margin: 2% auto -2%;}
.osusume_img{width:45%; float:left; margin-right:5%;}

.osusume_img img{width:350px;height:auto;}
.videoarea{ width:50%; float:right; min-height:300px;}
.videoarea p{ font-size:24px; color:#FFFFFF; text-align:center; margin-top:120px;}
.top_douga{width:100%; height:300px;}
ul.exa4{
margin-top:10px;
margin-bottom:20px;
}
.cream_box{}	
.exa4 li {
  display: inline-block; width:100%;
  vertical-align:middle;
}
.more2{border:1px solid #666666; font-size:16px; text-align:center; width:700px; height:40px; padding-top:15px; }
.more2:hover{background:#ff7a1f;}
#access_top{margin-top:40px;}
.topslider {width:1200px;margin:0 auto;display:block;}

ul.smppad {
list-style-type:decimal;
}

ul.smppad ol {
list-style-type: upper-alpha;
}
.acf-map {
           width: 100%;
    height: 200px;
           border: #ccc solid 1px;
           margin-bottom: 20px;    margin-top: 50px;box-sizing: border-box;
          }
.acf-map01 {
           width: 100%;
           height: 400px;
           border: #ccc solid 1px;
           margin-bottom: 20px;    margin-top: 50px;box-sizing: border-box;
          }
#access_box{width:700px;}
#access_left{ float:left; width:47%;}
#access_right{width:45%; float:left; margin-left:3%;}
#access_right img{width:350px;height:auto;}
.message{ background-color:#FFFFCC; margin-top:20px; margin-bottom:20px; padding:20px;}

.inquiry-form {
  font-size: 0px;
  color: #333;
}

.inquiry-form__table {
  border: 2px solid #eee;
  margin-bottom: 20px;
}

.inquiry-form__table__th {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  background: #eeeeee;
  text-align: left;
  width: 280px;
  box-sizing: border-box;
  border-bottom: 2px dotted #fff;
  vertical-align: top;
}

.inquiry-form__table__th .must {
  color: #f00;
}

.inquiry-form__table__th__row {
  margin-bottom: 10px;
}

.inquiry-form__table__th__row:last-of-type {
  margin-bottom: 0;
}

.inquiry-form__table__th__text {
  line-height: 24px;
}

.inquiry-form__table__td {
  font-size: 0px;
  padding: 18px 0 18px 20px;
  border-bottom: 2px dotted #eee;
  width: 300px;
  box-sizing: border-box;
}

.inquiry-form__table__td__row {
  margin-bottom: 10px;
  font-size: 16px;
}

.inquiry-form__table__td__row:last-of-type {
  margin-bottom: 0;
}

.inquiry-form__table__td__row__title {
  font-size: 16px;
  width: 130px;
  display: inline-block;
}

.inquiry-form__table__td__row span {
  font-size: 16px;
}

.inquiry-form__table__td__row label {
  margin-right: 15px;
  font-size: 16px;
  cursor: pointer;
}

.inquiry-form__table__td__row__text {
  line-height: 18px;
  padding-right: 20px;
  font-size: 12px;
}

.inquiry-form__table__td__row__text__large {
  font-size: 14px;
  line-height: 24px;
}

.inquiry-form__table__td__row__text--2 {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.inquiry-form__table__td__row__select2 {
  margin-left: 25px;
}

.inquiry-form__table__td__row__sub-text {
  margin-left: 40px;
}

.inquiry-form__table__td__btn {
  border-radius: 6px;
  box-shadow: 0 5px 0px #888;
  font-size: 0;
  vertical-align: top;
  position: relative;
  top: 0;
  -webkit-transition: box-shadow .3s,top .2s;
  transition: box-shadow .3s,top .2s;
  margin-left: 17px;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}

.inquiry-form__table__td__btn.is-show {
  opacity: 1;
}

.inquiry-form__table__td__btn:hover {
  box-shadow: none;
  top: 6px;
}

.inquiry-form__table__td__while-text {
  margin: 0 8px;
}

.inquiry-form__table__td__stick {
  width: 7px;
  height: 0;
  border-top: 1px solid #333;
  display: inline-block;
  vertical-align: 4px;
  margin: 0 9px 0 5px;
}
.input-medium{  width: 200px;}
.input-large{  width: 400px;}
.textarea1{  width: 400px; margin-right:10px;}


/**/

/*#company{padding:60px 0;}*/

.greeting_img{width:38%;display:block;float:right;margin-bottom: 50px;
    margin-right: 10px; text-align: center;}

.greeting_img img{max-width:100%;max-height: 500px;}

#greeting_txt01{width: 52%;display:block;float:left;margin-bottom:50px;}

#greeting_txt02{width:100%;display:block;float:left;margin-top:20px;margin-bottom:20px;}
#greeting_txt03{width:100%;display:block;float:left;margin-top:20px;margin-bottom:20px;}

p.greeting_name{text-align:center;margin-top:15px;font-weight:bold;font-size:18px;}


.box19 {
    position: relative;
    padding:1em 1em;line-height: 190%;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #036eb7;
    border-top: solid 1px #036eb7;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #036eb7;
    border-bottom: solid 1px #036eb7;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}


.section-img {
    box-shadow: 10px 10px 0 rgba(0,0,0,.1);display: inline-block;width:100%;
}



#greeting{}
#company{}
#access{}

.company_img{/*margin-bottom:120px;*/margin-bottom:0px;display: inline-block;}
.company_img h3{margin-top:10px;margin-bottom: 0px;text-align: center;}
.company_img li {
    float: left;
    width: 30.91%;
        margin: 10px 3.6% 36px 0px;
/*background: #0cc;*/
}
.company_img li:nth-child(3n) {margin: 12px 0px 0px 0px;}
.company_img li:nth-child(4),.company_img li:nth-child(7){clear:both;}
.company_img li:first-child,.company_img li:nth-child(4),.company_img li:nth-child(7){margin-left:0;}



.kframe {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.kframe img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	max-width:100%;
	height:auto;
	max-height:250px;
}
.kframe:before,
.kframe:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.kframe:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.kframe:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}



.kframe2 {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
	width:100%;
}
.kframe2 img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	/*max-width:350px;
	max-width: 100%;*/
	height:auto;
	max-height:500px;
}
.kframe2:before,
.kframe2:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */

.backgry:before,
.backgry:after {
		background: #f7f7f7;

	}

.kframe2:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: 60px;

}
/* 右下 */
.kframe2:after {
    box-shadow: 0 -10px 10px -10px rgb(0 0 0 / 70%);
    top: auto;
    bottom: -30px;
    right: 60px;
    left: auto;
}




.bg{	
	position: relative;
	height:400px;
}
.bg::before{
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.5);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.box{
  position: absolute;
  width: 100%;
  	height:100%;

  text-align: center;
}


.contents {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}


.contents,.contents2,.contents4{
  padding-top: 140px;
}
#company,#greeting,#guide,#access{
   margin-top:-140px;
  padding-top:140px;
}

.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 88%;
 /* height:80%;*/
  margin: 3% -10% 0;
  background: #f7f7f7;

  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.topimglong {
    margin-top: 0px;
}
.contents_inner {
  box-sizing: boder-box;
 /* width: 100%;*/
  height: 100%;
  margin: 0 auto;
  padding: 60px 10px 90px;
  /*text-align: center;*/
}

.contents2 {
  position: relative;
  overflow: hidden;
  padding: 60px 0;    padding-top: 140px;
}

.contents2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 3% -10% 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 3px,#f2f2f2 3px, #f2f2f2 7px);
    background: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 3px,#f2f2f2 3px, #f2f2f2 7px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;
}

.mart30{margin-top:30px;}
.bgb{backgroud:#222 !important;}

#meteor-slideshow{width:100% !important;height:auto;}

.flexslider{min-height: 400px;}

.flexslider .slides{
width:100%;
 overflow: hidden;
}


.flexslider .slides > li{display:table;vertical-align:middle;position: relative;}

.flexslider .slides img{display:table-cell;vertical-align:middle; max-width:100%; height:auto;}

.sub_con{/*width:100%;*/}
.sub_con_left{ width:50%; float:left;}
.sub_con_right{ width:45%; float:right;}
.time{margin-top:20px; margin-bottom:10px;}
.sub_con_right table tr{ height:50px;}
.sub_con_right table tr td{ padding:10px; border:#FFFFFF 1px solid;background:#f8f8f8;}
.sub_con_right table tr td.consultation{ background:#036eb7; color:#FFFFFF;}

.time tr{ height:50px;text-align:center;}
.time  tr td{ padding:10px; border:#FFFFFF 1px solid;background:#f8f8f8;text-align:center;}
.time tr td.consultation{ background:#666666; color:#FFFFFF;text-align:center;}

.more{
    display: inline-block;
    padding:12px;
    text-decoration: none;
    color: #036eb7;
    /*border-bottom: solid 20px rgba(35,24,21,0);*/
	position:relative; z-index: 1;height:16px;width:216px;background:#fff;
	margin-top:24px;margin-bottom: 120px;line-height: 100%;
	text-align:left !important;
		-moz-box-shadow: 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 5px 0px rgba(0,0,0,0.2);
-o-box-shadow: 0px 5px 0px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 5px 0px rgba(0,0,0,0.2);
	


}
.more:hover {/*ボタンを押したとき*/
  /*  -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
	    background: #036eb7;/*ボタン色*/
    color: #FFF;
}

.more:before{
content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 240px;
    height: 40px;
    border: 2px solid #036eb7;
    min-height: 100%;
    z-index: 10;
    top: 0px;
    left: 0px;
}


.sub_con_left{ width:50%; float:left;}
.sub_con01_left{ width:52%; float:left;/* margin-bottom:120px;*/ /*margin-right:5%;*/}

/*.sub_con01_left{width:70%;margin:0 auto;margin-bottom:120px;}*/
.sub_con_right{ width:45%; float:right;}
.sub_con01_right{ width:45%; float:right;/* margin-right:5%;*/}

.mart50{margin-top:50px !important;}

.bana_eria{margin-top:20px;}

.bana_eria_head{float:right;margin-right:20px;width:250px;height:auto;margin-top: 14px;}

.bana_eria_head img{width:100%;height:45px;}

.acf-map-sub{width:100%;}
.sub-left{width:400px;float:left;}
.sub-right{width:640px;padding-left:20px;float:right;}

/*追記*/

#performance h3{color:#036eb7;z-index: 2;
    position: relative;}
#performance  ul{background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 3px,#f2f2f2 3px, #f2f2f2 7px);
    background: repeating-linear-gradient(-45deg, #eee, #eee 3px,#f2f2f2 3px, #f2f2f2 7px);padding:30px;    margin-bottom: 40px;position:relative;}
#performance li{list-style-type:decimal;display:list-item;line-height: 210%;
    margin-bottom: 10px;    margin-left: 20px;
    padding-left: 10px;border-bottom:2px solid #fff;padding-bottom:10px;}
	
	/* 上 */
#performance ul:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	left: auto;
	right: -26px;

}
/* 下 */
#performance ul:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	left: -25px;
	right: auto;
}

	
	#performance ul:before,#performance ul:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 97px;
    height: 50px;
    background: #fff;
    transform: rotate(30deg);
}
.trim{    overflow: hidden;
    width: 1900px;/* トリミングしたい枠の幅 */
    height: 800px;/* トリミングしたい枠の高さ */
    position: relative;}
	
	/**/
	
	
 .main-catch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
}

.main-catch-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);width:600px;
}

.catch {
    background: rgba(255,255,255,0.5);
    padding: 6px;
}

.catch p {
    font-size: 28px;
    letter-spacing: 2px;font-weight:500;
color: #000000;
}
.sub_ul ul{
padding-left: 24px;
margin-top: -6px;
}

.sub_ul ul li{
    list-style: disc;
    width: 100%;
    line-height: 180%;
    margin-bottom: 0px;
}

.sub_ul01 ul{
padding-left: 24px;
margin-top: -6px;
}

.sub_ul01 ul li{
    list-style: disc;
    width: 100%;
    line-height: 180%;
    margin-bottom: -6px;
}

p.indent1 {
    text-indent: -8.7em;
    padding-left: 8.7em;
}
.backcolor {
    position: relative;
    padding-top: 50px;
}

.backcolor:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: #e0e8ee;
    z-index: -1;
}

.backcolor02 {
    position: relative;
    padding-top: 50px;
}

.backcolor02:before {
    content: '';
    position: absolute;
    top: -210px;
    left: 0;
    width: 100%;
    height: 150%;
    background: #e0e8ee;
    z-index: -2;
}
/*.topimgbox {
    max-width: 1100px;
    margin: 0 auto;
}
*/
img.topimgwidth {
    width: 100%;
}
.topimgboxbg {
    background: #f7f7f7;
}
.mgtop {
    margin-top: 40px;
}
.toibox {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.toiinbox {
    width: 20%;
}

.circle {
    border-radius: 50px;
    animation: fuwafuwa 5s infinite;
}

@keyframes fuwafuwa {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@media screen and (min-width: 801px) and (max-device-width: 1024px) {

.kframe2:before {
    left: 40px;
}
.kframe2:after {
    right: 40px;
}
.contents:before {
    height: 90%;
}

}