<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&amp;family=Noto+Serif+JP:wght@400;600&amp;display=swap');
/*-----------------------------------------------------------------------------------------

    reset

-------------------------------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, strong, var, s, i {
	font-style: normal;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul, figure, address {
	margin:0;
	padding:0;
}
section, nav, article, header, footer, main{
	display: block;
}
ol, ul {
	list-style: none;
}
q:before, q:after {
	content:'';
}
a{
	outline: none;
}

/*-----------------------------------------------------------------------------------------

    common

-------------------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
}

body, html {
  min-height: 100%;
  margin:0;
  padding:0;
}

body {
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", osaka, sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6em;
}

a {
  text-decoration: none;
  color: inherit;
  transition:.3s all;
}

img {
  max-width: 100%;
  height: auto
}

input, textarea {
  border-radius: 0
}

/*-----------------------------------------------------------------------------------------

    main Visual

-------------------------------------------------------------------------------------------*/
.mv{
  padding:30px;
  color:#FFF;
  text-align: center;
  box-sizing: border-box;
}
.mv.index{
  width:100%;
  height:605px;
  background:url('../img/recruit/mv_index-pc.jpg')no-repeat center center;
  background-size: cover;
}

.mv.therapist{
  width:100%;
  height:468px;
  background:url('../img/recruit/mv_therapist-pc.jpg')no-repeat center center;
  background-size: cover;
}

.mv.makeup{
  width:100%;
  height:468px;
  background:url('../img/recruit/mv_makeup-pc.jpg')no-repeat center center;
  background-size: cover;
}

.mv.photographer{
  width:100%;
  height:468px;
  background:url('../img/recruit/mv_photographer-pc.jpg')no-repeat center center;
  background-size: cover;
}

.mv.bridalstaff{
  width:100%;
  height:468px;
  background:url('../img/recruit/mv_bridalstaff-pc.jpg')no-repeat center center;
  background-size: cover;
}

.mv h1{
  line-height:1;
  margin-bottom:50px;
}
.mv.bridalstaff h1 img{
  width:330px;
}

.mv h1 img{
  width:280px;
}

.mv .logo{
  margin-bottom:50px;
}
.mv .logo a{
  display: block;
  width:180px;
}
.mv .logo img{
  width:100%;
}
.mv.index .logo{
  margin-bottom:61px;
}
.mv .catch{
  font-size:2.0rem;
  font-family: 'Noto Serif JP', serif;
  line-height:4.3rem;
  margin-bottom:50px;
  letter-spacing: 0.3em;
  font-weight: 600;
}
.mv .catch span{
  display: block;
}
.mv.index .catch{
  margin-bottom:35px;
}
.mv .message{
  font-size:1.4rem;
  line-height:2.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.mv .message span{
  display: block;
}
.mv br.spbr{
  display: none !important;
}
.mv br.pcbr{
  display: block !important;
}
.mv.single{}
.mv.single .t_recruit{
  width:120px;
  margin:0 auto 20px;
}
.mv.single .t_recruit img{
  width:100%;
}
.mv.single h1{
  margin-bottom:0;
}
.mv.single .job{
  font-size:1.2rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom:30px;
  letter-spacing: 0.3em;
}
.mv.index h1 {
  margin-bottom: 35px;
}
.mv.therapist h1 img {
  width: 270px;
}

.mv.makeup h1 img {
  width: 440px;
}

.mv.photographer h1 img {
  width: 392px;
}
/*-----------------------------------------------------------------------------------------

    archive

-------------------------------------------------------------------------------------------*/
#archive{
  padding: 120px 20px 0;
}

#archive .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.list_item{
  margin: 0 0 120px;
  padding: 0 0 0;
  border: solid 1px #24A1D0;
  position: relative;
}
.list_item::before {
  content: "";
  left: 0;
  right: 0;
  top: -60px;
  margin: 0 auto;
  position: absolute;
  width: 20px;
  height: 4px;
  background: url("../img/recruit/dotte.png") no-repeat;
}

#archive.single .list_item{
  margin: 0 0 50px;
}
#archive.single .list_item::before {
  display: none;
}

.list_head{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #24A1D0;
  padding: 0 40px;
  height: 95px;
}
.list_head h2{
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.list_head span {
  border: solid 1px #ddd;
  padding: 5px 10px;
  font-size: 1.2rem;
}

.item_box {
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.left,
.right{
  width: 49%;
}
.left img{
  width: 100%;
  margin: 0;
  vertical-align: top;
}
.left ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 15px;
}
.left ul li{
  border: solid 1px #24A1D0;
  padding: 15px;
  margin: 0 0 0;
  width: 30.33333%;
  text-align: center;
  box-sizing: border-box;
}

.right dl{
  display: table;
  width: 100%;
  min-height: 120px;
  border: solid 1px #24A1D0;
  border-bottom: none;
  padding: 8px;
  box-sizing: border-box;
}
.right dl:last-child{
  border-bottom: solid 1px #24A1D0;
}
.right dt{
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  text-align: center;
  border: solid 1px #24A1D0;
  padding: 20px 0;
  letter-spacing: .6em;
}
.right dt b{
  display: block;
  text-indent: .6em;
  color:#24A1D0;
  font-weight: 400;
}
.right dt img{
  display: block;
  margin: 0 auto 10px;
}
.right dd{
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.right dd span{
  display: block;
padding-top: 10px;
}
.right dd span a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  border: solid 1px #000;
  padding: 1px 20px;
}
.more{
  margin: 40px;
  position: relative;
}
.more::after{
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 10px;
  height: 10px;
  background: url("../img/recruit/btn_arrow.svg") no-repeat bottom right;
}
.more a{
  display: block;
  border: solid 2px #24A1D0;
  text-align: center;
  color: #24A1D0;
  padding: 45px 20px;
}
.more a:hover{
  display: block;
  border: solid 2px #24A1D0;
  text-align: center;
  color: #fff;
  padding: 45px 20px;
  background: #24A1D0;
}
.more a span{
  background: url("../img/recruit/btn_ico01.svg") no-repeat left center;
  background-size: 15px;
  padding: 0 0 0 30px;
  letter-spacing: .3em;
  font-weight: 600;
}
.more a:hover span{
  background: url("../img/recruit/btn_ico01_hover.svg") no-repeat left center;
  background-size: 15px;
  padding: 0 0 0 30px;
  color: #fff;
}

/*-----------------------------------------------------------------------------------------

    single section

-------------------------------------------------------------------------------------------*/

.single .right dl {
  display: table;
  width: 100%;
  min-height: 25%;
  border-bottom: none;
  padding: 8px;
  box-sizing: border-box;
}
.single .right dl:last-of-type{
  border-bottom:solid 1px #24A1D0;
}
.single .right dt {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  text-align: center;
  padding: 20px 0;
  letter-spacing: .6em;
}

.single .right dd {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.single_sec01{
  padding: 0;
  box-sizing: border-box;
}
.sec01_box01{
  padding: 40px;
display: flex;
}
.sec01_box01 p {width: 100%;}
.sec01_box01 p span img{
height: 250px;
object-fit: cover;
width: 33%;
}
.sec01_box02{
  padding: 40px;
  margin: 0 40px;
  border: solid 1px #24A1D0;
}
.sec01_box02 dl dt span{
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px;
  border: solid 1px #24A1D0;
  min-width: 170px;
  box-sizing: border-box;
  line-height: 1.5;
  color:#24A1D0;
}
.sec01_box02 dl dd{
  padding: 25px 0;
  font-size: 1.3rem;
  line-height: 2;
}
.sec01_box03 {
  margin: 40px 40px 0;
  padding: 0 40px;
  font-size: 1.4rem;
  line-height: 2;
}
.single_sec02{
  margin: 60px 0 0;
}
.sec02_box01{
  padding: 40px;
}
.sec02_box01 dl {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #ddd;
  padding: 0 0 20px;
  box-sizing: border-box;
  margin: 0 0 20px;
}
.sec02_box01 dl:last-child{
  margin: 0;
}
.sec02_box01 dl dt{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 342px;
  padding:25px 0 25px 40px;
  border: solid 1px #24A1D0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .4em;
  color: #24A1D0;
  box-sizing: border-box;
}
.sec02_box01 dl dt b{
  display: block;
  font-weight: normal;
}
.sec02_box01 dl dt &gt; span{
  display: flex;
  align-items: center;
  margin-right:30px;
}
.sec02_box01 dl dt img {
  display: block;
}
.sec02_box01 dl dd{
  flex:1;
  padding: 25px 40px;
  font-size: 1.3rem;
  line-height: 2;
}
.sec02_box01 dl dd span{
  display: block;
  margin: 15px 0 0;
}
.sec02_box01 dl dd span a {
  display: inline-block;
  vertical-align: middle;
  color: #24A1D0;
  border: solid 1px #24A1D0;
  padding: 1px 20px;
}
.sec02_box01 dl dd ul{
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec02_box01 dl dd ul li{
  width: 49%;
  vertical-align: middle;
}
#related ul {
display: flex;
}
#related ul li:hover {
opacity: 0.7;
transition: .5s;
}
#related img {object-fit: cover;width: 100%;height: 250px;}

.single .more::after,
.single_sec01 .more::after,
.single_sec02 .more::after{
  background: url("../img/recruit/btn_arrow_hover.svg") no-repeat bottom right;
}
.single .more a,
.single_sec01 .more a,
.single_sec02 .more a{
  border: solid 2px #FFF;
  color: #FFF;
  background:#24A1D0;
}
.single .more a:hover,
.single_sec01 .more a:hover,
.single_sec02 .more a:hover{
  border: solid 2px #24A1D0;
  color: #24A1D0;
  background: #FFF;
}
.single .more a span,
.single_sec01 .more a span,
.single_sec02 .more a span{
  background: url("../img/recruit/btn_ico02.svg") no-repeat left center;
  background-size: 15px;
  padding: 0 0 0 30px;
  height: 18px;
  display: inline-block;
}
.single .more a:hover span,
.single_sec01 .more a:hover span,
.single_sec02 .more a:hover span{
  background: url("../img/recruit/btn_ico02_hover.svg") no-repeat left center;
  background-size: 15px;
  padding: 0 0 0 30px;
  color: #24A1D0;
}

/*-----------------------------------------------------------------------------------------

    sns

-------------------------------------------------------------------------------------------*/
.sns{
  margin: 0 0 60px;
  padding: 0;
  position: relative;
}
.sns::before {
  content: "";
  left: 0;
  right: 0;
  top: -60px;
  margin: 0 auto;
  position: absolute;
  width: 20px;
  height: 4px;
  background: url(../img/recruit/dotte.png) no-repeat;
}
.sns{
  text-align: center;
}
.sns a{
  display: inline-block;
  font-size:1.4rem;
  text-align: center;
  letter-spacing: .2rem;
  font-family: 'Fjalla One', sans-serif;
  
}
.sns a img{
  display: block;
  width:36px;
  margin:0 auto 10px;
}
.sns.s::before{
  display: none;
}

/*-----------------------------------------------------------------------------------------

    footer

-------------------------------------------------------------------------------------------*/
.l-footer {
  padding-top: 50px;
  position: relative;
  background: #fff;
  z-index: 0
}

.l-footer:after {
  content: "";
  position: absolute;
  background: #3e3a39;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  z-index: -1
}

.l-footer__row {
  display: flex;
  background: #3e3a39;
  margin: 20px 105px 0;
  width: calc(100% - 210px);
  min-width: 900px;
  padding-bottom: 110px;
  
}
.l-footer__logo{
  display: none;
}

.l-footer__copyright {
  font-family: 'Fjalla One', Hiragino Sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, Osaka, MS PGothic, sans-serif;
  font-size: 10px;
  color: #999;
  letter-spacing: .2em;
  line-height: 1;
}

.l-footer__sub-nav {
  margin-left: auto
}

.l-footer__sub-nav-list {
  font-size: 10px;
  display: flex;
  align-items: center;
  color: #999;
  line-height: 1;
}

.l-footer__sub-nav-item {
  letter-spacing: .15em
}


.l-footer__sub-nav-item:after {
  content: "";
  border-right: 1px solid #999;
  margin: 0 10px
}

.l-footer__sub-nav-item:last-child:after {
  display: none
}

.l-footer__sub-nav-item a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: color .5s ease 0s
}

.l-footer__sub-nav-item a:hover {
  color: #fff
}


@media print, screen and (max-width: 1280px) {
  .l-footer__row {
    min-width: initial;
    
  }
}


@media screen and (min-width:320px) and ( max-width: 767px) {

  .mv{
    position: relative;
    padding:0;
    text-align: left;
  }
  .mv.index{
    height: initial;
    padding-top:100px;
    padding-bottom:30px;
    background:url('../img/recruit/mv_index-sp.jpg')no-repeat left center;
    background-position:left 0 top 60px;
    background-size: cover;
  }
  .mv.therapist{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width:100%;
    height:calc(550 / 780 * 100vw);
    padding-top:60px;
    background:url('../img/recruit/mv_therapist-sp.jpg')no-repeat center top 60px;
    background-size: contain;
  }
  
  .mv.makeup{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width:100%;
    height:calc(550 / 780 * 100vw);
    padding-top:60px;
    background:url('../img/recruit/mv_makeup-sp.jpg')no-repeat center top 60px;
    background-size: contain;
  }
  
  .mv.photographer{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width:100%;
    height:calc(550 / 780 * 100vw);
    padding-top:60px;
    background:url('../img/recruit/mv_photographer-sp.jpg')no-repeat center top 60px;
    background-size: contain;
  }
  .mv h1{
    margin-bottom:10px;
    padding:0 30px;
  }
  .mv h1 img{
    width:180px;
  }
  .mv .logo{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0;
    width:100%;
    height:50px;
    padding-top:10px;
    margin-bottom:0;
    background:#24A1D0;
  }
  .mv .logo a{
    width:150px;
  }
  .mv .catch{
    font-size:1.6rem;
    line-height:2.6rem;
    margin-bottom:20px;
    padding:0 30px;
    letter-spacing: 0.2em;
  }
  .mv .message{
    padding:0 30px;
    font-size:1.0rem;
    line-height:2.2rem;
    letter-spacing: 0.2em;
  }
  .mv .message span{
    display: block;
  }
  .mv br.pcbr{
    display: none !important;
  }
  .mv br.spbr{
    display: block !important;
  }

  .mv.single .t_recruit{
    width:100%;
    margin:0;
    padding:0 30px;
    line-height: 1;
    margin-bottom: calc(20 / 780 * 100vw);
  }
  .mv.single .t_recruit img{
    width:calc(180 / 780 * 100vw);
  }
  .mv.single .job{
    padding:0 30px;
    line-height: 1;
    margin-bottom: calc(30 / 780 * 100vw);
  }
  .mv.single .message{
    padding: 0 30px;
    letter-spacing: 0.1em;
    line-height: 1.8rem;
  }
  .mv.index h1{
    margin-bottom: 15px;
  }
  .mv.therapist h1{
    width:100%;
  }
  .mv.therapist h1 img {
    width:calc(337 / 780 * 100vw);
  }
  
  .mv.makeup h1{
    width:100%;
  }
  .mv.makeup h1 img {
    width:calc(549 / 780 * 100vw);
  }
  .mv.photographer h1{
    width:100%;
  }
  .mv.photographer h1 img {
    width:calc(491 / 780 * 100vw);
  }


  #archive{
    padding: 20px 20px 0;
  }
  .list_item.first::before {
    display: none;
  }

  .list_head{
    padding:0 20px;
    height: 60px;
  }

  .list_head h2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .item_box{
    padding: 20px 10px;
    display: block;
  }
  .left {
    width: 100%;
    margin: 0 0 20px;
  }
  .left img{
    height: auto;
  }
  .left ul{
    margin: 20px 0 15px;
  }
  .left ul li {
    font-size: 1rem;
    line-height: 1.2;
  }
  .left p {
    margin: 0 0 20px;
  }
  .right {
    width: 100%;
  }
  .right dl {
    display: block;
    min-height: 0;
  }
  .right dt{
    display: block;
    width: auto;
    padding: 10px 0;
  }
  .right dd{
    display: block;
    padding: 20px 5px;
    box-sizing: border-box;
  }
  .more {
    margin: 0 20px 20px;
  }
  .more a{
    padding: 20px;
  }
  .more a:hover{
    padding: 20px;
  }
  .single .more a span{
    height: 14px;
    line-height: 14px;
  }
  /*-----------------------------------------------------------------------------------------

      single section

  -------------------------------------------------------------------------------------------*/

  .single .right dt {
    display: block;
    width:100%;
    padding: 15px 0 10px;
  }

  .single .right dd {
    display: block;
    width:100%;
    padding: 20px 10px;
  }

  .sec01_box01{
    padding: 20px;
    display: block;
  }
  .sec01_box01 p span img{	
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .sec01_box02 {
    margin: 0 20px;
    padding: 10px;
  }
  .sec01_box02 dl dt span{
    display: block;
    padding: 10px;
  }
  .sec01_box02 dl dd{
    padding: 15px 0 25px;
  }
  .sec01_box03 {
    margin: 20px;
    padding: 0;
    font-size: 1.3rem;
  }
  .single_sec02{
    margin: 60px 0 0;
  }
  .sec02_box01{
    padding: 15px;
  }
  .sec02_box01 dl {
    display: block;
    padding: 0;
  }
  .sec02_box01 dl dt{
    width: auto;
    padding:10px 15px 10px;
    display: flex;
  }
  .sec02_box01 dl dt &gt; span {
    margin-right: 20px;
}
  .sec02_box01 dl dd{
    display: block;
    padding: 20px 10px;
  }
  .sec02_box01 dl dd ul{
    display: block;
  }
  .sec02_box01 dl dd ul li{
    width: 100%;
  }
  .sec02_box01 dl dt img {
    left: 25px;
  }
  #related ul {
    display: block;
  }
  #related img {height: auto;}

  .sns{
    margin: 0 0 30px;
  }

  .l-footer {
    padding-top: 10.417vw
  }

  .l-footer:after {
    height: 69%
  }

  .l-footer__row {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 7.813vw;
    box-sizing: border-box;
  }

  .l-footer__logo{
    display: block;
    margin-bottom:20px;
  }
  .l-footer__logo a{
    display: block;
    width:180px;
    margin:0 auto;
  }

  .l-footer__logo a img{
    width: 100%;
  }

  .l-footer__copyright {
    order: 1;
    text-align: center;
    margin-top: 3.907vw
  }

  .l-footer__sub-nav {
    order: 0;
    margin-left: 0;
}

  .l-footer__sub-nav-list {
    flex-wrap: wrap;
    padding: 0 6.511vw;
    justify-content: center
  }

  .l-footer__sub-nav-item {
    margin-bottom: 2.605vw
  }

  .l-footer__sub-nav-item:nth-child(2n):after {
    display: none
  }
}

</pre></body></html>