@charset "UTF-8";

@font-face {
    font-family: "NotoSansCJKjp_Regular";
    src: url('../font/web/NotoSansCJKjp_Regular.woff');
    src: local('Noto Sans CJK JP Regular'),
         url('./fonts/NotoSansCJKjp_Regular.woff') format('woff'),
         url('./fonts/NotoSansCJKjp_Regular.otf') format('opentype')
}
@font-face {
    font-family: "NotoSansCJKjp_Bold";
    src: url('../font/web/NotoSansCJKjp_Bold.woff');
    src: local('Noto Sans CJK JP Bold'),
         url('./fonts/NotoSansCJKjp_Bold.woff') format('woff'),
         url('./fonts/NotoSansCJKjp_Bold.otf') format('opentype')
}
html{
	height: 100%;
    min-height: 100%;
}
body{
    height: 100%;
    margin:0;
    padding:0;
    font-family: 'NotoSansCJKjp_Regular', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',メイリオ, Meiryo, sans-serif;
	font-display: swap;
    -webkit-Txt-size-adjust: 100%;
    font-size: 14px;
	color: #343434;
	background-image: url(../images/bg2.png);
}
body .wrap {
	background-image: url(../images/bg2.webp);
}
a{
    color: #0f7faa;
}
._pc a:hover{
    transition: all .3s;
    opacity: 0.8;
}
input, textarea, select {
    font-family: inherit;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
	width: 100%;
	padding: 7px 15px;
	line-height: 1.6;
	border: 2px solid #E6E6E6;
	border-radius: 3px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
.inputShort{
	width: 200px !important;
}
textarea {
	width: 100%;
	height: 115px;
	padding: 7px 15px;
	border: 1px solid #52c179;
	border-radius: 3px;
}
.selectWrap::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	margin-top: -4.5px;
}
.selectWrap {
	/* padding: 0 45px 0 0; */
	border: 2px solid #E6E6E6;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	/* width: 240px; */
	display: inline-block;
}
.selectWrap select {
	padding: 7px 40px 7px 15px;
	width: 141%;
	border-radius: 3px;
	background-color: #ffeaea;
	appearance: none;
	background: transparent;
	position: relative;
	z-index: 1;
	border: 0;
}
select::-ms-expand {
    display: none;
}

.sp{
    display: none;
}
.inner{
    width: 1280px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.innerBg {
	background-image: url(../images/human.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 77px;
}
.wrap {
	/* display: flex;
	flex-direction: column;
	min-height: 100vh; */
	height: 100%;
	width: 100%;
	/* background-image: url(../images/bg2.png); */
}
.header {
	height: 74px;
	background-color: #fff;
}
.header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.headerLogo {
	width: 180px;
}
.headerLead {
	letter-spacing: 0.5px;
	font-size: 10px;
	line-height: 1.7;
}
.main {
	/* height: 100%; */
	height: calc(100vh - 74px - 60px);
	min-height: 671px;
}
main {
	height: 100%;
}
.catchphrase {
	padding-top: 30px;
	text-align: center;
}
.catchphraseTtl {
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1.5px;
}
.catchphraseTtl .large {
	font-size: 30px;
	font-weight: bold;
}
.catchphraseTtl .orange {
	font-weight: bold;
	color: #e56229;
}
.catchphraseBody {
	margin-top: 24px;
	font-size: 22px;
	letter-spacing: 1.1px;
	line-height: 1.6;
	font-weight: bold;
}
.catchphraseBody .lineWrap {
	position: relative;
	font-size: 24px;
}
.catchphraseBody .line{
	background-color: #67cf8c;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
}
.catchphraseBody .lineTxt {
	position: relative;
}
.formWrap{
}

.step {
	width: 575px;
	margin: 35px auto 0;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.203);
	border-radius: 20px;
	position: relative;
}
.stepNavi {
	height: 50px;
}
.stepNaviList {
	display: flex;
	align-items: center;
	height: 100%;
	background-color: #FADED2;
	border-radius: 20px 20px 0 0;
}
.stepNaviListItem {
	width: 90px;
	line-height: 24px;
	margin-left: 22px;
	background-color: #e56229;
	color: #fff;
	text-align: center;
	border-radius: 12px;
	opacity: 0.4;
}
.stepNaviCurrent{
	opacity: 1;
}
.stepContentWrap {
	display: none;
}
.stepCurrent {
	display: block;
}
.stepContent {
	padding: 22px 20px 52px;
}
.stepContentDt{
	margin-top: 30px;
}
.stepContentLockWrap {
	line-height: 20px;
	margin-top: 10px;
}
.stepContentLock {
	background-image: url(../images/lock-solid.svg);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 0.9em;
}
.stepContentDt:first-child{
	margin-top: 0px;
}
.stepContentDt .note{
	font-size: 10px;
}
.required {
	border-radius: 3px;
	background-color: #EA5549;
	color: #fff;
	font-size: 10px;
	width: 30px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
}
.any {
	background-color: #bbb;
}
.success {
	background-color: #67cf8c;
}
.stepContentDd{

}
.error {
	color: #F00;
	font-size: 10px;
	margin-top: 10px;
}
.error2 {
	margin: 0 0 10px;
}
.stepContenInput {
	margin-top: 20px;
}
.stepContenInputChild {
	margin-top: 10px;
}
.stepContenNote {
	margin-top: 20px;
}
.formCheckList {
	display: flex;
	flex-wrap: wrap;
	margin-left: -13px;
}
.formCheckListItem {
	margin-top: 15px;
	margin-left: 7px;
}
.emailWrap {
	position: relative;
}
.domain {
	position: absolute;
	width: 100%;
	left: 30px;
	z-index: 1;
	display: none;
}
.domainDisplay {
	display: block;
}
.domainList::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent #fa5078 transparent;
	position: absolute;
	top: -23px;
	left: 50%;
	content: "";
	margin-left: -20px;
}
.domainList::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8.5px 17px 8.5px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -17px;
	left: 50%;
	content: "";
	margin-left: -18px;
}
.domainList {
	position: absolute;
	background-color: #fff;
	border: 3px solid #fa5078;
	padding: 20px 0;
	top: 20px;
	z-index: 1;
}
.domainListItem {
	line-height: 2em;
	cursor: pointer;
}
.domainListItem a {
	display: block;
	color: #333;
	opacity: 1;
	padding: 0 20px;
}
.domainListItem a.select,
._pc .domainListItem:hover {
	background-color: #eee;
}
.checkButton {
	display: block;
	width: 130px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #67CF8C;
	border-radius: 20px;
	font-size: 12px;
	cursor: pointer;
}
.checkButton.checkOn,
._pc .checkButton:hover {
	background-color: #67CF8C;
	color: #fff;
}
.stepButtonWrap{
}

.prevButton {
	border: 0;
	color: #fff;
	line-height: 60px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-color: #B9D0C1;
	display: inline-block;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.8px;
	position: absolute;
	left: -30px;
	bottom: -30px;
}
.button {
	border: 0;
	color: #fff;
	line-height: 60px;
	width: 240px;
	text-align: center;
	cursor: pointer;
	background-color: #ff9804;
	display: inline-block;
	border-radius: 30px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1.4px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -120px;
}
.buttonDisabled {
	background-color: #bbb;
}
.buttonSend {
	font-size: 21px;
}
._pc .button:hover {
	opacity: 1;
}
.pr {
	position: absolute;
	left: 0;
	top: 199px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.203);
	border-radius: 0px 20px 20px 0px;
	padding: 30px 25px;
	width: 292px;
}
.prTtl {
	font-size: 30px;
	letter-spacing: 1.5px;
	text-align: center;
	line-height: 44px;
}
.prTtl .lineWrap {
	position: relative;
	font-size: 24px;
	padding: 0 4px;
	text-align: center;
}
.prTtl .line {
	background-color: #FADED2;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
}
.prTtl .lineTxt {
	position: relative;
}
.prTxt {
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
}
.prList{
}
.prListItem {
	margin-top: 32px;
	background-image: url(../images/bg_circle.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 217px auto;
	text-align: center;
	padding: 16px 0;
}
.prListItemTtl {
	color: #E56229;
	font-size: 24px;
	font-weight: bold;
}
.prListItemTxt {
	font-size: 10px;
	line-height: 16px;
}
.footer {
	background-color: #67CF8C;
	height: 60px;
	color: #fff;
	margin-top: auto;
}
.footer a{
	color: inherit;
}
.footer .inner {
	display: flex;
	padding: 0 25px;
	align-items: center;
	justify-content: space-between;
}
.copyright{
	font-size: 12px;
}
.footerNavi{
}
.footerNavi ul {
	display: flex;
	justify-content: center;
}
.footerNavi li {
	margin-left: 30px;
}
.stepButtonWrap {
	text-align: center;
	position: relative;
}
.message {
	width: 575px;
	margin: 20px auto;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.203);
	border-radius: 20px;
	padding: 0 30px 30px;
}
.messageLine {
	background-color: #E56229;
	width: 520px;
	height: 4px;
	border: 0;
}
.messageTitle {
	margin-top: 32px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1.3px;
}
.messageText {
	margin-top: 20px;
	font-size: 11px;
}
.messageContact {
	border-top: 1px solid #E56229;
	border-bottom: 1px solid #E56229;
	margin-top: 15px;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.messageContactText {
	font-size: 13px;
	color: #E56229;
	font-weight: bold;
}
.messageContactTel {
	font-size: 40px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-left: 27px;
	color: #000000;
	line-height: 1;
}
.messageContactTel img {
	width: 43px;
	margin-right: 9px;
}
.messageContactTel a {
	color: inherit;
}
.messageFooter {
	font-size: 10px;
	text-align: center;
	color: #B2B2B2;
	margin-top: 15px;
}
@media screen and (max-width:480px) {
body {
	height: 100%;
	font-size: 3.73vw;
	line-height: 1.4;
	margin: 0;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
	font-size: 16px;
	padding: 2.66vw 5.33vw;
	border-radius: 0.8vw;
	-webkit-appearance: none;
}
.inputShort {
	width: 100% !important;
}
.selectWrap::after {
	right: 4vw;
	border-width: 2.4vw 1.33vw 0 1.33vw;
	margin-top: -1.2vw;
}
.selectWrap select {
	padding: 1.86vw 10.66vw 1.86vw 4vw;
	width: 141%;
	border-radius: 0.8vw;
	font-size: 16px;
	-webkit-appearance: none;
}
.inner {
	width: 100%;
}
.error {
	font-size: 2.66vw;
	margin-top: 2.66vw;
}
.header {
	height: auto;
	padding: 4.16vw 0;
	background-image: url(../images/human.svg);
	background-size: 29.33vw auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.header .inner {
	display: block;
	padding: 0 2.66vw;
}
.headerLead {
	display: none;
}
.headerLogo {
	width: 26.66vw;
	margin: 0 auto;
}
.headerPr {
	display: flex;
	align-items: center;
	margin-top: 5.33vw;
}
.prTtl {
	line-height: 5vw;
	letter-spacing: inherit;
	font-size: 3.33vw;
}
.prTtl .lineWrap {
	position: relative;
	font-size: 4.26vw;
	padding: 0;
}
.prTtl .line {
	height: 1.5vw;
}
.prList {
	margin-left: 4.4vw;
	display: flex;
}
.prListItem {
	margin-top: 0;
	margin-left: 1.86vw;
	background-size: 23vw auto;
	padding: 2.1vw 0;
}
.prListItemTtl {
	font-size: 2.93vw;
}
.catchphrase {
	margin-top: 0;
	background-color: #F8DDD1;
	padding: 3.2vw 0;
}
.catchphraseTtl {
	font-size: 3.73vw;
	letter-spacing: inherit;
}
.catchphraseTtl .large {
	font-size: inherit;
}
.catchphraseBody {
	margin-top: 2.66vw;
	font-size: 3.2vw;
	letter-spacing: inherit;
}
.catchphraseBody .lineWrap {
	font-size: inherit;
}
.catchphraseBody .line {
	height: 1.2vw;
}
.innerBg {
	background-image: none;
	padding-bottom: 28vw;
	min-height: auto;
}
.main {
	height: auto;
	min-height: auto;
}
.formWrap {
	padding: 0 4.16vw;
}
.step {
	width: 100%;
	margin: 8vw auto 0;
	box-shadow: 0px 0px 4vw rgba(0,0,0,0.203);
	border-radius: 5.33vw;
	position: relative;
}
.stepNavi {
	height: 13.33vw;
}
.stepNaviList {
	border-radius: 5.33vw 5.33vw 0 0;
	justify-content: center;
}
.stepNaviListItem {
	width: 13.33vw;
	line-height: 6.4vw;
	margin-left: 2.93vw;
	border-radius: 4vw;
	font-size: 1.86vw;
}
.stepNaviListItem:first-child {
	margin-left: 0;
}
.stepContent {
	padding: 5.33vw 5.33vw 18.66vw;
}
.stepContenInput {
	margin-top: 5.33vw;
}
.stepContentDt .note {
	font-size: 2.66vw;
	display: block;
	margin-left: 10.93vw;
}
.required {
	border-radius: 0.8vw;
	font-size: 2.66vw;
	width: 8.8vw;
	line-height: 5.33vw;
	margin-right: 2.133vw;
}
.formCheckList {
	margin-left: -3.46vw;
}
.formCheckListItem {
	margin-top: 4.53vw;
	margin-left: 3.46vw;
}
.checkButton {
	width: 38.6vw;
	line-height: 12vw;
	border-radius: 6.13vw;
	font-size: 3.46vw;
	cursor: pointer;
}
.stepContentDt {
	margin-top: 10.66vw;
}
.stepContentLockWrap {
	line-height: 6vw;
	margin-top: 2vw;
}
.stepContentLock {
	padding-left: 6vw;
}
.stepContentDd {
	margin-top: 0.8vw;
}
.button {
	line-height: 16vw;
	width: 64vw;
	border-radius: 8vw;
	font-size: 7.46vw;
	letter-spacing: 0.37vw;
	bottom: -8vw;
	margin-left: -32vw;
}
.prevButton {
	line-height: 16vw;
	width: 16vw;
	font-size: 4.26vw;
	letter-spacing: 0.21vw;
	left: -3vw;
	bottom: -8vw;
}
.pr {
	display: none;
}
.footer {
	height: auto;
	margin-top: auto;
	padding: 8vw 0;
}
.footer .inner {
	display: block;
	padding: 0;
}
.footerNavi li {
	margin-left: 8vw;
}
.footerNavi li:first-child {
	margin-left: 0;
}
.copyright {
	font-size: 3.2vw;
	text-align: center;
	margin-top: 5.33vw;
}

.message {
	width: auto;
	margin: 5.33vw;
	box-shadow: 0px 0px 4vw rgba(0,0,0,0.203);
	border-radius: 5.33vw;
	padding: 0 8vw 8vw;
}
.messageLine {
	width: auto;
	height: 1.06vw;
}
.messageTitle {
	margin-top: 8.53vw;
	font-size: 5.8vw;
	letter-spacing: 0.34vw;
}
.messageText {
	margin-top: 5.33vw;
	font-size: inherit;
}
.messageContact {
	margin-top: 4vw;
	padding: 4vw 0;
	display: block;
}
.messageContactText {
	font-size: inherit;
	text-align: center;
}
.messageContactTel {
	font-size: 8vw;
	margin-left: 0;
	margin-top: 2.66vw;
	justify-content: center;
}
.messageFooter {
	font-size: inherit;
	margin-top: 4vw;
}
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.pb-14 {
    padding-bottom: 30px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
.ninsyo {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1024px) {
    .ninsyo {
        margin-left: 15rem;
        margin-right: 15rem;
    }
}
@media (min-width: 768px) {
    .md\:gap-4 {
        gap: 1rem;
    }
}
.gap-2\.5 {
    gap: .625rem;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid {
    display: grid;
}
.mb-4 {
    margin-bottom: 1rem;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex
;
}
.h-28 {
    /* height: 7rem; */
	height: 112px;
    width: 112px;
}
img, video {
    height: auto;
    max-width: 100%;
}
@media (min-width: 768px) {
    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem;
    }
}
.text-666 {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media screen and (max-width: 768px) {
	.text-666 {
		font-size: 12px;
	}
}
.font-medium {
    font-weight: 500;
}
.text-center {
    text-align: center;
}