html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: baseline;
	background: initial;
	border: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block
}
body {
	line-height: inherit
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
body *:not(table), body *:not(table)::before, body *:not(table)::after, body *:not(tbody), body *:not(tbody)::before, body *:not(tbody)::after, body *:not(thead), body *:not(thead)::before, body *:not(thead)::after, body *:not(tfoot), body *:not(tfoot)::before, body *:not(tfoot)::after, body *:not(tr), body *:not(tr)::before, body *:not(tr)::after, body *:not(th), body *:not(th)::before, body *:not(th)::after, body *:not(td), body *:not(td)::before, body *:not(td)::after {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.footer__wrap, .header__wrap {
	margin: 0 auto;
	max-width: 1030px;
	
}
@media screen and (min-width: 769px) {
	.header__wrap {
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.header__wrap {
		padding: 0 16px;
	}
}

html, body, input[type=text], input[type=email], input[type=url], input[type=tel], input[type=search], input[type=submit], input[type=reset], textarea, button, select {
	font-family: "Noto Sans JP", sans-serif
}
@media screen and (min-width: 769px) {
.sns__link:not(span):not(p), .footer__home:not(span):not(p), .footer__link:not(span):not(p), .header__home:not(span):not(p), .header__link:not(span):not(p) {
		-webkit-transition: opacity .2s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity .2s cubic-bezier(0.215, 0.61, 0.355, 1)
	}
.sns__link:not(span):not(p):hover,.footer__home:not(span):not(p):hover, .footer__link:not(span):not(p):hover, .header__home:not(span):not(p):hover{
		opacity: .7
	}
	.header__link:not(span):not(p), .header__btn:not(span):not(p){
		transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.header__link:not(span):not(p):hover{
		color: #00A19E;
	}
	.header__btn:not(span):not(p):hover {
		background-color: #00A19E;
	}

}



* {
	min-height: 0vw
}
html, body {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	vertical-align: middle;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
}
body * {
	letter-spacing: inherit;
}
body::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	display: block;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	pointer-events: none;
	content: "";
}
body.is-menuOpen {
	position: fixed;
	width: 100%;
}
body.is-menuOpen::before {
	opacity: .4;
	pointer-events: all;
}
main {
	overflow: hidden;
}
img, svg {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: bottom;
}
img{
	max-width: 100%;
}
svg {
	width: 100%;
	height: auto;
}
input[type=text], input[type=email], input[type=url], input[type=tel], input[type=search], input[type=submit], input[type=reset], textarea, button, select {
	font-size: 16px;
	font-weight: 500;
	color: inherit;
	border: none;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=radio], input[type=checkbox] {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=submit], input[type=reset], a, button {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
[data-hidden] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
a[href=""] {
	pointer-events: none;
}
@media screen and (min-width: 769px) {
	html {
		scroll-padding-top: 100px;
		-webkit-scroll-padding-top: 100px;
	}
	a[href^=tel] {
		pointer-events: none;
	}
	[data-device=sp] {
		display: none !important;
	}
	
}
@media screen and (max-width: 768px) {
	html {
		scroll-padding-top: 60px;
		-webkit-scroll-padding-top: 60px;
	}
	body {
		-webkit-overflow-scrolling: touch;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	[data-device=pc] {
		display: none !important;
	}
}
.header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}
.header__check {
	display: none
}
.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__li a{
	color: #222222;
}
.header__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	background-color: #0FB6B2;
	border-radius: 4px;
}
@media screen and (min-width: 990px) {
	.header__btn{
		width: 160px;
		font-size: 16px;
		height: 48px;
	}
.header__button {
	width: 160px;
}
.header__wrap,.header__nav {
		gap: 24px;
	}
	.header__li:nth-child(4){
		padding-right: 26px;
	}
	.customer .header__li:nth-child(4){
		padding-right: 0;
	}
}
@media screen and (max-width: 989px) {
	.header__btn{
		font-size: 14px;
		width: 19vw;
		height: 48px;
	}
	.header__wrap,.header__nav {
		gap: 16px;
	}
}
@media screen and (min-width: 769px) and (max-width: 989px) {
	.header__li:nth-child(4){
		padding-right: 18px;
	}
	.customer .header__li:nth-child(4){
		padding-right: 0;
	}
	.header__li {
		font-size: 14px;
	}
}
@media screen and (min-width: 769px) {
	.header__wrap {
		height: 100px;
	}
	.header__logo {
		width: 215px;
	}
	.header__label {
		display: none;
	}
	.header__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
		align-items: center;
	}

	.header__li{
		position: relative;
		word-break: keep-all;
	}
	
	.header__li:nth-child(4)::after{
		position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 14px;
    content: '';
    background: #DADFE0;
    border-radius: 2px;
    transform: translateY(-50%);
	}
	.customer .header__li:nth-child(4)::after{
		content: none;
	}
}
@media screen and (max-width: 768px) {
	.header__wrap {
		height: 15.3846153846vw;
	}
	.header__home {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.header__logo {
		width: 146px;
	}
	.header__nav {
		position: absolute;
		top: 15.3846153846vw;
		left: 0;
		padding: 24px 0 24px 20vw;
		width: 100%;
		border-radius: 0 0 24px 24px;
		background-color: #fff;
		-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
		box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
		-webkit-transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility .3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.header__li {
		font-size: 18px;
	}
	.header__nav > .header__li > a{
		border-top: 1px solid #DADFE0;
	}
	.header__nav > .header__li:first-of-type > a{
		border-top: none;
		border-bottom: 1px solid #DADFE0;
	}
	.header__nav-inner{
		margin-left: 13vw;
	}
	.header__nav-inner .header__li {
		font-size: 14px;
	}
	.header__nav-inner > .header__li > a{
		border-top: 1px solid #DADFE0;
		font-weight: 400;
	}
	.header__nav-inner > .header__li:first-of-type > a{
		border-top: none;
		border-bottom: none;
	}
	.header__link {
		position: relative;
		display: block;
		padding: 24px 0 24px 16px;
	}
	.header__link::after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		right: 45px;
		margin: auto;
		width: 12px;
		height: 12px;
		border-top: 3px solid #0FB6B2;
		border-right: 3px solid #0FB6B2;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header__btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-left: auto;
	}
	.header__check:not(:checked)+label {
		width: 7.1794871795vw;
		height: 5.1282051282vw;
	}
	.header__check:not(:checked)+label::before, .header__check:not(:checked)+label::after, .header__check:not(:checked)+label span {
		left: 50%;
		background-color: #707070;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.header__check:not(:checked)+label::before {
		top: 0;
	}
	.header__check:not(:checked)+label::after {
		top: 100%;
	}
	.header__check:not(:checked)+label span {
		top: 50%;
	}
	.header__check:not(:checked)~ul {
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
	}
	.header__check:checked+label {
		width: 7vw;
		height: 7vw;
		background-color: #222222;
		border-radius: 8px;
	}
	.header__check:checked+label::before, .header__check:checked+label::after {
		width: 4.6153846154vw;
		top: 50%;
		left: 50%;
		background-color: #fff;
	}
	.header__check:checked+label span {
		opacity: 0;
	}
	.header__check:checked+label::before {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.header__check:checked+label::after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.header__label {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		position: absolute;
		top: 50%;
		right: 4.1025641026vw;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header__label, .header__label::before, .header__label::after {
		-webkit-transition: .3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.header__label::before, .header__label::after {
		content: "";
	}
	.header__label::before, .header__label::after, .header__label span {
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
	}
	.header__label span {
		text-align: -999px;
		color: rgba(0, 0, 0, 0);
		font-size: 0;
		overflow: hidden;
	}
}
.breadcrumb{
	max-width: 1030px;
	margin: 0 auto;
}
.breadcrumb__list {
  display: flex;
  list-style: none;
}
.breadcrumb__list li{
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 1.5;
}
.breadcrumb__list li:first-child{
	flex: 0 0 60px;
}
.breadcrumb__list li:nth-child(2){
	flex-shrink: 0;
}
.breadcrumb__list li:nth-child(3){
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%; 
}

.breadcrumb__list li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em;
  color: #595757;
}
@media screen and (min-width: 769px){
	.breadcrumb{
		margin: 32px auto 0;
		padding: 0 20px;
	}
	.breadcrumb__list li a{
		transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.breadcrumb__list li a:hover{
		color: #00A19E;
	}
	
}
@media screen and (max-width: 768px) {
	.breadcrumb{
		margin: 16px auto 0;
		padding: 0 24px;
	}
}


.form {
	background: -webkit-linear-gradient(290deg, #0FB6B2 0%, #0FB6B2 26.79%, #008981 100%);
	background: linear-gradient(160deg, #0FB6B2 0%, #0FB6B2 26.79%, #008981 100%)
}
.form__wrap{
	max-width: 1070px;
	margin: 0 auto;
}
.form__ttl {
	color: #fff;
	text-align: center;
}
.form__box {
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .16)
}
.form__box iframe {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}
@media screen and (min-width: 769px) {
	.form__wrap {
		padding: 84px 20px 80px;
	}
	.form__ttl {
		margin-bottom: 40px;
		font-size: 2.8125rem;
	}
	.form__box {
		padding: 35px;
		border-radius: 10px;
	}
	
}
@media screen and (max-width: 768px) {
	.form__wrap {
		padding: 64px 24px;
	}
	.form__ttl {
		margin-bottom: 5.1282051282vw;
		font-size: 5.1282051282vw;
		line-height: 1.45em;
	}
	.form__box {
		padding: 7.6923076923vw 3.0769230769vw;
		border-radius: 2.5641025641vw;
	}
}

.article__box:first-of-type {
	background-color: #fafafa;
}
.article__ttl, .article__subttl {
	text-align: center;
}
.article__txt {
	word-break: break-all;
	color: #595757;
}
.article__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	border: 1px solid #74747c;
	border-radius: 999px;
	background-color: #74747c;
	color: #fff;
}
.article__wrap{
	max-width: 1070px;
	margin: 0 auto;
}
.article__fig{
	flex: 0 0 50%;
}
.article__img{
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 99 / 52;
}
@media screen and (min-width: 769px) {
	.article__wrap{
		padding:64px 40px;
	}
	.article__ttl {
		margin-bottom: 40px;
		font-size: 2.8125rem;
	}
	.article__subttl {
		font-size: 2.5rem;
	}
	.article__li {
		margin-top: 35px;
	}
	.article__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
		transition: opacity .3s;
	}
	.article__link:hover{
		opacity: 0.7;
	}
	.article__txt {
		font-size: 1.5625rem;
		line-height: 1.48em;
	}
	.article__btn {
		width: 248px;
		height: 62px;
		font-size: 1.375rem;
	}
}
@media screen and (max-width: 768px) {
	.article__ttl, .article__subttl {
		margin-bottom: 5.1282051282vw;
		font-size: 5.1282051282vw;
	}
	.article__li:not(:first-of-type) {
		margin-top: 8.2051282051vw;
	}
	.article__wrap{
		padding: 64px 24px;
	}
	.article__txt {
		margin-top: 16px;
		font-size: 3.3333333333vw;
		line-height: 1.4615384615em;
	}
	.article__btn {
		width: 63.5897435897vw;
		height: 15.8974358974vw;
		font-size: 5.641025641vw;
	}
}


.footer__wrap {
	max-width: 1030px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__box {
	background-color: #fafafa
}
.footer__box--inner{
	max-width: 1030px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #74747c;
}

.footer__link {
	color: #595757
}
.footer__copy {
	color: #595757;
	font-weight: 400
}
@media screen and (min-width: 769px) {
	.footer__wrap {
		gap: 30px;
		padding: 40px 20px 44px;
		font-size: 1rem
	}
	.footer__box--inner {
		gap: 12px;
		padding: 24px 20px 24px;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 1.8333333333em;
		text-align: center
	}
	.footer__logo {
		width: 240px
	}
	.footer__copy {
		margin-left: auto
	}
}
@media screen and (max-width: 768px) {
	.footer__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2.6041666vw;
		padding: 3.0769230769vw 5.208333vw;
		font-size: 3.0769230769vw;
	}
	.footer__box--inner {
		gap: 2.6041666vw;
		padding: 24px 5.208333vw 24px;
		font-size: 0.625rem;
		font-weight: 500;
		line-height: 1.5em;
	}
	.footer__box--inner .footer__home{
		margin-bottom: 10px;
	}
	
	
	.footer__logo {
		width: 240px;
	}
	.footer__copy {
		width: 100%;
		text-align: center;
	}
}

.content{
	margin-bottom: 80px;
}
.content.bg-green{
	background-color: #F3FBFB;
	margin-bottom: 0;
}
.content__wrap{
	max-width: 1070px;
	margin: 0 auto;
}
.content__heading{
	font-weight: bold;
	line-height: 1.5;
}
.h2{
	margin-bottom: 24px;
	padding-left: 21px;
	border-left: 5px solid #00A19E;
	line-height: 1.5;
}
.content__txt{
	font-weight: 400;
	line-height: 1.75;
}
.content__txt:last-of-type{
	margin-bottom: 0;
}
.content__txt.note{
	padding-left:1em;
	text-indent:-1em;
}
.link__txt{
	color: #00A196;
}
.txt-center{
	text-align: center!important;
}
.txt-green{
	color: #00A19E!important;
}
.txt-large{
	font-weight: 700;
}
.txt-weight-b{
	font-weight: 700!important;
}
.content__img{
	margin: 0 auto;
}
.content__btn + .content__txt{
	margin: 32px auto 0;
	text-align: center;
}
.content__btn + .content__txt a{
	text-decoration: underline;
}
.content__btn a{
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0FB6B2;
	border-radius: 35px;
	color: #fff;
	font-size: 1.125rem;
	margin: 0 auto;
}
.content__btn a.orange{
	background: #FFA826;
	border: 3px solid #fff;
	margin: 0 auto;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
}
.content__clm2{
	display: flex;
}
.content__list{
	margin-top: 10px;
}
.content__list li{
	font-weight: 400;
	line-height: 1.5;
}
.content__box{
	background-color: #F3FBFB;
}
.content__box .content__box-h2{
	color: #00A19E;
}
.content__box-list li{
	margin-bottom: 8px;
	line-height: 1.6;
	position: relative;
}
.content__box-list li::before{
	background: #00A19E;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
}
.content__box-txt{
	line-height: 1.75;
	font-weight: 400;
}
.content__box-txt + .content__box-txt{
	margin-top: 16px;
}
.content__box-txt a{
	text-decoration: underline;
	color: #00A19E;
	word-break: break-all;
	font-weight: bold;
}
.content__table{
	width: 100%;
}
.content__table tr{
	border-top: 1px solid #DADFE0;
}
.content__table tr:last-child{
	border-bottom: 1px solid #DADFE0;
}
.content__table th{
	background-color: #F3FBFB;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
}
.content__table td{
	vertical-align: middle;
	line-height: 1.6;
	font-weight: 400;
}
.content__inq{
	border: 1px solid #DADFE0;
	border-radius: 8px;
	padding: 24px;
}
.content__inq-ttl{
	line-height: 1.6;
	font-weight: 700;
}
.content__inq-txt{
	line-height: 1.6;
	font-weight: 400;
}
.content__inq-link{
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	.content__wrap{
		padding: 0 40px 64px;
	}
	.content__wrap:first-of-type{
		padding: 80px 40px;
	}
	.h1{
		font-size: 2.25rem;
		margin-bottom: 56px;
	}
	.h2{
		font-size: 1.75rem;
	}
	.h3{
		font-size: 1.5rem;
	}
	.content__txt{
		margin-bottom: 16px;
		font-size: 1.125rem;
	}
	.content__txt.note{
		margin-bottom: 8px;
	}
	.txt-big{
		font-size: 1.5rem;
	}
	.txt-large{
		font-size: 1.25rem;
	}
	.content__img{
		width: 50%;
	}
	.content__btn{
		margin-top: 40px;
	}
	.content__btn a{
		transition: all .3s;
		width: 350px;
	}
	.link__txt{
		transition: opacity .3s;
	}
	.content__btn a:hover{
		background: #00A19E;
	}
	.link__txt:hover{
		opacity: .7;
	}
	.content__btn + .content__txt a{
		transition: all .3s;
	}
	.content__btn + .content__txt a:hover{
		color: #00A19E;
	}
	.content__clm2{
		justify-content: center;
		margin: 48px -20px 8px;
		max-width: 990px;
	}
	.content__clm2 .content__clm2-item{
		margin: 0 20px;
	}
	.content__list li{
		font-size: 1.125rem;
	}
	.content__box{
		padding: 40px;
	}
	.content__box .content__box-h2{
		font-size: 1.5rem;
		margin-bottom: 24px;
	}
	.content__box-list li{
		font-size: 1.25rem;
		padding-left: 28px;
	}
	.content__box-list li::before{
		height: 20px;
		width: 20px;
		top: 7px;
	}
	.content__box-txt{
		font-size: 1.125rem;
	}
	.content__box-txt a:hover{
		text-decoration: none;
	}
	.content__table th{
		padding: 24px;
	}
	.content__table td{
		padding: 24px;
		font-size: 1.125rem;
	}
	.content__inq-ttl{
		font-size: 1.5rem;
		margin-bottom: 16px;
	}
	.content__inq-txt{
		font-size: 1.125rem;
	}
	.content__inq-link:hover{
		text-decoration: none;
	}
	
}
@media screen and (max-width: 989px) {
	.content__clm2 .content__clm2-item{
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.content__wrap{
		padding: 64px 24px;
	}
	.h1{
		font-size: 1.625rem;
		margin-bottom: 40px;
	}
	.h2{
		font-size: 1.5rem;
	}
	.h3{
		font-size: 1.25rem;
	}
	.content__txt{
		margin-bottom: 16px;
		font-size: 1rem;
	}
	.content__txt.note{
		margin-bottom: 8px;
	}
	.content__btn + .content__txt{
		text-align: center;
	}
	.txt-big{
		font-size: 1.25rem;
	}
	.txt-large{
		font-size: 1.125rem;
	}
	.content__img{
		width: 100%;
	}
	.content__btn{
		margin-top: 40px;
	}
	.content__btn a{
		margin: 0 auto;
		width: 100%;
	}
	.content__clm2{
		flex-direction: column;
		margin: 32px 0 8px;
	}
	.content__clm2 .content__clm2-item{
		margin: 0 0 32px;
		width: 100%;
	}
	.content__clm2 .content__clm2-item:last-child{
		margin: 0;
	}
	.content__box{
		padding: 24px;
	}
	.content__box .content__box-h2{
		font-size: 1.25rem;
		margin-bottom: 16px;
	}
	.content__box-list li{
		font-size: 1rem;
		padding-left: 24px;
	}
	.content__box-list li::before{
		height: 16px;
		width: 16px;
		top: 6px;
	}
	.content__box-txt{
		font-size: 1rem;
	}
	.content__list li{
		font-size: 1rem;
	}
	.content__table th{
		padding: 24px 16px;
		font-size: 0.875rem;
		min-width: 80px;
	}
	.content__table td{
		padding: 24px 16px;
		font-size: 0.875rem;
	}
	.content__table td p.content__txt{
		font-size: 0.875rem;
	}
	.content__inq-ttl{
		font-size: 1.25rem;
		margin-bottom: 8px;
	}
	.content__inq-txt{
		font-size: 1rem;
	}
	
}
.cv{
	background: -webkit-linear-gradient(290deg, #0FB6B2 0%, #0FB6B2 26.79%, #008981 100%);
	background: linear-gradient(160deg, #0FB6B2 0%, #0FB6B2 26.79%, #008981 100%)
}
.cv__container {
	max-width: 1030px;
	margin: 0 auto;
}
.cv__ttl {
	text-align: center;
	color: #fff
}
.cv__inner{
	max-width: 820px;
	margin: 0 auto;
}
.cv__request, .cv__online {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #ffa826
}
.cv__request {
	color: #fff;
	background-color: #ffa826
}
.cv__online {
	color: #ffa826;
	background-color: #fff
}
.cv__balloon {
	position: absolute;
	left: 50%;
	color: #ffa826;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url("/assets/img/cv-balloon.png") no-repeat center center/contain
}
@media screen and (min-width: 769px) {
	.cv__container {
		padding: 50px 20px;
	}
	.cv__ttl {
		margin-bottom: 62px;
		font-size: 1.875rem;
		line-height: 1.45em;
	}
	.cv__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
		gap: 10px;
	}
	.cv__request, .cv__online {
		gap: 15px;
		width: 390px;
		height: 85px;
		font-size: 1.875rem;
		border-radius: 20px
	}
	.cv__request:last-of-type {
		width: 600px;
	}
	.cv__online {
		font-size: 1.5rem;
	}
	.cv__balloon {
		top: -25px;
		padding-top: 7px;
		width: 307px;
		height: 40px;
		font-size: 0.9375rem
	}
	.cv__online .cv__balloon {
		font-size: 0.875rem;
	}
	.cv__icon {
		width: 63px
	}
	.cv__inner a{
		position: relative;
	}
	.cv__inner a::before{
		content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
		border-radius: 20px;
    transition: background-color .3s ease
	}
	.cv__inner a:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
	}
}
@media screen and (max-width: 768px) {
	.cv__container {
		padding: 8.2051282051vw 5.208333vw 11.5384615385vw;
	}
	.cv__container a {
		margin-top: 10.2564102564vw
	}

	.cv__ttl {
		font-size: 5.1282051282vw;
		line-height: 1.45em
	}
	.cv__request, .cv__online {
		gap: 3.3333333333vw;
		height: 17.6923076923vw;
		font-size: 5.8974358974vw;
		border-radius: 5.1282051282vw
	}
	.cv__online {
		margin-top: 3.0769230769vw
	}
	.cv__balloon {
		top: -5.1282051282vw;
		padding-top: 1.7948717949vw;
		width: 62.3076923077vw;
		height: 7.9487179487vw;
		font-size: 2.8205128205vw
	}
	.cv__icon {
		width: 13.0769230769vw
	}
	.mv .cv__inner{
		padding: 0 24px;
	}
}













.sns__wrap{
	max-width: 1030px;
	margin: 0 auto;
}
.sns {
	background-color: #f3fbfa;
	border-radius: 8px;
}
.sns__ttl {
	color: #0fb6b2;
	text-align: center;
}
.sns__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sns__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}
@media screen and (min-width: 769px) {
	.sns {
		padding: 25px 20px;
	}
	.sns__ttl {
		margin-bottom: 20px;
		font-size: 1.5625rem;
	}
	.sns__link {
		width: 32%;
		height: 48px;
		border-radius: 10px;
	}
	.sns__x {
		width: 20px;
	}
	.sns__facebook, .sns__line {
		width: 26px
	}
}
@media screen and (max-width: 768px) {
	.sns {
		padding: 32px 24px 48px;
	}
	.sns__ttl {
		margin-bottom: 5.1282051282vw;
		font-size: 5.1282051282vw;
	}
	.sns__link {
		width: 30%;
		height: 12.3076923077vw;
		border-radius: 1.2820512821vw;
	}
	.sns__x {
		width: 5.1282051282vw;
	}
	.sns__facebook, .sns__line {
		width: 7.1794871795vw;
	}
}

.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	max-width: 1176px;
	margin: 0 auto;
}
body:not(.is-scroll) .pagetop {
	opacity: 0
}
.pagetop__link {
	display: block;
	margin-left: auto;
	pointer-events: all;
}
@media screen and (min-width: 769px) {
	.pagetop__link, .pagetop__icon {
		width: 73px
	}
	/**.pagetop__link {
		-webkit-transform: translate(100%, -20%);
		transform: translate(100%, -20%)
	}**/
}
@media screen and (max-width: 768px) {
	.pagetop {
		width: 100%
	}
	.pagetop__link, .pagetop__icon {
		width: 12.3076923077vw
	}
}
.btn_back {
	margin-top: 50px;
	text-align: center;
}
.btn_back button{
	font-size: 24px;
	color: #0fb6b2;
	text-decoration: underline;
}
.btn_back button:hover{
	text-decoration: none;
}