@charset "utf-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}
/* ======================================
	base
====================================== */
html {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	color: #333;
	background-color: #fff;
}
@media all and (-ms-high-contrast:none) {
	html {
		font-family: "メイリオ", Meiryo, Verdana, sans-serif;
	}
}
body {
	font-size: 1.5rem;
	line-height: 1.5;
}
*{
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
main {
	overflow: hidden;
}
section {
	padding: 2em 0;
}
@media screen and (min-width: 600px){
	section {
		padding: 3em 0;
	}
}
@media screen and (min-width: 1024px) {
	body {
		font-size: 1.6rem;
	}
	a {
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	a:hover {
		opacity: .7;
	}
	section {
		padding: 4em 0;
	}
}
/* ======================================
	common
====================================== */
.sp, .tb, .pc {
	display: none;
}
@media screen and (max-width: 599px){
	.sp{
		display: inherit;
	}
}
@media screen and (min-width: 600px) {
	.tb {
		display: inherit;
	}
}
@media screen and (min-width: 1024px) {
	.tb {
		display: none;
	}
	.pc {
		display: inherit;
	}
}
.fontEn{
	font-family: 'Oswald', sans-serif;
}
.inner {
	max-width: 1382px;
	width: 92%;
	margin: 0 auto;
}
.secLead{
	font-weight: bold;
	font-size: 2.4rem;
	color: #fff;
	background: #142F71;
	text-align: center;
	padding: 33px 20px;
	position: relative;
}
.secLead::after {
	position: absolute;
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 22px solid #142F71;
  border-bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
}
.secTtl{
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.secTtl::after{
	position: absolute;
	content: '';
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -16px;
	background: #007FC3;
	width: 64px;
	height: 4px;
}
.secTtl .--blue{
	color: #142F71;
}
.secTtl .--s{
	font-size: .67em;
}
.secTxt{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 0 8px;
	margin-bottom: 24px;
	line-height: 1.6;
}
@media screen and (min-width: 600px) {
	.inner{
		width: 96%;
	}
	.secLead{
		padding: 42px 20px;
		font-size: 2.8rem;
	}
	.secTtl{
		font-size: 3rem;
	}
}
@media screen and (min-width: 1024px) {
	.secTtl{
		font-size: 3.6rem;
		margin-bottom: 60px
	}
	.secTxt{
		font-size: 1.8rem;
		margin-bottom: 60px;
		padding: 0;
	}
}
/* ======================================
	cta
====================================== */
.cta{
	background: #DCECF5;
	padding: 40px 0 45px;
}
.cta-ttl{
	text-align: center;
	color: #142F71;
	font-weight: bold;
	font-size: 2.4rem;
	width: 96%;
  margin: 0 auto;
}
.cta-ttl span{
	position: relative;
	display: block;
	padding: 0.5em;
}
.cta-ttl span::before,
.cta-ttl span::after{
	position: absolute;
	content: '';
	background: #142F71;
	width: 100%;
	height: 6px;
}
.cta-ttl span::before{
	border-radius: 4px;
	right: 0;
	bottom: 0;
}
.cta-ttl span::after{
	border-radius: 4px;
	left: 0;
	top: 0;
}
.cta-btn{
	margin-top: 24px;
}
.cta-btn-item{
	max-width: 336px;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.cta-btn-item:nth-child(2){
	margin: 30px auto 0;
}
.btn{
	font-weight: bold;
	font-size: 2rem;
	display: block;
	background: #fff;
	color: #007FC3;
	border-radius: 7px;
	border: 1px solid #007FC3;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 12px 10px;
}
.btn::before,
.btn::after{
	position: absolute;
	content: '';
	height: 100%;
	border-radius: 7px;
}
.btn::before{
	background: #fff;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.btn::after{
	background: #07608f;
	width: calc(100% + 2px);
	left: -1px;
	top: 7px;
	z-index: -2;
}
.btn.btn-free{
	background: #007FC3;
	color: #fff;
}
.btn.btn-free::before{
	background: #007FC3;
}
.btn span{
	font-size: 500px;
	font-size: 1.6rem;
	display: block;
}
.cta-btn-item-badge{
	position: absolute;
	right: -10px;
  top: -10px;
	color: #fff;
	background: #FF8200;
	border-radius: 50%;
	font-weight: 500;
	font-size: 1.6rem;
	width: 43px;
  height: 43px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	pointer-events: none;
	z-index: 2;
}
@media screen and (min-width: 600px) {
	.cta{
		padding: 60px 0 74px;
	}
	.cta-ttl{
		font-size: 2.6rem;
	}
	.cta-btn{
		margin-top: 47px;
	}
	.cta-btn-item{
		max-width: 530px;
	}
	.btn{
		font-size: 2.8rem;
		padding: 24px 10px;
	}
	.btn span{
		font-size: 1.8rem;
		margin-bottom: .3em;
	}
	.cta-btn-item-badge{
		font-size: 1.8rem;
		width: 68px;
    height: 68px;
		right: -15px;
		top: -15px;
	}
}
@media screen and (min-width: 1024px) {
	.cta-ttl{
		width: 100%;
	}
	.cta-ttl span{
		display: inline-block;
		padding: 0;
	}
	.cta-ttl span::before,
	.cta-ttl span::after{
		width: 200%;
		height: 8px;
	}
	.cta-ttl span::before{
		border-radius: 0 4px 4px 0;
		right: 102%;
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cta-ttl span::after{
		border-radius: 4px 0 0 4px;
		left: 102%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cta-btn{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.cta-btn-item{
		margin: 0;
	}
	.cta-btn-item:nth-child(2){
		margin: 0 0 0 40px;
	}
}
@media screen and (min-width: 1280px){
	.cta-ttl{
		font-size: 3.2rem;
	}
}
/* ======================================
	cta-float
====================================== */
.cta-float{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.cta-float.active{
	opacity: 1;
	visibility: visible;
}
.cta-float-inner{
	background: rgb(20 47 113 / .9);
	padding: 12px;
	position: relative;
}
.cta-float .cta-item:first-child{
	margin-bottom: 12px;
}
.cta-float .btnF{
	position: relative;
	display: block;
	background: #FF5A00;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	border-radius: 50px;
	max-width: 432px;
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.25);
	padding: 7px 0 10px;
	text-align: center;
}
.cta-float .btnF::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 22px;
	top: 42%;
	transform: rotate(45deg);
}
.cta-float .btnF .--small{
	font-size: .7em;
}
.cta-float .btnF-dl{
	border: 2px solid #FF5A00;
	color: #FF5A00;
	background: #fff;
}
.cta-float .btnF-dl::after{
	border-top: 2px solid #FF5A00;
	border-right: 2px solid #FF5A00;
}
@media screen and (max-width: 599px) {
	.cta-float-inner{
		padding: 0;
		background: #fff;
	}
	.cta-float .cta-list{
		display: flex;
	}
	.cta-float .cta-item{
		width: 50%;
	}
	.cta-float .cta-item:first-child{
		margin: 0;
	}
	.cta-float .btnF{
		border-radius: 0;
		border: none;
		line-height: 1.2;
		padding: 10px 0;
	}
	.cta-float .btnF span{
		padding-right: 16px;
	}
	.cta-float .btnF::after{
		right: 15px;
	}
}
@media screen and (min-width: 600px){
	.cta-float .cta-list{
		margin: 0 auto;
		max-width: 350px;
	}
	.cta-float .cta-item .btnF{
		font-size: 1.6rem;
	}
	.cta-float .cta-item .btnF::after{
		right: 16px;
		top: 41%;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.cta-float .cta-item .btnF-dl::after{
		border-top: 2px solid #FF5A00;
    border-right: 2px solid #FF5A00;
	}
	.cta-float .btnF{
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 1024px) {
	.cta-float .cta-list{
		max-width: 100%;
		display: flex;
		justify-content: center;
	}
	.cta-float .cta-item{
		width: 350px;
	}
	.cta-float .cta-item:first-child{
		margin: 0 15px 0 0;
	}
	.cta-float .cta-item .btnF{
		font-size: 1.8rem;
	}
	.cta-float .btnF{
		font-size: 2.2rem;
	}
	.cta-float .btnF::after{
		top: 40%;
	}
}
/* ======================================
	header
====================================== */
/* .header {
	padding: 12px 6px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
}
.header .inner{
	max-width: 100%;
	width: 98%;
}
.header-inner{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
.header-left{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.header-left-link{
	width: 132px;
}
.header-left-txt{
	font-weight: 500;
	font-size: 1.1rem;
	margin-top: 1em;
}
.header-right{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.header-right-tel{
	padding: 5px 0 5px 25px;
	background: url(../img/icn_tel.png) no-repeat center left / 20px;
}
.header-right-tel .num{
	font-weight: bold;
	font-size: 1.6rem;
	display: block;
	line-height: 1;
}
.header-right-tel .txt{
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: right;
	display: none;
}
.header-right-contact{
	background: #FF8200 url(../img/icn_arrow_right.svg) no-repeat center right 10px / 24px;
	color: #fff;
	border-radius: 32px;
	width: 330px;
	padding: 11px 20px;
	margin-left: 10px;
	font-weight: 500;
	font-size: 1.5rem;
	display: none;
}
.header-right-contact span{
	font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
	.header {
		padding: 2px 0;
	}
	.header-left-link{
		width: 200px;
		margin-right: 15px;
	}
	.header-right-tel{
		background-size: 35px;
		padding: 5px 0 5px 43px;
	}
	.header-right-tel .num{
		font-size: 2.6rem;
	}
}
@media screen and (min-width: 1024px) {
	.header{
	}
	.header-right-contact{
		display: block;
	}
	.header-right-tel .txt{
		display: block;
	}
	.header-right-tel{
		padding: 5px 0 5px 54px;
		background-size: 47px;
	}
}
@media screen and (min-width: 1281px) {
	.header{
	}
	.header-left-link{
		width: 220px;
	}
	.header-left-txt{
		font-size: 1.3rem;
		margin-top: 0.4em;
	}
	.header-right-tel{
		padding: 5px 0 5px 56px;
		background-size: 46px;
	}
	.header-right-tel .num{
		font-size: 3.2rem;
	}
	.header-right-tel .txt{
		font-size: 1.2rem;
	}
	.header-right-contact{
		width: 350px;
		margin-left: 10px;
		font-size: 1.7rem;
	}
} */
/*----------------------------------------
  footer
----------------------------------------*/
.footer {
	position: relative;
	background-color: #fff;
	padding: 30px 0 0;
}
.footer-left {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.footer-left-link {
	width: 55px;
}
.footer-privacy {
	padding-left: 15px;
}
.footer-privacy-text {
	font-size: 1.1rem;
	font-weight: 700;
}
a.footer-privacy-link {
	display: inline-block;
	color: #202020;
	font-size: 1.1rem;
	text-decoration: underline;
}
.footer-privacy-link .sp {
	display: none;
}
.footer-int-link {
	display: block;
	width: 190px;
	margin: 0 auto;
}
.footer-copyright {
	color: #202020;
	text-align: center;
	font-size: 1rem;
	padding: 15px 0;
}
@media screen and (min-width: 600px) {
	.footer{
		padding: 30px 0 15px;
	}
	.footer-left{
		margin-bottom: 0;
	}
	.footer-row {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.footer-col {
		width: 50%;
	}
	.footer-int-link{
		margin: 0 0 0 auto;
	}
}

/* ======================================
	pageTop
====================================== */
#toTopBtn {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 0;
	bottom: 58px;
	background-color: #142F71;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
#toTopBtn.active {
	opacity: 1;
	visibility: visible;
}
#toTopBtn::after{
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 600px) {
	#toTopBtn{
		width: 65px;
		height: 65px;
		bottom: 126px;
	}
}
@media screen and (min-width: 1024px){
	#toTopBtn{
		bottom: 72px;
	}
}