<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {margin: 0px;padding: 0px;}
html {scroll-behavior: smooth;}
body{font-family:'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;font-size:16px;line-height:1.6;color:#333;background:#fff;padding:0;}

a{color:#333;text-decoration: none;}
a:hover{text-decoration: underline;}
.nobr{display:none;}

ul {-webkit-padding-start: 0px;padding-inline-start: 0px;}
li {list-style: none;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.bg-blue{background:#ecf4ff;}
.bg-gray{background:#e8ebef;}

header{
	width: 100%;
	background: #fff;
	padding:0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

header h1 img{
	width:200px;
	padding: 25px 20px 25px 40px;
	display: flex;
}

header h1 a:hover img{
	opacity: 0.5;
}

.btnbox{
	display: flex;
	align-items: center;
	justify-content:flex-end;
}

header .inner{
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content:space-between;
}

header .inner a.btn{
	position: relative;
    text-align: center;
    padding: 10px 50px 10px 50px;
	margin-right: 20px;
	display: block;
}

/*
header .inner a.btn:hover{
	background: #df6e94;
	text-decoration: none;
}
*/


.main{
	width: 100%;
	padding:90px 0px 0px;
	position: relative;
}

.main img{
	width: 100%;
	padding:  0;
	margin: 0;
	vertical-align:bottom;
}


.pcimg{ display:block !important;}
.spimg{display: none !important;}

.pcimg02{ display:block !important;}
.spimg02{display: none !important;}

.about{background:linear-gradient(90deg,#43b5e9,#377cbe,#2254af);}
.about .inner{
	width:1000px;
	margin: 0 auto;
	padding:50px 0;
}

.about .inner h2{font-size: 24px;text-align: center;margin-bottom: 20px;color: #fff;}
.about .lead {margin-bottom:20px; width:100%; height:auto;}
.about-box{display:flex;justify-content: space-between; width: 90%; margin: 0 auto;}

.about .inner dl{
	width: 30%;
	padding: 10px;
	background: #fff;
}

.about .inner dl dt img{
	width: 100%;
	margin-bottom: 8px;
}

.about .inner dl dd{
	color: #4d4d4d;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.cta{background-image: url(https://brand.mamacharm.com/wp-content/themes/mama-charm/img/career/tokucho_bg.jpg);}

.cta .inner{
	width:1000px;
	margin: 0 auto;
	padding:50px 0 50px 0;
}

.cta .inner h2{
	text-align: center;
}

.cta .inner a img{
	display: block;
	width: 55%;
	margin: 0 auto;
	transition: 1.5s;
}

.cta .inner a:hover img{opacity: 0.5;}

.jitsurei .inner{
	width:1000px;
	margin: 0 auto;
	padding:80px 0;
}

.jitsurei h2{font-size: 38px;text-align: center;margin-bottom: 40px;letter-spacing: 0.3rem;position: relative;padding: 0 65px;}
.jitsurei .inner ul{width: 90%; margin: 0 auto;}
.jitsurei .inner ul li{margin-bottom: 25px;}
.jitsurei .inner ul li:last-child{margin-bottom: 0px;}
.jitsurei .inner ul li img{width: 100%;}

/*
.jitsurei h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}
*/

/*
.jitsurei h2 span {
  position: relative;
  padding: 0 1em;
  background: #ecf4ff;
}
*/

.reason{background: url(https://brand.mamacharm.com/wp-content/themes/mama-charm/img/career/tokucho_bg.jpg);}

.reason .inner{width:1000px;margin: 0 auto;padding:80px 0;}
.reason .inner h2{font-size: 38px;text-align: center;margin-bottom: 40px;letter-spacing: 0.3rem;position: relative;padding: 0 65px;}
/*.reason .inner h2 span{color: #4b82c9;}*/
.reason-box{display:flex; justify-content: space-between;}
.reason-box li{width: 33%; max-width: 311px;}
.reason-box .title{display: flex; justify-content: space-between; align-items: center;margin: 20px 0;}
.reason-box .title img {margin-right: 10px;}
.reason-box .title p {font-size: 16px; font-weight: 700; color: #334baf;}
.reason-box .title p span{color: #f7931e;}
.reason-box p{font-size: 15px;}
.reason-box .solution{background:linear-gradient(90deg,#43b5e9,#377cbe,#2254af); color: #fff; font-weight: 700; text-align: center; padding: 30px 20px 20px; margin-top: 20px; position: relative;}
.reason-box .solution p{font-size: 16px;}
.reason-box .solution img{position: absolute; top:-2px; right: 50%;}

.cta2{background:linear-gradient(90deg, rgba(22, 135, 237, 0.6), rgba(20, 55, 90, 0.6)),url(http://brand.mamacharm.com/wp-content/uploads/2025/08/last-bk.jpg);
background-size: cover;}

.cta2 .inner{
	width:100%;
	margin: 0 auto;
	padding:50px 0 50px 0;
}

.cta2 .inner h2{
	text-align: center;
	margin: 0 auto;
}
.cta2 .inner h2 img {width: 80%;}
.cta2 .inner a img{
	display: block;
	width: 55%;
	margin: 0 auto;
	transition: 1.5s;
}

.cta2 .inner a:hover img{opacity: 0.5;}


footer{
	padding: 25px 10px;
	font-size: 12px;
	text-align: center;
}
footer .logo img {width: 180px; height: auto; margin-bottom: 20px;}

footer .f-txt,footer .f-copy{text-align:center;}



.clearfix::after {content: "";display: block;clear: both;}


@media screen and (max-width: 999px) {
.about .inner{width: auto;padding:50px 15px 20px;}
.about-box {width: 80%;}	
.cta .inner{width:auto;padding:40px 15px 40px;}
.cta .inner h2 {font-size: 28px;}
	.cta .inner h2 img {width: 200px;}
.jitsurei .inner{width: auto;padding:50px 15px;}
.reason .inner{width: auto;padding:50px 15px 50px;}
	.reason-box li{width: 30%;}
	.reason-box li .eye-catch {width: 100%; height: auto;}
	.reason-box .title p {font-size: 16px;}
	.reason-box p {font-size: 14px;}
	

}


@media screen and (max-width: 900px) {
.about .inner h2{font-size: 24px;}
.about-box {width: 85%;}
.about .inner dl dd {font-size: 14px;}
.jitsurei .inner h2{font-size: 28px;}
.reason .inner h2{font-size: 24px;}	
}

@media screen and (max-width: 840px) {
/*
.reason-box-txt h3{font-size: 18px;}
.reason-box-txt p{font-size: 14px;}
*/
}

@media screen and (max-width: 768px) {
header .inner a.btn02 img{width: 90%;height: auto;}
.about .inner h2{font-size: 18px;}
.about-box {width: 90%;}
.about .inner dl {padding: 8px;}
.about .inner dl dt img {margin-bottom: 5px;}
.cta .inner h2 {font-size: 18px;margin-bottom: 10px;}
.jitsurei .inner h2{font-size: 24px;}
	.jitsurei .inner h2 img, .reason .inner h2 img{width: 80px;height: auto;}
.reason .inner h2{font-size: 21px;}
.reason-box{margin-bottom: 15px; align-items: center; flex-direction: column;}
	.reason-box li {width: 100%; max-width: none; margin-bottom: 42px;}
	.reason-box .title{margin: 10px 0; justify-content: flex-start;}
	.reason-box .title p {font-size: 18px;}
	.reason-box .solution{margin-top: 10px;}
	.reason-box .solution p{font-size: 18px;}

}

@media screen and (max-width: 680px) {
header h1 img{padding: 25px 20px 25px 20px;display: flex;}
header .inner a.btn{font-size: 14px;margin-right: 10px;}
.about-box {width:auto;}
.about .inner dl dd {font-size: 12px;}
.cta .inner a img {width: 75%;}
.jitsurei .inner ul {width: 95%;}
}


@media screen and (max-width: 550px) {
.pcimg{display:none !important;}
.spimg{display:block !important;}
header h1 img{width:150px;}
header h1 img{padding: 25px 20px 25px 15px;display: flex;}
	header .btnbox img {width: 200px;}
.main {padding: 80px 0px 0px;}
.about .inner {padding: 30px 10px 10px;}
.about .inner h2{font-size: 18px;margin-bottom: 10px;}
	.about .inner dl {padding: 8px; width: 27%;}
.cta .inner a img {width: 80%;}
.jitsurei .inner {padding: 30px 10px 40px;}
.jitsurei .inner h2{font-size: 20px;margin-bottom: 15px;}
.jitsurei .inner ul{width: 85%;}
.jitsurei .inner ul li {margin-bottom: 15px;}
.reason .inner {padding: 30px 10px 10px;}
.reason .inner h2{font-size: 20px;margin-bottom: 20px;}
.reason-box-txt h3{font-size: 16px;}
.reason-box-txt p{font-size: 12px;}
.reason-box {padding: 10px;border-radius: 10px;}
.reason-box-img {width: 33%;}
.reason-box-txt{width: 63%;}
}

@media screen and (max-width: 480px) {
header h1 img{width:140px;}
header .inner a.btn,header .inner a.btn:hover{font-size: 12px;}
.pcimg02{display:none !important;}
.spimg02{display:block !important;}
.about .inner h2{font-size: 13px;}
.cta .inner a img {width: 90%;}
.jitsurei .inner ul{width: 90%;}
.nobr{display:block;}
.about .inner dl dd {font-size: 10px;}
footer {font-size: 10px;}
footer .f-txt{text-align:left;}
footer .f-copy{text-align:center;}
}

@media screen and (max-width: 420px) {
header h1 img{width:130px;}
.main {padding: 76px 0px 0px;}
.about .inner h2{font-size: 11px;}
.cta .inner h2 {font-size: 16px;}
.jitsurei .inner h2{font-size: 18px;}
.jitsurei .inner ul{width: 95%;}
.reason .inner h2{font-size: 18px;}
.reason-box-txt h3{font-size: 14px;}
.reason-box-txt p{font-size: 11px;}	
.reason-box{ align-items: center;}
}

@media screen and (max-width: 410px) {
header h1 img{width:125px;}
header h1 img{padding: 20px 20px 20px 20px;}
header .inner a.btn{padding: 10px 35px 10px 35px;}
.main {padding: 60px 0px 0px;}
}
	
@media screen and (max-width: 380px) {
header h1 img{width:120px;}
header .inner a.btn,header .inner a.btn:hover{font-size: 11px;}
header .inner a.btn{padding: 10px 25px 10px 25px;}
	header .btnbox img {width: 150px;}
.main{padding:64px 0px 0px;}
.about .inner dl {width: 27%;}	
.cta .inner h2 {font-size: 14px;}
.reason-box{display:block;}
.reason-box-img{width: auto;}
.reason-box-img img{width: 55%; margin:0 auto 15px;display: block;}
.reason-box-txt{width: auto;}
}

@media screen and (max-width: 325px) {
header h1 img{width:100px;}
header .inner a.btn,header .inner a.btn:hover{font-size: 10px;}
header .inner a.btn{padding: 10px 15px 10px 15px;}
header h1 img {padding: 15px 10px 15px 10px;}
.main {padding: 50px 0px 0px;}
.about .inner h2{font-size: 15px; text-align: left;}
.about .inner dl {width: 28%;}
.about .inner dl {padding: 5px;border-radius: 0px;}	
.reason-box-img img{width: 80%;}
.reason .inner h2{font-size: 15px; text-align: left;}
footer{font-size: 10px;}
.nobr{display:none;}
}

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

.jitsurei h2{padding: 0;}

.jitsurei h2:before {
  position:inherit;
  top:0;
  left: 0;
  width: 100%;
  height: 1px;
  content:none;
  background:none;
}

.jitsurei h2 span {
  position: relative;
  padding:0;
  background:none;
}
}


@media screen and (max-width: 259px) {
header .inner a.btn{padding: 10px 10px 10px 10px;}
}


@media screen and (max-width: 250px) {
header .inner a.btn{display: none;}
.about .inner dl {width: 30%;}
.about .inner dl {padding: 2px;}	
}



/****** ボタンアクション ******/


.move {
  -webkit-animation: move 1.5s infinite;
  animation: move 1.5s infinite;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}

/*----------以下コンタクト----------*/

input,select,textarea{
	height:2rem;
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #63666a;
	font-size: 14px;
}
textarea{height: 60px;}

.input-small {
    width: 10rem;
    margin-right: 0.6em;
    text-align: center;
}


.label_check input[type=checkbox] {
    position: absolute;
    left: -1rem;
    top: -0.22em;
    width: 3.3rem;
}
.wpcf7-form{
	width: 100vw;
}

.contact{background: #E7ECF3; padding: 80px 0;}

.contact #main_visual02 {
    margin-bottom: 0;
}
#career_main_visual h1, #career_main_visual p{
	text-align: center;
}

.contact .section_contact {
    margin-bottom: 0;
    padding: 10rem 0;
}

.contact .section_contact .tit {
    display: none;
}

.contact #contact_form {
    margin-bottom: 0;
    padding: 0;
}

.contact #contact_form .content_wrap {
    max-width: 94rem;
}

.contact #contact_form .content_wrap .form_wrap{
	width: 100vw;
}
.contact #contact_form .tit {
    margin-bottom: 9.3rem;
    text-align: center;
}

.contact #contact_form .txt {
    max-width: 77.8rem;
    margin: 0 auto 6rem;
}

.contact #contact_form .form_wrap .note_hissu {
    margin-right: auto;
    margin-bottom: 2rem;
	text-align: center;
}

.contact #contact_form .form_wrap .form_box {
    margin-bottom: 40px;
/*
    transform: translate(-9%, 0);
    -webkit-transform: translate(-9%, 0)
*/
}

.contact #contact_form .form_wrap .form_box .block:not(:last-child) {
    margin-bottom: 20px;
}

.contact #contact_form .form_wrap .form_box .block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.contact #contact_form .form_wrap .form_box .block dt {
    width: 100%;
    margin-bottom: 0.8rem;
    padding-top: 1rem;
    font-weight: bold;
    color: #202020;
    text-align: right;
}

.contact #contact_form .form_wrap .form_box .block dt .hissu::after {
    content: '※';
    color: #c53333;
    margin-left: 0.7em;
}

.contact #contact_form .form_wrap .form_box .block dd {
    position: relative;
    width: 100%;
	margin: 0 0 0 20px;
    font-weight: bold;
}

.contact #contact_form .form_wrap .form_box .block dd .input-small-text {
    position: absolute;
    left: 12.5rem;
    top: 1.2rem;
}

.contact #contact_form .form_wrap .form_box .block dd input,.contact #contact_form .form_wrap .form_box .block dd select,.contact #contact_form .form_wrap .form_box .block dd textarea {
        border: 1px solid #63666a;
}

.contact #contact_form .privacy_box {
    margin-bottom: 40px;
    text-align: center;
}

.contact #contact_form .privacy_box .privacy_txt {
    margin-bottom: 1.2rem;
}

.contact #contact_form .privacy_box .privacy_txt a {
    color: #1e1e1e;
}

.contact #contact_form .submit_wrap {
    margin-bottom: 3rem;
    text-align: center;
}
/*

.submit_wrap .submit_btn[disabled]{
	cursor: not-allowed;
	pointer-events: none;
    background: #d0d0d0 !important;
}
*/

.submit_wrap .submit_btn {
	pointer-events: none;
	cursor: not-allowed;
    width: 200px;
    height: auto;
    padding: 20px;
    background: #d0d0d0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}


.contact #contact_form .note_txt {
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .contact .section_contact {
        padding:6rem 0;
    }

    .contact #contact_form {
        padding: 0 0 6rem;
    }

    .contact #contact_form .tit {
        margin-bottom: 6rem;
    }

    .contact #contact_form .tit img {
        width: 30rem;
    }

    .contact #contact_form .txt {
        margin-bottom: 4rem;
    }

    .contact #contact_form .form_wrap .note_hissu {
        font-size: 14px;
    }

    .contact #contact_form .form_wrap .form_box {
        max-width: 77.8rem;
        margin-left: auto;
        margin-right: auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    .contact #contact_form .form_wrap .form_box .block dl {
        display: block;
		text-align: center;
    }

    .contact #contact_form .form_wrap .form_box .block dt {
        width: auto;
        padding-top: 0;
        text-align: center;
    }

    .contact #contact_form .form_wrap .form_box .block dd {
        width: auto;
		margin: 0;
    }

    .contact #contact_form .form_wrap .form_box .block dd .input-small-text {
        right: 0;
        top: 1.2rem;
    }

    .contact #contact_form .submit_wrap {
        margin-bottom: 3rem;
    }
}

div#privacy_ca {
    padding: 25px;
    background: #fff;
    border-radius: 10px;
}

div#privacy_ca dl dt {
    font-weight: bold;
}

div#privacy_ca dl dd {
    margin-bottom: 20px;
}

.label_check .wpcf7-form-control-wrap {
    padding-left: 1.3rem;
}
.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-response-output,.screen-reader-response p{
	text-align: center;
	font-weight: 700;
	color: #377cbe;
/*
    font-size: 20px;
    color: #fff;
    background:linear-gradient(90deg,#43b5e9,#377cbe,#2254af);
    padding: 10px;
    margin: 0 20px;
*/
}
 #cf7-popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 9999;
  }

  #cf7-popup.show {
    display: block;
    opacity: 1;
  }
	
  #cf7-popup .popup-inner {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
  }

  #cf7-popup img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }

  #cf7-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #333;
    border: none;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
  }
	
#cf7-popup .close-link {
  font-size: 14px;
  color: #fff !important;
  text-decoration:none !important;
  cursor: pointer;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	background: linear-gradient(0deg, #184e9c, #65a3d4);
	padding: 10px 0;
    width: 88%;
    border-radius: 10px;
	font-weight:bold;
	text-align: center;
}
	
::selection {background-color: none !important;}

@media (max-width: 480px) {#cf7-popup .close-btn {font-size: 14px;padding: 4px 8px;}}
@media (max-width: 420px) {#cf7-popup .close-link {font-size: 12px;padding: 8px 0;}}
@media (max-width: 330px) {#cf7-popup .close-link {font-size: 12px;padding: 4px 0;}}
@media (max-width: 260px) {#cf7-popup .close-link {font-size: 10px;padding: 4px 0;}}</pre></body></html>