/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


input,
select {
	vertical-align: middle;
}
@font-face {
  font-family: 'nsj_r'; 
  src: url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
  font-display: swap;	
}

* {
	font-family: 'nsj_r', sans-serif;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ul {
    list-style: none;
}
header {
    background: white;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.l-header {
	background-color: #FFF;
	box-shadow: 0 3px 6px #00000029;
	display: flex;
	height: 80px;
	justify-content: space-between;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.l-header .logo {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 20%;
}

.l-header .logo img {
	width: 100%;
}

.l-header .header-menu {
	width: 41%;
}

.l-header .header-menu nav ul {
	display: flex;
	justify-content: space-between;
}

.l-header .header-menu nav ul li {
	height: 80px;
}

.l-header .header-menu nav ul li a {
	color: #333;
	font-size: 0.8125rem;
	line-height: 80px;
	text-decoration: none;
}

.l-header .header-menu nav ul li.menu__single a {
	padding-bottom: 8px;
}

.l-header .header-menu nav ul li.menu__single a:hover {
	border-bottom: 4px solid #FADD62;
	font-weight: 900;
}

.l-header .header-menu nav ul li.menu__single ul li a:hover {
	border-bottom: none;
	font-weight: bold;
}

.l-header .navbtn {
	display: none;
}

.l-header .header-contact {
	display: flex;
}

.l-header .header-contact .tel {
	align-items: center;
	display: flex;
	margin-right: 20px;
	text-align: center;
}

.l-header .header-contact .tel .inner p {
	margin-bottom: 10px;
}

.l-header .header-contact .tel .inner p span {
	color: #01588E;
	font-size: 20px;
	font-weight: bold;
}

.l-header .header-contact .tel .inner p.smaller {
	font-size: 11px;
	margin-bottom: 0 !important;
}

.l-header .header-contact a {
	background-color: #FADD62;
	color: #333;
	display: block;
	text-decoration: none;
}

.l-header .header-contact a .apply-form {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 170px;
}

.l-header .header-contact a .apply-form .inner {
	margin-top: 15px;
}

.l-header .header-contact a .apply-form .inner .mail-inner {
	display: flex;
}

.l-header .header-contact a .apply-form .inner .mail-inner .bigger {
	font-size: 20px;
}

.l-header .header-contact a .apply-form .inner .mail-inner img {
	display: block;
	margin-left: 12px;
}

.l-header .header-contact a .apply-form .inner p.smaller {
	background-color: #000;
	border-radius: 9px;
	color: #FFF;
	font-size: 12px;
	margin: 0 auto 7px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
	width: 130px;
}

.header-nav {
	display: none;
}

.header-nav.active {
	display: block;
	padding-top: 100px;
	right: 0;
	transform: translateX(0%);
}

.header-nav.active nav ul li {
	margin-bottom: 50px;
}

.header-nav.active nav ul li a {
	color: #333;
	text-decoration: none;
}

.l-header .header-menu nav ul li a span {
	display: inline-block;
	height: 7px;
	margin-left: 10px;
	position: relative;
	top: -1px;
	width: 10px;
	z-index: 1;
}

.l-header svg {
	fill: #c6cbcc;
	display: block;
	height: 7px;
	position: relative;
	transition: transform 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), top 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), fill 0.6s cubic-bezier(0.06, 0.01, 0, 0.99);
	width: 10px;
}

li.menu__single {
	position: relative;
}

ul.menu__second-level {
	background: #F5F5F5;
	display: block !important;
	opacity: 0;
	padding: 15px 10px;
	position: absolute;
	top: 20px;
	transition: all .2s ease;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.l-header .header-menu nav ul li ul.menu__second-level li {
	background: #F5F5F5;
	height: 40px;
	width: 100%;
}

.l-header .header-menu nav ul li ul.menu__second-level li:hover a {
	color: #333333;
	font-weight: 800;
}

.l-header .header-menu nav ul li ul.menu__second-level li a {
	display: block;
	font-weight: 300;
	line-height: 40px;
	padding-bottom: 0;
	padding-left: 25px;
	position: relative;
}

.l-header .header-menu nav ul li ul.menu__second-level li a::before {
	border: 2px solid #333;
	border-bottom: 0;
	border-left: 0;
	content: "";
	display: block;
	height: 4px;
	left: 7px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 4px;
}

.l-header .header-menu nav ul li ul.first-level li:nth-child(1) a::before {
	border: 2px solid #333;
	border-bottom: 0;
	border-left: 0;
	content: "";
	display: block;
	height: 4px;
	left: 7px;
	position: absolute;
	top: 25%;
	transform: translateY(-50%) rotate(45deg);
	width: 4px;
}

li.menu__single:hover ul.menu__second-level {
	margin-top: 10px;
	opacity: 1;
	top: 50px;
	visibility: visible;
	width: 200px;
}
.manga {
    padding-top: 75px;
}
.com-fv {
    background-image: url(../img/com-fv-bg.webp);
    background-position: center;
    background-size: cover;
    height: 200px;
    position: relative;
    width: 100%;
}
.com-fv ._page-title {
    align-items: center;
    color: #fff;
    font-size: 42px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
._flex {
    display: flex;
}
.com-fv ._page-title span {
    margin-right: 34px;
}
.page-info {
    margin-top: 18px;
}
._inner {
    box-sizing: content-box !important;
    margin: auto;
    max-width: 1000px;
    padding: 0 32px;
}
.page-info .pan-kuzu {
    font-size: 13px;
    line-height: 28px;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.l-header .header-contact .tel .inner img.mr-1 {
	position: relative;
	top: 0.2em
}
.page-info .page-lists {
    border-bottom: 1px solid #707070;
    margin-top: 90px;
}
.page-info .page-lists {
	border-bottom: 1px solid #707070;
	margin-top: 90px;
}

.page-info .page-lists .page-lists__item {
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	list-style: none;
	width: 25%;
}

.page-info .page-lists .page-lists__item a {
	color: #333;
	display: block;
	height: 100%;
	line-height: 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width: 100%;
}

.page-info .page-lists .page-lists__item a::after {
	color: #333;
	content: "＞";
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.page-info .page-lists .page-lists__item a:hover {
	opacity: 0.7;
}

.page-info .page-lists .page-lists__item a:hover::after {
	right: 5px;
}

.page-info .page-lists .current-page {
	background-color: #01588E;
	border-left: 1px solid #01588E;
	border-right: 1px solid #01588E;
}

.page-info .page-lists .current-page a {
	color: #fff;
}

.page-info .page-lists .current-page a::after {
	display: none;
}
.manga .illust .illust-inner {
	box-sizing: border-box;
	margin: 92px auto 60px auto;
	max-width: 706px;
	padding: 0 32px;
	width: 100%;
}

.manga .illust .illust-title {
	color: #035AA6;
	font-size: 42px;
	line-height: 1.71428;
	text-align: center;
}

.manga .illust figure {
	width: 100%;
}

.manga .illust figure img {
	width: 100%;
	height: auto;
	display: block	
}
section.comments {
    padding: 30px 0;
}
.comments .inner {
	margin: auto;
	margin-bottom: 20px;
	max-width: 740px;
	padding: 0 32px;
}

.comments .inner .comments-title {
	-webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
	background-color: #56AEDD;
	clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
	color: #fff;
	line-height: 40px;
	text-align: center;
	width: 100%;
}

.comments .inner .comments-text {
	color: #333;
	font-size: 28px;
	line-height: 2.85714em;
	text-align: center;
}

.comments .inner .comments-text span {
	font-size: 55px;
	font-weight: bold;
}
.l-footer {
	background-color: #F5F5F5;
	padding-bottom: 20px;
	padding-top: 30px;
}

.l-footer .footer-menu {
	margin: 0 auto 30px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer .footer-menu ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.l-footer .footer-menu ul li {
	border-right: 2px solid #888;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

.l-footer .footer-menu ul li a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

.l-footer .footer-menu ul li:last-child {
	border-right: none;
}

.l-footer .copyright {
	font-size: 13px;
	text-align: center;
}
.flow {
    padding-top: 75px;
}
.flow {
	padding-top: 75px;
}

.flow .section-flow {
	padding-bottom: 80px;
}

.flow .section-flow .inner {
	margin: auto;
	max-width: 890px;
	padding: 0 32px;
}

.flow .section-flow .flow-title-box {
	margin-bottom: 80px;
	margin-top: 100px;
	text-align: center;
}

.flow .section-flow .flow-title-box .flow-title {
	color: #6D7E8C;
	font-size: 20px;
	margin-bottom: 50px;
	position: relative;
}

.flow .section-flow .flow-title-box .flow-title::after {
	background-color: #6D7E8C;
	bottom: -15px;
	content: "";
	height: 20px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 100%);
	width: 0.1px;
}

.flow .section-flow .flow-title-box .flow-title__sub {
	color: #035AA6;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.714285em;
}

.flow .section-flow .flow-title-box .flow-free {
	background-color: #FADD62;
	border-radius: 50%;
	color: #01588E;
	font-size: 19px;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	margin: auto;
	text-align: center;
	width: 100px;
}

.flow .section-flow .step {
	margin-bottom: 100px;
}

.flow .section-flow .step-item {
	align-items: flex-start;
	width: 100%;
}

.flow .section-flow .step-item:not(:last-child) {
	margin-bottom: 71px;
}

.flow .section-flow .step-item__illust {
	margin-right: 30px;
	width: 37.7%;
}

.flow .section-flow .step-item__illust-step {
	border-bottom: 3px solid #56AEDD;
	color: #01588E;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.75em;
	position: relative;
	width: 100%;
}

.flow .section-flow .step-item__illust-step span {
	font-size: 55px;
}

.flow .section-flow .step-item__illust-step::after {
	background-color: #56AEDD;
	bottom: 15px;
	content: "";
	height: 3px;
	position: absolute;
	right: -6px;
	transform: rotate(45deg);
	width: 50px;
}

.flow .section-flow .step-item__illust-icon {
	margin-top: 36px;
	text-align: center;
}

.flow .section-flow .step-item__text {
	background-color: #EDF9FF;
	padding: 40px 30px 27px 30px;
	width: calc((100% - 30px ) * .6511627);
}

.flow .section-flow .step-item__text-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 28px;
}

.flow .section-flow .step-item__text-txt {
	font-size: 16px;
	line-height: 1.75;
}

.flow .section-flow .step-item__text-txt span {
	font-weight: bold;
}

.flow .section-flow .step-item__text-txt__sub {
	background-color: #fff;
	line-height: 1.75em;
	margin-top: 18px;
	padding: 15px 30px;
}

.flow .section-flow .flow-alert {
	line-height: 1.75em;
	margin-bottom: 18px;
}

.flow .section-flow .flow-document {
	border: 1px solid #707070;
}

.flow .section-flow .flow-document__title {
	font-weight: bold;
	position: relative;
	width: 34.8837%;
}

.flow .section-flow .flow-document__title::after {
	background-color: #707070;
	content: "";
	height: 55px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(100%, -50%);
	width: 1px;
}

.flow .section-flow .flow-document__lists {
	width: 65.11627%;
}

.flow .section-flow .flow-document__title,
.flow .section-flow .flow-document__lists {
	font-size: 16px;
	line-height: 1.75em;
	padding: 18px 30px;
}

.flow .conform {
	background-color: #F5F5F5;
	padding-bottom: 60px;
	padding-top: 70px;
}

.flow .conform .inner {
	margin: auto;
	max-width: 620px;
	padding: 0 32px;
}

.flow .conform-title {
	align-items: center;
	font-size: 36px;
	margin-bottom: 57px;
}

.flow .conform-title span {
	margin-right: 15px;
}

.flow .conform-alert {
	line-height: 1.75em;
	margin-bottom: 47px;
}

.flow .conform-alert a {
	color: #56AEDD;
	transition: all .3s;
}

.flow .conform-alert a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.flow .conform-lists {
	list-style: none;
}

.flow .conform-lists__item {
	background-color: #fff;
	border: 1px solid #707070;
	padding: 30px 0;
}

.flow .conform-lists__item:not(:last-child) {
	margin-bottom: 40px;
}

.flow .conform-lists__item__title {
	border-left: 10px solid #01588E;
	font-size: 24px;
	padding: 0 40px 0 30px;
}

.flow .conform-lists__item__text {
	margin-top: 30px;
	padding: 0 40px;
}

.flow .conform-lists__item__title,
.flow .conform-lists__item__text {
	line-height: 1.75em;
}



@media screen and (max-width: 1180px) {

.l-header .header-menu {
	display: none;
}

.l-header .navbtn {
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	height: 80px;
	justify-content: center;
	position: relative;
	right: 0;
	width: 50px;
	z-index: 10;
}

.l-header .navbtn i {
	background-color: #333;
	display: block;
	height: 3px;
	position: absolute;
	transition: transform 0.5s, opacity 0.5s;
	width: 30px;
}

.l-header .navbtn i:nth-child(1) {
	top: 25px;
}

.l-header .navbtn i:nth-child(2) {
	bottom: 0;
	margin: auto;
	top: -10px;
}

.l-header .navbtn i:nth-child(3) {
	bottom: 35px;
}

.l-header .navbtn .navbtn_txt_menu {
	bottom: 5px;
	color: #333;
	font-size: 10px;
	position: absolute;
}

.l-header .navbtn .navbtn_txt_close {
	color: transparent;
	display: none;
	font-size: 10px;
}

.l-header .navbtn.active {
	position: fixed;
}

.l-header .navbtn.active .navbtn_txt_close {
	bottom: 5px;
	color: #0c2e5a;
	display: block;
	font-size: 10px;
	position: absolute;
}

.l-header .navbtn.active .navbtn_txt_menu {
	display: none;
}

.l-header .navbtn.active i {
	background-color: #0c2e5a;
}

.l-header .navbtn.active i:nth-child(1) {
	transform: translateY(9px) rotate(-45deg);
}

.l-header .navbtn.active i:nth-child(2) {
	opacity: 0;
}

.l-header .navbtn.active i:nth-child(3) {
	transform: translateY(-8px) rotate(45deg);
}

.l-header .header-contact .tel {
	display: none;
}

.l-header .header-contact a .apply-form {
	width: 140px;
}

.l-header .header-contact a .apply-form .inner .mail-inner {
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.l-header .header-contact a .apply-form .inner .mail-inner .bigger {
	font-size: 16px;
	line-height: 25px;
}

.l-header .header-contact a .apply-form .inner p.smaller {
	font-size: 8px;
}

.header-nav {
	background-color: #fff;
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	z-index: 5;
}

.header-nav ul {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.header-nav ul li {
	margin-bottom: 50px;
}

.header-nav ul li a {
	color: #333;
	text-decoration: none;
}

}
@media screen and (max-width: 767px) {

.l-footer .footer-menu {
	width: 80%;
}

.l-footer .footer-menu ul {
	display: block;
}

.l-footer .footer-menu ul li {
	border-right: none;
	padding-left: 0;
	padding-right: 0;
}
}
@media screen and (max-width: 765px) {

.l-header .logo {
	width: 55%;
}

.l-header .logo a {
	width: 90%;
}

.l-header .logo a img {
	width: 100%;
	height: auto
}

.sp-block {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.sp-block a img {
	width: 100%;
}
}
@media screen and (max-width: 599px) and (max-width: 768px) {

.com-fv {
	height: 150px;
}

.com-fv ._page-title {
	font-size: 32px;
}

.com-fv ._page-title span {
	margin-right: 16px;
}

.com-fv ._page-title span img {
	width: 32px;
}

.comments .inner {
	padding: 0 16px;
}

.comments .inner .comments-text {
	font-size: 20px;
}

.comments .inner .comments-text span {
	font-size: 42px;
}

.page-lists {
	margin-top: 60px;
}
.flow .section-flow .flow-title-box .flow-free {
    font-size: 16px;
}	
}
@media screen and (max-width: 599px) and (max-width: 599px) {

.com-fv ._page-title {
	font-size: 24px;
}

.com-fv ._page-title span {
	margin-right: 10px;
}

.com-fv ._page-title span img {
	width: 100%;
}

.comments .inner .comments-text {
	font-size: 16px;
}

.comments .inner .comments-text span {
	font-size: 24px;
}

.page-lists {
	margin-top: 30px;
}

.page-lists .page-lists__item a {
	font-size: 12px;
}

.page-lists .page-lists__item a::after {
	display: none;
}
.page-info {
    margin-top: 14px;
}
._inner {
    padding: 0 16px;
}
.page-info .page-lists {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.manga .illust .illust-inner {
    margin-top: 40px;
    padding: 16px;
}	
.flow .section-flow .flow-title-box {
    margin-bottom: 40px;
    margin-top: 60px;
}
.flow .section-flow .flow-title-box .flow-title {
    font-size: 16px;
    margin-bottom: 20px;
}
.flow .section-flow .flow-title-box .flow-title__sub {
    font-size: 24px;
}	
.flow .section-flow .step {
    margin-bottom: 60px;
}
.flow .section-flow .step-item:not(:last-child) {
    margin-bottom: 50px;
}
.flow .section-flow .step-item__illust {
    width: 100%;
}
.flow .section-flow .step-item__illust-step {
    font-size: 18px;
}
.flow .section-flow .step-item__illust-icon {
    margin-top: 24px;
}
.flow .section-flow .step-item__text {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 16px;
    width: 100%;
}
.flow .section-flow .step-item {
    display: block;
}
.flow .section-flow .inner {
    padding-bottom: 20px;
    padding: 0 16px;	
}
.flow .section-flow .step-item__illust-step span {
    font-size: 32px;
}	
.flow .section-flow .step-item__text-txt {
    font-size: 14px;
}
.flow .section-flow .flow-alert {
    font-size: 14px;
}
	
.flow .section-flow .flow-document {
    display: block;
}
.flow .section-flow .flow-document__title, .flow .section-flow .flow-document__lists {
    box-sizing: border-box;
    padding: 15px;
}
.flow .section-flow .flow-document__title::after {
    height: 1px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.flow .section-flow .flow-document__title {
    width: 100%;
}
.flow .section-flow .flow-document__lists {
    width: 100%;
}
.flow .conform {
	padding-bottom: 25px;
	padding-top: 40px;
}

.flow .conform .inner {
	padding: 0 16px;
}

.flow .conform-title {
	font-size: 18px;
	margin-bottom: 25px;
}

.flow .conform-title span {
	margin-right: 10px;
	width: 50px;
}

.flow .conform-title span img {
	width: 50px;
}
.flow .conform-alert {
    margin-bottom: 25px;
}
.flow .conform-lists__item {
	padding: 15px 0;
}

.flow .conform-lists__item__title {
	font-size: 18px;
	padding: 0 26px 0 16px;
}

.flow .conform-lists__item__text {
	margin-top: 15px;
	padding: 0 26px;
}
	
}
@media screen and (max-width: 599px) and (max-width: 599px) {
.manga .illust .illust-title {
    font-size: 24px;
}	
}
@media screen and (max-width: 599px) {

.page-info .page-lists .page-lists__item {
	border: 1px solid #707070;
	width: 49%;
}

.page-info .page-lists .page-lists__item:nth-child(2) {
	border-bottom: none !important;
}

.page-info .page-lists .page-lists__item:nth-child(3) {
	border-right: none !important;
}

.page-info .page-lists .page-lists__item.manga-li {
	border-bottom: 1px solid #707070 !important;
}

}
.l-header .logo img {
    width: 100%;
	height: auto
}















