/* CSS Document */

html {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Helvetica Neue', 'Segoe UI', sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	overflow-x: hidden;
	width: 100%;
	color: #4b4b4b;
	background: #fff;
}

body {
	font-size: 1.8rem;
	line-height: 1.77778;
	margin: 0;
	word-break: break-word;
	border: 10px solid #149fc8;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1rem;
	font-weight: 500;
}

a {
	text-decoration: underline;
	color: #1371f7;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

div,
h1,
h2,
h3,
p,
table {
	margin: 0;
}

li,
ul {
	list-style: none;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	vertical-align: bottom;
	border: 0;
}

pre {
	overflow: auto;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

figure {
	margin: 0;
	padding: 0;
}

address {
	font-size: 1rem;
	font-style: normal;
}

i {
	font-style: normal;
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	touch-callout: none;
}

.inner {
	box-sizing: content-box;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.pc {
	display: none;
}

article {
	padding-top: 80px;
}

.marker {
	font-weight: bold;
	background: linear-gradient(transparent 40%, #feffdb 40%);
}

.secTtl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.77778;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: #149fc8;
}

.secTtl span {
	font-size: 1.5rem;
	display: inline-block;
	margin-bottom: 5px;
}

.secTtl__fig {
	position: relative;
	width: 108px;
	margin: 0 auto;
	margin-top: -65px;
}

.secTtl__fig img {
	width: 100%;
	height: auto;
}

.color-red {
	color: #c6604a;
}

.ta-c {
	text-align: center;
}

.thanks {
	font-size: 1.0rem;
	font-weight: bold;
	position: relative;
	z-index: -1;
	box-sizing: border-box;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 15px 20px;
	text-align: center;
	color: #149fc8;
	background: #f4fcff;
}

.header {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 73px;
	text-align: center;
	background: #149fc8;
}

.header .logo-mark {
	position: absolute;
	top: 4px;
	left: calc(50% - 145px);
	width: 68px;
	height: 63px;
}

.header .logo-mark img {
	width: 100%;
	height: auto;
}

.header .logo-txt {
	position: relative;
	top: 10px;
	width: 147px;
	height: 53px;
	margin: 0 auto;
}

.header .logo-txt img {
	width: 100%;
	height: auto;
}

.header .hamburger {
	position: absolute;
	z-index: 100000;
	top: 23px;
	right: 34px;
	display: flex;
	width: 35px;
	height: 30px;
	transition: all ease .3s;
	align-items: center;
	justify-content: center;
}

.open .header .hamburger {
	transform: rotate(45deg);
}

.open .header .hamburger span::before {
	transform: translateY(0);
}

.open .header .hamburger span::after {
	transform: translateY(0) rotate(-90deg);
}

.header .hamburger span {
	position: relative;
	display: flex;
	width: 35px;
	height: 5px;
	border-radius: 5px;
	background: #fff;
	align-items: center;
	justify-content: center;
}

.header .hamburger span::before,
.header .hamburger span::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	content: '';
	transition: all ease .3s;
	border-radius: 5px;
	background: #fff;
}

.header .hamburger span::before {
	transform: translateY(-12px);
}

.header .hamburger span::after {
	transform: translateY(12px);
}

.header .inner {
	position: relative;
	max-width: 1240px;
}

.open .gNav {
	visibility: visible;
	opacity: 1;
}

.gNav {
	font-size: 1.5rem;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	transition: opacity .3s, visibility .3s;
	opacity: 0;
	background: rgba(20, 159, 200, .95);
}

.gNav__list {
	border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.gNav__list a {
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	padding: 45px 0;
	text-decoration: none;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.gNav__links {
	padding-top: 14px;
}

.gNav__link {
	padding: 18px 0;
	text-align: center;
}

.gNav__link a {
	display: inline-block;
}

.gNav .close {
	position: absolute;
	top: 17px;
	right: 17px;
}

.footer {
	position: relative;
	padding: 35px 0 0;
	background: #ecfbff;
}

.footer__logo {
	width: 207px;
	margin: 0 auto 45px;
}

.footer__logo a {
	display: inline-block;
}

.footer__logo img {
	width: 100%;
	height: auto;
}

.footer .footNav__list {
	margin-bottom: 35px;
	text-align: center;
}

.footer .footNav__list a { 
	display: inline-block;
}

.footer .footNav__list .qr {
	display: none;
}

.footer .caution {
	font-size: 1.6rem;
}

.footer .logo-company {
	position: absolute;
	z-index: 1;
	right: -10px;
	bottom: 80px;
}

.footer .logo-company a {
	line-height: 1;
	display: block;
}

.footer small {
	display: block;
	margin-top: 120px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	background: #149fc8;
}

.lead {
	padding-bottom: 50px;
}

.lead__logo {
	max-width: 783px;
	margin: 0 auto 10px;
	text-align: center;
}

.lead__logo img {
	max-width: 100%;
	height: auto;
}

.outline {
	padding-bottom: 60px;
}

.outline .thanks {
	margin-top: 0;
	margin-bottom: 0;
}

.outline .inner {
	padding-top: 1px;
}

.outline .bg-skyblue {
	font-weight: bold;
	margin-bottom: 25px;
	padding: 20px;
	color: #4b4b4b;
	border-radius: 20px;
	background: #def2f9;
}

.outline .bg-skyblue p {
	font-size: 1.6rem;
}

.outline .bg-skyblue .color-red {
	font-size: 1.8rem;
}

.outline .bg-skyblue a {
	font-size: 1.6rem;
	display: flex;
	margin-top: 10px;
	text-decoration: underline;
	color: #1da1f2;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.outline .bg-skyblue a img {
	width: 66px;
	height: 66px;
}

.outline__list {
	font-weight: bold;
	margin-bottom: 20px;
}

.outline__list + p {
	margin-bottom: 20px;
}

.column {
	padding-bottom: 30px;
}

.column .inner {
	padding-top: 30px;
}

.column .paragraph {
	margin-bottom: 2em;
}

.column .paragraph:last-child {
	margin-bottom: 0;
}

.column .bg-gray {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.875;
	box-sizing: border-box;
	max-width: 860px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding: 25px;
	border-radius: 20px;
	background: #fafafa;
}

.column .bg-gray .bg-gray__list {
	margin-bottom: 1em;
}

.column .bg-gray .bg-gray__list:last-child {
	margin-bottom: 0;
}

.column .column__fig {
	margin: 2em 0;
	text-align: center;
}

.column .column__fig img {
	max-width: 100%;
	height: auto;
}

.column.bg-skyblue {
	background: #ecfbff;
}

.profile {
	padding: 45px 0 50px;
}

.profile__ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	color: #000;
}

.profile .bg-gray {
	padding: 45px 20px 20px;
	border-radius: 20px;
	background: #fafafa;
}

.profile .bg-gray__fig {
	margin-bottom: 30px;
	text-align: center;
}

.profile .bg-gray__ttl {
	font-size: 1.6rem;
	font-weight: bold;
}

.profile .bg-gray p {
	font-size: 1.4rem;
	line-height: 1.85714;
}

.profile .caution {
	font-size: 1.2rem;
	line-height: 1.66667;
	margin-top: 35px;
	color: #737374;
}

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

.sp {
	display: none;
}

.pc {
	display: block;
}

article {
	padding-top: 152px;
}

.secTtl {
	font-size: 3.6rem;
}

.secTtl span {
	font-size: 3rem;
}

.thanks {
	font-size: 2rem;
	margin-bottom: 40px;
	padding: 25px 0;
}

.header {
	transition: all ease .3s;
	background: none;
	mix-blend-mode: multiply;
}

.header .hamburger {
	display: none;
}

.header .logo-txt {
	display: none;
}

.header .logo-mark {
	top: 0;
	left: 0;
	width: 356px;
	height: 359px;
	transition: all ease .3s;
}

.scroll .header {
	background: #149fc8;
	mix-blend-mode: normal;
}

.scroll .header .logo-mark {
	position: absolute;
	top: 4px;
	left: calc(50% - 140px);
	width: 68px;
	height: 63px;
}

.scroll .header .logo-mark img {
	width: 100%;
	height: auto;
}

.scroll .header .logo-txt {
	display: block;
}

.gNav {
	display: none;
}

.footer {
	padding-top: 72px;
}

.footer__logo {
	width: 413px;
	margin-bottom: 50px;
}

.footer .footNav {
	margin-bottom: 55px;
}

.footer .footNav__lists {
	display: flex;
	justify-content: center;
}

.footer .footNav__list {
	display: flex;
	margin: 0 25px;
	align-items: center;
}

.footer .footNav__list a{
	display: block;
}

.footer .footNav__list .qr {
	display: block;
	margin-left: 15px;
}

.lead {
	padding-bottom: 90px;
}

.lead__logo {
	margin-bottom: 60px;
}

.outline {
	padding-bottom: 100px;
}

.outline .inner {
	padding-top: 70px;
}

.outline .bg-skyblue {
	margin-bottom: 45px;
	padding: 30px 30px 45px;
	text-align: center;
}

.outline .bg-skyblue .color-red {
	font-size: 2.4rem;
}

.outline .bg-skyblue p {
	font-size: 2rem;
}

.outline .bg-skyblue a {
	font-size: 2rem;
	display: inline-flex;
	flex-flow: row;
}

.outline .bg-skyblue a img {
	width: 52px;
	height: 52px;
}

.column {
	padding-bottom: 60px;
}

.column .inner {
	padding-top: 60px;
}

.column .bg-gray {
	font-size: 1.8rem;
	padding: 30px 100px;
	text-align: center;
}

.column .bg-gray .bg-gray__lists {
	display: inline;
}

.column .bg-gray .bg-gray__lists .bg-gray__list {
	margin-bottom: 0;
	text-align: left;
}

.profile {
	padding-top: 60px;
}

.profile__ttl {
	font-size: 2.4rem;
}

.profile .bg-gray {
	display: flex;
	padding: 35px 45px;
	align-items: center;
}

.profile .bg-gray__fig {
	width: 165px;
	margin-bottom: 0;
	text-align: left;
}

.profile .bg-gray__txt {
	font-size: 1.6rem;
	line-height: 1.625;
	flex: 1;
}

.profile .caution {
	font-size: 1.4rem;
	margin-top: 50px;
}

}

@-webkit-keyframes fade-in {

0% {
	visibility: hidden;
	opacity: 0;
}

50% {
	visibility: visible;
	opacity: .5;
}

100% {
	visibility: visible;
	opacity: 1;
}

}

@keyframes fade-in {

0% {
	visibility: hidden;
	opacity: 0;
}

50% {
	visibility: visible;
	opacity: .5;
}

100% {
	visibility: visible;
	opacity: 1;
}

}

