.sp {
	display: none;
}
.bold {
	font-weight: 600;
}
.red {
	color: #b70707;
}
.blue {
	color: #014195;
}
.mb0 {
	margin-bottom: 0 !important;
}

header {
	width: 100%;
	background: #fff;
	padding: 20px 50px 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
header h1 {
	max-width: 150px;
}
header ul {
	display: flex;
	padding-top: 14px;
}
header ul li {
	margin-left: 30px;
}
header ul li a {
	font-size: 16px;
	transition: 0.3s;
}
header ul li a:hover {
	color: #014195;
	font-weight: 500;
	transition: 0.3s;
}

.topMv {
	width: 100%;
	height: 100vh;
	padding-top: 114px;
	background: url(../img/bg_mv.jpg) no-repeat center top 114px/cover;
	box-sizing: border-box;
	position: relative;
}
.topMv h2 {
	max-width: 1100px;
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
}
.topMv p {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

h2.title {
	text-align: center;
	margin-bottom: 60px;
}
h2.title span {
	display: inline-block;
	font-size: 45px;
	color: #014195;
	position: relative;
	line-height: 1.3;
}
h2.title span::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #014195;
	position: absolute;
	bottom: -20px;
	left: 0;
}
h2.title span::after {
	content: "";
	width: 1px;
	height: 40px;
	background: #014195;
	position: absolute;
	bottom: -60px;
	left: 50%;
}

.aboutCont {
	padding: 150px 0 0 0;
}
.aboutCont .top {
	background: #eee;
	padding: 75px 0;
	position: relative;
}
.aboutCont .top::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 145px 0 145px;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 145px);
}
.aboutCont .top ul {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aboutCont .top ul li {
	border: 1px solid #014195;
	background: #fff;
	position: relative;
	padding: 45px 0 30px 0;
	font-size: 24px;
	color: #014195;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0;
}
.aboutCont .top ul li::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../img/ico_check01.png) no-repeat center center/cover;
	position: absolute;
	top: -25px;
	left: calc(50% - 25px);
}
.aboutCont .top ul li:nth-child(-n+3) {
	width: 31.5%;
	margin-bottom: 55px;
}
.aboutCont .top ul li:nth-child(n+4) {
	width: 23%;
}
.aboutCont .bottom {
	padding-top: 100px;
}
.aboutCont .bottom h3 {
	text-align: center;
	margin-bottom: 80px;
}
.aboutCont .bottom h3 span {
	font-size: 50px;
	display: inline-block;
	position: relative;
	letter-spacing: 0;
}
.aboutCont .bottom h3 span::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #b70707;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.aboutCont .bottom h3 span::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #b70707;
	position: absolute;
	bottom: -14px;
	left: 0;
}
.aboutCont .bottom ul {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.aboutCont .bottom ul li {
	width: 31%;
}
.aboutCont .bottom ul li dl {
	text-align: center;
	margin-top: 25px;
}
.aboutCont .bottom ul li dl dt {
	display: inline-block;
	font-size: 22px;
	position: relative;
	margin-bottom: 45px;
}
.aboutCont .bottom ul li dl dt::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #014195;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.aboutCont .bottom ul li dl dt::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #014195;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.aboutCont .bottom ul li dl dd {
	font-size: 18px;
}

.pointCont {
	padding: 150px 0;
}
.pointCont .nav {
	background: #eee;
	padding: 80px 0;
}
.pointCont .nav h2 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.3;
}
.pointCont .nav h2 span {
	border-bottom: 1px solid #b70707;
}
.pointCont .nav ul {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
}
.pointCont .nav ul li {
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #b6bec9;
	text-align: center;
}
.pointCont .nav ul li:last-child {
	border: none;
}
.pointCont .nav ul li a {
	display: block;
	font-size: 18px;
	line-height: 1.4;
	padding-bottom: 50px;
	position: relative;
	transition: 0.2s;
}
.pointCont .nav ul li a::after {
	content: "";
	width: 35px;
	height: 35px;
	background: url(../img/ico_arrow.png) no-repeat center center/cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 17px);
}
.pointCont .nav ul li a:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.pointCont .nav ul li a span {
	display: inline-block;
	padding: 5px 12px 7px 12px;
	background: #014195;
	line-height: 1;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.pointCont .pointBox {
	max-width: 1100px;
	padding-top: 200px;
	margin: 0 auto;
}
.pointCont .pointBox h2 {
	position: relative;
}
.pointCont .pointBox h2::before {
	width: 120px;
	background: #014195;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	padding: 7px 10px 9px 10px;
	position: absolute;
	top: -50px;
	left: calc(50% - 60px);
	box-sizing: border-box;
}
.pointCont #point01 h2::before {
	content: "POINT.01";
}
.pointCont #point02 h2::before {
	content: "POINT.02";
}
.pointCont #point03 h2::before {
	content: "POINT.03";
}
.pointCont #point04 h2::before {
	content: "POINT.04";
}
.pointCont .pointBox h2 + p {
	margin-bottom: 80px;
}
.pushPoint {
	border: 1px solid #b70707;
	padding: 0 50px 50px 50px;
	margin-bottom: 80px;
}
.pushPoint h3 {
	text-align: center;
}
.pushPoint h3 span {
	display: inline-block;
	font-size: 40px;
	background: #fff;
	padding: 0 50px;
	position: relative;
	top: -35px;
}
.pushPoint ul {
	margin-top: -10px;
}
.pushPoint ul li {
	position: relative;
	font-size: 24px;
	margin: 10px 0;
	padding-left: 35px;
}
.pushPoint ul li::before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/ico_point.png) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: 8px;
}
.point01Flow h4 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}
.point01Flow h4 + p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}
.tab_box .tab_panel {
    display: none;
}
.tab_box .tab_panel.active {
    display: block;
}
.tab_box .btn_area {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.tab_box .btn_area p {
	cursor: pointer;
	width: 250px;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	background: #cfdae9;
	color: #014195;
	margin: 0 15px;
	position: relative;
	transition: 0.2s;
}
.tab_box .btn_area p.active {
	background: #014195;
	color: #fff;
	transition: 0.2s;
}
.tab_box .btn_area p.active::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 8px 0 8px;
	border-color: #014195 transparent transparent transparent;
	position: absolute;
	bottom: -13px;
	left: calc(50% - 8px);
	transition: 0.3s;
}
.tab_box .tab_panel {
	background: #eee;
	padding: 60px 50px;
}
.tab_box .tab_panel h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.tab_box .tab_panel h3 + p {
	font-size: 18px;
	margin-bottom: 30px;
}
.tab_box .tab_panel > div {
	display: flex;
	justify-content: space-between;
}
.tab_box .tab_panel > div div {
	background: #fff;
	width: 48.5%;
	padding: 30px 40px;
	box-sizing: border-box;
}
.tab_box .tab_panel > div div h4 {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 30px;
}
.tab_box .tab_panel > div div h4 span {
	font-size: 20px;
	padding: 10px 40px;
	border: 1px solid #000;
}
.tab_box .tab_panel > div div.left h4 span {
	color: #b70707;
	border: 1px solid #b70707;
}
.tab_box .tab_panel > div div dl {
	margin-bottom: 15px;
}
.tab_box .tab_panel > div div dl dt {
	font-size: 18px;
	margin-bottom: 3px;
	position: relative;
	padding-left: 20px;
}
.tab_box .tab_panel > div div dl dt::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
}
.tab_box .tab_panel > div div.left dl dt::before {
	background: url(../img/img_point04.png) no-repeat center center/cover;
}
.tab_box .tab_panel > div div.right dl dt::before {
	background: url(../img/img_point05.png) no-repeat center center/cover;
}
.tab_box .tab_panel > div div dl dd {
	font-size: 14px;
	padding-left: 20px;
}

.institutionCont {
	padding: 150px 0;
	background: #eee;
}
.institutionCont .inner {
	max-width: 1100px;
	margin: 0 auto;
}
.institutionCont .inner h2 {
	margin-bottom: 100px;
}
.institutionCont .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.institutionCont .inner ul li {
	width: 31.5%;
	position: relative;
	text-align: center;
}
.institutionCont .inner ul li span {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.institutionCont .inner ul li:nth-child(-n+6) {
	margin-bottom: 3%;
}
.institutionCont .inner ul + p {
	border: 1px solid #014195;
	font-size: 30px;
	background: #fff;
	padding: 35px 20px;
	text-align: center;
}

.faqCont {
	padding: 120px 0;
	max-width: 1100px;
	margin: 0 auto;
}
.faqCont h2 {
	margin-bottom: 100px;
}
.faqCont h2 + p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}
.faqCont ul li {
	border-bottom: 1px solid #b6bec9;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.faqCont ul li p:first-child {
	padding: 0 60px;
	position: relative;
	font-size: 20px;
	margin-bottom: 30px;
	cursor: pointer;
}
.faqCont ul li p:first-child::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../img/ico_q.png) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
}
.faqCont ul li p:first-child::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/ico_open.png) no-repeat center center/cover;
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
	transition: 0.3s;
}
.faqCont ul li p:first-child.open::after {
	background: url(../img/ico_close.png) no-repeat center center/cover;
	transition: 0.3s;
}
.faqCont ul li p:last-child {
	padding: 0 60px;
	margin-bottom: 30px;
	position: relative;
	font-size: 16px;
	display: none;
}
.faqCont ul li p:last-child::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../img/ico_a.png) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
}

.contactCont {
	padding: 120px 0;
	background: #eee;
}
.contactCont .inner {
	max-width: 1100px;
	margin: 0 auto;
}
.contactCont .inner h2 {
	margin-bottom: 100px;
}
.contactCont .inner h2 + p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}
.contactCont .inner h2 + p span {
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
}
.contactCont .inner .form > dl {
	margin-bottom: 30px;
	display: flex;
}
.contactCont .inner .form > dl dt {
	width: 250px;
	font-size: 16px;
	padding-top: 20px;
}
.contactCont .inner .form > dl dt span {
	border: 1px solid #ba1818;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1;
}
.contactCont .inner .form > dl dd {
	width: calc(100% - 250px);
}
.contactCont .inner .form > dl dd input,.contactCont .inner .form > dl dd textarea {
	width: 100%;
	background: #fff;
	border: none;
	font-size: 16px;
	padding: 20px;
	box-sizing: border-box;
}
.contactCont .inner .form > dl dd textarea {
	height: 300px;
}
.contactCont .inner .form > dl + p {
	margin: 50px 0 30px 0;
}
.contactCont .inner .form > dl.textarea {
	margin: 60px 0;
}
.contactCont .inner .privacy {
	background: #fff;
	padding: 40px;
	height: 300px;
	box-sizing: border-box;
	overflow: auto;
	margin-bottom: 40px;
}
.contactCont .inner .privacy h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.contactCont .inner .privacy h3 + p,.contactCont .inner .privacy dl {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 2;
}
.privacy::-webkit-scrollbar {
    width: 10px;
}
.privacy::-webkit-scrollbar-track {
    background-color: #d4d4d4;
}
.privacy::-webkit-scrollbar-thumb {
    background-color: #014195;
}
.contactCont .inner .check {
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}
.contactCont .inner .btn {
	width: 400px;
	margin: 0 auto 20px auto;
}
.contactCont .inner .btn input {
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	padding: 20px 0;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}
.contactCont .inner .btn input:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.contactCont .inner .btn.submit input,.contactCont .inner .btn.confirm input {
	background: #014195;
}
.contactCont .inner .btn.back input {
	background: #999;
}

.thanks {
	padding-top: 180px;
}
.thanks a {
	text-align: center;
	width: 300px;
	font-size: 20px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	padding: 15px 0;
	margin: 50px auto 0 auto;
	border: none;
	cursor: pointer;
	display: block;
	background: #014195;
}
.error_messe {
	text-align: center;
	color: #b70707;
	margin-bottom: 10px;
}
.contactform {
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
}
.contactform th {
	padding: 20px;
	width: 30%;
}
.contactform td {
	padding: 20px;
	width: 70%;
}

footer {
	padding-top: 100px;
}
footer .inner {
	max-width: 1100px;
	margin: 0 auto;
}
footer .inner h2 {
	margin-bottom: 100px;
}
footer .inner div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
footer .inner div p {
	width: 47%;
	padding-top: 30px;
}
footer .inner div ul {
	width: 49%;
}
footer .inner div ul li {
	padding: 25px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	position: relative;
}
footer .inner div ul li::after {
	content: "";
	width: 28%;
	height: 1px;
	background: #014195;
	position: absolute;
	bottom: -1px;
	left: 0;
}
footer .inner div ul li dl {
	display: flex;
}
footer .inner div ul li dl dt {
	width: 30%;
	font-size: 18px;
}
footer .inner div ul li dl dd {
	width: 70%;
	font-size: 16px;
}
footer .inner iframe {
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}
footer > p {
	background: #014195;
	padding: 10px 0;
	text-align: center;
}
footer > p small {
	color: #fff;
	font-size: 12px;
}

.cta {
	opacity: 0;
	transition: opacity 0.5s;
	position: fixed;
	z-index: 10;
	width: 375px;
	padding: 20px 15px 15px 15px;
	box-sizing: border-box;
	background: #b70707;
	bottom: 20px;
	right: 20px;
}
.cta.new {
	padding: 15px;
}
.cta.on {
	opacity: 1;
}
.cta p:first-child {
	width: 96%;
	margin: 0 auto 15px auto;
}
.cta ul {
	display: flex;
	justify-content: space-between;
}
.cta ul li {
	width: 48.5%;
}
.cta p:last-child {
	width: 60px;
	position: absolute;
	top: -80px;
	right: 0;
}


.fadeIn {
	opacity: 0;
}
.fade {
	animation-name: play3;
  	animation-duration: .5s;
  	animation-delay: .2s;
  	animation-fill-mode: forwards;
  	animation-timing-function: cubic-bezier(.8,0,.5,1);
  	position: relative;
}
@keyframes play3 {
  from {
    transform: translateY(10px);
	opacity: 0;
  }
  
  to {
    transform: translateY(0);
	opacity: 1;
  }
}

@media screen and (min-width: 1025px) {

.Toggle,.NavMenu {
	display: none;
}

}

@media screen and (min-width:600px) and ( max-width:1024px) {

header {
	width: 100%;
	background: #fff;
	padding: 20px 30px 30px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
header h1 {
	max-width: 100px;
}
header ul {
	display: none;
}

.topMv {
	padding-top: 80px;
	background: url(../img/bg_mv.jpg) no-repeat center top 80px/cover;
}
.topMv h2 {
	max-width: 100%;
	width: 60%;
}

h2.title span {
	font-size: 36px;
}

.aboutCont {
	padding: 120px 0 0 0;
}
.aboutCont .top {
	padding: 75px 30px;
}
.aboutCont .top ul li {
	padding: 35px 0 30px 0;
	font-size: 22px;
}
.aboutCont .top ul li::after {
	width: 40px;
	height: 40px;
	top: -20px;
	left: calc(50% - 20px);
}
.aboutCont .bottom h3 span {
	font-size: 40px;
}
.aboutCont .bottom ul {
	padding: 0 30px;
}

.pointCont {
	padding: 100px 0;
}
.pointCont .nav {
	padding: 80px 30px;
}
.pointCont .nav h2 {
	font-size: 30px;
}
.pointCont .pointBox {
	padding: 150px 30px 0 30px;
}
.pushPoint ul li {
	font-size: 20px;
	margin: 15px 0;
}
.pushPoint ul li::before {
	top: 4px;
}

.institutionCont {
	padding: 120px 30px;
}

.faqCont {
	padding: 120px 30px;
}

.contactCont {
	padding: 120px 30px;
}

footer {
	padding-top: 100px;
}
footer .inner {
	padding: 0 30px;
}
footer .inner h2 {
	margin-bottom: 80px;
}
footer .inner div {
	align-items: flex-start;
}
footer .inner div p {
	padding-top: 20px;
}
footer .inner div ul li {
	padding: 20px 15px;
}
footer .inner div ul li::after {
	width: 23%;
}
footer .inner div ul li dl {
	display: flex;
}
footer .inner div ul li dl dt {
	width: 25%;
	font-size: 18px;
}
footer .inner div ul li dl dd {
	width: 70%;
	font-size: 16px;
}
footer .inner iframe {
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}
footer > p {
	background: #014195;
	padding: 10px 0;
	text-align: center;
}
footer > p small {
	color: #fff;
	font-size: 12px;
}

.cta {
	width: 320px;
}
.cta p:last-child {
	width: 55px;
	position: absolute;
	top: -65px;
	right: 0;
}


.Toggle {
    display: block;
    position: fixed;
    right: 20px;
    top: 14px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 999;
	background: #014195;
	border-radius: 100%;
}
.Toggle.active {
	background: #fff;
	transition: .35s ease-in-out;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 20px;
    border-bottom: solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 18px;
	border-radius: 50px;
}
.Toggle.active span {
    border-bottom: solid 2px #014195;
}
.Toggle span:nth-child(1) {
    top: 21px;
}
.Toggle span:nth-child(2) {
    top: 27px;
}
.Toggle span:nth-child(3) {
    top: 33px;
}
.Toggle.active span:nth-child(1) {
    top: 27px;
    left: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.NavMenu {
	position: fixed;
	z-index: 990;
	top: 0;
	left: 0;
	background: #014195;
	color: #000;
	width: 100%;
	height: 100Vh;
	transform: translateY(-100%);
	transition: all 0.6s;
}
.NavMenu.active {
	transform: translateY(0%);
}
.NavMenu > ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
.NavMenu > ul li {
	line-height: 1;
	margin: 0 20px;
}
.NavMenu > ul li:last-child {
	border-bottom: none;
}
.NavMenu > ul li a {
	color: #fff;
	font-size: 18px;
	background: url(../img/ico_arrow2.png) no-repeat left center/18px;
	padding-left: 27px;
}
.navCta {
	padding-top: 200px;
	width: 40%;
	margin: 0 auto 30px auto;
}
.navCta p {
	margin-bottom: 30px;
}
.navCta ul {
	display: flex;
	justify-content: space-between;
}
.navCta ul li {
	width: 48%;
}

}

@media screen and (min-width:600px) and ( max-width:810px) {

.topMv h2 {
	width: 90%;
}

h2.title span {
	font-size: 36px;
}

.aboutCont .top ul li br {
	display: none;
}
.aboutCont .top ul li:nth-child(-n+3),.aboutCont .top ul li:nth-child(n+4) {
	width: 100%;
	margin-bottom: 40px;
}
.aboutCont .top ul li:last-child {
	margin-bottom: 0;
}
.aboutCont .bottom h3 .sp {
	display: block;
}
.aboutCont .bottom ul {
    padding: 0 30px;
    flex-direction: row;
}
.aboutCont .bottom ul li dl dt {
    font-size: 18px;
    margin-bottom: 40px;
}
.aboutCont .bottom ul li dl dt::after {
    height: 20px;
    bottom: -30px;
}
.aboutCont .bottom ul li dl dd {
    font-size: 16px;
}
.aboutCont .bottom ul li dl dd br {
	display: none;
}


.pointCont .nav {
	padding: 80px 50px;
}
.pointCont .nav ul {
	flex-wrap: wrap;
}
.pointCont .nav ul li {
    width: 50%;
	padding: 0 10px;
}
.pointCont .nav ul li:nth-child(2) {
	border: none;
}
.pointCont .nav ul li:nth-child(-n+2) {
	margin-bottom: 40px;
}

.tab_box .tab_panel > div {
	flex-wrap: wrap;
}
.tab_box .tab_panel > div div {
    width: 100%;
}
.tab_box .tab_panel > div div:first-child {
	margin-bottom: 30px;
}
.tab_box .tab_panel h3 {
    font-size: 26px;
}

.institutionCont .inner ul li span {
    font-size: 18px;
    bottom: 20px;
}
.institutionCont .inner ul + p {
    font-size: 24px;
    padding: 35px 30px;
}

.faqCont h2 + p {
    text-align: left;
}

.contactCont {
	padding: 100px 30px;
}

footer .inner div {
    align-items: flex-start;
	flex-direction: column;
}
footer .inner div p,footer .inner div ul {
    width: 70%;
	margin: 0 auto;
}
footer .inner div p {
	margin-bottom: 30px;
}

.cta {
	width: 320px;
}
.cta p:last-child {
	width: 55px;
	position: absolute;
	top: -65px;
	right: 0;
}

.NavMenu {
	position: fixed;
	z-index: 990;
	top: 0;
	left: 0;
	background: #014195;
	color: #000;
	width: 100%;
	height: 100Vh;
	transform: translateY(-100%);
	transition: all 0.6s;
}
.NavMenu.active {
	transform: translateY(0%);
}
.NavMenu > ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.NavMenu > ul li {
	line-height: 1;
	margin: 0 0 35px 0;
}
.NavMenu > ul li:last-child {
	border-bottom: none;
}
.NavMenu > ul li a {
	color: #fff;
	font-size: 20px;
	background: url(../img/ico_arrow2.png) no-repeat left center/18px;
	padding-left: 27px;
}
.navCta {
	padding-top: 180px;
	width: 60%;
	margin: 0 auto 50px auto;
}
.navCta p {
	margin-bottom: 30px;
}
.navCta ul {
	display: flex;
	justify-content: space-between;
}
.navCta ul li {
	width: 48%;
}

}

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

.tab,.pc {
	display: none;
}
.sp {
	display: block;
}

header {
	padding: 12px 20px 20px 20px;
}
header h1 {
	max-width: 80px;
}
header ul {
	display: none;
}

.topMv {
	height: auto;
	padding-top: 50px;
	background: none;
}
.topMv h2 {
	max-width: 100%;
	position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}
.topMv p {
	display: none;
}

h2.title {
	margin-bottom: 28px;
}
h2.title span {
	font-size: 24px;
}
h2.title span::before {
	bottom: -10px;
}
h2.title span::after {
	height: 20px;
	bottom: -30px;
}

.aboutCont {
	padding: 60px 0 0 0;
}
.aboutCont .top {
	padding: 50px 20px 20px 20px;
}
.aboutCont .top::before {
	border-width: 25px 70px 0 70px;
	bottom: -25px;
	left: calc(50% - 70px);
}
.aboutCont .top ul {
	flex-direction: column;
}
.aboutCont .top ul li {
	padding: 30px 20px 25px 20px;
	font-size: 18px;
	box-sizing: border-box;
}
.aboutCont .top ul li::after {
	width: 30px;
	height: 30px;
	top: -15px;
	left: calc(50% - 15px);
}
.aboutCont .top ul li:nth-child(-n+3) {
	width: 100%;
	margin-bottom: 30px;
}
.aboutCont .top ul li:nth-child(n+4) {
	width: 100%;
	margin-bottom: 30px;
}
.aboutCont .bottom {
	padding-top: 60px;
}
.aboutCont .bottom h3 {
	margin-bottom: 50px;
}
.aboutCont .bottom h3 span {
	font-size: 22px;
}
.aboutCont .bottom ul {
	padding: 0 20px;
	flex-direction: column;
}
.aboutCont .bottom ul li {
	width: 70%;
	margin: 0 auto 30px auto;
}
.aboutCont .bottom ul li:last-child {
	margin-bottom: 0;
}
.aboutCont .bottom ul li dl {
	margin-top: 20px;
}
.aboutCont .bottom ul li dl dt {
	font-size: 18px;
	margin-bottom: 30px;
}
.aboutCont .bottom ul li dl dt::before {
	bottom: -5px;
}
.aboutCont .bottom ul li dl dt::after {
	height: 20px;
	bottom: -25px;
}
.aboutCont .bottom ul li dl dd {
	font-size: 14px;
}

.pointCont {
	padding: 60px 0;
}
.pointCont .nav {
	padding: 40px 20px;
}
.pointCont .nav h2 {
	font-size: 20px;
	margin-bottom: 30px;
}
.pointCont .nav ul {
	flex-direction: column;
}
.pointCont .nav ul li {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #b6bec9;
	text-align: left;
	margin-bottom: 20px;
}
.pointCont .nav ul li:last-child {
	margin-bottom: 0;
}
.pointCont .nav ul li:last-child {
	border: none;
}
.pointCont .nav ul li a {
	font-size: 18px;
	padding-bottom: 20px;
}
.pointCont .nav ul li:last-child a {
	padding-bottom: 0;
}
.pointCont .nav ul li a::after {
	width: 25px;
	height: 25px;
	bottom: 0;
	top: calc(50% - 12px);
	right: 0;
	left: auto;
}
.pointCont .nav ul li a span {
	padding: 7px 12px;
	font-size: 12px;
	margin-bottom: 10px;
}
.pointCont .pointBox {
	padding: 100px 20px 0 20px;
}
.pointCont .pointBox h2::before {
	width: 100px;
	font-size: 14px;
	top: -45px;
	left: calc(50% - 50px);
}
.pointCont .pointBox h2 + p {
	margin-bottom: 50px;
}
.pushPoint {
	padding: 0 20px 20px 20px;
	margin-bottom: 40px;
}
.pushPoint h3 span {
	font-size: 24px;
	padding: 0 30px;
	top: -20px;
}
.pushPoint ul li {
	font-size: 18px;
	padding-left: 28px;
}
.pushPoint ul li::before {
	width: 18px;
	height: 18px;
	top: 6px;
}
.point01Flow h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.point01Flow h4 + p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 40px;
}
.tab_box .btn_area {
	justify-content: space-between;
	margin-bottom: 25px;
}
.tab_box .btn_area p {
	width: 48%;
	font-size: 14px;
	padding: 12px 0;
	margin: 0;
}
.tab_box .btn_area p.active::after {
	border-width: 12px 7px 0 7px;
	bottom: -12px;
	left: calc(50% - 7px);
}
.tab_box .tab_panel {
	padding: 30px 20px;
}
.tab_box .tab_panel h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.tab_box .tab_panel h3 + p {
	font-size: 14px;
}
.tab_box .tab_panel > div {
	flex-direction: column;
}
.tab_box .tab_panel > div div {
	width: 100%;
	padding: 20px;
}
.tab_box .tab_panel > div div:first-child {
	margin-bottom: 20px;
}
.tab_box .tab_panel > div div h4 {
	padding-top: 15px;
	margin-bottom: 20px;
	width: 100%;
}
.tab_box .tab_panel > div div h4 span {
	font-size: 16px;
	padding: 10px 0;
	display: block;
}
.tab_box .tab_panel > div div.left h4 span {
	color: #b70707;
	border: 1px solid #b70707;
}
.tab_box .tab_panel > div div dl dt {
	font-size: 16px;
	padding-left: 18px;
}
.tab_box .tab_panel > div div dl dt::before {
	width: 12px;
	height: 12px;
	top: 7px;
}
.tab_box .tab_panel > div div dl dd {
	font-size: 12px;
	padding-left: 18px;
}

.institutionCont {
	padding: 70px 0;
}
.institutionCont .inner {
	padding: 0 20px;
}
.institutionCont .inner h2 {
	margin-bottom: 50px;
}
.institutionCont .inner ul {
	margin-bottom: 10px;
}
.institutionCont .inner ul li {
	width: 100%;
	margin: 0 auto 20px;
}
.institutionCont .inner ul li span {
	font-size: 18px;
	bottom: 20px;
}
.institutionCont .inner ul li:nth-child(-n+6) {
	margin-bottom: 20px;
}
.institutionCont .inner ul + p {
	font-size: 20px;
	padding: 30px 20px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.faqCont {
	padding: 60px 20px;
}
.faqCont h2 {
	margin-bottom: 50px;
}
.faqCont h2 + p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 40px;
}
.faqCont ul li {
	margin-bottom: 25px;
}
.faqCont ul li p:first-child {
	padding: 0 30px 0 45px;
	font-size: 16px;
	margin-bottom: 15px;
}
.faqCont ul li p:first-child::before {
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
}
.faqCont ul li p:first-child::after {
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
}
.faqCont ul li p:last-child {
	padding: 3px 0 0 45px;
	margin: 10px 0 15px 0;
	font-size: 14px;
}
.faqCont ul li p:last-child::before {
	width: 30px;
	height: 30px;
	top: 0;
}

.contactCont {
	padding: 70px 0;
}
.contactCont .inner {
	padding: 0 20px;
}
.contactCont .inner h2 {
	margin-bottom: 50px;
}
.contactCont .inner h2 + p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 40px;
}
.contactCont .inner h2 + p span {
	margin-top: 15px;
	font-size: 12px;
}
.contactCont .inner .form > dl {
	margin-bottom: 30px;
	flex-direction: column;
}
.contactCont .inner .form > dl dt {
	width: 100%;
	font-size: 16px;
	padding-top: 0;
	margin-bottom: 15px;
}
.contactCont .inner .form > dl dd {
	width: 100%;
}
.contactCont .inner .form > dl dd input,.contactCont .inner .form > dl dd textarea {
	padding: 15px;
}
.contactCont .inner .form > dl dd textarea {
	height: 200px;
}
.contactCont .inner .form > dl + p {
	margin: 50px 0 20px 0;
}
.contactCont .inner .form > dl.textarea {
	margin: 50px 0;
}
.contactCont .inner .privacy {
	padding: 20px;
	height: 250px;
	margin-bottom: 40px;
}
.contactCont .inner .privacy h3 {
	font-size: 18px;
}
.contactCont .inner .check {
	text-align: center;
	margin-bottom: 40px;
}
.contactCont .inner .btn {
	width: 100%;
	margin: 0 auto 20px auto;
}
.contactCont .inner .btn input {
	width: 100%;
	font-size: 18px;
	padding: 15px 0;
}

.thanks {
	padding-top: 100px;
}
.thanks a {
	width: 250px;
	font-size: 16px;
	margin: 30px auto 0 auto;
}

.contactform {
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
	border-top: 1px solid #aaa;
}
.contactform th {
	padding: 20px 0 10px 0;
	width: 100%;
	display: block;
}
.contactform td {
	padding: 0 0 20px 0;
	width: 100%;
	display: block;
	border-bottom: 1px solid #aaa;
}

footer {
	padding: 60px 0 67px 0;
}
footer .inner {
	padding: 0 20px;
}
footer .inner h2 {
	margin-bottom: 50px;
}
footer .inner div {
	flex-direction: column;
	margin-bottom: 50px;
}
footer .inner div p {
	width: 100%;
}
footer .inner div ul {
	width: 100%;
}
footer .inner div ul li {
	padding: 20px 0;
}
footer .inner div ul li::after {
	display: none;
}
footer .inner div ul li dl {
	flex-direction: column;
}
footer .inner div ul li dl dt {
	width: 100%;
	font-size: 16px;
	margin-bottom: 5px;
}
footer .inner div ul li dl dd {
	width: 100%;
	font-size: 14px;
}
footer .inner iframe {
	width: 100%;
	height: 300px;
}
footer > p small {
	font-size: 10px;
}

.cta {
	width: 100%;
	padding: 15px;
	bottom: 0;
	right: 0;
}
.cta p:first-child {
	display: none;
}
.cta ul {
	display: flex;
	justify-content: space-between;
}
.cta ul li {
	width: 48.5%;
}
.cta p:last-child {
	width: 50px;
	top: -65px;
	right: 10px;
}


.Toggle {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
	background: #014195;
	border-radius: 100%;
	transition: .35s ease-in-out;
}
.Toggle.active {
	background: #fff;
	transition: .35s ease-in-out;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 16px;
    border-bottom: solid 1px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 12px;
	border-radius: 50px;
}
.Toggle.active span {
    border-bottom: solid 1px #014195;
}
.Toggle span:nth-child(1) {
    top: 13px;
}
.Toggle span:nth-child(2) {
    top: 19px;
}
.Toggle span:nth-child(3) {
    top: 25px;
}
.Toggle.active span:nth-child(1) {
    top: 19px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.NavMenu {
	position: fixed;
	z-index: 990;
	top: 0;
	left: 0;
	background: #014195;
	color: #000;
	width: 100%;
	height: 100Vh;
	transform: translateY(-100%);
	transition: all 0.6s;
}
.NavMenu.active {
	transform: translateY(0%);
}
.NavMenu > ul {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.NavMenu > ul li {
	line-height: 1;
	padding-bottom: 30px;
}
.NavMenu > ul li:last-child {
	border-bottom: none;
}
.NavMenu > ul li a {
	color: #fff;
	font-size: 18px;
	background: url(../img/ico_arrow2.png) no-repeat left center/18px;
	padding-left: 27px;
}
.navCta {
	padding-top: 80px;
	width: 90%;
	margin: 0 auto 30px auto;
}
.navCta p {
	margin-bottom: 30px;
}
.navCta ul {
	display: flex;
	justify-content: space-between;
}
.navCta ul li {
	width: 48%;
}
.navCta.new ul {
	justify-content: center;
}
.navCta.new ul li {
	width: 60%;
}

}

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

}







