@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
    max-width: 100%;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.6;
    font-size: 1.6rem;
}
a{
	color: #00a0e9;
}
img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
	background: #fff;
}
.primary-heading {
    margin: 24px 16px;
    border: solid 15px;
    border-image: url(../images/heading-border.webp) 15 round;
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 1.8rem;
    color: white;
}

hr{
    margin: -11px auto;
    width: 184px;
    height: 22px;
    background: url("../images/hr.webp") no-repeat center / 100%;
    border: none;
    position: relative;
}
.primary-heading::before, .regist-btn::before, .regist-btn::after, .vision .box::after, .vision .balloon::after, .problem .box .balloon::before, .problem .box.reverse .balloon::before, .list .li::before, .review .box::before, .close .btn-area.fix::before {
    content: "";
    position: absolute;
}
.mbr,
.tbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    background: #000;
}
.header .link{
    padding: 8px;
    display: block;
    text-align: center;
}
.header .logo{
	width: 150px;
}
/*--------------------------------
contents
--------------------------------*/

.sub-head{
	font-size: 1.2em;
	color: #817f7f;
	font-weight: bold;
	text-align: center;
}

.general-txt{
	padding: 0 0 32px;
}

.general-section{
	margin: 0 0 64px;
	padding: 48px 32px 0;
}
.general-section p,
.general-section ul{
	margin-bottom: 32px;
}
.general-section h3{
	margin: 48px 0 16px;
	font-size: 2rem;
	line-height: 1.4;
	position: relative;
    color:#ca9a02;
}
.general-section h3::before{
	width: 30px;
	height: 30px;
	top: 5px;
	left: 0;
	background: #333;
}
.general-section ul .mb{
	margin-bottom: 32px;
}
.general-table{
	margin: 0;
	border-collapse: separate;
}
.general-table th{
	width: 180px;
	background-color: #333;
	font-weight: 400;
	color: #fff;
}
.general-table td{
	background-color: #f0f0f0;
	color: #333;
}
.general-table td,
.general-table th{
	padding: 8px;
	border: 1px solid #fff;
	font-size: 1.6rem;
	line-height: 1.4;
	vertical-align: middle;
}
.general-table td,
.general-table th{
	padding: 12px;
	font-size: 2.4rem;
}

.hero {
    margin-bottom: 32px;
}
.vision .balloon {
    margin: 0 16px 24px;
    padding: 12px;
    background: black;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: white;
}
.vision .balloon::after {
    margin: auto;
    width: 1px;
    border: solid 8px transparent;
    border-top: solid 14px black;
    left: 0;
    right: 0;
    bottom: -22px;
}
.vision .inner {
    padding-bottom: 32px;
    background: url(../images/vision-bg.webp) no-repeat top 16px right 8px / cover;
}
.vision .primary-heading {
    margin: 0 16px 12px;
}
.primary-heading::before {
    background: #ca9a02;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.vision .box {
    margin: 0 16px;
    padding: 5px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%), url(../images/vision-frame.webp) center / 8px, white;
    box-shadow: 6px 0 6px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.2);
    position: relative;
}
.vision .box::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(234, 186, 87, 0.3) 0%, rgba(234, 186, 87, 0) 50%, rgba(234, 186, 87, 0.3) 100%);
    mix-blend-mode: multiply;
}
.vision .box .text {
    padding: 12px;
    background: white;
    box-shadow: 6px 0 6px rgba(0, 0, 0, 0.2) inset, 0 6px 6px rgba(0, 0, 0, 0.2) inset;
    position: relative;
    z-index: 1;
}
.strong {
    font-weight: bold;
    color: #cc0000;
}
.strong.big {
    font-size: 120%;
}
.list .li {
    margin: 0 24px 20px;
    padding: 8px;
    position: relative;
    border: solid 2px #e2e2e2;
    border-radius: 4px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.list .li::before {
    content: "";
    position: absolute;
    background: url(../images/list-bg.webp);
    border-radius: 2px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: -1;
    font-weight: bold;
}
.problem {
    margin-bottom: 32px;
    padding: 0 0 32px;
    background: url(../images/problem-bg.webp) no-repeat center / cover;
    overflow: hidden;
}
.problem .box {
    margin: 24px;
    display: flex;
    align-items: center;
}
.problem .box .left {
    width: 108px;
}
.problem .box .right {
    margin-left: 16px;
    flex: 1;
}
.problem .box .balloon {
    padding: 8px;
    background: white;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: bold;
    color: #666666;
}
.problem .box .balloon::before {
    margin: auto;
    height: 1px;
    border: solid 6px transparent;
    border-right: solid 12px white;
    top: 0;
    left: -18px;
    bottom: 0;
}
.problem .box.reverse .left {
    margin-right: 16px;
    width: inherit;
    flex: 1;
}
.problem .box.reverse .balloon::before {
    border-left: solid 12px white;
    border-right: none;
    left: inherit;
    right: -12px;
}
.problem .box.reverse .right {
    margin-left: 0;
    width: 108px;
    flex: inherit;
}
.problem .text {
    margin: 0 24px;
}
.review .box {
    margin: 24px 16px 32px;
    padding: 16px;
    background: url(../images/review-bg.webp) no-repeat center / cover;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}
.review .box::before {
    width: 108px;
    height: 54px;
    top: -8px;
    right: -6px;
}
.review .box.man::before {
    background: url(../images/review-tape-man.webp) top right / 100%;
}
.review .box .photo {
    margin-right: 16px;
    width: 91px;
    float: left;
}
.review .box .secondary-heading {
    margin: 16px;
    font-size: 1.6rem;
}
.review .man .secondary-heading {
    color: #003399;
}
.review .box.woman::before {
    background: url(../images/review-tape-woman.webp) top right / 100%;
}
.review .woman .secondary-heading {
    color: #993399;
}
.content-body {
    padding: 0 24px;
}
.secondary-heading, .content-body h3, .form-label {
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #cc9900;
}
.content-body p, .general-parts .note {
    margin: 0 0 24px;
}
/*--------------------------------
Button
--------------------------------*/
.btn-row{
	padding: 32px 0;
	text-align: center;
}

.txt-link{
	color: #900;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}
.btn-area {
    margin: 0 40px 32px;
}
.regist-btn {
    margin: auto;
    padding: 16px 8px 16px 46px;
    width: 100%;
    display: block;
    background: url(../images/btn-light.webp) no-repeat top center / 100%, #cc0000;
    border-radius: 4px;
    position: relative;
    line-height: 1.3;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    color: white;
}
.regist-btn::before, .regist-btn::after {
    margin: auto;
    top: 0;
    bottom: 0;
}
.regist-btn::before {
    width: 31px;
    height: 31px;
    background: white;
    border-radius: 30px;
    left: 8px;
}
.regist-btn::after {
    height: 1px;
    border: solid 8px transparent;
    border-left: solid 14px #cc0000;
    left: 18px;
}
/*--------------------------------
footer
--------------------------------*/
.footer{
	padding: 10px 0 0;
	text-align: center;
	background: #323232;
	color: #fff;
    margin-top: 10px;
}
.global-nav ul{
	padding: 0 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-list{
	padding: 0 16px;
}
.nav-link{
	text-decoration: underline;
	color: #ccc;
    font-size: 1.2em;
}
.copy{
	padding: 32px 16px;
	display: block;
	color: #ccc;
}
.tabs {
    padding-bottom: 0!important;
}
/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (max-width: 767px){
	body{
		font-size: 16px;
	}


	/*--------------------------------
	contents
	--------------------------------*/
	
	.heading-txt{
		padding: 16px;
		font-size: 1.1em;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.content .heading-txt::after{
		margin: 0 auto;
		width: 32px;
		height: 24px;
		bottom: -23px;
	}
	
	.general-txt{
		padding: 0 0 16px;
	}
	
	.general-section{
		margin: 32px 0;
		padding: 0 16px;
	}
	.general-section h3{
		margin: 24px 0 8px;
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
		color: #cc9900;
	}
	.general-section h3::before{
		width: 16px;
		height: 16px;
		background: #cc9900;
		top: 5px;
		left: 0;
	}
	.general-section.qa h3{
		padding-left: 0;
	}
	.general-section.qa h3::before{
		display: none;
	}
	.general-section p,
	.general-section ul{
		margin-bottom: 16px;
	}
	.general-section ul .mb{
		margin-bottom: 16px;
	}
	.general-table{
		margin: 0;
		border-collapse: separate;
	}
	.general-table th{
		width: 100px;
		background-color: #333;
		font-weight: 400;
		color: #fff;
	}
	.general-table td{
		background-color: #f0f0f0;
		color: #333;
	}
	.general-table td,
	.general-table th{
		padding: 8px;
		border: 1px solid #fff;
		font-size: 1.6rem;
		line-height: 1.4;
		vertical-align: middle;
	}
	
	.dl-active{
		background: #e7e7e7;
	}
	.doc-img{
		margin-bottom: 4px;
		max-width: 100%;
		height: auto;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.note-sub{
		color: #607d8b;
	}
	.document-link span{
		margin: 4px 0 0;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	
	/*--------------------------------
	footer
	--------------------------------*/
	.footer{
		text-align: center;
		background: #323232;
		color: #fff;
	}
	.global-nav ul{
		padding: 0 16px;
		display: block;
	}
	.nav-list{
		padding: 0;
		border-bottom: 1px solid #222;
	}
	.nav-link{
		padding: 8px 16px;
		font-size: 1.1em;
		text-decoration: none;
		display: block;
	}
	.copy{
		padding: 16px;
		display: block;
		font-size: .8em;
	}
}