main{
 overflow: hidden;
}
a{
	font-family: 游ゴシック,"MS Pゴシック","sans-serif";
}
.mv img{
	width: 100%;
}
.header__logo{
	font-size: 3.6rem;
	font-weight: bold;
	color: #053187;
	padding: 10px 30px 0px;
	width: 110%
}
.header__logo img{
	width: 150% !important;
}
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__right a{
	display: block;
	color: #fff;
	background-color: #ff8a00;
	padding: 15px 35px;
	border-radius: 50px;
	font-size: 2.2rem;
}
.header__right a:hover{
	opacity: 0.7;
}
.header__right{
	padding: 0 30px;
}
.mv{
	background-color: #0037a1;
}
.mv h1{
	font-weight: bold;
	font-size: 2.6rem;
	color: #ff8a00;
	text-align: center;
	padding-top: 20px;
}
.mv h2{
	font-weight: bold;
	font-size: 2.6rem;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
.content_text p{
	font-weight: normal;
	font-size: 2.0rem;
}
@media only screen and (max-width: 767px) {
	.header__logo{
		font-size: 1.8rem;
		font-weight: bold;
		color: #053187;
		padding-left:10px;
	}
	.header{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header__right a{
		display: block;
		color: #fff;
		background-color: #ff8a00;
		padding: 7px 20px;
		border-radius: 25px;
		font-size: 1.4rem;
	}
	.header__right{
		padding: 0;
	}
	.mv h1{
		font-weight: bold;
		font-size: 1.3rem;
		color: #ff8a00;
		text-align: center;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.mv h2{
		font-weight: bold;
		font-size: 1.3rem;
		color: #fff;
		text-align: center;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.sec_01{
	margin: 50px 0;
}
.sec_01 h1{
	font-size: 2.6rem;
	color: #ffa700;
	font-weight: bold;
	text-align: center;
}
.sec_01 h1 img{
	padding:0 10px;
}
.sec_01 h2{
	margin-bottom: 30px;
	font-size: 3.6rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.sec_01_box_left{
	border: 2px solid #b9bfc8;
	height: auto;
	width: 49%;
}
.sec_01_box_left h3{
	font-weight: bold;
	font-size: 2.0rem;
	color: #fff;
	background-color: #0c4ccb;
	border-radius: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 20px;
	display: block;
}
.sec_01_box_left h4{
	font-weight: bold;
	font-size: 2.0rem;
	color: #333333;
	text-align: center;
	margin:0 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #b9bfc8;
	border-bottom: 2px solid #b9bfc8;
}
.sec_01_box_left h4 span{
	font-size: 4.0rem;
	color: #ff1f44;
}
.sec_01_box_left p{
	font-size: 1.6rem;
	padding-left: 2rem;
	text-indent: -2rem;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: normal;
}
.p_top{
	margin-top:20px;
	font-size: 1.6rem;
}
.p_btm{
	margin-bottom:20px;
	font-size: 1.6rem;
}
.sec_01_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}
.box_01_in h2{
	color: #333333;
	font-size: 2.0rem;
	margin-top: 0px;
	font-weight: normal;
}
.box_01_in h1{
	color: #0c4ccb;
	font-size: 3.0rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
.box_01_price{
	background-color: #e4f5ff;
	font-size: 2.0rem;
	padding: 10px;
	text-align: left;
	margin-top: 20px;
	font-weight: normal;
}
.box_01_price h6{
	color: #ff1f44;
}
@media only screen and (max-width: 767px) {
	.box_01_price{
		background-color: #e4f5ff;
		font-size: 1.2rem;
		margin-top: 10px;
	}
	.sec_01{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sec_01 h1{
		font-size: 1.3rem;
		color: #ffa700;
		font-weight: bold;
		text-align: center;
	}
	.sec_01 h1 img{
		padding:0 5px;
	}
	.sec_01 h2{
		margin-bottom: 10px;
		font-size: 1.8rem;
		color: #333333;
		font-weight: bold;
		text-align: center;
	}
	.sec_01_box_left{
		border: 2px solid #b9bfc8;
		height: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.sec_01_box_left h3{
		font-weight: bold;
		font-size: 1.5rem;
		color: #fff;
		background-color: #0c4ccb;
		border-radius: 5px;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 10px;
		display: block;
	}
	.sec_01_box_left h4{
		font-weight: bold;
		font-size: 1.5rem;
		color: #333333;
		text-align: center;
		margin:0 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 2px solid #b9bfc8;
		border-bottom: 2px solid #b9bfc8;
	}
	.sec_01_box_left h4 span{
		font-size: 2.4rem;
	}
	.sec_01_box_left p{
		font-size: 1.1rem;
		padding-left: 1rem;
		text-indent: -1rem;
		margin-left: 10px;
		margin-right: 10px;
	}
	.p_top{
		margin-top:10px;
	}
	.p_btm{
		margin-bottom:10px;
	}
	.sec_01_box{
		display: flex;
		flex-direction: column;
	}
	.box_01_in h2{
		color: #333333;
		font-size: 1.3rem;
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.box_01_in h1{
		color: #0c4ccb;
		font-size: 2.0rem;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 0px;
	}
}
.sec_02 h2{
	color: #fff;
	font-weight: bold;
	font-size: 4.0rem;
}
.btn a{
	color: #fff;
	background-color: #ff8a00;
	border-radius: 50px;
	font-weight: bold;
	font-size: 4.0rem;
	padding: 15px 35px;
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.btn a:hover{
	opacity:0.7;
}
.mv_bottom h2{
	text-align: center;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.sec_02 h2{
		color: #ffffff;
		font-weight: bold;
		font-size: 1.5rem;
	}
	.btn a{
		color: #fff;
		background-color: #ff8a00;
		border-radius: 25px;
		font-weight: bold;
		font-size: 1.3rem;
		padding: 15px 10px;
		display: block;
		width: 300px;
		margin-top: 10px;
	}
	.mv_bottom h2{
		margin-top: 10px;
	}
}
@media only screen and (max-width: 300px) {
	.btn a{
		width:100%;
	}
}
.sec_01 h2 span{
	font-size: 6.0rem;
	line-height: 5rem;
}
.sec_01_box_02{
	width: 100%;
	padding: 20px;
	border:2px solid #b9bfc8;
	border-top: 8px solid #0c4ccb !important;
	margin-bottom: 20px;
}
.sec_01_box_02_top{
	display: flex;
	align-items: center;
	height: auto;
}
.sec_01_box_02 h4{
	font-size:3.0rem;
	font-weight:bold;
	color: #333333;
	margin-left: 10px;
}
.sec_01_box_02 h3{
	color: #0c4ccb;
	font-size: 2.2rem;
	font-weight: bold;
	width: 120px;
	border-radius: 21.5px;
	display: block;
	background-color:#e2ecfa;
	text-align: center;
}
.sec_01_box_02 h3 span{
	color: #0c4ccb;
	font-size: 3.0rem;
}
.sec_01_box_02 p{
	font-size:2.0rem;
	color: #333333;
	margin-top: 10px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.sec_01 h2 span{
		font-size: 3.0rem;
		line-height: 3rem;
	}
	.sec_01_box_02{
		width: 100%;
		padding: 10px;
		border:2px solid #b9bfc8;
		border-top: 8px solid #0c4ccb !important;
		margin-bottom: 10px;
	}
	.sec_01_box_02_top{
		display: flex;
		align-items: center;
		height: auto;
	}
	.sec_01_box_02 h4{
		font-size:1.5rem;
		font-weight:bold;
		color: #333333;
		margin-left: 10px;
	}
	.sec_01_box_02 h3{
		color: #0c4ccb;
		font-size: 1.2rem;
		font-weight: bold;
		width: 70px;
		border-radius: 21.5px;
		display: block;
		background-color:#e2ecfa;
		text-align: center;
	}
	.sec_01_box_02 h3 span{
		color: #0c4ccb;
		font-size: 1.5rem;
	}
	.sec_01_box_02 p{
		font-size:1.2rem;
		color: #333333;
		margin-top: 10px;
	}
}
.wrapper_800 {
    max-width: 800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.sec_03{
	padding: 50px 0;
}
.sec_03 h2{
	font-weight: bold;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 30px;
}
.bg__cl{
	background-color: #e4f5ff;
}
.content_f{
	padding: 20px;
}
.question_01{
	display: flex;
	align-items: center;
}
.question_01 h3{
	font-size: 2.0rem;
	margin-left: 20px;
}
.faq-list-item{
	margin-bottom: 20px;
}
.question_01 h4{
	font-size: 1.6rem;
	margin-left: 20px;
}
.question_01 h4 span{
	font-size: 2.0rem;
	font-weight: bold;
}
.qestion_box{
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.qestion_box{
		margin-top: 20px;
	}
	.wrapper_800 {
	    padding-right: 0px;
    	padding-left: 0px;
	}
	.sec_03{
		padding: 30px 0;
	}
	.sec_03 h2{
		font-weight: bold;
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 15px;
	}
	.bg__cl{
		background-color: #e4f5ff;
	}
	.content_f{
		padding: 10px;
	}
	.question_01{
		display: flex;
		align-items: center;
	}
	.question_01 h3{
		font-size: 1.2rem;
		margin-left: 10px;
	}
	.faq-list-item{
		margin-bottom: 20px;
	}
	.question_01 h4{
		font-size: 1.2rem;
		margin-left: 10px;
	}
	.question_01 h4 span{
		font-size: 1.2rem;
		font-weight: bold;
	}
}
.fa-chevron-down{
	color: #b9bfc8;
}
.fa-chevron-up{
	color: #b9bfc8;
}
.footer__copy{
	padding: 10px;
	text-align: center;
	font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
	.footer__copy{
		padding: 5px;
		text-align: center;
		font-size: 1.1rem;
	}
}

.contact {
	padding:50px 0;
}
.contact h2 {
    font-weight: bold;
    font-size: 3.6rem;
    text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact h2 {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
}
.table-03, .table-03--contact {
	width: 100%;
  }
  
  .table-03 tbody > tr, .table-03--contact tbody > tr {
	border-top: 1px dashed #D2DAE6;
	border-bottom: 1px dashed #D2DAE6;
  }
  
  .table-03 tbody > tr > th, .table-03--contact tbody > tr > th {
	width: 25%;
	padding: 20px 10px 20px 20px;
	vertical-align: top;
  }
  
  @media only screen and (max-width: 767px) {
	.table-03 tbody > tr > th, .table-03--contact tbody > tr > th {
	  padding: 10px;
	}
  }
  
  .table-03 tbody > tr > td, .table-03--contact tbody > tr > td {
	width: 75%;
	padding: 20px 10px;
  }
  
  @media only screen and (max-width: 767px) {
	.table-03 tbody > tr > td, .table-03--contact tbody > tr > td {
	  padding: 10px;
	}
  }
  
  .table-03--contact tbody > tr > th {
	vertical-align: top;
	padding-left: 0;
  }
  
  @media only screen and (max-width: 767px) {
	.table-03--contact tbody > tr > th {
	  display: block;
	  width: 100%;
	  padding: 10px 0 5px;
	}
  }
  
  .table-03--contact tbody > tr > td {
	padding-right: 0;
  }
  
  @media only screen and (max-width: 767px) {
	.table-03--contact tbody > tr > td {
	  display: block;
	  width: 100%;
	  padding: 5px 0 10px;
	}
  }
  .contact, .contact--finish {
	padding: 70px 0 80px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact, .contact--finish {
	  padding: 35px 0 40px;
	}
  }
  
  .contact--finish {
	padding: 70px 0 200px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact--finish {
	  padding: 35px 0 100px;
	}
  }
  
  .contact .headline-lv2--another, .contact--finish .headline-lv2--another {
	text-align: center;
  }
  
  .contact button:focus, .contact--finish button:focus, .contact input:focus, .contact--finish input:focus, .contact textarea:focus, .contact--finish textarea:focus {
	outline: none;
  }
  
  .contact__flex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 0 -20px 70px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__flex {
	  margin: 0 0 35px;
	}
  }
  
  .contact__flex > * {
	width: 50%;
	padding: 0 20px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__flex > * {
	  width: 100%;
	  margin-bottom: 10px;
	  padding: 0;
	}
	.contact__flex > *:last-child {
	  margin-bottom: 0;
	}
  }
  
  .contact__block {
	background-color: #F5F9F9;
	padding: 40px 10px;
	text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__block {
	  padding: 20px 10px;
	}
  }
  
  .contact__block-btn {
	max-width: 180px;
	margin: 10px auto 0;
  }
  
  .contact__list > * {
	margin-bottom: 60px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__list > * {
	  margin-bottom: 30px;
	}
  }
  
  .contact__list > *:last-child {
	margin-bottom: 0;
  }
  
  .contact__list-continer {
	padding: 20px 0;
  }
  
  .contact__list-continer > * {
	margin-bottom: 10px;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__list-continer > * {
	  margin-bottom: 10px;
	}
  }
  
  .contact__list-continer > *:last-child {
	margin-bottom: 0;
  }
  
  .contact__list-continer + .contact__form {
	margin-top: 10px;
  }
  
  .contact__input {
	width: 100%;
	padding: .5em 1em;
	border: 1px solid #D2DAE6;
  }
  
  .contact__textarea {
	resize: none;
	width: 100%;
	height: 150px;
	padding: .5em 1em;
	border: 1px solid #D2DAE6;
	font: inherit;
  }
  
  .contact__req {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .contact__req::after {
	content: 'å¿…é ˆ';
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	margin-left: auto;
	padding: .25em;
	color: #FFFFFF;
	background-color: #053187;
  }
  
  @media only screen and (max-width: 767px) {
	.contact__req::after {
	  font-size: 10px;
	  font-size: 1rem;
	}
  }
  
  @media only screen and (max-width: 767px) {
	.contact__req::after {
	  margin-left: 1em;
	}
  }
  
  .contact__btn {
	margin: 40px auto 0;
	max-width: 180px;
  }
  .btn--submit,.btn--back {
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
  }
  .btn--submit {
  width: 100%;
  background: none;
  border: 1px solid #053187;
  border-radius: 100px;
  color: #053187;
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  font: inherit;
}
.btn--back {
  width: 100%;
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  font: inherit;
}
.btn--back:hover {
	opacity: .8;
}
.btn--submit:hover {
  color: #FFFFFF;
  background-color: #053187;
}

.headline-lv3 {
    font-weight: 700;
    line-height: 1.5;
    color: #053187;
    padding-bottom: 5px;
    border-bottom: 2px solid #053187;
}
.contact__btn-wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin: auto;
}
.contact__btn-wrap >* {
	width: 50%;	
	padding: 5px;
}

._sp {
    display: none !important;
}
._pc {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    ._sp {
        display: block !important;
    }
    ._pc {
        display: none !important;
    }
}
#header{
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
	#header{
		position: unset;
	}

.item img {
    margin: auto;
}
.slide-navigation {
    margin: 30px auto 20px;
}
.slide-navigation .image {
    margin: 20px 15px;
}
@media only screen and (max-width: 767px) {
    .slide-navigation {
    margin: 15px 0 10px;
    }
    .slide-navigation .image {
        margin: 10px 5px;
    }
    .draggable{
    	padding: 0 10px!important;
    }
}