@charset "UTF-8";

/**********************
*
* フェードイン
*
**********************/

.fadein {
  opacity : 0;
  transform : translateY(10px);
  transition : all 1s;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/**********************
*
* 動くアンダーライン
*
**********************/

.ctw-marker-normal {
  padding: 0px;
  background-size: 200% 12px;
  background-position: 0 12px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
}
.ctw-marker.ctw-marker-position {
  background-position: -100%;
  /* background-color: #e9dedc; */
}
.ctw-marker-pink {
  background-image: -webkit-linear-gradient(left, rgba(205, 0, 227, 0) 50%, rgba(233, 222, 220,1) 50%);
  background-image: -moz-linear-gradient(left, rgba(230,201,195,0) 50%, rgba(242, 229, 227,1) 50%);
  background-image: -o-linear-gradient(left, rgba(230,201,195,0) 50%, rgba(242, 229, 227,1) 50%);
  background-image: -ms-linear-gradient(left, rgba(230,201,195,0) 50%, rgba(242, 229, 227,1) 50%);
  background-image: linear-gradient(right, rgba(230,201,195,0) 50%, rgba(242, 229, 227,1) 50%);
  background-image: linear-gradient(right, rgba(230,201,195,0) 50%, rgba(242, 229, 227,1) 50%);
}

@media screen and (min-width: 789px) {
  .ctw-marker-normal {
    padding: 1px;
  }
}


/**********************
*
* 共通（全体）
*
**********************/


.-mv_sp,
.-sp{
  display: block;
}
.-mv_pc,
.-pc{
  display: none;
}
body{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  background-color: #e9dedc;
}
section h2{
  font-size: 22px;
  text-align: center;
}
p{
  line-height: 1.9;
}
h2,h3,.-hannari{
  font-family: "Hannari",'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
}  
.-futura{
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.-futura_con{
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.-bold{
  font-weight: bold;
}

.-l_pink{
  color: #cba3a4
}
.-d_pink{
  color: #c18e8f
}

img{
  max-width: 100%;
}
.inline_br{
  display: inline-block;
}


@media screen and (min-width: 577px) {
  body{
    font-size: 16px;
    letter-spacing: .1rem;
  }
  section h2{
    font-size: 29px;
    text-align: center;
  }
  .-message_sp{
    display: none;
  }
  .about_sec .-ab_br{
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .-mv_pc{
    display: block;
  }
  .-mv_sp{
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .-pc{
    display: block;
  }
  .-sp{
    display: none;
  }
  p{
    line-height: 1.5;
  }  
}
@media screen and (max-width: 577px) {
  *:focus {
    outline: none;
  }
  summary:hover{
    outline: none;
  }
  .about_sec .-ab_br{
    display: block;
  }
}
.-s_br{
  display: none;
}
@media screen and (max-width: 365px) {
  .-s_br{
    display: block;
  }
  .-ab_br{
    display: none !important;
  }
  .about_title {
    font-size: 15px !important;
  }
}



/**********************
*
* 共通（コンバージョンボタン）
*
**********************/
/*コンバージョンボタン*/
a.cvbtn {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #cba3a4;
  width: calc(100% - 74px);
  line-height: 1;
  padding: 1.2em 0;
  transition : all 0.5s ease 0s;
}
a.cvbtn::before{
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 75px;
  height: 1px;
  background-color: #fff;
}
a.cvbtn:hover{
  opacity: 0.8;
}
a.cvbtn::before{
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
}
a.cvbtn::after{
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 19px;
  transform: rotate(52deg);
  width: 5px;
  height: 1px;
  background-color: #fff;
}
.mainImg_cvbtn{
  max-width: 360px;
}
.mainImg_cvbtn.cvbtn.-mv_sp{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 270px;
  z-index: 3;
}
.mainImg_cvbtn.cvbtn.-mv_pc{
  display: none;
}
a.section_cvbtn{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 577px) {
  .mainImg_cvbtn.cvbtn.-mv_sp{
    max-width: 560px;
    bottom: 5%;
  }
  a.cvbtn{
    font-size: 17px;
    padding: 1.6em 0;;
  }
  a.cvbtn::after{
    top: calc(50% - 4px);
    right: 19px;
    transform: rotate(52deg);
    width: 10px;
  }  
}

@media screen and (min-width: 769px) {
  .mainImg_cvbtn.cvbtn.-mv_sp{
    display: none;
  }
  .mainImg_cvbtn.cvbtn.-mv_pc{
    display: block;
  }
  a.cvbtn {
    font-size: 17px;
  }
  .mainImg_cvbtn{
    max-width: 360px;
  }
  a.cvbtn::after,a.cvbtn::before{
    height: 1px;
  }
  a.cvbtn.section_cvbtn::after{
    right: 79px;
  }
  a.cvbtn.section_cvbtn::before{
    right: 80px;
  }
  a.cvbtn::before{
    width: 75px;
  }
}


/**********************
*
* メインビジュアル
*
**********************/
.mainImg{
  overflow: hidden;
  margin-bottom: 6%;
}
.mainImg_img{
  width: 100%;
  min-height: 482px;
  object-fit: cover;
  padding-left: 16px;
  height: calc(85vh - 80px);
}
.mainImg_wrapper{
  position: relative;
}
.mainImg_text{
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 560px;
  width: 80%;
}
.mainImg_text p{
  font-size: 19px;
  line-height: 1.8;
  color: #ab7b8b;
  letter-spacing: .1em;
  margin-bottom: 40px;
}
.mainImg_text h1 > img{
  max-width: 600px;
  width: 72vw;
  margin-bottom: 30px;}

.mainImg_ring{
  width: calc(100% - 20px);
  text-align: right;
  position: relative;
  z-index: 2;
}
.mainImg_ring img{
  max-width: 162px;
  margin-top: -55px;
  width: 30%;
}

@media screen and (min-width: 577px) {
  .mainImg_img{
    object-position: 70% 70%;
    margin-bottom: 0;
    min-height: 800px;
  }
  .mainImg_text p{
    font-size: 32px;
    margin-top: 40px;
  }
  .mainImg_text{
    top: 24%;
    left: 44%;
    max-width: 600px;
    width: 70%;
  }
}

@media screen and (min-width: 769px) {
  .mainImg{
    margin-bottom: 40px;
  }
  .mainImg_img{
    object-position: 60% 100%;
    padding-left: 64px;
    height: auto;
    min-height: 482px;
  }
  .mainImg_text{
    top: 48%;
    left: 50%;
    max-width: 1110px;
    margin-left: 0px;
    padding-left: 36px;
    width: calc( 100% - 120px);
  }
  .mainImg_text p{
    font-size: 24px;
    letter-spacing: .05em;
    margin-bottom: 40px;
  }
  .mainImg_text h1 > img{
    max-width: 402px;
    margin-bottom: 0;
  }
  .mainImg_ring{
    width: 1080px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 2;
  }
  .mainImg_ring img{
    max-width: 162px;
    margin-top: -82px;
  }
}



/**********************
*
* ABOUTセクション
*
**********************/
.about_sec{
  margin-bottom: 40px;
}
.about_textimg{
  width: 100%;
  margin-top: -105px;
  margin-left: -5px;
}
.about_textimg_wrapper{
  width: 60%;
}
.about_reccomendsec{
  max-width: 580px;
}
.about_reccomendsec,
.about_whatis_wraper,
.about_flex_contents{
  width: calc(100% - 30px);
  margin: 0 auto;
}
.about_whatis_wraper{
  margin-bottom: 1em;
  width: 64%;
  /* margin-left: 1.8em; */
  margin-left: 0;
  margin-top: -8px;
}
.about_whatis_img{
  top: 0;
  width: 100%;
}
.about_title{
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 30px;
}
.about_text{
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 36px;
  letter-spacing: .01em;

}
.about_text_wrapper{
  width: calc(100% - 20px);
  box-sizing: border-box;
  max-width: 450px;
  margin: 0 auto; 
}
.about_img_position img{
  max-width: 350px;
  width: 70%;
  margin: 0 auto;
  display: block;
}
.about_flex_contents{
  max-width: 580px;
  position: relative;
  background-color: #fff;
  padding-bottom: 86px;
}
.about_reccomendsec::before,
.about_flex_contents::before{
  content: "";
  position: absolute;
  top: 0px;
  left: -1000px;
  background-color: #fff;
  width: 1000px;
  height: 100%;
  z-index: -1;
}
.about_reccomendsec{
  position: relative;
  background-color: #fff; 
  padding-bottom: 1px;
}
.about_img_position .-pc{
  display: none;
}

@media screen and (min-width: 577px) {
  .about_text{
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .about_img_position .-sp{
    display: none;
  }
  .about_img_position .-pc{
    display: block;
    min-width: 300px;
  }
  .about_sec{
    margin-bottom: 76px;
  }
  .about_textimg{
    max-width: 402px;
    margin-top: -105px;
    margin-left: -92px;
  }
  .about_textimg_wrapper{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .about_reccomendsec,
  .about_whatis_wraper,
  .about_flex_contents{
    max-width: 1080px;
    margin: 0 auto;
  }
  .about_whatis_img{
    position: relative;
    top: -40px;
    max-width: 390px;
    margin-left: 0;
    width: 100%;
  }
  .about_whatis_wraper{
    margin-bottom: 60px;
    width: 72%;
    margin-left: 0;
    margin-top: 0;
    height: 0;
  }
  .about_title{
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 40px;
    letter-spacing: .02 em;
  }
  .about_text{
    font-size: 13px;
    line-height: 2.4;
    margin-bottom: 36px;
    text-align: left;
  }
  .about_text_wrapper{
    box-sizing: border-box;
    padding-left: 72px;
    max-width: 568px;
    padding-left: 5vw;
  }
  .about_img_position img{
    max-width: 479px;
    width: 80%;
    margin-right: 0;
  }
  .about_flex_contents{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    background-color: #fff;
    padding-bottom: 120px;
  }
  .about_reccomendsec::before,
  .about_flex_contents::before{
    content: "";
    position: absolute;
    top: 0px;
    left: -1000px;
    background-color: #fff;
    width: 1000px;
    height: 100%;
    z-index: -1;
  }
  .about_reccomendsec{
    position: relative;
    background-color: #fff; 
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1080px) {
  .about_text{
    font-size: 16px;
  }
  .about_img_position img{
    max-width: 479px;
    width: 100%;
  }
  .about_title{
    font-size: 24px;
  }
}


/* こんな方におすすめ */
.about_reccomendsec_title{
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 225px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.about_reccomendsec_title::before{
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left:0;
  background-image: url(../img/recommendSec_l@x2.png);
  width: 10px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.about_reccomendsec_title::after{
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right:0;
  background-image: url(../img/recommendSec_r@x2.png);
  width: 10px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.about_reccomendsec_titleline::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: -50%;
  left: -13%;
  background-image: url(../img/recommendSec_line@x2.png);
  width: 112px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.reccomendsec_list{
  max-width: 500px;
  width:  calc(100% - 30px);
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.reccomendsec_list > li{
  position: relative;
  font-size: 14px;
  line-height: 1.9;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  margin-bottom: 42px;
}
.reccomendsec_list > li::before{
  position: absolute;
  top: -18px;
  left: -12px;
  content: "";
  border-top: 13px solid #cba3a4;
  border-right: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid transparent;
  transform: rotate(135deg);
}

@media screen and (min-width: 769px) {
  /* こんな方におすすめ */
  .about_reccomendsec_title{
    position: relative;
    text-align: center;
    font-size: 26px;
    width: 305px;
    margin: 0 auto;
    margin-bottom: 66px;
  }
  .about_reccomendsec_title::before{
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left:0;
    background-image: url(../img/recommendSec_l@x2.png);
    width: 10px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .about_reccomendsec_title::after{
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    right:0;
    background-image: url(../img/recommendSec_r@x2.png);
    width: 10px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .about_reccomendsec_titleline::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -107%;
    left: -23%;
    background-image: url(../img/recommendSec_line@x2.png);
    width: 212px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .reccomendsec_list{
    max-width: 1080px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-align:flex-start;
    -ms-flex-align:flex-start;
    align-items:flex-start;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .reccomendsec_list > li{
    position: relative;
    font-size: 15px;
    line-height: 1.9;
    width: 50%;
    padding-left: 42px;
    padding-right: 42px;
    box-sizing: border-box;
    margin-bottom: 42px;
  }
  .reccomendsec_list > li::before{
    position: absolute;
    top: -18px;
    left:0;
    content: "";
    border-top: 15px solid #cba3a4;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    transform: rotate(135deg);
  }
}

@media screen and (min-width: 1080px) {
  .reccomendsec_list > li{
    font-size: 16px;
    padding-left: 64px;
    padding-right: 64px;
  }
}


/**********************
*
* メッセージセクション
*
**********************/
.message_sec{
  overflow: hidden;
}
.message_sec_wrapper{
  position: relative;
  background-color: #fff; 
  margin: 0 auto;
  padding-top: 40px;
  max-width: 580px;
  width: calc(100% - 30px);
}
.message_sec_wrapper::before{
  content: "";
  position: absolute;
  top: 0px;
  right: -1000px;
  background-color: #fff;
  width: 1000px;
  height: 100%;
  z-index: -1;
}
.message_textimg_wrapper{
  max-width: 1080px;
  margin: 0 auto;
}
.message_textimg{
  position: relative;
  right: 15px;
  display: block;
  max-width: 200px;
  margin-left: auto;
  z-index: 1;
  margin-bottom: -45px;
}
.message_title{
  font-size: 18px;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 20px;
}
.message_img_wrapper{
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}
.message_img_wrapper::before{
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #f6f0ef;
  background-size: cover;
  width: 240px;
  height: 240px;
  z-index: 0;
}
.message_img_wrapper > p{
  position: relative;
  top: 23px;
  left: 36px;
  letter-spacing: .24em;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding-bottom: 5px;
  width: 138px;
}
.message_sec .-arrow::before{
  position: absolute;
  top: calc(50% -  26px);
  right: 0;
  content: "";
  background-image: url(../img/messageSec_arrow@x2.png);
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.message_sec .-arrow{
  transition : all 0.5s ease 0s;
}
.message_sec .-arrow:hover{
  opacity: 0.6;
}
.message_img{
  position: relative;
  max-width: 200px;
  z-index: 1;
}
.message_text{
  width: calc(100% - 30px);
  max-width: 560px;
  margin: 80px auto 0; 
  padding-bottom: 40px;
}
.message_text p{
  margin-bottom: 20px;
  letter-spacing: .02em;
  line-height: 1.9;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.message_text p.-hannari{
  font-size: 16px;
}
.message_text p.-hannari.-gray{
  color: #767676;
  margin-bottom: 20px;
}
.kakko{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
.kakko::before{
  position: absolute;
  content: "";
  border-left: 1px solid #cba3b1;
  border-top: 1px solid #cba3b1;
  left: 8px;
  top: 3px;
  height: 15px;
  width: 6px;
}
.kakko::after{
  position: absolute;
  content: "";
  border-right: 1px solid #cba3b1;
  border-bottom: 1px solid #cba3b1;
  right: 8px;
  bottom: 3px;
  height: 15px;
  width: 6px;
}
.message_text .risou{
  font-size: 16px;
}

.risou .-hearts{
  position: relative;
  top: 3px;
  left: 3px;
  content: "";  
  background-image: url(../img/messageSec_heart@x2.png);
  background-size: contain;
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
  display: inline-block;
}

.message_text p:nth-child(2){
  margin-bottom: 0;
}
.message_text .zurashi{
  margin-left: 20%;
  display: block;
}
.-gray.zurashi{
  margin-left: 0;
}

.message_text_sign{
  max-width: 200px;
  margin-left: auto;
  text-align: right;
}
.message_text_sign > p{
  font-size: 10px;
  color: #888;
  letter-spacing: .01em;
  margin-bottom: 5px;
}
.message_text_sign > img{
  max-width: 130px;
}
.-d_gray{
  color: #101010;
  background-color: #f6f0ef;
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 577px) {
  .message_textimg {
    max-width: 320px;
    margin-bottom: -73px;
  }
  .message_title{
    position: relative;
    z-index: 2;
  }
  .message_text .-sp.zurashi{
    margin-left: 0;
    display: inline;
  }
  .message_text p.-hannari{
    font-size: 17px;
  }
  .message_text p.-hannari.-gray{
    margin-bottom: 0;
  }
  p.-hannari.-gray.zurashi{
    margin-bottom: 20px;
  }
  .message_text p{
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .message_text .-sp.zurashi{
    margin-left: 0;
    display: inline;
  }
  .message_sec{
    overflow: hidden;
  }
  .message_sec_wrapper{
    position: relative;
    background-color: #fff; 
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 0;
  }
  .message_sec_wrapper::before{
    content: "";
    position: absolute;
    top: 0px;
    right: -1000px;
    background-color: #fff;
    width: 1000px;
    height: 100%;
    z-index: -1;
  }
  .message_textimg_wrapper{
    max-width: 1080px;
    margin: 0 auto;
  }
  .message_textimg{
    position: relative;
    right: -70px;
    display: block;
    max-width: 528px;
    width: 100%;
    margin-left: auto;
    margin-bottom: -120px;
    z-index: 1;
  }
  .message_title{
    position: relative;
    left: 202px;
    top: 80px;
    font-size: 24px;
    text-align: left;
    line-height: 1.9;
    z-index: 2;
  }
  .message_img_wrapper{
    position: relative;
    max-width: 200px;
    left: -40px;
  }
  .message_img_wrapper::before{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #f6f0ef;
    background-size: cover;
    width: 300px;
    height: 300px;
    z-index: 0;
  }
  .message_img_wrapper > p{
    position: relative;
    top: 46px;
    left: 36px;
    letter-spacing: .24em;
    border-bottom: 1px solid #fff;
    line-height: 1;
    padding-bottom: 10px;
    width: 138px;
  }
  .message_sec .-arrow::before{
    position: absolute;
    top: calc(50% - 26px);
    right: -8px;
    content: "";
    background-image: url(../img/messageSec_arrow@x2.png);
    background-size: contain;
    width: 52px;
    height: 52px;
  }
  .message_img{
    position: relative;
    max-width: 200px;
    z-index: 1;
  }
  .message_flex_contents{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-align:flex-start;
    -ms-flex-align:flex-start;
    align-items:flex-start;
    -webkit-box-pack:flex-start;
    -ms-flex-pack:flex-start;
    justify-content:flex-start;
  }
  .message_img_wrapper .-futura,
  .message_flex_item{
    position: relative;
    z-index: 1;
  }
  .message_text{
    margin-top: 90px;
    width: calc(100% - 30px);
    max-width: 870px;
    padding-bottom: 86px;
    margin-left: -10px;
  }
  .message_text p{
    margin-bottom: 20px;
    letter-spacing: .02em;
    line-height: 2;
  }
  .message_text p.-hannari{
    font-size: 18px;
  }
  .message_text p.-hannari.-gray{
    color: #767676;
  }
  .-d_gray{
    color: #101010;
    background-color: #f6f0ef;
    display: inline-block;
  }
  .kakko{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
  }
  .kakko::before{
    position: absolute;
    content: "";
    border-left: 1px solid #cba3b1;
    border-top: 1px solid #cba3b1;
    left: 8px;
    top: 3px;
    height: 22px;
    width: 10px;
  }
  .kakko::after{
    position: absolute;
    content: "";
    border-right: 1px solid #cba3b1;
    border-bottom: 1px solid #cba3b1;
    right: 8px;
    bottom: 3px;
    height: 22px;
    width: 10px;
  }
  .message_text .risou{
    font-size: 18px;
    display: inline-block;
  }
  .risou .-hearts{
    top: 6px;
    width: 25px;
    height: 30px;
  }
  
  .message_text p:nth-child(2){
    margin-bottom: 0;
  }
  .message_text .zurashi{
    margin-left: 20%;
  }
  
  .message_text_sign{
    max-width: 200px;
    margin-left: auto;
  }
  .message_text_sign > p{
    font-size: 13px;
    color: #888;
    letter-spacing: .01em;
    margin-bottom: 5px;
  }
  .message_text_sign > img{
    max-width: 190px;
  }
}

/* 1201修正 */
@media screen and (max-width: 576px) {
  .message_sec p > .-d_gray:first-of-type{
    margin-bottom: 8px;
  }
  .message_sec .-d_gray{
    padding: 0 5px;
  }
}
@media screen and (max-width: 320px) {
  .message_sec p > .-d_gray:first-of-type{
    margin-bottom: 8px;
  }
  .message_sec .-d_gray{
    padding: 0;
    font-size: 13px;
  }
}

/**********************
*
* サロンの活動内容
*
**********************/
.contents_sec{
  margin-bottom: 40px;
}
.contents_textimg{
  width: 50%;
  max-width: 410px;
  margin: 40px auto -20px;
  display: block;
}
.contents_sec h2{
  margin-bottom: 20px;
}
.contents_list{
  max-width: 560px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.contents_list > li{
  margin-bottom: 40px;
}
.contents_list > li:last-of-type{
  margin-bottom: 100px;
}
.contents_list > li > div{
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 20px 25px;
}
.contents_list > li > div::before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(203, 163, 164, 0.35);
  filter: blur(20px);
  mix-blend-mode: multiply;
}
.contents_list > li > div::after{
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 68px;
}
.contents_list > li:nth-of-type(2n) > div::after{
  left: 10px;
}
.contents_list > li:nth-of-type(1) > div::after{
  background-image: url(../img/contentsSec_01@x2.png);
  height: 50px;
  right: 0;
}
.contents_list > li:nth-of-type(2) > div::after{
  background-image: url(../img/contentsSec_02@x2.png);
  height: 76px;
  top: -24px;
}
.contents_list > li:nth-of-type(3) > div::after{
  background-image: url(../img/contentsSec_03@x2.png);
  height: 76px;
  top: -24px;
  right: 8px;
}
.contents_list > li:nth-of-type(4) > div::after{
  background-image: url(../img/contentsSec_04@x2.png);
  top: -20px;
}
.contents_list > li:nth-of-type(5) > div::after{
  background-image: url(../img/contentsSec_05@x2.png);
}
.contents_list > li:nth-of-type(6) > div::after{
  background-image: url(../img/contentsSec_06@x2.png);
}
.contents_list > li:nth-of-type(7) > div::after{
  background-image: url(../img/contentsSec_07@x2.png);
  top: -20px;
  right: 0;
}
.contents_list > li:nth-of-type(2n) > div{
  right: -20px;
  left: 0;
  padding: 20px 25px 20px 20px;
}
.contents_list_img {
  width: 100%;
  max-width: 560px;
}
.contents_list > li:nth-of-type(2n+1) > div{
  order: 2
}
.contents_list > li:nth-of-type(2n+1) > img {
  order: 1
}
.contents_list .-subtitle{
  color: #888;
  margin-bottom: 16px;
  text-align: center;
}
.contents_title{
  font-size: 19px;
  border-bottom: 2px solid #cba3a4;
  display: inline-block;
  line-height: 0.9;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.contents_text{
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .02em;
}
.contents_list h3{
  text-align: center;
}

/* リングの装飾 */
.contents_list{
  position: relative;
}
.contents_list::before{
  position: absolute;
  bottom: -5.5%;
  right: 0;
  content: "";
  background-image: url(../img/freelancesalon_dec@x2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 160px;
  width: 26%;
  z-index: 20;
}
@media screen and (min-width: 577px) {
  .contents_title{
    font-size: 18px;
    border-bottom: 2px solid #cba3a4;
    display: inline-block;
    line-height: 0.9;
    padding-bottom: 3px;
  }
  .contents_text{
    font-size: 15px;
  }
  .contents_textimg{
    width: 40%;
  }
  .contents_list::before{
    bottom: -3.5%;
    height: 120px;
    width: 120px;
  }
}

@media screen and (min-width: 789px) {
  .contents_sec{
    margin-bottom: 120px;
  }
  .contents_textimg{
    max-width: 410px;
    margin: 108px auto -20px;
    display: block;
  }
  .contents_sec h2{
    margin-bottom: 90px;
  }
  .contents_list{
    max-width: 1080px;
    margin: 0 auto;
  }
  
  .contents_list > li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    margin-bottom: 60px;
  }
  .contents_list > li:last-of-type{
    margin-bottom: 100px;
  }
  .contents_list > li > div{
    position: relative;
    width: calc( 100% + 20px);
    left: -20px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 20px 20px 25px;
    padding: 40px 40px 40px 60px;
    min-height: 320px;
    margin-right: -20px;
    max-width: 560px;
  }
  .contents_list > li > div::before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(203, 163, 164, 0.35);
    filter: blur(20px);
    mix-blend-mode: multiply;
  }
  .contents_list > li > div::after{
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 68px;
  }
  .contents_list > li:nth-of-type(2n) > div::after{
    left: 0;
  }
  .contents_list > li:nth-of-type(1) > div::after{
    height: 68px;
  }
  .contents_list > li:nth-of-type(2) > div::after{
    width: 60px;
    height: 76px;
    top: -44px;
  }
  .contents_list > li:nth-of-type(3) > div::after{
    width: 54px;
    height: 76px;
    top: -24px;
    right: 16px;
  }
  .contents_list > li:nth-of-type(4) > div::after{
    width: 50px;
    top: -43px
  }
  .contents_list > li:nth-of-type(5) > div::after{
    width: 55px;
    top: -18px
  }
  .contents_list > li:nth-of-type(6) > div::after{
    width: 50px;
    top: -40px
  }
  .contents_list > li:nth-of-type(7) > div::after{
    width: 55px;
  }
  .contents_list > li:nth-of-type(2n) > div{
    right: -20px;
    left: 0;
    padding: 20px 25px 20px 20px;
    padding: 40px 60px 40px 40px;
  }
  .contents_list_img {
    width: 50%;
    max-width: 560px;
  }
  .contents_list > li:nth-of-type(2n+1) > div{
    order: 2
  }
  .contents_list > li:nth-of-type(2n+1) > img {
    order: 1
  }
  .contents_list .-subtitle{
    color: #888;
    margin-bottom: 16px;
    text-align: left;
  }
  .contents_title{
    font-size: 22px;
    border-bottom: 2px solid #cba3a4;
    display: inline-block;
    line-height: 0.9;
    padding-bottom: 3px;
  }
  .contents_list h3{
    text-align: left;
  }
  .contents_text{
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: .02em;
  }
  
  /* リングの装飾 */
  .contents_list{
    position: relative;
  }
  .contents_list::before{
    position: absolute;
    bottom:-206px;
    right: 0;
    content: "";
    background-image: url(../img/freelancesalon_dec@x2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    z-index: 20;
  }
}
@media screen and (min-width: 1080px) {
  .contents_title{
    font-size: 26px;
  }
  .contents_text{
    font-size: 16px;
    line-height: 2;
  }
}
/**********************
*
* スケジュールセクション
*
**********************/
.schedule_sec{
  position: relative;
  background-color: #dccecc;
  padding-top: 120px;
  z-index: -1;
}

.schedule_textimg{
  max-width: 402px;
  margin-top: -105px;
  margin-left: -20px;
}
.schedule_textimg_wrapper{
  max-width: 560px;
  margin-left: 15px;
  width: 210px;
}
.schedule_textimg_wrapper > img{
  max-width: 445px;
  width: 100%;
  margin-top: -38px;
}
.schedule_flex_contents{
  max-width: 1080px;
  margin: 0 auto;
}

.schedule_flex_contents{
  position: relative;
  background-color: #fff;
  padding-bottom: 40px;
  max-width: 580px;
  width: calc(100% - 30px);
}
.past_events_wrapper::before,
.schedule_flex_contents::before{
  content: "";
  position: absolute;
  top: 0px;
  left: -1000px;
  background-color: #fff;
  width: 1000px;
  height: 100%;
  z-index: -1;
}
.schedule_sec h2{
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
}
.schedule_outline_wrapper .subtitle{
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: .01em;
  margin: 20px 0;
  line-height: 1.8;
}
.schedule_outline_text{
  font-size: 13px;
  letter-spacing: .01em;
  line-height: 1.9;
  margin-bottom: 20px;
} 
.schedule_outline_wrapper{
  max-width: 460px;
  width: calc(100% - 25px);
  margin: 0 auto;
}
.schedule_calender{
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.schedule_calender > img{
  width: 100%;
  max-width: 525px;
  margin-right: -30px
}
.schedule_calender figcaption{
  font-size: 10px;
  color: #888;
  letter-spacing: .01em;
  text-align: center;
  max-width: 480px;
  margin-top: -5px;
  line-height: 1.6;
}
.schedule_sec .-heart::before{
  content: "";
  background-image: url(../img/scheduleSec_heart@x2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 2px;
}



@media screen and (min-width: 577px) {

}

@media screen and (min-width: 769px) {
  .schedule_sec{
    position: relative;
    background-color: #dccecc;
    padding-top: 120px;
    z-index: -1;
  }
  
  .schedule_textimg{
    max-width: 302px;
    margin-top: -105px;
    margin-left: -20px;
  }
  .schedule_textimg_wrapper{
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
  }
  .schedule_textimg_wrapper > img{
    max-width: 347px;
    margin-top: -64px;
    top: 0;
    position: absolute;
    z-index: 1;
  }
  .schedule_flex_contents{
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .schedule_flex_contents{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-align:flex-end;
    -ms-flex-align:flex-end;
    align-items:flex-end;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    background-color: #fff;
    padding-bottom: 80px;
  }
  .past_events_wrapper::before,
  .schedule_flex_contents::before{
    content: "";
    position: absolute;
    top: 0px;
    left: -1000px;
    background-color: #fff;
    width: 1000px;
    height: 100%;
    z-index: -1;
  }
  .schedule_sec h2{
    font-size: 29px;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  .schedule_outline_wrapper .subtitle{
    font-size: 17px;
    margin-bottom: 10px;
    text-align: left;
  }
  .schedule_outline_text{
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.9;
    text-align: left;
    margin-bottom: 0px;
  }
  .schedule_outline_wrapper{
    padding-left: 52px;
    max-width: 520px;
    width: 100%;
  }
  .schedule_calender{
    text-align: left;
    overflow: visible;

  }
  .schedule_calender > img{
    width: 100%;
    max-width: 525px;
    margin-top: -36px;
    margin-right: 0;
  }
  .schedule_calender figcaption{
    font-size: 13px;
    color: #888;
    letter-spacing: .01em;
    text-align: center;
    max-width: 480px;
    margin-top: -10px;
  }
}

@media screen and (min-width: 1080px) {
  .schedule_outline_wrapper .subtitle{
    font-size: 24px;
    margin: 30px 0;
    line-height: 1.7;
  }
  .schedule_outline_text{
    font-size: 16px;
    line-height: 1.9;
  }
  .schedule_textimg_wrapper{
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    
  }
  .schedule_textimg_wrapper > img{
    max-width: 445px;
    margin-top: -82px;
    margin-bottom: 0;
  }  
  .schedule_textimg{
    max-width: 302px;
    margin-top: -105px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 320px) {
  .schedule_outline_wrapper .subtitle {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1.6;
  }
}



/* 過去の活動内容 */
.past_events_wrapper{
  position: relative;
  background-color: #fff;
  max-width: 580px;
  margin: -1px auto 0;
  width: calc(100% - 30px);
}
.past_events_title{
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 3;
  line-height: 1.4;
  margin-bottom: 16px;
}
.past_events_title .-futura_con{
  display: block;
  font-size: 13px;
  letter-spacing: .1em;
}
.past_events.-sp{
  max-width: 560px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 40px;
  z-index: 1;
}


@media screen and (min-width: 577px) {

}

@media screen and (min-width: 769px) {
  /* 過去の活動内容 */
  .past_events.-sp{
    display: none;
  }
  .past_events_wrapper{
    position: relative;
    background-color: #fff;
    margin: -1px auto 0;
    max-width: 1080px;
  }
  .past_events_title{
    text-align: center;
    font-size: 29px;
    position: relative;
    line-height: 1.9;
    z-index: 3;
  }
  .past_events_title .-futura_con{
    display: block;
    font-size: 15px;
    letter-spacing: .2em;
  }
  .past_events_list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    flex-wrap: wrap;
    max-width: 906px;
  }
  .past_events_list > li{
    text-align: center;
    font-size: 22px;
    width: 33%;
  }
  .past_events_list > li > img{
    max-width: 280px;
    width: 100%;
  }
  .past_events{
    max-width: 910px;
    width: 100%;
    margin: -40px auto 0;
    display: block;
    position: relative;
    padding-bottom: 70px;
    z-index: 1;
    width: calc(100% - 30px);
  }
}



/**********************
*
* メンバーさんの声セクション
*
**********************/

.voice_sec{
  position: relative;
  padding-top: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}
.voice_sec::before{
  position: absolute;
  top: 0px;
  content: "";
  background-color: #dccecc;
  width: 100vw;
  height: 50%;
  z-index: -1;
}
.voice_sec h2{
  position: relative;
  top: 20px;
  padding-top: 40px;
  margin-bottom: 70px;
  z-index: 4;
}
.voice_sec_wrapper{
  position: relative;
  top: 0px;
  background-color: #fff; 
  max-width: 1080px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
.voice_sec_wrapper::before{
  content: "";
  position: absolute;
  top: 0px;
  right: -1000px;
  background-color: #fff;
  width: 1000px;
  height: 100%;
  z-index: -1;
}
.voice_textimg_wrapper{
  max-width: 1080px;
  margin: 0 auto;
}
.voice_textimg_wrapper > img{
  position: relative;
  top: 43px;
  right: 10px;
  display: block;
  max-width: 200px;
  margin-left: auto;
  z-index: 3;
}

/* メンバーさんの声部分 */
.voice_item{
  max-width: 560px;
  width: calc( 100% - 30px);
  margin: 0 auto;
}
.voice_underline{
  background-color: #e9dedc;
}

/* 左側 */
.voice_item_img{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -js-display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack:space-between;
  -ms-flex-pack:space-between;
  justify-content:space-between;
  max-width: 580px;
  width: calc(100% - 30px);
  margin: 0 auto 16px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .01em;
}
.voice_item_img img{
  width: 40%;
  max-width: 144px;
  margin-bottom: 10px;
}
.voice_item_img figcaption{
  width: 60%;
  font-size: 13px;
  letter-spacing: .005em;
  text-align: right;
}
.voice_item_img figcaption > .-gray{
  color: #a8a8a8;
  font-size: 12px;
  display: block;
}
.voice_item{
  border-bottom: 2px solid #f6f0ef;
  margin-bottom: 30px;
}
/* 右側 */
.voice_item_text{
  letter-spacing: .02em;
  max-width: 780px;
}
.voice_item_text > h3{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.voice_item_text > p{
  line-height: 1.9;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (min-width: 577px) {
  .voice_item_text > h3{
    font-size: 17px;
  }
  .voice_textimg_wrapper > img {
    right: 0;
  }
}

@media screen and (min-width: 769px) {
  .voice_sec{
    position: relative;
    padding-top: 120px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .voice_sec::before{
    position: absolute;
    top: 0px;
    content: "";
    background-color: #dccecc;
    width: 100vw;
    height: 26%;
    z-index: -1;
  }
  .voice_sec h2{
    position: relative;
    font-size: 29px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 70px;
    z-index: 4;
  }
  .voice_sec_wrapper{
    position: relative;
    top: -81px;
    background-color: #fff; 
    max-width: 1080px;
    margin: 0 auto;
  }
  .voice_sec_wrapper::before{
    content: "";
    position: absolute;
    top: 0px;
    right: -1000px;
    background-color: #fff;
    width: 1000px;
    height: 100%;
    z-index: -1;
  }
  .voice_textimg_wrapper{
    position: relative;
    max-width: 1080px;
    margin: -43px auto 0;
    z-index: 3;
  }
  .voice_textimg_wrapper > img{
    top:0px;
    right: -70px;
    display: block;
    max-width: 378px;
    margin-left: auto;
  }
  
  /* メンバーさんの声部分 */
  .voice_item{
    max-width: 1024px;
    width: calc( 100% - 30px);
    margin: 0 auto;
  }
  
  /* 左側 */
  .voice_item_img{
    position: relative;
    display: block;
    max-width: 240px;
    width: 100%;
    text-align: center;
    line-height: 1.6;
    margin-right: 5px;
    letter-spacing: .01em;
  }
  .voice_item_img::before{
    position: absolute;
    bottom: -44%;
    right: -30px;
    content: "";
    background-color: #e1c6c6;
    width: 200px;
    height: 2px;
    transform: rotate(18deg);
  }


  .voice_item_img img{
    max-width: 144px;
    margin-bottom: 10px;
    width: 100%;
  }
  .voice_item_img figcaption{
    letter-spacing: .005em;
    text-align: center;
    width: 100%;
  }
  .voice_item_img figcaption > .-gray{
    color: #a8a8a8;
    font-size: 13px;
    display: block;
  }
  .voice_item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-align:flex-start;
    -ms-flex-align:flex-start;
    align-items:flex-start;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    border-bottom: 2px solid #f6f0ef;
    margin-bottom: 30px;
  }

  /* 右側 */
  .voice_item_text{
    letter-spacing: .03em;
    max-width: 780px;
  }
  .voice_item_text > h3{
    font-size: 22px;
    line-height: 1.9;
    margin-bottom: 20px;
    letter-spacing: .08em;
  }
  .voice_item_text > p{
    line-height: 2;
    position: relative;
    z-index: 1;
  }
  
}


/* こんな人におすすめ */
.voice_reccomend_title{
  margin-top: 42px;
  position: relative;
  font-size: 17px;
  line-height: 1;
}
.voice_reccomend_title::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 10px;
  background-image: url(../img/voiceSec_line@x2.png);
  width: 180px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat; 
}
.voice_reccomend_text{
  background-color: #f6f0ef;
  padding: 26px;
  margin-bottom: 40px;
}


@media screen and (min-width: 577px) {

}

@media screen and (min-width: 769px) {
  /* こんな人におすすめ */
  .voice_reccomend_title{
    margin-top: 42px;
    position: relative;
    font-size: 18px;
    line-height: 1;
  }
  .voice_reccomend_title::before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -30px;
    left: 10px;
    background-image: url(../img/voiceSec_line@x2.png);
    width: 220px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat; 
  }
  .voice_reccomend_text{
    background-color: #f6f0ef;
    padding: 26px;
    margin-bottom: 40px;
  }
  .voice_sec_wrapper > .voice_item:last-child .voice_reccomend_text{
    margin-bottom: 80px;
  }
}


/**********************
*
* 運営スタッフ紹介
*
**********************/
.staff_sec{
  margin-bottom: 80px;
}
.staff_sec h2{
  margin-top:  10px;
  margin-bottom: 20px;
}
.staff_flex_content{
  width: calc(100% - 30px);
  max-width: 580px;
  margin: 0 auto;
}

/* 概要 */
.staff_outline{
  max-width: 560px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
.staff_textimg{
  max-width: 150px;
  width: 100%;
  z-index: -1;
}
.staff_outline_text{
  top: 10px
}
.staff_outline_text > p{
  font-size: 13px;
  color: #888;
  line-height: 1.9;
  letter-spacing: .01em;
}

.staff_flex_inner{
  max-width: 445px;
}

/* スタッフ紹介の白背景 */
.staff_flex_content > .staff_flex_item:not(:first-child) {
  display: block;
  margin-bottom: 24px;  
  max-width: 528px;
  position: relative;
  background: #fff;
  height: auto;
  min-height: 290px;
  overflow: hidden;
}
.staff_flex_outer{
  position: relative;
}
.staff_flex_content > .staff_flex_item:not(:first-child) .staff_flex_inner{
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 20px 20px 0px;
  max-width: 475px;
}
/* ここに角抉るCSS */
.staff_flex_content > .staff_flex_item:not(:first-child)::before,
.staff_flex_content > .staff_flex_item:not(:first-child)::after,
.staff_flex_content > .staff_flex_item:not(:first-child) .staff_flex_outer::before,
.staff_flex_content > .staff_flex_item:not(:first-child) .staff_flex_outer::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e9dedc;
  z-index: 3;
}
/* 左下 */
  .staff_flex_content > .staff_flex_item:not(:first-child)::before{
    bottom: -8px;
    left: -8px;
  }
  /* 右下 */
  .staff_flex_content > .staff_flex_item:not(:first-child)::after{
    bottom: -8px;
    right: -8px;
  }
  /* 左上 */
  .staff_flex_content > .staff_flex_item:not(:first-child) .staff_flex_outer::before {
    top: -8px;
    left: -8px;
  }
  /* 右上 */
  .staff_flex_content > .staff_flex_item:not(:first-child) .staff_flex_outer::after {
    top: -8px;
    right: -8px;
  }
  
/* 内容の実装 */
.staff_name_flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -js-display:flex;
  -webkit-box-pack:space-between;
  -ms-flex-pack:space-between;
  justify-content:space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 440px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.staff_name_flex img{
  max-width: 110px;
  width: 100%;
  margin-right: 10px;
}
.staff_name_flex .name{
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .02em;
  max-width: 310px;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 2px dotted #aea28e;
  border-top: 2px dotted #aea28e;
}
.staff_name_flex .name .-gray{
  font-size: 12px;
  color: #888;
  display: block;
  font-weight: normal;
  letter-spacing: .01em;
  line-height: 1.6;
}
.staff_tags{
  margin-top: 8px;
  max-width: 440px;
  margin: 8px auto 0; 
}
.staff_tags li{
  display: inline-block;
  line-height: 1.4;
  font-size: 12px;
  padding-bottom: 3px;
  letter-spacing: .01em;
}
.staff_message{
  letter-spacing: .05em;
  font-size: 15px;
  max-width: 450px;
  margin: 10px auto 0; 
  letter-spacing: .01em;
  padding-bottom: 20px;
  line-height: 1.6;
}
.staff_sec .-heart::before{
  content: "";
  background-image: url(../img/staff_heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.staff_sec .-flower::before{
  content: "";
  background-image: url(../img/staff_flower.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.staff_sec .-niko::before{
  content: "";
  background-image: url(../img/staff_niko.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 2px;
}

@media screen and (min-width: 577px) {
  .staff_flex_item{
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .staff_sec{
    margin-bottom: 80px;
  }
  .staff_sec h2{
    font-size: 29px;
    margin-top: 46px;
    margin-bottom: 20px;
  }
  .staff_flex_content{
    width: calc(100% - 30px);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto;
  }
  .staff_flex_item{
    width: calc(50% - 24px);
  }
  
  /* 概要 */
  .staff_outline{
    max-width: 528px;
    margin: 0 auto 20px;
    padding-left: 40px;
    position: relative;
    min-height: 290px;
    box-sizing: border-box;
  }
  .staff_textimg{
    position: absolute;
    top: -90px;
    left: 0;
    max-width: 324px;
    width: 100%;
    z-index: -1;
  }
  .staff_outline_text{
    position: absolute;
    top: 10px
  }
  .staff_outline_text > p{
    font-size: 16px;
    color: #888;
    line-height: 1.9;
    letter-spacing: .01em;
    max-width: 450px;
  }
  .staff_outline_text > h2{
    text-align: left;
  }
  .staff_flex_inner{
    max-width: 445px;
  }

  .staff_flex_content > .staff_flex_item:not(:first-child) .staff_flex_inner{
    min-height: 250px;
  }
      
  /* 内容の実装 */
  .staff_name_flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 440px;
    margin: 0 auto;
  }
  .staff_name_flex img{
    max-width: 120px;
    width: 100%;
    margin-right: 10px;
  }
  .staff_name_flex .name{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .02em;
    max-width: 310px;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 2px dotted #aea28e;
    border-top: 2px dotted #aea28e;
  }
  .staff_name_flex .name .-gray{
    font-size: 13px;
    color: #888;
    display: block;
    font-weight: normal;
    letter-spacing: .001em;
  }
  .staff_tags{
    margin-top: 8px;
    max-width: 440px;
    margin: 8px auto 0; 
  }
  .staff_tags li{
    display: inline-block;
    line-height: 1.4;
    font-size: 13px;
    padding-bottom: 3px;
    letter-spacing: 0.01em;
    margin-left: 10px;
  }
  .staff_message{
    letter-spacing: .05em;
    font-size: 16px;
    max-width: 400px;
    margin: 10px auto 0; 
    letter-spacing: .02em;
    padding-bottom: 20px;
  }
}


/**********************
*
* 概要セクション
*
**********************/
.outline_sec{
  width: calc(100% - 30px);
  margin: 0 auto 80px;
  max-width: 560px;
}
.outline_textimg{
  position: absolute;
  max-width: 231px;
  right: 15px;
  top: -32px;
  z-index: 0;
}
.outline_sec h2{
  position: relative;
  font-size: 24px;
  text-align: center;
  top: 1.5em;
  padding-bottom: 2.2em;
  z-index: 1;
}
.outline_sec_wrapper{
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 46px;
  background-color: #fff;
  z-index: -1;
}
.outline_sec_wrapper dl{
  max-width: 890px;
  width: calc( 100% - 30px);
  margin: 0 auto;
  border-top: 1px solid #cba3a4;
}
.outline_sec_wrapper > dl:last-child{
  border-bottom: 1px solid #cba3a4;
}
.outline_sec_wrapper dl > dt{
  font-size: 13px;
  font-weight: bold;
  background-color: #f6f0ef;
  width: 100%;
  display: block;
  padding: 8px 15px;
  letter-spacing: .1em;
}
.outline_dt_position{
  display: inline-block;
  width: 66%;
}
.outline_sec dl li{
  position: relative;
  padding-left: 15px;
}
.outline_sec dl li::before{
  position: absolute;
  content: "・";
  display: inline-block;
  left:0;
}
.outline_sec_wrapper dl > dd{
  width: 100%;
  line-height: 1.6;
  padding: 15px;
  letter-spacing: .01em;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .outline_sec{
    margin-bottom: 176px;
    max-width: 1080px;
  }
  .outline_textimg{
    position: absolute;
    max-width: 547px;  
    right: 0;
    top: -76px;
    z-index: 0;
  }
  .outline_sec h2{
    position: relative;
    font-size: 38px;
    text-align: center;
    top: 1.5em;
    padding-bottom: 2.2em;
    z-index: 1;
  }
  .outline_sec_wrapper{
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 46px;
    background-color: #fff;
    z-index: -1;
  }
  .outline_sec_wrapper dl{
    max-width: 890px;
    width: calc( 100% - 30px);
    margin: 0 auto;
    border-top: 1px solid #cba3a4;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
  }
  .outline_sec_wrapper > dl:last-child{
    border-bottom: 1px solid #cba3a4;
  }
  .outline_sec_wrapper dl > dt{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    background-color: #f6f0ef;
    width: 20%;
    text-align: center;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
  }
  .outline_dt_position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-block;
    width: 66%;
  }
  .outline_sec_wrapper dl > dd{
    width: 80%;
    line-height: 1.9;
    padding: 25px 50px;
    letter-spacing: .05em;
  }
  .outline_sec dl li{
    padding-left: 20px;
  }

}

/**********************
*
* よくあるご質問セクション
*
**********************/


/* ＋-アイコン追加 */
.faq_sec details summary > span{
  position: relative;
  display: block;
  padding-right: 25px;
}
.faq_sec details summary > span::before{
  position: absolute;
  content: "";
  background-color: #cba3a4;
  width: 1px;
  height: 15px;
  right: 7px;
  top: 3px;
  /* top: calc(50% - 7px); */

 }
 .faq_sec details[open] summary > span::after,
.faq_sec details summary > span::after{
  position: absolute;
  content: "";
  background-color: #cba3a4;
  width: 15px;
  height: 1px;
  right: 0;
  top: 10px;
  /* top: 50%; */
 }
.faq_sec details[open] summary > span::before{
  content: none;
 }




.faq_sec{
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}
.faq_textimg{
  position: absolute;
  top: -40px;
  left: 15px;
  max-width: 150px;
  width: 100%;
  z-index: -1;
}
.faq_sec h2{
  text-align: center;
  font-size: 24px;
  margin-bottom: 2.6em;
}
.faq_item_wrapper{
  max-width: 1110px;
  margin: 0 auto;
}
.faq_item{
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: .05em;
}
.faq_question{
  position: relative;
  background-color: #fff;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 15px 15px 15px 48px;
  cursor: pointer;
  line-height: 1.6;
}
.faq_answer_wrapper{
  background-color: #fff;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0 15px;
}
.faq_answer{
  border-top: 1px solid #cba3a4;
  padding: 15px 0;
}
.faq_answer_inner{
  position: relative;
  padding-left: 33px;
}
.faq_question::before,
.faq_answer_inner::before{
  position: absolute;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.faq_question::before{
  content: "Q.";
  color: #cba3a4;
  left: 1.1em;
  top: 25px;
}
.faq_answer_inner::before{
  content: "A.";
  color: #888;
  left: 0.5em;
  top: 15px;
}

/* Chrome、Safari以外 */
summary {
  display: block;
}
/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}
/* オープン時にアニメーションを設定 */
details[open] .faq_answer {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
  }
  20% {
    opacity: 0.1;
    transform: none;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


@media screen and (min-width: 769px) {
  /* ＋-アイコン追加 */
  .faq_sec details summary > span{
    position: relative;
    display: block;
    padding-right: 25px;
  }
  .faq_sec details summary > span::before{
    position: absolute;
    content: "";
    background-color: #cba3a4;
    width: 1px;
    height: 17px;
    right: 8px;
    top: 5px;
    top: calc(50% - 8px);

  }
  .faq_sec details[open] summary > span::after,
  .faq_sec details summary > span::after{
    position: absolute;
    content: "";
    background-color: #cba3a4;
    width: 17px;
    height: 1px;
    right: 0;
    top: 13px;
    top: 50%;
  }
  .faq_sec details[open] summary > span::before{
    content: none;
  }

  .faq_sec{
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
  }
  .faq_textimg{
    position: absolute;
    top: -20px;
    left: calc(50% - 100px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 321px;
    width: 100%;
    z-index: -1;
  }
  .faq_sec h2{
    text-align: center;
    font-size: 24px;
    margin-bottom: 2.6em;
  }
  .faq_item_wrapper{
    max-width: 1110px;
    margin: 0 auto;
  }
  .faq_item{
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: .05em;
  }
  .faq_question{
    position: relative;
    background-color: #fff;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 15px 30px 15px 100px;
    cursor: pointer;
    line-height: 1.6;
  }
  .faq_answer_wrapper{
    background-color: #fff;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 30px;
  }
  .faq_answer{
    border-top: 1px solid #cba3a4;
    padding: 15px 0;
  }
  .faq_answer_inner{
    position: relative;
    padding-left: 68px;
  }
  .faq_question::before,
  .faq_answer_inner::before{
    position: absolute;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .faq_question::before{
    content: "Q.";
    color: #cba3a4;
    left: 1.5em;
  }
  .faq_answer_inner::before{
    content: "A.";
    color: #888;
    left: 0.5em;
  }
}


/**********************
*
* 利用規約
*
**********************/
section.riyoKiyaku{
  max-width: 580px;
  width: calc(100% - 30px);
  margin: 80px auto 0;
}
.riyoKiyaku_detail{
padding: 30px;
height: 280px;
background: #fff;
overflow: auto;
font-size: 12px;
line-height: 1.5;
margin-bottom: 20px;
letter-spacing: .01em;
}
.riyoKiyaku_detail h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.riyoKiyaku_detail h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.riyoKiyaku_text{
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 3.1em;
}
@media screen and (min-width: 769px) {
  section.riyoKiyaku{
    max-width: 1080px;
    width: calc(100% - 30px);
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 1010px) {
  .riyoKiyaku_text{
    font-size: 13px;
  }
  section.riyoKiyaku{
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .riyoKiyaku_detail{
    margin-bottom: 30px;
  }
}


/**********************
*
* フッター
*
**********************/
.footer_logo{
  max-width: 178px;
  display: block;
  margin: 2em auto;
}
.footer_links{
  font-size: 12px;
  padding: 0px 0 13px;
}
.footer_links > a{
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.footer_flex_content small{
  font-size: 12px;
}
.footer_flex_content{
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: .01em;
}
.footer_flex_wrapper{
  background-color: #dbc7c3;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .footer_links{
    font-size: 13px;
    padding: 10px 0 13px;
  }
  .footer_links > a{
    margin-right: 20px;
    margin-left: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
  }
  .footer_flex_content small{
    font-size: 12px;
    padding: 14px 0;
  }
  .footer_flex_content{
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -js-display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    letter-spacing: .01em;
  }
  .footer_flex_wrapper{
    padding: 0;
  }
}

/**********************
*
* 固定フッター
*
**********************/

.stickey_footer{
  position: sticky;
  height: 80px;
  bottom: 0;
  background-image: url(../img/footer-bg_sp@x2.jpg);
  padding: 10px 0;
  z-index: 999;
  display: none;
}
.stickey_footer_flex{
  max-width: 1080px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -js-display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack:space-between;
  -ms-flex-pack:space-between;
  justify-content:space-between;
}
.stickey_footer_flex > p{
  font-size: 13px;
  line-height: 1.6;
  width: 50%;
  letter-spacing: .1em;
}
a.steckey_footer_cvbtn{
  font-size: 12px;
  margin: 0 auto;
  padding: 1.6em 0;
  width: calc(50% - 10px);
}
a.steckey_footer_cvbtn::before{
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
}
a.steckey_footer_cvbtn::after{
  width: 5px;
  top: calc(50% - 2px);
  right: 14px;
}
.steckey_footer_cvbtn > span{
  position: relative;
  left: -8px
}

@media screen and (min-width: 769px) {
  .stickey_footer{
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .stickey_footer_flex > p{
    font-size: 10px;
  }
  a.steckey_footer_cvbtn{
    font-size: 10px;
  }
}
