@charset "UTF-8";
/*/▼帯バナー削除用CSS▼//*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
/*/▲帯バナー削除用CSS▲//*/
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea div {
  font-family: 'Noto Sans JP', sans-serif;
}
#mainArea p {
  font-family: 'Noto Sans JP', sans-serif;
}
.bnr_ {
  width: 900px;
  margin: 0 auto;
  display: block;
}
section {
  margin: 7em auto 10em;	
	position: relative;	
}
.f-f {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 1.28rem;
  letter-spacing: 0.5px;	
  color: #161616;	
}
.under_ {
  margin: 4% auto 5% auto;
	clear: both;
}
.back-b {

}
.lead {
  width: 100%;
  margin: 0 auto -2em;
  position: relative;
}
.lead p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;	
	padding: 4em 0 2em 0;
	font-size: 1.5rem;
	line-height: 1.9;
  color: #161616;		
}
.po-r {
	position: relative;
  margin: 2em auto 13em;
}
/*scrolldown*/
.scrolldown1 {
  position:absolute;
  left:50%;
  height:100px;
}
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 120px;
  background: #0096ff;
  animation: pathmove 1.6s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove {
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

/*///*/
.main_ttl h2 {
    font-family: 'Times New Roman', Times, 'serif';
    font-weight: 400;
    font-style: normal;
	font-size: 2.5rem;
	line-height: 2.0;
    text-align: center;
	margin: 0 0 3% 0;
    color: #0096ff;	
}
.main_ttl p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;	
	font-size: 1.3rem;
	line-height: 1.8;
    letter-spacing: 0.5px;
    color: #161616;	
}
.comment_ {
	font-size: 1.3rem;
	line-height: 2.0;
  margin: 1.3em auto 2em auto;
}

.main_img img,
.sub_img img,
.sub_img_2 img {
  opacity: 0;
  transform: scale(1.03);
  transition: transform 1.2s ease, opacity 1.2s ease;
}
.show-animate img {
  opacity: 1;
  transform: scale(1);
}

/*///*/
.function_creditArea {
	padding: 0;
}
.function_creditArea_2 {
	padding: 11% 0 0 0;
}
.function_creditArea ul li.txt,
.function_creditArea_2 ul li.txt {
	text-align: center;
  display: block;
}
.function_creditArea ul li.icon,
.function_creditArea_2 ul li.icon {
	text-align: center;
}
.function_creditArea ul li img,
.function_creditArea_2 ul li img {
	width: 18%;
  margin: 5% 1%;
}

.main_creditArea {
	padding: 0;
	margin-top: 14%;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.main_creditArea table td.txt {
  width: 80%;
  padding: 0;
	height: 50px;
}
.main_creditArea table td.txt b {
	font-weight: normal;
	font-size: 1.2rem;	
}
.main_creditArea table td.btn {
	width: 20%;
}
/*///*/
.crdit {
  margin-bottom: 15px;
}
/*////*/
.button_crdit {
  width: 73%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 1.2rem;
}
.button_bl {
    display: inline-block;
    width: 70px;
    height: 33px;
    line-height: 2.3;
    border: 1.2px solid #161616;
    background: #161616;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    color: #fff;
    font-size: 1.35rem;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, 'serif';
    font-weight: 400;
    text-decoration: none;
}
.button_bl:hover {
    background: #fff;
    border: 1.2px solid #161616;
    color: #161616 !important;
    transition: .3s;
}
.button_blue {
    display: inline-block;
    width: 100%;
    height: 33px;
    line-height: 2.3;
    border: 1.2px solid #0096ff;
    background: #0096ff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    color: #fff;
    font-size: 1.35rem;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, 'serif';
    font-weight: 400;
    text-decoration: none;
}
.button_blue:hover {
    background: #fff;
    border: 1.2px solid #0096ff;
    color: #0096ff !important;
    transition: .3s;
}

/*////*/
.button_all {
  width: 700px;
  height: 45px;
  border: solid 1.2px #161616;
  background: none;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  display: block;
  color: #161616;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;	
  line-height: 41px;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin: 0 auto;
}
.button_all:hover {
  background: #161616;
  border: solid 1.2px #161616;
  color: #fff !important;
  transition: .3s;
}

/*////*/
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

#style_1 {
	  position: relative;
    padding: 0 0 4% 0;
	  width: 900px;
    margin: 4% auto 0 auto;
}
#style_1 .main_ttl {
    width: 37%;
    position: absolute;
    top: 8%;
    left: -8%;
}
#style_1 .text_wrap {
    width: 360px;
    margin: -40% 0 0 39%;
    padding: 0;
}
#style_1 .main_img {
    margin: 0 0 0 39%;
    width: 80%;
}
#style_1 .sub_img {
    width: 45%;
    margin: -77% 0 0 -13%;
    z-index: 1;
    position: relative;    
}
#style_1 .sub_img_2 {
    width: 35%;
    margin: 3% 0 0 -3%;
    z-index: 3;
    position: relative;
}

#style_2 {
	  position: relative;
    padding: 0 0 4% 0;
	  width: 900px;
    margin: 9% auto 0 auto;
}
#style_2 .main_ttl {
    width: 37%;
    position: absolute;
    top: 8%;
    left: 70%;
}
#style_2 .text_wrap {
    width: 360px;
    margin: -40% 0 0 20%;
    padding: 0;
}
#style_2 .main_img {
    margin: 0 0 0 -20%;
    width: 80%;
}
#style_2 .sub_img {
    width: 45%;
    margin: -77% 0 0 67%;
    z-index: 1;
    position: relative;    
}
#style_2 .sub_img_2 {
    width: 35%;
    margin: 3% 0 0 81%;
    z-index: 3;
    position: relative;
}

#style_3 {
	  position: relative;
    padding: 0 0 4% 0;
	  width: 900px;
    margin: 9% auto 0 auto;
}
#style_3 .main_ttl {
    width: 37%;
    position: absolute;
    top: 8%;
    left: -8%;
}
#style_3 .text_wrap {
    width: 360px;
    margin: -40% 0 0 39%;
    padding: 0;
}
#style_3 .main_img {
    margin: 0 0 0 39%;
    width: 80%;
}
#style_3 .sub_img {
    width: 45%;
    margin: -77% 0 0 -13%;
    z-index: 1;
    position: relative;    
}
#style_3 .sub_img_2 {
    width: 35%;
    margin: 3% 0 0 -3%;
    z-index: 3;
    position: relative;
}