p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
// <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name

.edu-nsw-act-cursive-<uniquifier> {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.center {
    text-align: center;
}

.m-top {
    margin-top: 1em;
}

.p-top {
    padding-top: 3em;
}

.m-bottom {
    margin-bottom: 7em;
}
.m-bottom02 {
    margin-bottom: 5em;
}
.p-bottom {
    padding-bottom: 5em;
}
.p-bottom02 {
	padding-bottom: 7em;
}
.sp {
    display: none;
}

.pc {
    display: block;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}
.half {
    width: 46%;
	margin-bottom: 2em;
}
.left70 {
    width: 66%;
	margin-bottom: 2em;
}
.right30 {
    width: 30%;
	margin-bottom: 2em;
}
.left30 {
	width: 30%;
	margin-bottom: 2em;
}
.right70 {
	width: 66%;
	margin-bottom: 2em;
}
.left60 {
    width: 56%;
	margin-bottom: 2em;
}
.right40 {
    width: 40%;
	margin-bottom: 2em;
}
.left40 {
	width: 40%;
	margin-bottom: 2em;
}
.right60 {
	width: 56%;
	margin-bottom: 2em;
}
.sub-header {
    width: calc(100% - 60px);
    margin: 0 auto;
    height: 400px;
}


/*------------------------------------------
 * ポップアップ
 * ---------------------------------------*/
#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.55);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.newspopup {
    background: #fefefe;
    padding: 35px 25px 25px;
    width: 95%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

time.newsTime {
    font-family: "Fredoka", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #50baa1;
    padding-right: 10px;
}

.ovBox.flex {
    margin-bottom: 25px;
}
h3.newsTitle {
    font-size: 2.5rem;
    border-bottom: dashed 3px #ffa5c8;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 700;
}


/*------------------------------------------
 * sticky
 * ---------------------------------------*/
.fix-link {
    position: fixed;
    right: 31px;
    bottom: 170px;
    width: 85px;
    height: auto;
    z-index: 100;
}
.fix-link:hover {
    opacity: 0.8;
}

.fix-link02 .fa-laptop {
    margin-right: 10px;
}

/*------------------------------------------
 * h2　h3
 * ---------------------------------------*/

.title-pink {
    font-size: 5rem;
    font-weight: 700;
    position: relative;
    padding-top: .75em;
    color: #ff83b3;
    text-align: center;
    margin-bottom: 50px;
    z-index: 100;
}
.title-pink::before {
    position: absolute;
    bottom: 1.3em;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    color: #ffebeb;
    font-size: 5rem;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
}
.title-white {
    font-size: 5rem;
    font-weight: 700;
    position: relative;
    padding-top: .75em;
    color: #ff83b3;
    text-align: center;
    margin-bottom: 50px;
    z-index: 100;
}
.title-white::before {
    position: absolute;
    bottom: 1.3em;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    color: #fff;
    font-size: 5rem;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
}

h3.title03 {
    background: var(--main);
    color: #ffffff;
    border-radius: 2em;
    padding: 10px 0 10px 100px;
    font-size: 2.2rem;
    position: relative;
    font-weight: 700;
    text-align: left;
    border-bottom: 0;
    margin-bottom: 25px;
}
h3.title03:before {
    content: url(/wp-content/uploads/2025/08/home_img04.png);
    display: inline-block;
    position: absolute;
    width: 74px;
    height: auto;
    top: -5px;
    left: 15px;
}




/*------------------------------------------
 * tablepress
 * ---------------------------------------*/
table.tablepress {
    border: 1px solid #dddddd;
}
.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 700;
    color: var(--text-color);
    background-color: #e4f3ff;
}

/*------------------------------------------
 * header
 * ---------------------------------------*/
header {
    width: 100%;
    background-image: url(/wp-content/uploads/2025/08/header_bg01.png), url(/wp-content/uploads/2025/08/header_bg02.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0, 100% 0;
}
.header-content {
    padding: 15px 0;
}
.logo {
    width: 350px;
    margin: 0 auto 10px;
}
/*.header-inner.flex {
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    width: 250px;
    margin-bottom: 0;
}
.g-menu-wrap {
    width: calc(100% - 260px);
}*/

.g-menu-b-list>li .g-menu-icon-img-wrap svg path {
    fill: #604c3f;
}
.menu-image-title {
    margin: 10px 0 0;
    width: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    color: #604c3f;
}
.g-menu-b-list>li {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(95% / 3);
    padding: 0 15px;
    border-right: 5px dotted #afa59e;
}
.g-sub-nav {
    position: absolute;
    top: 0;
    right: 40px;
}
.g-sub-nav .g-sub-nav-list.flex a {
    font-size: 1.6rem;
    display: block;
    padding: 5px 15px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin-left: 15px;
    border: solid 2px var(--green);
    background-color: var(--green);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}
.g-sub-nav .g-sub-nav-list.flex a:hover {
    color: var(--green);
    background-color: #fff;
}

/*------------------------------------------
 * mobile
 * ---------------------------------------*/

.mobile-menu-icon-list>li.sub-off .mobile-menu-title {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    color: #604c3f;
    margin-bottom: 10px;
}
.mobile-menu-icon-list>li.sub-off .mobile-menu-icon path {
    fill: #604c3f;
}
.mobile-sub-nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    color: #604c3f;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 25px;
}




/*------------------------------------------
 * news
 * ---------------------------------------*/
.news-box {
    background: #F7F7F7;
    padding: 30px 50px;
    border-radius: 30px;
    margin: 30px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-box .left30, .news-box .right70 {
    margin-bottom: 0;
}
.news-box .left30 img {
    max-width: 300px;
}
.news-list01 {
    margin-bottom: 0;
}
.news-list01 li .news-cat a {
    line-height: 1em;
    font-size: 1.2rem;
    padding: 5px 8px;
    font-weight: 700;
    color: #fff;
    background-color: #72d3e9;
    border: 1px solid #72d3e9;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}
.news-list01 li .news-cat a {
    background-color: var(--skyblue);
    border: 1px solid var(--skyblue);
}
.news-list01 li .news-cat a:hover {
    color: var(--skyblue);
    background-color: #fff;
}
.news-list01 li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: dashed 2px #c5ac9e;
}
.btn01 {
    border: 1px solid var(--main);
    background-color: var(--main)
}

.btn01 .btn-arrow {
    fill: #fff
}

.btn01:hover {
    color: #ff83b3;
    background-color: #fff4f4;
}

.btn01:hover .btn-arrow {
    fill: #ff83b3
}


/*------------------------------------------
 * single
 * ---------------------------------------*/
.sub-header-txt {
    padding: 10px 25px;
    color: #fff;
    line-height: 1.5em;
    font-size: 3rem;
    font-weight: 700;
    background-color: rgb(255 131 179 / 63%);
    border-radius: 10px;
}
.single-info-title {
    color: #604c3f;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.single-info-date-cat span a {
    display: block;
    background-color: var(--skyblue);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid var(--skyblue);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1em;
}
.single-info-date-cat span a:hover {
    background-color: #fff;
    color: var(--skyblue);
}
.file-list a {
    display: block;
    padding: 15px 20px;
    text-align: center;
    color: #604c3f;
    background-color: #ebf9fd;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.file-list a:hover {
    color: #fff;
    background-color: #604c3f
}
.sidebar h3 {
    font-size: 2rem;
    padding: 0;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background-color: var(--main);
    font-weight: 700;
    letter-spacing: .1em;
    border-radius: 25px;
}
.side-box li a:hover, .widget_archive li a:hover {
    color: #b19e73;
}
.side-box li, .widget_archive li {
    padding: 10px 0;
    border-bottom: 1px dashed #b19e73;
}



/*------------------------------------------
 * TOP
 * ---------------------------------------*/
section#news {
    background-image: url(/wp-content/uploads/2025/08/cloud_bg04.png), url(/wp-content/uploads/2025/08/cloud_bg03.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 5% 90%, 95% 20%;
}
section#greeting {
    background-color: #FDF5FA;
    background-image: url(/wp-content/uploads/2025/08/home_bg01-1.png), url(/wp-content/uploads/2025/08/home_bg02-1.png), url(/wp-content/uploads/2025/08/home_bg03.png), url(/wp-content/uploads/2025/08/wave01.png);
    background-repeat: no-repeat;
    background-size: auto, auto, auto, contain;
    background-position: 15% 15%, 85% 15%, 85% 96%, 0 0;
    padding: 150px 0;
}
p.title-jap {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: var(--skyblue);
    margin-bottom: 0;
}
p.title-nepali {
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: var(--purple);
    margin-bottom: 10px;
}

ul.flex.greeting-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*ul.greeting-box li.left30 {
    margin: 0 auto;
}*/
ul.greeting-box li img {
    width: 400px;
    margin: 0 auto;
}
ul.greeting-box p {
    font-size: 1.7rem;
    line-height: 35px;
}
p.link-img a img {
    max-width: 650px;
    margin: 0 auto;
	position:relative;
	top:0;
}
p.link-img a img:hover{
	top:-10px;
	transition:0.3s;
}
section#access {
    background-image: url(/wp-content/uploads/2025/08/cloud_bg05.png), url(/wp-content/uploads/2025/08/cloud_bg07.png), url(/wp-content/uploads/2025/08/cloud_bg06.png), url(/wp-content/uploads/2025/08/wave03.png);
    background-repeat: no-repeat;
    background-position: 95% 10%, 5% 55%, 90% 85%, center 0;
    background-size: auto, auto, auto, contain;
    background-color: #fffff0;
}

p.link-img02 a img {
    max-width: 550px;
    margin: 0 auto;
	position:relative;
	top:0;
}
p.link-img02 a img:hover{
	top:-10px;
	transition:0.3s;
}




/*------------------------------------------
 * intro
 * ---------------------------------------*/
section#song {
    padding-bottom: 0;
}
.song-box {
    background-image: url(/wp-content/uploads/2025/08/intro_bg01.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 5vw 5vh;
    position: relative;
}
.song-box:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/08/intro_bg03.png);
    background-repeat: no-repeat;
    top: 15%;
    left: 10%;
    width: 229px;
    height: 126px;
}
.song-box:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/08/intro_bg04.png);
    background-repeat: no-repeat;
    bottom: 16%;
    right: 9%;
    width: 229px;
    height: 126px;
}
h2.title-song {
    font-size: 2.5rem;
    margin: 15px 0;
    color: var(--skyblue);
    font-weight: 700;
}
h3.song-sub-title {
    margin-bottom: 10px;
}
h3.song-sub-title {
    background-image: url(/wp-content/uploads/2025/08/intro_bg02.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
    padding: 0px 10px 10px;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    color: #766a6a;
}
.song-box p {
    font-size: 1.7rem;
    color: #493a3a;
}
section#features {
    background-color: #FDF5FA;
    background-image: url(/wp-content/uploads/2025/08/flag_bg01.png), url(/wp-content/uploads/2025/08/flag_bg02.png), url(/wp-content/uploads/2025/08/wave01.png);
    background-repeat: no-repeat;
    background-size: auto, auto, contain;
    background-position: left 15% top 15%, left 85% top 15%, left 0 top 0;
    padding: 150px 0 80px;
}
ul.features-list li {
    width: 30%;
}
h3.features-title {
    font-size: 2.2rem;
    color: var(--green);
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    border-bottom: dashed 4px var(--main);
    padding-bottom: 5px;
}
h3.features-title:before {
    content: "";
    display: block;
	width: 66px;
	height: 59px;
    background-position: center;
    background: url(/wp-content/uploads/2025/08/intro_img02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto 5px;
}
ul.features-list li img {
    width: 100%;
    height: 230px;
    border-radius: 30px;
    object-fit: cover;
    margin-bottom: 15px;
}

section#policy {
    background-image: url(/wp-content/uploads/2025/08/intro_bg05.png), url(/wp-content/uploads/2025/08/cloud_bg05.png), url(/wp-content/uploads/2025/08/cloud_bg07.png), url(/wp-content/uploads/2025/08/wave03.png);
    background-repeat: no-repeat;
    background-position: 5% 50%, 95% 5%, 95% 90%, center top;
    background-size: auto, auto, auto, contain;
    background-color: #fffff0;
    padding: 200px 0 150px;
}
h3.policy-title {
    background: var(--main);
    color: #ffffff;
    border-radius: 2em;
    padding: 10px 0 10px 80px;
    font-size: 2.2rem;
    position: relative;
    font-weight: 700;
    text-align: left;
    border-bottom: 0;
    margin-bottom: 25px;
}
h3.policy-title:before {
    content: url(/wp-content/uploads/2025/08/intro_img03.png);
    display: inline-block;
    position: absolute;
    width: 62px;
    height: auto;
    top: -8px;
    left: 15px;
}
ul.policy-list-item li {
    font-size: 1.8rem;
    padding-left: 25px;
    line-height: 1.6em;
    background: url(/wp-content/uploads/2025/08/intro_img04.png) left 0px top 5px no-repeat;
    background-size: 20px auto;
    margin: 0 10px 15px;
}
ul.policy-list-item li:last-child {
    margin-bottom: 0;
}
.policy-box02 p {
	text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #bc7ed1;
}
.policy-box02 ul.policy-list-item li {
    margin-bottom: 25px;
}

.policy-box02 ul.policy-list-item li:last-child {
    margin-bottom: 0;
}
ul.policy-list-item li span {
    background-color: var(--purple);
    font-size: 1.8rem;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
}



/*------------------------------------------
 * life
 * ---------------------------------------*/
section#dayevent {
    background-image: url(/wp-content/uploads/2025/08/life_bg01.png), url(/wp-content/uploads/2025/08/cloud_bg01.png), url(/wp-content/uploads/2025/08/cloud_bg07.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 96% top 0, left 5% top 50%, left 103% top 95%;
}
.day-box {
    background-color: #fffff0;
    padding: 50px;
    border-radius: 30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
ul.day-box-item li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
h3.day-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--main);
    border-bottom: dotted 4px var(--purple);
    padding: 5px;
    margin-bottom: 10px;
}
p.day-sub-title {
    color: var(--skyblue);
    font-size: 2rem;
    margin-bottom: 5px;
    font-weight: 700;
}




/*------------------------------------------
 * guide
 * ---------------------------------------*/
p.guide-greet-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #bc7ed1;
}
.guide-greet-box {
    background-image: url(/wp-content/uploads/2025/08/guide_bg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 100px 180px;
	position:relative;
}
.guide-greet-box:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/08/guide_bg03.png);
    background-repeat: no-repeat;
    top: 10%;
    left: 3%;
    width: 127px;
    height: 273px;
}
.guide-greet-box:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/08/guide_bg04.png);
    background-repeat: no-repeat;
    bottom: 20%;
    right: 2%;
    width: 127px;
    height: 273px;
}
p.guide-greet-txt {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.8em;
    margin-bottom: 0;
}
section#guide-flow {
	background-color: #FDF5FA;
    background-image: url(/wp-content/uploads/2025/08/flag_bg01.png), url(/wp-content/uploads/2025/08/flag_bg02.png), url(/wp-content/uploads/2025/08/wave01.png);
    background-repeat: no-repeat;
    background-size: auto, auto, contain;
    background-position: left 15% top 15%, left 85% top 15%, left 0 top 0;
    padding: 150px 0 80px;
}

.flow-list li {
	width: 28%;
	padding: 20px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.flow-list li:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-image: url(/wp-content/uploads/2025/08/guide_img01.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.flow-list li:last-of-type:after {
	display: none;
}
.flow-icon {
    max-width: 75px;
    margin: 0 auto 5px;
}
.flow-title {
    color: var(--skyblue);
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.flow-txt {
	font-size: 16px;
	margin-bottom: 0;
}
section#guide-qa {
	background-image: url(/wp-content/uploads/2025/08/cloud_bg01.png), url(/wp-content/uploads/2025/08/guide_bg02.png), url(/wp-content/uploads/2025/08/wave03.png);
    background-repeat: no-repeat;
	background-position: left 5% top 0%, left 95% top 90%, center top;
    background-size: auto, auto, auto, contain;
    background-color: #fffff0;
    padding: 100px 0;
}




/*------------------------------------------
 * recruit
 * ---------------------------------------*/
section#massage {
    padding: 30px 0 50px;
}
.massage-box {
    background-color: #FDF5FA;
    padding: 50px;
    border-radius: 50px;
    position: relative;
}
.massage-box:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/08/recruit_bg01.png);
    background-repeat: no-repeat;
    top: 55%;
    left: -2%;
    width: 181px;
    height: 116px;
}
.massage-box:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/08/recruit_bg02.png);
    background-repeat: no-repeat;
    top: -7%;
    right: -2%;
    width: 127px;
    height: 105px;
}
.massage-box p {
    text-align: center;
    font-size: 1.9rem;
    line-height: 2em;
	margin-bottom: 0;
}
section#recruit {
	background-color: #fffff0;
    background-image: url(/wp-content/uploads/2025/08/flag_bg01.png), url(/wp-content/uploads/2025/08/flag_bg02.png), url(/wp-content/uploads/2025/08/wave01.png);
    background-repeat: no-repeat;
    background-size: auto, auto, contain;
    background-position: left 15% top 15%, left 85% top 15%, left 0 top 0;
    padding: 150px 0 80px;
}
section#recruit .tablepress tbody tr.row-1 td.column-1 {
    width: 30%;
    font-weight: 700;
    color: var(--text-color);
    background-color: var(--skyblue);
    text-align: center;
}





/*------------------------------------------
 * footer
 * ---------------------------------------*/
.footer {
    background-color: var(--green);
    padding: 100px 0 15px;
}
.footer-logo.o-hover img {
    display: block;
    height: auto;
    max-width: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-address p {
    font-weight: 700;
}
p.tel a {
    font-size: 3rem;
    font-weight: 700;
}
.footer-menu-title {
    background-color: #fff;
    color: var(--green);
    padding: 5px 30px;
    border-radius: 20px;
    font-weight: 700;
}
.footer-menu a:hover {
	color: #ffd4e5;
}
.footer-menu>li>a {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #fff;
    display: block;
    font-weight: 700;
}


/*------------------------------------------
 * pagetop
 * ---------------------------------------*/
#page-top img {
    max-height: 100px;
    width: auto;
}


/*------------------------------------------
 * privacy
 * ---------------------------------------*/
.privacy-head {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 3px var(--purple);
    margin-top: 40px;
    color: var(--main);
    font-weight: 700;
}
.privacy-head span {
    color: var(--skyblue);
    margin-left: 5px;
    font-weight: 700;
    font-size: 1.4rem;
}
