@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap');
/* reset
--------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol,li{margin:0;padding:0;}
ul,ol{list-style:none;}
html:focus-within{scroll-behavior:smooth;}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;position: relative;}
a:not([class]){text-decoration-skip-ink:auto;}
img,picture{max-width:100%;display:block;margin:0 auto;}
input,button,textarea,select{font:inherit;}
@media(prefers-reduced-motion:reduce){
	html:focus-within{scroll-behavior:auto;}
	*,
	*::before,
	*::after{animation-duration:.01ms !important;
			animation-iteration-count:1 !important;
			transition-duration:.01ms !important;
			scroll-behavior:auto !important;}
	}
html{font-size: 62.5%;}
body{position: relative;}
/*table,th,td{border-width: 0!important;}*/
.contents h1,h2,h3,h4,h5{font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
/* COMMON
--------------------------------------------------- */
.contents a { display: inline-block; color:#5cbee4; text-decoration: underline; pointer-events: auto!important; transform: 0.3s;}
.contents a:visited { color: #5cbee4; text-decoration: underline;}
.contents a:hover{ opacity: .75; text-decoration: none;}
.contents a.link {
	display: inline-block;
	word-break: break-all;
}
.contents a.link:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #5cbee4;
}
.contents a.link:hover:before{
	opacity: .75;
}
.contents .caution a.link {
	padding-left: 1em;
}
.contents .no-pc { display: none;}
.contents br.no-pc { display: none; }
.contents .no-sp { display: block;}
.contents .tax { padding: 0 0 0 .25em; font-size: 1.2rem; font-weight: normal;}
.contents em { color: #5cbee4; font-style: normal; font-weight: bold;}
.contents .red { color: #F33!important;}
.contents strong { color:#5cbee4; font-style: normal; font-weight: bold;}
.contents .strikethrough { color:#666; text-decoration: line-through;}
.contents .txt-l { text-align: left!important;}
.contents .small { font-size: 90%!important;}
.contents .caution {
    color: #666;
    padding: .5em 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -1em;
}
.contents .caution::before { 
    content: "※";
    color: #666;
}
.contents .caution.red::before { 
    content: "※";
    color: #FAC959;
}
p + p {
	margin-top: .5em;
}
.contents .copyright {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
    .contents .no-pc { display: block; }
    .contents br.no-pc { display: inline; }
    .contents .no-sp { display: none; }
    .contents .caution {
        padding: .25em 0 0 1em;
    }    
}
@media screen and (max-width: 599px) {
    .contents .caution,
    .contents .xs,
    .contents .tax,
	.contents .copyright {
        font-size: 1.0rem;
    }
	p + p {
		margin-top: .25em;
	}
	.contents a.link:before,
	.contents a.link:hover:before {
		border-width: 3px 0 3px 3px;
	}
}
/* LAYOUT
--------------------------------------------------- */
.contents {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	background: #FFF;
	color: #5B5B5C;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    overflow: hidden;
    pointer-events: none; 
    position: relative;   
    text-align: center;
    z-index: 1;
}
.contents-wrap {
}
.contents-area {
	width: 100%;
    margin: 0 auto;
	background: #F3F8FD url("../images/bg.jpg") center bottom no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.contents-inner {
	display: grid
}
.contents-box {
	padding: 48px;
    position: relative;
}
@media screen and (max-width: 1024px) {
	.contents-area {
	}
    .contents-inner{
    }
	.contents-box {
		padding: 40px;
	}
}
@media screen and (max-width: 599px) {
	.contents-area {
	}
    .contents {
        font-size: 1.4rem;
        line-height: 1.35;
    }
    .contents-inner {
    }
	.contents-box {
		padding: 32px;
	}
}
@media screen and (max-width: 376px) {
	.contents-area {
	}
    .contents {
        font-size: 1.2rem;
    }
	.contents-box {
		padding: 24px 16px;
	}
}

/* HEADDING
--------------------------------------------------- */
.contents h1 {
	width: 240px;
	padding: 16px 0;
}
.contents h2 {    
    display: inline-block;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 24px;
    padding: 10px 0;
	background: #FFF;
	border-top: 3px dotted #5cbee4;
    border-bottom: 3px dotted #5cbee4;	
	color: #5cbee4;
    font-size: 2rem;
    letter-spacing: 0.3em;
	line-height: 100%;
    text-indent: 0.3em;
}
.contents h3 {
    display: inline-block;
	margin: 0 auto 24px;
    padding: 0 0 16px;
    border-bottom: 1px solid #5cbee4;
	color: #5cbee4;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
	line-height: 100%;
    text-indent: 0.1em;
}
@media screen and (max-width: 1024px) {
    .contents h1 {
		width: 25%;
    }
	.contents h2 {
		font-size: 1.6rem;
	}
    .contents h3 {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 599px) {
    .contents h1 {
		width: 20%;
		padding: 8px 0;
    }
	.contents h2 {
		margin: 0 auto 8px;
		font-size: 1.4rem;		
	}
    .contents h3 {
		margin: 0 auto 16px;
    	padding: 0 0 8px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 376px) {
	.contents h2 {
		margin: 0 auto 16px;
		font-size: 1.2rem;		
	}
    .contents h3 {
        font-size: 1.2rem;
    }
}
/* HERO
--------------------------------------------------- */
.hero {
	width: 100%;
	padding: 48px 0 0;
	position: relative;
}
.mv {
	width: 100%;
}	
.logo {
	margin-bottom: 16px;
	filter: drop-shadow(0px 0px 20px rgb(255, 255, 255));
}

@media screen and (max-width: 1024px) {
	.hero {
		padding: 48px 48px 0;
	}
}
@media screen and (max-width: 799px) {
	.hero {
		padding: 32px 32px 0;
	}
}
@media screen and (max-width: 599px) {
	.hero {
		padding: 24px 32px 0;
	}
	.logo {
		width: 50%;
	}
}
@media screen and (max-width: 376px) {

}
/* LEAD
--------------------------------------------------- */
.lead-area {
	width: 100%;
	max-width: 1200px	
}
.lead-txt {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 8px 0;
	color: #5cbee4;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.lead-area {
	}
	.lead-txt {
		font-size: 1.8rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 799px) {
	.lead-area {
	}
	.lead-txt {
	}
}
@media screen and (max-width: 599px) {
	.lead-area {
	}
	.lead-txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 376px) {
	.lead-area {
	}
	.lead-txt {
		line-height: 1.3;
	}
}

/* ABOUT
--------------------------------------------------- */
.about-area {
	color: #5B5B5C;
}
.table-about {
	width: 100%;
	max-width: 800px;
    margin: 0 auto;
	border: 1px solid #FFF;
    border-collapse: collapse;
}
.table-about tbody th {
	width: 140px;
    padding: 2em;
    background: #5fbdd5;
	border: 1px solid #EFEFEF;
	color: #FFF;
    font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.4;
    text-align: center;
	vertical-align: middle;
}
.table-about tbody td {
    padding:  1em 2em;
	background: #FFF;
	border: 1px solid #5fbdd5;
	color: #5B5B5C;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top
}
.list-name {
	margin: 8px auto;
	text-align: left;	
}
.list-name li {
	display: inline-block;
	font-size: 90%;
}
@media screen and (max-width: 1024px) {
    .table-about tbody th {
        display: block;
        width: 100%;
        padding: .25em 1em;
		border: none;
    }
    .table-about tbody td {
        display: block;
        width: 100%;
		padding: 1em 1em 2em;
		border: none;
		text-align: center;
    }
	.about-inner-wrap {
		display: inline-block;
		margin: 0 auto;
		text-align: left;
	}
}
@media screen and (max-width: 599px) {
	.table-about {
		width: 100%;
	}
    .table-about tbody th {
        font-size: 1.2rem;
    }
    .table-about tbody td {		
		padding: 1em 2em;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 376px) {
    .table-about tbody td {
		padding: 1em 1em;
		font-size: 1.2rem;
    }
    .table-about tbody td .notes {		
		padding: 0;
    }
}

/* FLOW
--------------------------------------------------- */
.flow-area {
	background: rgba(125, 187, 227, .2);
	text-align: center;
}
.flow {
    margin-bottom: 40px;
}
.flow > li {
    max-width: 800px; 
    margin: 0 auto;
	padding: 1.5em 4em;
	background: #FFF;
	border-radius: 5px;
    text-align: left;    
    margin-bottom: 30px;
    position: relative;
}
.flow li p + p {
	margin-top: .5em;
}
.flow li:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #FFF transparent transparent transparent;
	position: absolute;
	left: 46%;
	bottom: -20px;
	display: block;
}
.flow li:last-child:after{
	content: none;
}
.flow li:last-child{
	margin-bottom: 0;	
}
.flow-title {
	display: grid;
	grid-template-columns: 80px 1fr;
}
.square {
	display: grid;
	place-items: center;
    margin: 0 1em 0 0;
	background: #5fbdd5;
	border-radius: 2px;
	color: #FFF;
    font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 100%;
    position: relative;
	text-align: center;
}
.step-att {
	display: grid;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.watch-area {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
} 
.watch {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;
	-webkit-align-items: center;
	-ms-align-items    : center;
	align-items        : center;
	max-width: 480px;
	margin: 0 auto;
	gap: 8px 8px;
}
.watch li {
	width: calc(50% - 4px);
}
.watch a:hover {
	opacity: .75;
    transition: .25s;
}
.flow-box {
	display: grid;
	place-items: center;
	margin: 8px auto 0;
	padding: 0;
	gap: 16px;
}
@media screen and (max-width: 1024px) {
	.flow {
		margin-bottom: 32px;
	}
    .flow li {
        margin-bottom: 15px;
    }
    .flow li:after {
      border-width: 10px 12px 0 12px;
      bottom: -10px;
    }
    .flow li {
        padding: 1em 2em;
        text-align: left;
    }
	.step-att {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 599px) {
	.flow {
		margin-bottom: 24px;
	}
    .flow li {
        padding: 1em 1.5em;
    }
	.flow-title {
		grid-template-columns: 60px 1fr;
	}
	.watch {
		max-width: 90%;
		gap: 4px 4px;
	}
	.watch li {
		width: calc(50% - 2px);
	}
	.step-att {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 376px) {
	.flow {
		margin-bottom: 16px;
	}
	.step-att {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}

/* NOTES
--------------------------------------------------- */
.notes-area {
	display: grid;
	gap: 56px;
}
.notes {
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.table-about .notes {
	margin: 16px auto 0 1em;
}
.flow .notes {
    margin-top: 1em;
}
.table-about .notes {
	max-width: 100%;
	margin: 8px 0 0;
}
.notes li {
	margin: 0;
	padding: 0 0 0 1em;
    color:  #5B5B5C;
    font-size: 1.4rem;
    text-indent: -1em;
    text-align: left;
}
.notes li:after {
	content: none;
}
.notes li a {
     text-indent: 0;
}
.notes li::before {
    content:"※";
}
.notes li + li{
    margin: .5em 0 0;
}
.notes .inquiry{
	margin-top: 60px;
	font-weight: bold;
	line-height: 1.8;
}
.notes .inquiry dt {
	margin-bottom: 8px;
	font-weight: bold;
}
.notes .inquiry dd + dt {
	padding-top: 1em
}
.notes .inquiry dd + dd {
	padding-top: 1em
}
.notes .inquiry dd {
	line-height: 1.4;
	font-weight: normal;
}
.notes + .notes {
    margin-top: 60px;
}
.notes-lead {
	max-width: 800px;
    width: 100%;
	margin: 0 auto 24px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
}
.notes-txt {
	margin: 0 auto 16px;
	font-size: 1.4rem;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
	.notes-area {
		
		gap: 48px;
	}
    .notes li {
        font-size: 1.2rem;
      }
	.notes .inquiry{
		margin-top: 40px;
		font-size: 1.4rem;
	}
	.table-about .notes {
		display: inline-block;
		max-width: auto!important;
		width: auto!important;		
	}
}
@media screen and (max-width: 599px) {
	.notes-area {
		gap: 40px;
	}
    .notes li {
		line-height: 1.4;
        }
	.notes .inquiry{
		margin-top: 30px;
		font-weight: bold;
		font-size: 1.2rem;
	}
	.notes + .notes {
		margin-top: 40px;
	}
	.notes-lead {
		margin: 0 auto 16px;
		font-size: 1.2rem;
	}
	.notes-txt {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 376px) {
	.notes-area {
		gap: 24px;
	}
}
/* BUTTON
--------------------------------------------------- */
.btn-area {
	width: 100%;
	max-width: 800px;
	display: grid;
    margin: 32px auto 0;
	padding: 24px;
	background: #FFF;
	gap: 24px;
	z-index: 3;
}
.btn-area p {
	margin-bottom: 8px;
}
.btn-txt {
	font-weight: bold;
}
a.btn-ticket {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: .75em 1em;
    background: #ffeb00;
    border-radius: 2.5em;
	position: relative;
    text-decoration: none;
    transition: 0.3s;
}
a.btn-ticket span {
    display: block;
	color: #333!important;
    font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 100%;
    text-indent: 0.3em;
    text-align: center;
	position: relative;
}
a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn-ticket span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #ffeb00;
    border-right: 3px solid #ffeb00;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn-ticket:hover {
    opacity: .5;
	text-decoration: none!important;
}
a.btn-ticket:hover span:after {
    opacity: .5;
}
a.btn-flow {
	width: 80%;
	max-width: 320px;
}
.btn-non {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: .75em 1em;
    background: #CCC;
    border-radius: 50px;
    color: #333!important;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}
.customer {
	color: #666;
	font-size: 75%;
}
 @media screen and (max-width: 1024px) {
    .btn-area {
        margin: 10px auto 20px;
    }
	a.btn-ticket span {
		font-size: 1.6rem;
	}
	a.btn-flow span {
		font-size: 1.4rem;
	}
    .btn-non {
        font-size: 1.2rem;
    }
}
 @media screen and (max-width: 599px) {
    .btn-area {
        margin: 10px auto 0;
    } 
	a.btn-ticket {
		padding: 1em;
		border-radius: 3em;
	}
	a.btn-ticket span {
		font-size: 1.4rem;
	}
	a.btn-flow {
		max-width: 280px;
		padding: .75em 1em;
		border-radius: 2.5em;
	}
	a.btn-flow span {
		font-size: 1.2rem;
	}
	 .btn-non {
		padding: .5em 1em;
	}  
}
 @media screen and (max-width: 429px) {
	.btn-area {
		padding: 16px;
	}
}

/* TEST
--------------------------------------------------- */
.test-area {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	max-width: 500px;
	width: 90%;
	margin: 20px auto 0;
	padding: 0 1em;
    border: 1px solid #CCC;
	border-radius: 5px;
    position: relative;
}
.test-area div {
	display: grid;
	place-items: center;
    margin: 0 auto;
    padding: 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
}
.test-area div:first-child {
    width: 60%;
}
.test-area div:last-child {
    width: 40%;
}
.btn-test {
    display: block;
    width: 140px;
    margin: 0 auto;
    padding: 1em;
    background: #7C7C7C;
    border-radius: 3px;
    color: #FFF!important;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
	position: relative;
    text-align: center;
    text-decoration: none!important;
    transition: .3s;
}
.btn-test:hover {
    opacity: .75;
}
@media screen and (max-width: 599px) {
	.test-area{
		width: 100%;
		margin: 10px auto 0;
	}
	.test-area div {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		-webkit-align-items: stretch;
		-ms-align-items    : stretch;
		align-items        : stretch;
		padding: 1em .5em;
		font-size: 1.0rem;
	}
	.btn-test {
		display: grid;
		place-items: center;
		width: 100px;
		padding: 1em .5em;
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 376px) {
}

/* CONTACT
--------------------------------------------------- */
.contact-area {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .8)		
}
.contact {
	display: inline-block;
	margin: 0 auto;
	padding: 1em;
}
.contact li {
	font-size: 1.2rem;
}
.contact li + li {
    margin-top: 1em;
}
.contact li a {
	display: block;
	width: 100%;
	color: #5cbee4;
	cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    text-decoration: underline;
    transition: .25s;
}
@media screen and (max-width: 599px) {
	.contact-area {
	}
    .contact li a {
		font-size: 1.0rem;
    }
	
}