
@charset "UTF-8";

/* CSS Document */

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
	overflow: hidden;
	
}
html {
  overflow-x: hidden;
}

body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 180%;
	letter-spacing: 0.01em;
	margin: 0px;
	padding: 0px;
	color: #000000;
  background: #ffffff;
	font-weight: 500;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*==================================================

title
==================================================*/

h1 {
	font-size: clamp(22px, 3.8vw, 35px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h2 {
	font-size: clamp(22px, 4vw, 45px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h3 {
	font-size: clamp(18px, 2.8vw, 28px);
	font-weight: 700;
	line-height: 180%;
}
h4 {
	font-size: clamp(18px, 2.5vw, 25px);
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0.05em;
}
h5,h6 {
	font-size: clamp(16px, 2.4vw, 25px);
	line-height: 180%;
	font-weight: 700;
}

p{
	letter-spacing: 0.1em;
	line-height: 2.0em;
	padding: 0 10px;
	text-align: left;
}
p.tC{
	text-align: center;
}
.min{
    font-family: "Shippori Mincho", serif;
}

h1,h2,h3,h4,h5,h6 {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

p {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	*overflow-wrap: break-word;
	word-break: break-all;
}

input[type="submit"],
input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
}

/* micro cf */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.sp-only{
	display: none;
}
/*==================================================

link img
==================================================*/

a {
	color: #28a2dd;
	text-decoration: underline;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media print, screen and (min-width: 960px) {
a:hover {
	opacity: 0.7;
	text-decoration: none;
}
}
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}
/*==================================================

table
==================================================*/


table{
	width: 100%;
	margin: 3% auto 5%;
	background: #fff;
}

table th{
	white-space: nowrap;
	font-weight: 500;
	color: #253076;
	border-bottom: 1px solid #ddd;
}
table td{
	border-bottom: 1px solid #ddd;
}

table th,
table td{
	padding: 15px 15px;
	vertical-align: top;
	text-align: left;
}

/*==================================================

margin
==================================================*/

.mt-space0 {margin-top: 0!important;}
.pt-space0 {padding-top: 0!important;}
.mt-space3p {margin-top: 3%!important;}
.mt-space5p {margin-top: 5%!important;}
.mt-space8p {margin-top: 8%!important;}

.mb-space0 {margin-bottom: 0!important;}
.mb-space3p {margin-bottom: 3%!important;}
.mb-space5p {margin-bottom: 5%!important;}
.mb-space8p {margin-bottom: 8%!important;}
.pb-space8p {padding-bottom: 8%!important;}

/*==================================================

list
==================================================*/

ol,ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

hr {
	background-color: #cccccc;
	border-top: 2px dotted #ededed;
	border-top: 1px solid #dfdfdf;
	margin: 10px 0 20px;
}

.Flexbox{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.Flexboxcenter{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;
	justify-content:center;
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;
	align-items: center;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.tL{
	font-size: 120%;
}

.tS{
	font-size: 85%;
}
.tSS{
	font-size: 70%;
}
.tR{
	text-align: right;
}
.fCol_b{
	color: #2a63bd;
}

@media print , screen and (max-width: 960px) {

body {
	font-size: 15px;
	font-size: 1.5rem;
}
}
@media print , screen and (max-width: 768px) {
	
	
p{
	letter-spacing: 0.1em;
	line-height: 2.0em;
	padding: 0 10px;
}
.tSS{
	font-size: 60%;
}
	/*==================================================
	
	table
	==================================================*/
	
table{
	width: 98%;
	margin: 20px auto;
}
table.resp th,
table.resp td{
	width: 100%;
	display: block;
	padding: 0px 10px 10px;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.4rem;
}
table.resp th{
	padding: 10px 10px 0px;
	border-bottom: none;
	}
	
}

.sp-img{
	display: none;
}
.pc-img{
	display: block;
}
.brsp{display: none;}
.brpc{display: block;}

@media print , screen and (max-width: 768px) {
.brpc{display: none;}
.brsp{display: block;}
}

@media print , screen and (max-width: 530px) {
body {
	font-size: 14px;
	font-size: 1.4rem;
		line-height: 1.8em;
	letter-spacing: 0em;
}
.pc-img{
	display: none;
}
.sp-img{
	display: block;
}
.sp-only{
	display: block;
}
	p,li{
		font-size: 1.4rem;
		line-height: 1.8em;
	letter-spacing: 0.05em;
	}
	dt,dd{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	h1 {
		font-size: 2.0rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4,h5,h6 {
		font-size: 1.6rem;
	}
	
}

/**共通 */


.inner{
	max-width: 1080px;
	width: 96%;
	text-align: center;
	margin: auto;
	padding: 10px 20px;
	position: relative;
}
@media print , screen and (max-width: 1280px) {
.inner{
	padding: 10px 10px;
}
}

@media print , screen and (max-width: 768px) {
.inner{
	width: 98%;
	padding: 10px;
}
}

.catalog {
	width: 120px;
	height: 120px;
	right: 10px;
	bottom:70px;
	position: fixed;
	z-index: 10 !important;
}
.pagetop {
	width: 50px;
	height: 50px;
	right: 15px;
	bottom:15px;
	position: fixed;
	z-index: 50;
}
.pagetop img{
	width:100%;
	height: auto;
}


/*poeple*/
.people{
	margin: 5% auto;
	position: relative;
}
.people_t{
	width: 96%;
	max-width: 1200px;
	margin: auto;
	text-align: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.people_t::after{
	content: "";
	position: absolute;
	left: -10%;
	bottom: 0;
	width: 50%;
	height: 1px;
	background:#4ba34a;
}
.people_t .paget{
	font-size: clamp(18px, 1.5vw, 20px);
	padding: 10px 25px 10px 80px;
	background: url("../img/top/midasi_ill.svg") 20px center no-repeat;
	background-size: 35px;
	height: 85px;
	display: flex;
	align-items: center;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.people_t h2{
	font-size: clamp(22px, 6vw, 60px);
	font-family: "Jost", sans-serif;
	color: #4ba34a;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	padding: 0 20px;
}


.people .btn{
	position: absolute;
	right: 5%;
	top: 20px;
}
.people .btn a{
	position: relative;
	width: 200px;
	border: 1px solid #4ba34a;
	padding: 10px 30px 10px 10px;
	border-radius: 30px;
	color: #111;
	display: block;
	text-decoration: none;
	transition: .2s;
	font-size: 0.9em;
	text-align: center;
}
.people .btn a:hover{
	transform: translateX(10px);
	opacity: 0.7;
}
.people .btn a::after{
	content: "";
	background: url("../img/common/detail_arrow.svg") center center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 15px;
}
.people .people-list{
	margin: 3% auto;
	padding-bottom: 50px;
}
.people .slide-img{
	padding: 10px;
}
.people .slick-active .slide-img{
	margin-top: 15%;
}
.people .slick-center .slide-img{
	margin-top: 0;
}

/* ここから矢印カスタマイズ */
.people .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: inherit;
	bottom: -60px;
	z-index: 10;
	width: 60px;
}
.people .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.people .prev-arrow {
	right : 60% ;
}
.people .next-arrow {
	left : 60% ;
}
@media screen and (max-width: 960px){
.people .slick-arrow {
		width: 50px;
		height: 50px;
	}

.people .prev-arrow {
	right : 70% ;
}
.people .next-arrow {
	left : 70% ;
}
}
@media screen and (max-width: 767px){

.people .slide-img{
	padding: 10px 10px 30px;
}
.people .prev-arrow {
	right : 80% ;
}
.people .next-arrow {
	left : 80% ;
}
}

.slick-dots2 {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
	z-index: 5;
}
.slick-dots2 li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
	text-align: center;
  cursor: pointer;
}
.slick-dots2 li.slick-active button::before {
  color: #4ba34a;
}
.slick-dots2 li button {
  background: transparent;
  border:0;
  font-size: 0pt;
	position: relative;
}
.slick-dots2 li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 50px;
  line-height: 20px;
  text-align: center;
  color: #dfdfdf;
}


@media print , screen and (min-width:1px) and (max-width: 768px) {

.people_t .paget{
	font-size: clamp(18px, 1.5vw, 20px);
	padding: 10px 15px 0px 60px;
	background: url("../img/top/midasi_ill.svg") 20px center no-repeat;
	background-size: 25px;
	height: 85px;
	display: flex;
	align-items: center;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.people_t::after{
	content: none;
}
.people{
		text-align: center;
		margin: auto;
	}
.people .btn{
	position: relative;
	right: inherit;
	top: inherit;
	display: block;
	margin: 10px 20px;
	text-align: right;
}
}
@media print , screen and (min-width:1px) and (max-width: 530px) {

.people .slide-img{
	margin-top: 10%;
}
.people .slick-center .slide-img{
	margin-top: 0;
}

}

