@charset "utf-8";
/* CSS Document */

:root {
  --p: #D06874;
  --s: #CC6804;
}

main p a:link{color: var(--p);text-decoration: underline;}
main p a:visited{color: var(--p);text-decoration: underline;}
main p a:hover{color: var(--p);text-decoration: underline;}
main p a:active{color: var(--p);text-decoration: underline;}

/*#up a {
    background: #fff;
    color: #2494D0;
    border: 1px solid #2494D0;
}
#up a:hover{
	background: #fff;
    color: #2494D0;
    border: 1px solid #2494D0;
}*/

main p a:link {
    color: var(--p);
}

.bt-link span{
	background-color: #CC6804;
}

.menu{
	margin: 0 30px 0 0;
}
.global {
    gap: 0 5px;
}
.bt-link span {
    padding: 20px 15px;
}
.f-menulist .list ul {
    width: calc(100% / 2);
    border-left: 1px solid #ddd;
    padding: 0 0 0 20px;
}

.sv-menu {
    background-color: #E08A94;
}

.mv--container{
	background-color: #FAE7E9;
}
.form-step .step{
	background-color: #FCF5F6;
}
.form-step .step.current {
    background: linear-gradient(to right, #D06874, #E08A94);
}
.thanks-box {
    border: 20px solid #FCF5F6;
}
.thanks-box .eng{
	color: #FCF5F6;
}
.mvPic--container {
	height: 250px;
	padding: 0!important;
}
.mvPic--container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.h-nv--container{
	padding: 100px 0;
	/*background: linear-gradient(to right, #FDEAF0, #FEEAF2);*/
	background-image: url(../../img/bg.png);
	background-size: cover;
	background-position: center center;
}
.h-nv--container .insert .itm{
	width: 48%;
}
.h-nv--container .insert .itm .ltr{
	text-align: left;
	padding: 15px 25px;
	background: none;
	background: rgba(224, 138, 148, 0.9);
	mix-blend-mode: multiply;
}
.h-nv--container .insert .itm .ltr span{
	font-size: 1.8rem;
}
.h-nv--container .insert .itm-ltr{
	width: 48%;
	text-align: center;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.h-nv--container .insert .itm .ltr-front {
    text-align: left;
    padding: 15px 25px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2.4rem;
    font-weight: 600;
    z-index: 5;
    pointer-events: none;
}
.h-nv--container .insert .itm .ltr-front .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
.h-nv--container .insert .itm-ltr h1{
	font-size: 4.0rem;
	color: var(--p);
}
.h-nv--container .insert .itm .ltr-front p span{
	font-size: 1.6rem;
}

.content h2::before {
    background-color: var(--p);
}
.content h3 {
    border-left: 10px solid var(--p);
}

.cw-root{
	width: 750px;
	background-color: #FCF5F6;
	border-radius: 10px;
}
.cw-root .md{
	background-color: var(--p);
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
}
.cw-root .box{
	text-align: center;
	padding: 30px 0;
}
.cw-root .box .data{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap:0 25px;
}
.cw-root .box .data .itm{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap:0 5px;
	background-color: #fff;
	padding: 15px 30px;
	border-radius: 5px;
	font-size: 2.0rem;
	font-weight: 600;
	position: relative;
}
.cw-root .box .data .itm span{
	color: var(--p);
	font-size: 5.0rem;
}
.cw-root .box .data .itm img{
	width: 35px;
	height: auto;
	position: absolute;
	top: 50%;
	right: -29px;
	transform: translate(0, -50%);
	z-index: 2;
}
.cw-root .box p{
	margin: 0;
}
.cw-root .box p span{
	font-size: 3.0rem;
	font-weight: 700;
	color: var(--p);
	background:linear-gradient(transparent 60%, #FCF666 60%);
}
.cw-root .next{
	margin: 20px 0;
}
.cw-root .next img{
	height: 100px;
	width: auto;
}

.f-list .bdr{
	color: var(--p);
	text-decoration: underline;
}
.f-list ul li{
	text-indent: -1em;
	padding-left: 1em;
}

.web-system{
	background-color: #FCF5F6;
	border-radius: 10px;
	padding: 40px 80px;
}
.web-system .md{
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--p);
}

.course--insert{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.course--insert .itm{
	width: 48%;
}
.course--insert .itm dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 15px 0;
}
.course--insert .itm dl:last-child{
	margin: 0;
}
.course--insert .itm dl dt{
	width: 90px;
	text-align: center;
	background-color: var(--p);
	color: #fff;
	padding: 15px 0;
}
.course--insert .itm dl dd{
	width: calc(100% - 110px);
}
.course--insert .itm dl dd span{
	display: block;
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
	margin: 7px 0 0 0;
}
.course--insert .itm .--col3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 15px 0;
}
.course--insert .itm .--col3 dl{
	width: calc(100% / 3);
	margin: 0!important;
}
.course--insert .itm .--col3 dl dt{
	padding: 8px 0;
}
.course--insert .itm .--col3 dl dd{
	width: calc(100% - 90px);
	padding: 0 0 0 20px;
}

.table table thead th{
	background-color: #FCF5F6;
	vertical-align: middle;
}
.table table tbody th{
	background-color: #FCF5F6;
	vertical-align: middle;
}
.table table tbody td.price{
	font-weight: 600;
}
.notice ul li a{
	color: var(--p);
	text-decoration: underline;
}
.img-step img{
	height: 400px;
	width: auto;
}

.table-license table{
	table-layout: auto;
}
.table-license table tbody th{
	text-align: left;
	padding: 0 20px;
}
.table-license .vertical{
	writing-mode: vertical-rl;
	margin: 0!important;
	text-align: center;
	vertical-align: middle;
}

.md-lbl.short span {
    background-color: var(--p);
}

.list-num ul li{
	list-style-type: decimal;
	font-weight: normal;
	margin: 0 0 0 20px;
}
.box-system {
	margin: 0 0 30px 0;
}
.box-system h4{
	margin: 0 0 5px 0;
}
.box-system p{
	margin: 0;
	padding: 0 0 0 20px;
}

.list-num .memo{
	font-size: 1.3rem;
	margin: 0 0 0 18px;
	 text-indent: -1em;
	 padding-left: 1em;
}

.faq-list dl dt{
	background-color: #FCF5F6;
}
.faq-list dl dt span{
	background-color: var(--p);
}


.c-map--insert{
	background-color: #FCF5F6;
	padding: 30px 80px;
	border-radius: 10px;
}
.bt-w{
	width: 400px;
	text-align: center;
}
.c-map--insert .flx .map{
	width: 400px;
	height: 200px;
}
.c-map--insert .flx .map iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 10px;
}
.c-map--insert .flx .ltr{
	width: calc(100% - 450px);
}
.c-map--insert .flx .ltr .md{
	color: var(--p);
	font-size: 2.2rem;
	font-weight: 600;
	border-bottom: 1px solid #707070;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.c-map--insert .flx .ltr p{
	margin: 0;
}
.c-map--insert .flx .ltr .tel{
	margin: 10px 0 0 0;
}
.c-map--insert .flx .ltr .tel a{
	color: var(--p);
	font-size: 2.8rem;
	font-weight: 500;
}
.c-map--insert .flx .ltr .md span{
	display: block;
	font-size: 1.8rem;
}

@media screen and (max-width: 1545px) {

.l-group .mark img {
    height: 20px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------- 1545px */
}
@media screen and (max-width: 1520px) {

.bt-link span {
    padding: 20px 10px;
}
.menu {
    margin: 0 15px 0 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------- 1520px */
}

@media screen and (max-width: 1500px) {

.l-group .mark img {
    height: 17px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------- 1500px */
}
@media screen and (max-width: 1390px) {

.l-group .mark img {
    height: 16px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------- 1545px */
}
@media screen and (max-width: 1350px) {

.bt-link {
    width: 180px;
}
.l-group .logo img {
    height: 25px;
}
.l-group .mark img {
    height: 15px;
}
    
/*---------------------------------------------------------------------------------------------------------------------------------------- 1350px */
}
@media screen and (max-width: 1180px) {

.l-group .logo img {
    height: 22px;
}
.l-group .mark img {
    height: 12px;
}
    
/*---------------------------------------------------------------------------------------------------------------------------------------- 1180px */
}

@media screen and (max-width: 800px) {

.mvPic--container {
    height: 150px;
}
.h-nv--container {
    padding: 30px 0;
}
.h-nv--container .insert .itm-ltr{
	height: auto;
}
.h-nv--container .insert .itm-ltr {
    width: 100%;
    height: auto!important;
}
.h-nv--container .insert .itm-ltr h1 {
    font-size: 2.5rem;
}
.h-nv--container .insert .itm {
    width: 100%;
    height: 220px;
}
.h-nv--container .insert .itm .ltr {
    padding: 12px 15px;
    font-size: 1.5rem;
}
.h-nv--container .insert .itm .ltr span {
    font-size: 1.3rem;
}

.content h3 {
    border-left: 5px solid var(--p);
    line-height: 150%;
}
.content h3 br{display: none;}

.cw-root{width: 100%;}
.cw-root .md {
    font-size: 1.4rem;
    padding: 10px 0;
}
.cw-root .next img {
    height: 80px;
}
.cw-root .box p span {
    font-size: 2.5rem;
}
.cw-root .box .data{
	display: block;
}
.cw-root .box .data .itm{margin: 0 0 20px 0;}
.cw-root .box .data .itm img {
	width: 30px;
	height: 30px;
    position: absolute;
    top: auto;
    right: auto;
    transform: inherit;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, -50%);
}
.cw-root .box .data .itm:last-child{margin: 0;}

.web-system {
    padding: 40px 20px 20px;
}
.web-system .md {
    font-size: 2.0rem;
}
.course--insert{
	display: block;
}
.course--insert .itm {
    width: 100%;
    margin: 0 0 30px 0;
}
.course--insert .itm dl {
    display: block;
    font-size: 1.4rem;
    margin: 0 0 15px 0;
}
.course--insert .itm dl dt {
    width: 100%;
    padding: 10px 0;
    margin: 0 0 12px 0;
}
.course--insert .itm dl dd {
    width: 100%;
    padding: 10px 0;
}
.course--insert .itm dl dd span {
    font-size: 1.2rem;
    line-height: 150%;
}
.course--insert .itm .--col3 dl {
    width: 31%;
}
.course--insert .itm .--col3 dl dd {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.img-step img {
    height: auto;
    width: 100%;
}
.c-map--insert {
    padding: 30px 20px;
}
.c-map--insert .flx .ltr {
    width: 100%;
}
.c-map--insert .flx .ltr .md {
    font-size: 1.8rem;
    line-height: 135%;
}
.c-map--insert .flx .ltr .md span {
    font-size: 1.4rem;
}
.c-map--insert .flx .ltr .tel {
    margin: 10px 0 0;
}
.c-map--insert .flx .ltr .tel a {
    font-size: 2.4rem;
}

.c-map--insert .flx .map {
    width: 100%;
    height: 200px;
    margin: 20px 0 0 0;
}

.bt-w {
    width: 100%;
}

.footer-nv--insert .group .itm.--w a{
	background-color: #CC6804;
}
.h-nv--container .insert .itm .ltr-front {
    padding: 12px 15px;
    font-size: 1.5rem;
}

.notice.--num ul li {
    text-indent: -2.6em;
    padding-left: 2.6em;
}

.footer-nv--insert .group .itm:nth-child(2) .icon {
        margin: 0 0 5px 0;
}
.footer-nv--insert .group .itm.--min{
	width: 25%!important;
	text-align: center;
}
.footer-nv--insert .group .itm.--min a{
	padding: 0;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-nv--insert .group .itm.--min a span{
	display: block;
}
.footer-nv--insert .group .itm.--min a span i{
	position: absolute;
	top: auto;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
.footer-nv--insert .group .itm{
	align-items: center;
}

.radio-group span:nth-child(1){
	order: 1;
}
.radio-group span:nth-child(2){
	order: 4;
}
.radio-group span:nth-child(3){
	order: 2;
}
.radio-group span:nth-child(4){
	order: 5;
}
.radio-group span:nth-child(5){
	order: 3;
}

/*---------------------------------------------------------------------------------------------------------------------------------------- 800px */
}























