@charset 'UTF-8';


/*  font-family: 'Sorts Mill Goudy', serif;*/


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

}

/*----------------------------------------------------
	sec-opn
----------------------------------------------------*/

.sec-opn{
	width: 100%;
	height: 75vh;
	position: relative;
	margin-bottom: calc(-4.5rem - 12vw);
}

.sec-opn_bg{
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/thanks/kv.jpg) no-repeat right;
	background-size: cover;
}

.sec-opn_bg:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0,1,33,0.1);
	display: block;
	z-index: 1;
}

.opn-ttl{
	font-family: forma-djr-display, sans-serif;
	font-weight: 700;
	font-style: normal;
	width: 100%;
	position: absolute;
	color: #FFF;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: .5rem;
	z-index: 1;
	top: 35%;
	left: 10%;
}

.opn-ttl span{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-style: normal;
	font-size: 2rem;
	display: block;
	line-height: 1.4;
	letter-spacing: .2rem;
}


@media (min-width: 769px) {

}

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

.sec-opn{
	height: 48vh;
}

.opn-ttl{
	font-size: 3.2rem;
	top: 38%;
	left: 10%;
}

.opn-ttl span{
	font-size: 2rem;
}

}

/* -----------------------------------------------------------
  sec01
----------------------------------------------------------- */

.sec01_bg{
	position: relative;
	z-index: 1;
	background: #FFF;
	padding: 120px 120px 200px;
	border-radius: 15.5rem/9.25rem;
    overflow: hidden;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.sec01-ttl{
	font-size: 3rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .3rem;
}

.sec01-cap{
	letter-spacing: .1rem;
	line-height: 2.1;
}

@media (min-width: 60em) {

.sec01{
	margin-right: -15px;
	margin-left: -15px;
}

.sec01_bg{
	border-radius: calc(12rem + 38vw)/calc(1rem + 18vw);
}

}

@media (min-width: 80em){

.sec01{
	margin-right: -15px;
	margin-left: -15px;
}

.sec01_bg{
	border-radius: 46.5rem/20rem;
}

}

@media (min-width: 769px) {


}

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

.sec01_bg{
	padding: 60px 20px;
}

.sec01-ttl{
	font-size: 2rem;
	letter-spacing: .1rem;
	line-height: 1;
}

}

/* -----------------------------------------------------------
  btn
----------------------------------------------------------- */

.btn_02{
  position: relative;
  color: #0054A7;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .2rem;
  border: solid 1.5px #0054A7;
  border-radius: 30px;
  transition: .7s;
  padding: 1.5rem 5rem;
}

.btn_02:hover{
  color: #FFF !important;
  border: solid 1.5px #0054A7;
  background: #0054A7;
}

.btn_02::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn_02::before{
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0054A7;
  border-right: 2px solid #0054A7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .5s;
}

.btn_02:hover::before{
  border-color: #FFF;
  right: 20px;
}

