@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
html {
	font-size: 62.5%
}
body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	width: 100%;
	height: 100%
}
h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0
}
dd {
	margin-left: 0
}
a {
	color: #000;
	text-decoration: none
}
ul, ol {
	margin: 0;
	padding-left: 0
}
ul li, ol li {
	list-style: none
}
img {
	max-width: 100%;
	height: auto
}
img[src$=".svg"] {
	max-width: 100%;
	height: auto
}
svg {
	max-width: 100%;
	height: auto
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.wrap {
	max-width: 1024px;
	width: 90%;
	margin: 0 auto
}
.ib {
	display: inline-block
}
.note {
	font-size: 1rem
}
.sm {
	font-size: 80%;
}
@media (min-width: 480px) {
	.note {
		font-size: calc(1rem+ (1vw - 4.8px) * .21739)
	}
}
@media (min-width: 1400px) {
	.note {
		font-size: 1.2rem
	}
}
.pc {
	display: block
}
.sp {
	display: none
}
@media screen and (max-width: 768px) {
	.d-flex {
		display: block
	}
	.pc {
		display: none
	}
	.sp {
		display: block
	}
}
.btn {
	display: block;
	background: #fff;
	border: 2px solid #000;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	padding: 1em 1.2em 1em .5em;
	position: relative
}
@media (min-width: 480px) {
	.btn {
		font-size: calc(1.1rem+ (1vw - 4.8px) * .32609)
	}
}
@media (min-width: 1400px) {
	.btn {
		font-size: 1.4rem
	}
}
.btn::before, .btn::after {
	content: "";
	width: 7px;
	height: 6px;
	position: absolute
}
.btn::before {
	right: 8px;
	top: 45%;
	border: 1px solid currentColor
}
.btn::after {
	right: 10px;
	top: 49%;
	border-bottom: 1px solid currentColor;
	border-left: 1px solid currentColor
}
.btn:hover {
	background: #000;
	border: 2px solid #000;
	color: #fff;
	-webkit-transition: .2s all ease-in;
	transition: .2s all ease-in
}
.txt-link {
	display: inline-block;
	text-decoration: underline;
	padding-right: .8em;
	margin-right: .2em;
	position: relative;
	-webkit-transition: .2s all ease-in;
	transition: .2s all ease-in
}
.txt-link::before, .txt-link::after {
	content: "";
	width: 7px;
	height: 6px;
	position: absolute
}
.txt-link::before {
	right: 0;
	top: 43%;
	border: 1px solid currentColor
}
.txt-link::after {
	right: 2px;
	top: 52%;
	border-bottom: 1px solid currentColor;
	border-left: 1px solid currentColor
}
.txt-link:hover {
	opacity: .7;
	-webkit-transition: .2s all ease-in;
	transition: .2s all ease-in
}
.number-list {
	counter-reset: item;
	margin-top: .5em;
}
.number-list li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.number-list li::before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .3em;
	font-weight: bold;
}
.number-list .txt-link {
	display: inline;
}
header {
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	padding: 1.5rem 2%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 100
}
header .hdr-inner .hdr-logo {
	width: 120px;
	line-height: 1
}
header .hdr-inner .hdr-logo a {
	display: block
}
header .hdr-inner .hdr-logo img {
	max-width: 100%;
	height: auto
}
header .hdr-inner .nav-btn {
	display: block;
	position: fixed;
	z-index: 10;
	right: 2%;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center
}
header .hdr-inner .nav-btn span {
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 6px;
	background: #000;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
header .hdr-inner .nav-btn span:nth-child(1) {
	top: 10px
}
header .hdr-inner .nav-btn span:nth-child(2) {
	top: 20px
}
header .hdr-inner .nav-btn span:nth-child(3) {
	top: 30px
}
header .hdr-inner .nav-btn.active span:nth-child(1) {
	top: 16px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
header .hdr-inner .nav-btn.active span:nth-child(2), header .hdr-inner .nav-btn.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
header .hdr-inner .nav {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .6s ease, visibility .6s ease;
	transition: opacity .6s ease, visibility .6s ease;
	z-index: 2
}
header .hdr-inner .nav .nav-list {
	display: none;
	margin: 0 auto;
	padding: 0;
	width: 100%
}
header .hdr-inner .nav .nav-list li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	-webkit-transition: .4s all;
	transition: .4s all
}
header .hdr-inner .nav .nav-list li:last-child {
	padding-bottom: 0
}
header .hdr-inner .nav .nav-list li a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1em 0;
	text-decoration: none
}
@media (min-width: 480px) {
	header .hdr-inner .nav .nav-list li a {
		font-size: calc(1.6rem+ (1vw - 4.8px) * 0)
	}
}
@media (min-width: 1400px) {
	header .hdr-inner .nav .nav-list li a {
		font-size: 1.6rem
	}
}
header .hdr-inner .nav .nav-list li a:hover {
	opacity: .7;
	-webkit-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out
}
header .hdr-inner .nav.active {
	opacity: 1;
	height: 100%
}
header .hdr-inner .nav.active .nav-list {
	display: block
}
@media screen and (min-width: 1140px) {
	header {
		width: 100%;
		height: 70px;
		padding: 1em 0
	}
	header .hdr-inner {
		width: 90%;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	header .hdr-inner .hdr-logo {
		width: 160px
	}
	header .hdr-inner .hdr-logo img {
		max-width: 180px;
		width: 100%;
		height: auto
	}
	header .hdr-inner .nav-btn {
		display: none
	}
	header .hdr-inner .nav {
		width: calc(100% - 160px);
		display: block;
		background: none;
		position: relative;
		opacity: 1
	}
	header .hdr-inner .nav .nav-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	header .hdr-inner .nav .nav-list li {
		width: auto;
		padding: 0 2.2%
	}
	header .hdr-inner .nav .nav-list li a {
		padding: 0;
		line-height: 1.4
	}
}
.mv {
	width: 100%;
	padding: 60px 0 2em;
	position: relative
}
.mv .mv-cont .txt-box {
	padding: 7vw 0 5vw
}
.mv .mv-cont .txt-box .mv-ttl {
	margin-bottom: 3vw
}
.mv .mv-cont .txt-box .mv-ttl .ttl {
	width: 100%;
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 1em;
	text-align: center
}
@media (min-width: 480px) {
	.mv .mv-cont .txt-box .mv-ttl .ttl {
		font-size: calc(2rem+ (1vw - 4.8px) * 1.08696)
	}
}
@media (min-width: 1400px) {
	.mv .mv-cont .txt-box .mv-ttl .ttl {
		font-size: 3rem
	}
}
.mv .mv-cont .txt-box .catch {
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center
}
@media (min-width: 480px) {
	.mv .mv-cont .txt-box .catch {
		font-size: calc(1.4rem+ (1vw - 4.8px) * .21739)
	}
}
@media (min-width: 1400px) {
	.mv .mv-cont .txt-box .catch {
		font-size: 1.6rem
	}
}
.mv .mv-cont .img-box img {
	width: 100%;
	height: auto
}
@media screen and (min-width: 768px) {
	.mv {
		padding: 70px 0 2em
	}
	.mv .mv-cont {
		height: 440px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative
	}
	.mv .mv-cont .txt-box {
		padding: 0
	}
	.mv .mv-cont .txt-box .mv-ttl {
		margin-bottom: 1em
	}
	.mv .mv-cont .txt-box .mv-ttl .ttl {
		padding: 1.5em 2em 1.5em 1em;
		text-align: left
	}
	.mv .mv-cont .txt-box .catch {
		padding-left: 1.5em;
		text-align: left
	}
	.mv .mv-cont .img-box {
		width: 58.59375%;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: -1
	}
}
.cont-body {
	position: relative
}
.cont-block {
	padding: 5vw 0 6vw
}
.cont-block:nth-of-type(2n + 1) {
	background: #eaeaea
}
@media screen and (min-width: 768px) {
	.cont-block {
		padding: 4em 0 5em
	}
}
.cont-ttl {
	border-bottom: 2px solid #000;
	margin-bottom: 1em
}
.cont-ttl .ttl {
	font-size: 2rem;
	font-weight: 600
}
.block-inner + .cont-ttl {
	margin-top: 6vw;
}
@media (min-width: 480px) {
	.cont-ttl .ttl {
		font-size: calc(2rem+ (1vw - 4.8px) * .86957)
	}
}
@media screen and (min-width: 768px) {
.block-inner + .cont-ttl {
	margin-top: 2em;
}
}
@media (min-width: 1400px) {
	.cont-ttl .ttl {
		font-size: 2.8rem
	}
}
.block-ttl {
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4;
	background: #000;
	padding: .4em 1em
}
@media (min-width: 480px) {
	.block-ttl {
		font-size: calc(1.6rem+ (1vw - 4.8px) * .21739)
	}
}
@media (min-width: 1400px) {
	.block-ttl {
		font-size: 1.8rem
	}
}
.block-inner {
	margin-top: 4vw
}
@media screen and (min-width: 768px) {
	.block-inner {
		margin-top: 2em
	}
}
p {
	font-size: 1.2rem
}
@media (min-width: 480px) {
	p {
		font-size: calc(1.2rem+ (1vw - 4.8px) * .21739)
	}
}
@media (min-width: 1400px) {
	p {
		font-size: 1.4rem
	}
}
p + p {
	margin-top: .8em
}
.txt01 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4
}
@media (min-width: 480px) {
	.txt01 {
		font-size: calc(1.6rem+ (1vw - 4.8px) * .43478)
	}
}
@media (min-width: 1400px) {
	.txt01 {
		font-size: 2rem
	}
}
.lg {
	font-size: 120%;
	font-weight: bold;
	line-height: 1
}
.bd {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(96%, #000));
	background: -webkit-linear-gradient(transparent 96%, #000 96%);
	background: linear-gradient(transparent 96%, #000 96%)
}
.bg01 {
	background: #fff;
	padding: 1.5em 3% .5em
}
.btn-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1em
}
.btn-list li {
	width: 49%;
	margin-bottom: 2vw
}
@media screen and (min-width: 768px) {
	.btn-list {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.btn-list li {
		width: 24%;
		margin-bottom: 1em
	}
	.btn-list li:not(:nth-child(4n)) {
		margin-right: 1.333%
	}
}
.block-area {
	margin-top: 1em
}
.block-area .tool-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1em
}
.block-area .tool-box .block-ttl {
	margin-right: .5em
}
.block-area .tool-box .btn01 {
	width: 49%;
	margin-top: .5em
}
.block-area .tool-box > .btn-list {
	width: 100%;
	margin-top: 0
}
.block-area .tool-box.mb1 {
	margin-bottom: 1em
}
.block-area .tool-box-inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.block-area .tool-box-inner .block-ttl {
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.block-area {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.block-area .tool-box {
		width: 49%;
		margin-bottom: 2em
	}
	.block-area .tool-box.w100 {
		width: 100%
	}
	.block-area .tool-box .btn01 {
		width: 24%;
		margin-top: 1em
	}
	.block-area .tool-box > .btn-list {
		width: 49%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 0
	}
	.block-area .tool-box > .btn-list li {
		width: 49%;
		margin-bottom: 0;
		margin-right: 0
	}
	.block-area .tool-box .txt02 {
		width: 48%;
		margin-left: 2%
	}
	.block-area .tool-box-inner {
		flex-direction: row;
		align-items: center;
	}
}
.mov-list {
	margin-top: 1em
}
.mov-list li {
	margin-bottom: 5vw
}
.mov-list li .mov-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%
}
.mov-list li .mov-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
@media screen and (min-width: 768px) {
	.mov-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mov-list li {
		width: 32%;
		margin: 0 2% 1.5em 0;
	}
	.mov-list li:nth-child(3n) {
		margin-right: 0;
	}
}
.faq-ttl {
	font-size: 1.6rem;
	font-weight: 600;
	padding-left: 1em;
	margin: .5em 0;
	position: relative
}
@media (min-width: 480px) {
	.faq-ttl {
		font-size: calc(1.6rem+ (1vw - 4.8px) * .21739)
	}
}
@media (min-width: 1400px) {
	.faq-ttl {
		font-size: 1.8rem
	}
}
.faq-ttl::before {
	content: "";
	background: #000;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.faq-dl {
	border-bottom: #ccc 1px solid
}
.faq-dl dt {
	display: block;
	width: 100%;
	border-top: #ccc 1px solid;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 1em 1.4em 1em 2em;
	cursor: pointer;
	position: relative
}
@media (min-width: 480px) {
	.faq-dl dt {
		font-size: calc(1.2rem+ (1vw - 4.8px) * .32609)
	}
}
@media (min-width: 1400px) {
	.faq-dl dt {
		font-size: 1.5rem
	}
}
.faq-dl dt::before {
	content: "Q";
	font-size: 1.2rem;
	font-weight: 600;
	position: absolute;
	left: .5em
}
@media (min-width: 480px) {
	.faq-dl dt::before {
		font-size: calc(1.2rem+ (1vw - 4.8px) * .32609)
	}
}
@media (min-width: 1400px) {
	.faq-dl dt::before {
		font-size: 1.5rem
	}
}
.faq-dl dt:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 48%;
	border: 2px solid;
	border-radius: 2px;
	border-color: transparent transparent #333 #333;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%)
}
.faq-dl dt.active:after {
	border-color: #333 #333 transparent transparent
}
.faq-dl dd {
	display: none;
	width: 100%;
	padding: 1em 1em 1em 2em;
	background: #f7f7f7;
	font-size: 1.2rem;
	position: relative
}
@media (min-width: 480px) {
	.faq-dl dd {
		font-size: calc(1.2rem + (1vw - 4.8px) * 0.21739);
	}
}
@media (min-width: 1400px) {
	.faq-dl dd {
		font-size: 1.4rem;
	}
}
.faq-dl dd::before {
	content: "A";
	color: #000;
	left: 0;
	font-size: 1.2rem;
	font-weight: 600;
	position: absolute;
	left: .5em
}
@media (min-width: 480px) {
	.faq-dl dd::before {
		font-size: calc(1.2rem+ (1vw - 4.8px) * .32609)
	}
}
@media (min-width: 1400px) {
	.faq-dl dd::before {
		font-size: 1.5rem
	}
}
@media screen and (min-width: 768px) {
	.faq-dl dt {
		padding: 1em 1em 1em 2.5em
	}
	.faq-dl dt::before {
		left: 1.2em
	}
	.faq-dl dt:after {
		right: 2em
	}
	.faq-dl dd {
		padding: 1em 2em 1em 2.5em
	}
	.faq-dl dd::before {
		left: 1.2em
	}
}
.faq-dl .icon01 {
	display: inline-block;
	margin: 0 .2em;
}
.btn-block {
	background: #f9f9f9;
	padding: 10vw 0 9vw
}
.btn-block .btn {
	max-width: 340px;
	width: 100%;
	margin: 0 auto
}
.btn-block .txt {
	margin-top: 1em;
	text-align: center
}
@media screen and (min-width: 768px) {
	.btn-block {
		padding: 4em 0 3em
	}
}
footer {
	padding: 2em 0 1em
}
footer .txt {
	text-align: center
}

/* career-block */
.career-block .btn-list li {
	width: 100%;
	margin-bottom: 1.5rem;
}
.career-block .btn-list li .btn {
	max-width: 360px;
	margin: 0 auto;
}
.career-block .btn-list li .ttl {
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin-bottom: .5rem;
}
.career-block .btn-list li .txt-box {
	max-width: 360px;
	margin: 0 auto;
	background: #fff;
    border: 2px solid #000;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 1em 2em;
}
.career-block .btn-list li .txt-box .txt {
	font-size: 1.4rem;
}
.career-block .btn-list li .txt-box .txt .sm {
	font-size: 75%;
}

@media (min-width: 480px) {
	.career-block .btn-list li .ttl {
		font-size: calc(1.4rem+ (1vw - 4.8px) * .32609)
	}
	.career-block .btn-list {
		justify-content: space-between;
	}
	.career-block .btn-list li {
		width: 49%;
	}
	.career-block .btn-list li:not(:nth-child(4n)) {
		margin-right: 0;
	}
	.career-block .btn-list li.col1 {
		width: 100%;
		margin-top: 1rem;
	}
	.career-block .btn-list li .btn {
		max-width: 100%;
	}
	.career-block .btn-list li .txt-box {
		max-width: 100%;
		text-align: center;
	}	
}
@media (min-width: 1024px) {
	.career-block .btn-list {
		justify-content: center;
		column-gap: 5%;
	}
	.career-block .btn-list li {
		width: 30%;
	}
	.career-block .btn-list li.col1 {
		width: 80%;
		margin: 1rem auto 0;
	}
	.career-block .btn-list li .btn {
		min-height: 64px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.career-block .btn-list li .txt-box .txt {
		font-size: 1.6rem;
	}
}
@media (min-width: 1400px) {
	.career-block .btn-list li .ttl {
		font-size: 1.6rem
	}
}
@media (max-width: 479px) {
	.career-block .btn-list li .note {
		max-width: 360px;
		margin: 0 auto;
	}
}
