@charset "utf-8";

html{
	scroll-behavior: smooth;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  display: flex;
	justify-content: center;
}

.slider li{
	margin-right: 10px;
}

.slider li img{
	width: 100%;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

/*==================================================
ページトップボタンcss
===================================*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #58504B;
  opacity: 0.9;
  border-radius: 50%;
	z-index: 99;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}





/*========= レイアウトのためのCSS ===============*/

body{
	background:url(../img/kasou_bg.svg);
	background-attachment: fixed;
}

header{
	height: auto;
}

.i_top_bk_b{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #58504B;
	padding: 20px 40px;
}

.f_btn_art{
margin-left: 40px;
text-align: right;
max-width: 910px;
}

.i_white_txt{
	color: #fff;
	font-size: 1.8rem;
}

.wrap{
	margin: auto;
	margin-bottom: 120px;
}

.slider{
	padding-left: 0;
}

/*========= TradJM ===============*/

.tradjm_white{
	padding: 160px 80px 100px 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: auto;
	height: auto;
}

.trad01{
	position: absolute;
	right: 0;
	width: 50%;
	height: auto;
	max-width: 1000px;
}

.tradjm_wrap{
	background-color: #fff;
	box-shadow: 0px 0px 10px -5px #777777;
	padding: 50px 20px 70px;
	margin-right: 280px;
	min-width: 380px;
	max-width: 550px;
	z-index: 1;
}

.tradjm_wrap h2{
	margin: auto;
	text-align: center;
}

.tradjm_wrap h2 img{
	width: 70%;
}

.i_txt_bold{
	color: #58504B;
	font-size: 2.4rem;
	text-align: center;
	margin: 40px 0;
}

.i_txt{
	font-size: 1.6rem;
	max-width: 240px;
	margin: auto;
	margin-top: 30px;
	line-height: 30px;
}

.trad02{
	position: absolute;
	left: 0;
	width: 50%;
	height: auto;
	max-width: 1000px;
}

.ml-280{
	margin-left: 280px;
	margin-right: 0;
}

.pb-160{
	padding-bottom: 160px;
}


@media only screen and (max-width: 768px) {
.trad01 , .trad02{
	width: 100%;
	top: 40px;
}

.tradjm{
	margin-top: 120px;
}

.tradjm_white {
	padding: 360px 20px 40px 20px;
}

.tradjm_wrap{
	margin-right: 0;
}

.tradjm_wrap{
	margin-right: 0;
	margin-left: 0;
}
}

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

	.i_top_bk_b{
		display: block;
	}
	.f_btn_art{
		margin-top: 15px;
	}
	.f_btn_art {
    margin-left: 0;
	}
}

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

	.wrap{
		margin-bottom: 80px;
	}

	.i_top_bk_b{
		display: block;
		padding: 20px 10px;
	}

	.i_white_txt {
    font-size: 1.6rem;
		margin-bottom: 20px;
}

	.f_btn_art {
		margin-left: 0px;
	}

	.arrow_btn{
		width: 120px;
    font-size: 1.2rem;
	}
	
	.tradjm_wrap{
		min-width: 250px;
		padding: 30px 20px 30px;
	}

	.tradjm {
		margin-top: 30px;
	}

	.tradjm_white{
		padding: 310px 20px 10px 20px;
	}

	.trad01, .trad02 {
    margin-top: 60px;
	}

	.trad01_sp{
		margin-top: -40px;
	}
	
	.trad_sp{
		padding-top: 220px;
	}
	
	.i_txt_bold{
		font-size: 1.8rem;
		margin: 25px 0;
	}

	.tradjm_wrap h2 img {
		width: 90%;
	}

	.i_txt{
		font-size: 1.4rem;
	}





}