/* responsive */
.box_sp {
	display: none;
}
.box_pc {
	display: block;
}

/*responsive */
/* @media screen and (max-width: 750px) {
	
} */
@media screen and (max-width: 1800px) {
	.header_top .inner {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		height: 60px;
	}

	#logo {
		width: 20%;
	}

	#logo a {
		padding: 2.3vw 1vw;
		font-size: 2vw;
		text-align: center;
	}

	.h_button li:first-child {
		width: 55%;
	}

	.h_button {
		width: 80%;
		justify-content: flex-start;

	}

	.h_button a .num {
		font-size: 2.7vw;
		line-height: 1.2;
	}

	.gnavi {
		width: 90%;
		max-width: 1024px;
	}

	.key {
		display: flex;
		align-items: center;
		background: url(../images/main_bg.jpg) top center no-repeat;
		height: 36vw;
		background-size: 100%;
	}

	#index h2 {
		width: 40vw;
		padding: 4.5vw 0 8.5vw;
	}

	.key>.inner {
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}

	.key_under .inner {
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}

	.key_under h2 span {
		font-size: 70px;
	}
}
@media screen and (max-height: 768px) and (min-width: 751px) {

}
@media screen and (max-width: 1024px) {
	.inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
		max-width: 1024px;
	}

	#index h2 {
		padding: 4.5vw 0 12.5vw;
	}

	.h_button {
		width: calc(100% - 284px);
	}

	.h_button li {
		margin-left: 20px;
	}

	.h_button a .num {
		font-size: 2.4vw;
		padding-left: 45px;
		background: url(../images/icon_tel.png) no-repeat center left;
		background-size: 40px auto;
		line-height: 1.2;
	}

	.key_under .inner {
		width: 100%;
	}

	.bnr_contact {
		justify-content: space-around;
	}

	.btn_contact a {
		max-width: 500px;
		background: #fc329b url("../images/icon_mail.png") 30px center no-repeat;
		background-size: 42px auto;
		padding: 27px 30px 27px 80px;
	}

	.gnavi>li>a {
		font-size: 15px;
		padding: 55px 5px 5px;
	}

	.h_button li:first-child {
		width: 60%;
	}

	.bnr_contact_txt {
		font-size: 26px;
	}

	.bnr_contact span.time {
		font-size: 40px;
	}

	#index h3.ttl_h3 {
		font-size: 40px;
	}

	h3 .f-ja {
		font-size: 40px;
	}

	.txt_tit01 {
		font-size: 32px;
	}
}
@media screen and (max-width: 750px) {
	.under .index03.bg-cus h3 {
		background: #218ad9;
		border-radius: 20px 20px 0 0;
		font-size: 32px;
		font-weight: bold;
		display: block;
		color: #fff;
		text-align: center;
		padding: 20px;
		margin-bottom: 0;
	}
	
	
#wrapper, header, #main, footer, .inner {
	width: 100% !important;
	min-width: inherit;
}
#wrapper {
	padding: 80px 0 0 0;
}
p {
  font-size: 16px;
  margin: 0 0 1.5em;
}
.key > .inner {
  position: relative;
  max-width: inherit;
  padding: 0 15px;
}
.inner {
	box-sizing: border-box;
	padding: 0 15px;
}
	.inner100 {
		padding: 0;
	}
.box_sp {
	display: block;
}
.box_pc {
	display: none;
}
#totop {
  height: 50px;
  width: 50px;
}
.tbl01 th, .tbl01 td{
    font-size: 16px;
}
/*---*/
	
.header_top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	/*height: 80px;*/
	background-color: #FFF;
}
.header_top .inner {
	height: inherit;
	width: 100%;
	max-width: inherit;
	flex-wrap: wrap;
	padding: 0 15px;
}
	.h_button{
		width: calc(100% - 235px);
    display: block;
    text-align: center;
    margin-left: 10px;
	}
	.h_button li {
  margin-left: 0;
    font-weight: bold;
    font-size: 20px;
}
	#logo {
  width: 184px;
}
	#logo a {
	padding: 15px;
  	font-size: 20px;
}
/*-- menu_icon  --*/
#menu_icon {
	position: fixed;
	right: 3%;
	top: 32px;
	transform: translateY(-50%);
	width: 40px;
	height: 20px;
	cursor: pointer;
	z-index: 9999;
}
#menu_icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
	background: #218ad9;
	transition: all .3s
}

#menu_icon span:nth-child(1) {
	top: 0
}
#menu_icon span:nth-child(2) {
	top: calc(50% - 1px)
}
#menu_icon span:nth-child(3) {
	bottom: 0;
	top: unset
}
#menu_icon.open span {
	background: #FFF;
}
#menu_icon.open p {
	color: #FFF;
}
#menu_icon.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
	transition: all .3s
}
#menu_icon.open span:nth-child(2) {
	display: none
}
#menu_icon.open span:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 8px;
	transition: all .3s
}
.h_gnavi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2001;
	background-color: #218ad9;
	overflow: auto;
	display: none;
	padding: 80px 0 0 0;
	margin-top: 0;
}
.gnavi {
	display: block;
	width: 100%;
	table-layout: inherit;
	border-radius: 0px;
}
.gnavi > li > a {
	background-color: transparent;
	justify-content: flex-start;
	padding: 3%;
}
.gnavi a:hover {
	text-decoration: none
}
.h_gnavi .gnavi > li {
	border-top: 1px solid rgba(255,255,255,0.3);
	display: block;
	border-left: none;
	padding: 0;
}
.h_gnavi .gnavi > li:last-child {
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.gnavi > li:after, .gnavi > li.sub:after {
	display: none;
}
.gnavi > li > a {
	position: relative;
	background: none!important;
	border-left: none;
}
.gnavi > li > a:after {
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	content: '';
	display: inline-block;
	height: 8px;
	width: 8px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -3px;
}
.gnavi > li.sub > a:after {
	border: none;
	content: '';
	display: inline-block;
	border-bottom: none;
	border-right: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 3%;
	top: 50%;
	bottom: inherit;
	left: inherit;
	transform: rotate(0);
	background: url(../images/i_01.png) no-repeat 0 0;
	background-size: 100%;
	margin: -6px 0 0 0;
}
.h_gnavi .gnavi > li.sub.open > a:after {
	background: url(../images/i_02.png) no-repeat 0 0;
	background-size: 100%;
}
.h_gnavi .sub_menu {
	display: none;
	position: inherit;
	top: inherit;
	background: rgba(0,0,0,0.5);
}
.sub_menu li {
	border-top: solid 1px rgba(255,255,255,0.3);
	border-bottom: none;
}
.sub_menu a {
	color: #FFF;
	text-decoration: none;
	background: url(../images/sp_icon.png) no-repeat left center;
}
.sub_menu1.sub_menu {
	position: inherit;
	z-index: 100;
	width: 100%;
	left: 0;
	top: inherit;
	text-align: left;
	padding: 0;
}
.sub_menu1.sub_menu li {
	display: block;
}
/*-- end menu_icon  --*/
	.sec {
  padding: 35px 0;
}
.key {
	display: block;
  background: url("../images/main_bg_sp.jpg") bottom right no-repeat;
	background-size: cover;
  height: 90vh;
}
#index h2 {
	width: 75%;
	padding: 5% 0;
}
	.list_bnr dl {
  		width: 100%;
		max-width: 540px;
		margin: 0 auto;
		flex-wrap: wrap;
		/* margin-bottom: 20px; */
	}
	.list_bnr dl dt {
  margin-right: 20px;
  width: 30%;
}
	.list_bnr dl dd.btn_sp {
		display: block;
		width: 100%;
	}
	.list_bnr.list_bnr_3 dl {
		width: 100%;
        max-width: 540px;
        margin: 0 auto;
	}
	.list_bnr.list_bnr_3 dl dd.content_pc {
		width: fit-content;
	}
	.btn {
		width: 100%;
	}
	.btn a {
  display: block;
  max-width: 100%;
background: #fc329b url("../images/icon01_sp.png") 95% center no-repeat;
		background-size: 27px;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
	.btn1 a {
		padding: 10px;
	}
	.list_bnr_tit {
  color: #218ad9;
  font-size: 24px;
  margin-bottom: 10px;
}
.list_bnr.list_bnr_3 .list_bnr_tit {
	margin: 0;
}
	.bnr_contact {
		display: block;
		padding: 20px 15px;
		border-radius: 0;
	}
	.bnr_contact_tel {
  margin: 10px 0;
  text-align: center;
}
	.bnr_contact_tel .num {
		display: inline-block;
  font-size: 9vw;
  font-weight: 700;
		justify-content: center;
		background-size: 50px;
		padding-left: 60px;
}
	.bnr_contact::before {
  position: absolute;
  content: '';
  background: url("../images/img_man03_sp.png") 0 0 no-repeat;
		background-size: contain;
  width: 30%;
    height: 44%;
    left: 0px;
    bottom: inherit;
    top: -30px;
    
}
	.btn_contact a {
  	max-width: 100%;
    background: #fc329b url("../images/icon_mail.png") 10% center no-repeat;
	background-size: 42px auto;
    padding: 20px 10px 20px 70px;
    font-size: 4.5vw;
}
	.bnr_contact_txt {
  font-size: 4vw;
		padding-left: 22%;
		padding-top: 0px;
}
	.bnr_contact span.time {
  font-size: 5vw;
  display: inline-block;
  padding-left: 10px;
}
	.left_ct {
  width: 100%;
  margin-right: 0px;
}
	.index_conts {
  		text-align: left;
		flex-wrap: wrap;
		justify-content: center;
}
	.index_conts_02 {
		flex-wrap: wrap;
		justify-content: center;
	}
	#index h3 {
  text-align: center;
}
	#index h3::after{
		left: calc(50% - 25px);
	}
	#index h3.ttl_h3 {
		font-size: 32px;
	}
	h3 {
		text-align: center;
		letter-spacing: 0;
		padding-bottom: 30px;
	}
	h3 .f-ja {
  		font-size: 32px;
}
	h3 .f-en {
  		margin-bottom: 20px;
		font-size: 20px;
}
	h3::after {
  position: absolute;
  content: '';
  background: #218ad9;
  width: 50px;
  height: 2px;
  left: calc(50% - 25px);
  bottom: 0;
}
	.list_point {
  gap: 26px;
  margin-left: -0;
}
	.list_point dl {
  width: 100%;
		max-width: 100%;
}
	.list_point dt {
  margin-bottom: 15px;
  text-align: center;
		margin-left: -15px;
}
	.list_point dd {
  padding-left: 0px;
  font-size: 16px;
  line-height: 1.5em;
}
	.txt_tit01 {
  font-size: 24px;
  text-align: center;
}
	.left_ct p {
  line-height: 1.6em;
}
	.sec2 {
  padding: 35px 0;
}
.index04 .index04_list {
	gap: 10px;
}
.index04 .index04_list .index04_item {
	width: calc(100% / 3 - 7px);
}
.index04 .index04_list .index04_item .img {
	width: 80px;
}
.index04 .index04_list .index04_item .txt_link a {
	font-size: 14px;
}
#index h3.h3_qa {
  background: #218ad9;
  border-radius: 20px 20px 0 0;
  font-size: 32px;
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 0;
}
	.qa_list dl {
  padding: 20px 20px;
  border-top: solid 1px #efefef;
}
	.qa_list dl dt {
  font-size: 16px;
  padding: 10px 40px 11px 60px;
}
	.qa_list dl dt:hover {
	opacity: 1;
}
	.accordion:after {
	top: 24px;
	right: 0;
	width: 29px;
	height: 1px;
}
.accordion:before {
	top: 10px;
	right: 14px;
	width: 1px;
	height: 29px;
	transform: rotate(0deg);
	transition: all .3s
}

.accordion.active:before {
	transform: rotate(90deg);
	transition: all .3s
}
	.qa_list dl dd p {
  font-size: 16px;
  padding: 0px 30px 0px 60px;
  min-height: 50px;
		
}
	footer {
		padding: 70px 0 70px;
	}
	.ftop {
  flex-wrap: wrap;
  padding: 40px 0 0;
}
	.ftop.inner {
		padding: 60px 15px;
	}
	.f_info dt {
		text-align: center;
	}
	.fmenu, .f_contact {
		min-width: 51%;
	}
	.fmenu {

		margin-bottom: 30px;
	}
	
	.f_contact {

		margin-right: 0;
	}
.f_info dd {
  font-size: 16px;
}
	.fmenu a {
		font-size: 16px;
	}
.fmenu li:not(:last-child) {
  margin-bottom: 5px;
}
	address {
		width: 100%;
  font-size: 12px;
		text-align: center;
}
/*-------------under------------------*/	
.key_under {
  background: url("../images/under_main_sp.jpg") bottom center no-repeat;
  height: 200px;
    background-size: cover;
}
.key_under h2 {
	font-size: 22px;
	line-height: 1.2;
}
.key_under h2 span {
	font-size: 26px;
}
.under h3 {
	font-size: 32px;
	margin-bottom: 40px;
}
.under .index_conts_02 h3 {
    text-align: center;
}
.under .index_conts_02 h3 ::after{
    display: none
}
.under .sec {
	padding: 70px 0 0 ;
}
.under h4 {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.under h4::after {
	position: absolute;
	content: '';
	background: #218ad9;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
}
.under h4 .f-ja {
	font-size: 32px;	
}	
.under h4 .f-en {
	font-size: 20px;
	margin-bottom: 20px;
}
.box_h4 .ct_left, .box_h4 .ct_right {
	width: 100%;
	float: none;
}

.img_r, .img_l {
	float: none;
	margin: 30px 0 0 0;
	max-width: 100%;
	text-align: center;
}

.box_h4 .img_r, .box_h4 .img_l{
	width: 100%;
}
.box_h5 .ct_left, .box_h5 .ct_right {
	width: 100%;
	float: none;
}

.box_h5 .img_r, .box_h5 .img_l{
	width: 100%;
}
h5 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.list3_box_ct {
	width: 100%;
}
.list_check li{
	background: url("../images/check.png") 0 10px no-repeat;
	padding: 0px 0 10px 30px;
	font-size: 20px;
	font-weight: 500;
}
.bg_blue {
	padding: 70px 0;
}
.box_list {
	background: #fff;
	border-radius: 20px;
	padding: 40px 20px;
}
.box_list dl {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.box_list dl:last-child{
	margin-bottom: 0;
}
h6 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.box_list dd {
	font-size: 20px;
}	
	
	
}
@media screen and (max-width: 620px) {
	 .h_button li {
    font-size: 3vw;
  }
.h_button a .num {
    font-size: 5vw;
    line-height: 1.2;
  }
  .index04 .index04_list .index04_item {
	  width: calc(100% / 2 - 5px);
  }
}
@media screen and (max-width: 520px) {
 #index h2 {
    width: 100%;
    padding: 5% 0;
  }
	  .header_top {
    width: 100%;
  }
	.h_button {
    width: 100%;
    display: block;
    text-align: left;
    margin-left: 10px;
  }
	.h_button a {
  text-align: left;
  justify-content: flex-start;
}
	 .h_button li {
    font-size: 6vw;
  }
	.h_button a .num {
    font-size: 11vw;
    line-height: 1;
  }
}
@media screen and (max-width: 519px) {
	  #wrapper {
    padding: 126px 0 0 0;
  }
	 .h_button {
    margin-bottom: 10px;
  }
	.h_button li {
    font-size: 18px;
  }
	.h_button a .num {
    font-size: 32px;
    line-height: 1;
  }
}

@media screen and (max-width: 425px) {
	.list_bnr.list_bnr_3 .list_bnr_tit {
		font-size: 20px;
	}
	.list_bnr.list_bnr_3 dl dt {
		width: 30%;
	}
	.index04 .index04_list .index04_item {
		width: 100%;
		max-width: 280px;
	}
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 240px) {
}




@media screen and (min-width: 751px) and (max-width: 820px) {
    .key {
        height: 48vw
    }
    
    #index h2 {
        width: 55vw;
    }   
}



@media screen and (min-width: 821px) and (max-width: 990px) {
    #index .key {
        height: 50vw;
        max-height: 410px;
    }
    
    #index h2 {
        width: 50vw;
        max-width: 423px;
    }
    
    #index .h_gnavi {
        margin-top: -86px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1300px) {
    #index h2 {
        width: 40vw;
    }
}

@media screen and (min-width: 1345px) and (max-width: 1800px) {
    #index h2 {
        width: 40vw;
    }
}


@media screen and (max-width: 750px) {
    .lg_foo {
        display: none
    }
    
    .lg_foo02 {
        display: block;
        width: 100%;
    }
    .lg_foo02 a{
        display: block;
        max-width: 272px;
        margin: 0 auto;
    }
}














