@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body{ background:#fff; color:#333; background: #eee;}
a:hover{ opacity:0.6; }
.side-btn{ position:fixed; right:0; bottom:3%; z-index:99; width: 100px;}
.side-btn img{ width: 100%; }
/*========= 背景動画設定のCSS ===============*/
#header{
  position: relative;
  height: 100vh;
  text-align: center;
  color: #fff;
/*  background: url("../img/movie.png") no-repeat;
  background-size: cover;
*/}
#in_header{
  position: relative;
  text-align: center;
  color: #fff;
/*  background: url("../img/movie.png") no-repeat;
  background-size: cover;
*/}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-weight: bold;
}
#loading.disappear{     display: none;   }
#youtube-area{
    position: fixed;
    z-index: 1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    opacity: 0;    
}
#youtube-area.appear {
  animation-name:PageAnimeAppear;
  animation-duration:5s;
  animation-fill-mode:forwards;
}
@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}
#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#youtube-mask{
    position: absolute;
    z-index: 2;
    top:0;
    width:100%;
    height: 100%;
}

/*========= gnav scroll ===============*/
.site-header{
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}

/*========= gnav ===============*/
#gnav{
  background: #fff;
  padding: 0 0 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  min-width:900px;
  z-index: 10;
  display: flex; justify-content: space-between; align-items: center;
  -webkit-filter:drop-shadow(1px 3px 50px rgba(0, 0, 0, 0.1));
  -moz-filter:drop-shadow(1px 3px 50px rgba(0, 0, 0, 0.1));
  -ms-filter:drop-shadow(1px 3px 50px rgba(0, 0, 0, 0.1));
  filter:drop-shadow(1px 3px 50px rgba(0, 0, 0, 0.1));
}
#gnav .logo{padding: 15px 0;}
#gnav .logo img{ max-width:230px; width:100%; min-width:100px; }

#gnav .gmenu{ display:flex; justify-content:right; }
.gmenu_menubox{
   display:flex; flex-direction:column; justify-content:right;
   padding: 20px;
}
#gnav .gmenu ul{
  display:flex;
  justify-content:right;
  align-items:center;
  max-width:1200px;
  width:100%;
  margin:auto;
}
#gnav .gmenu .submenu{
  margin: 0 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;  
}
#gnav .gmenu .submenu a{
  display: inline-block;
  color: #555;
  font-size: 12px;
  text-decoration: none;
  padding-left: 20px;
}
#gnav .gmenu .menulist a{
  font-size: 14px;
  text-decoration:none;
  color:#333;
  font-weight: bold;
  padding-left:20px;
}
#gnav .gmenu .submenu a:hover,
#gnav .gmenu .menulist a:hover{
  color: #d50051;
}
#gnav .entry{
  width:100px; color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
#gnav .entry a{
  background-image: linear-gradient(270deg, #da266b 0%, #d50051 90%);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#gnav .entry a:hover{ opacity:0.6; }
.triangle {
  content: ""; /* 三角形を描画するためのコンテンツ */
  position: absolute; /* 三角形を絶対位置で配置するために必要 */
  bottom: -8px; /* 三角形を垂直方向に中央揃え */
  right: -8px; /* 三角形を右端に配置 */
  width: 0; /* 三角形の幅 */
  height: 0; /* 三角形の高さ */
  border: 8px solid transparent; /* 三角形の境界線 */
  border-bottom-color: #9cb01d; /* 三角形の色 */
  transform: rotate(135deg);
}
.wrap{
  z-index: 5;
  position: absolute;
  top: 150px;
  width: 100%;
  margin: auto;
}
.inner {
  min-width: 900px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    min-width: 90%;
    margin: auto;
  }
}

.main_area{ padding:0 20px 180px; }
.main_area h1{ color: #222; margin: 12% 0 50px; font-size: 2.5rem;}
.main_area h1 p{  background: linear-gradient(270deg, #ed5690 0%, #d50051 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.main_area p.lead{ line-height:2.4rem; font-size:20px; }
.main_area a{ background:#d500515; color:#fff; padding:5px 10px; text-decoration:none; }
.main_area .btn-box{
    padding: 50px 0 0;
    text-align: center;
}
.main_area .btn-box a.touroku{
    width:84%;
    min-width: 330px;
    max-width: 500px;
    margin: 10px auto;
    background:#d50051;
    color:#fff;
    padding:20px 0;
    font-size: 1.15rem;
    font-weight: bold;
    display:inline-block;
    text-align: center;
    text-decoration:none;
    border-radius: 60px;
  }

hr{
  padding: 0;
  margin: 0 auto 70px;
  width: 60px;
  text-align: center;
  border: 2px solid #d50051;
  }

section{
  min-height: 76vh;
}

/* Support 
===============*/
#support{ padding-bottom: 50px; }
#support h2{ font-size:2.6rem; padding-bottom:30px; text-align:center; }
#support h2 span{ color:#d50051; }
#support ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#support li{
  list-style: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 32%;
  color: #222;
  border-radius: 10px;
}
#support li .num{
  text-align:center;
  color:#999;
  padding: 10px 0;
  font-size: 1.6rem;
}
#support li p{ font-size:1.rem; line-height:2rem; }
#support li h3{ font-size: 1.5rem; text-align: center; padding-bottom: 20px; color: #d50051;}
@media screen and (max-width: 767px) {
  #support h2{ font-size:1.6rem;}
  #support ul{flex-direction: column;}
  #support li{ width: 100%; margin-bottom: 20px;}
  #support li .num{ font-size: 1.0rem; padding: 0;}
  #support li h3{ font-size: 1.3rem; margin-bottom: 10px; }
}


/* service 
===============*/
#service{ padding-bottom: 50px; }
#service li img{ width: 30%;}
#service h2{ font-size:2.6rem; padding-bottom:30px; text-align:center; }
#service h2 span{ color:#d50051; }
#service ul{
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
#service li{
  text-align: center;
  list-style: none;
  padding: 20px;
  width: 40%;
  color: #222;
  border-radius: 10px;
}
#service li p{ font-size:1.0rem; line-height:1.8rem; text-align:left; }
#service li h3{ font-size: 1.5rem; text-align: center; padding: 20px 0; color: #d50051;}
.mendan{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 0 !important;
}
.mendan p{
    color: #d50051;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.8em !important;
    line-height: 1.1rem !important;
    border: 1px solid #d50051;
    border-radius: 100%;
    margin-right: 16px;
    flex: none;
}
  #service li a{ text-decoration:none; }

@media screen and (max-width: 767px) {
  #service h2{ font-size:1.3rem; letter-spacing: -1px;}
  #service ul{flex-direction: column;}
  #service li{ width: 100%; margin-bottom: 20px;}
  #service li .num{ font-size: 1.0rem; padding: 0;}
  #service li h3{ font-size: 1.3rem; margin-bottom: 10px; }
}

/* flow 
===============*/
#flow{ padding-bottom: 50px; }
#flow .lead {text-align: center;}
#flow .lead img{ width: 25%; margin: auto;}
#flow .lead a{ text-decoration: none;
}
#flow .lead p{ text-align: left; padding: 20px 30px; line-height: 28px;}
#flow h2{ font-size:2.6rem; padding-bottom:30px; text-align:center; }
#flow h2 span{ color:#d50051; }

.st-step_title .step {
    color: #d50051;
    display: flex;
    padding: 2px 10px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #d50051;
    background: none;
    border-radius: 5px;
    margin-right: 16px;
    flex: none;
}
#flow p.ttl{ padding:20px 0 20px; text-align:center; font-weight:bold; color:#e06694; }
#flow .btn-box {text-align: center; padding-bottom: 30px;}
#flow .btn-box a{
    width: auto;
    margin: 10px auto;
    background: #d50051;
    color: #fff;
    padding: 20px 25px;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
}
#flow p.caution{
  font-size: 12px;
  margin-top: 16px;
  line-height: 22px;
}
.flow-number {
    box-sizing: border-box;
    margin: 0;
    padding-left: 10px;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--wp--preset--color--main);
    border: 1px solid #666;
}
 .flow-number span {
    display: block;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    line-height: 1.45;
    text-align: center;
}
.flow-number strong {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.08;
}
.flow-type {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.flow-type h3{
  text-align: center;
  color: #555;
  text-decoration: none;
  padding: 20px 0 20px;
  margin-bottom: 20px;
  font-size: 22px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(to bottom, white 0%, transparent 100%);
}
.flow-type ul{ width:41%;}
.flow-type li{
  background: #fff;
  margin-bottom: 50px;
  list-style: none;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  border:1px solid #ccc;
  min-height: 160px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.flow-type li:after{
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -2.7rem;
    left: 0;
    margin: auto;
    background: url(../img/flow_yajirusi.png) no-repeat scroll 0 0;
    background-size: 2rem 2.2rem;
    width: 2rem;
    height: 2.2rem;
}
.flow-type li:last-child:after{
  background: none;
}
.flow-type li .step{
  position: absolute;
  left: -20px;
  top: -10px;
  background: #999;
  color: #fff;
  padding: 5px;
  border-radius: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
}
.flow-type li .step span{
  font-size: 16px;
  font-weight: bold;
}
.flow-inner{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.flow-inner img{
  max-width: 70px; 
}
.flow-inner div{ padding:10px 10px 10px 25px; }
.flow-inner h4{font-size: 18px; line-height: 30px; padding-bottom: 5px;}
.flow-inner p{ font-size:14px; }
.oubo-btn{  
    background: #d50051;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 20px;
    position: absolute;
}
.oubo-btn:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    padding-left: 6px;
    border: 4px solid transparent;
    border-left: 8px solid #fff;
}
@media screen and (max-width: 767px) {
  #flow h2{ font-size:1.3rem; letter-spacing: -1px;}
  .flow-type {flex-direction: column;}
  .flow-type ul{ width:80%; margin:auto;}
  .flow-type h3{ font-size: 17px;}
  .flow-inner{ flex-direction: column;}
  .flow-inner div{ padding:0; }
  .flow-inner h4{ text-align: center;}
}

/* faq 
===============*/
#faq{ padding: 50px 0; background:#fff  }
#faq h2{ font-size:2.6rem; padding-bottom:30px; text-align:center; }
#faq h2 span{ color:#d50051; }
#faq p.icon{
  position: absolute;
  width: 30px;
  top: 1.6em;
}
#faq p.icon_a{
  width: 30px;
  position: absolute;
  left: -50px;
  top: -4px;}
#faq .icon_a img{ width:30px; }
#faq p img{
  width:100%; }
.accordion {
  margin: 3em auto;
  width: 85%;
}
.toggle {display: none;}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  border-top: 1px solid #ccc;
  padding: 1.8em 2em 1em 3em;
  display: block;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 2.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.title::after {transform: rotate(90deg);}
.content {
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.content p {
  margin: 0;
  padding: 2.5em 1em 2.5em 3.5em;
  font-size: 0.9em;
  line-height: 2;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {transform: rotate(90deg) !important;}
@media screen and (max-width: 767px) {
  #faq h2{ font-size:1.3em; }
  .title { padding: 1.8em 2.5em 1em 3em;}
  .title::after,
  .title::before { top: 2.25em;}
.accordion {
  width: 100%;
}
}

/* faq more btn
=============== */
#faq h3{
  border-left: 3px solid #999;
  padding: 5px 0 5px 20px;
  margin-bottom: 20px;
}
/*inputを非表示 & 閉じた時の位置調整*/
.open-box{
  position: relative;
  margin-bottom: 80px;
}
input[type="checkbox"].on-off{
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0;
}

/*ラベル（「開く」ボタン）*/
.open-label{
  width: 280px;
  margin: 0 auto;
  padding: 0.8em;
  display: block;
  color: #555;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border:3px solid #555;
  border-radius: 30px;
  position: relative;
}
/*ボタンっぽい効果*/
.open-label:active{
  box-shadow: 0 0 0 0;
}
.open-label:hover{
  background: -webkit-linear-gradient(bottom, #fff4e0 1%,orange 80%);
  background: #ededed;
}
/*ラベルに表示するテキスト*/
.open-label::after{
  content:'もっと見る'; 
}
.on-off:checked ~ .open-label::after{
  content: 'Ｘ 閉じる';
}
/*開閉エリア*/
.open{
  padding: 0;
  border-radius: 8px;
  height: 100px;/*ちらっと見える部分の高さ*/
  overflow: hidden;
  transition: .5s;
  position: relative;
}
.on-off:checked ~ .open{
  padding: 0 0 1.5em 0;
  height: auto;
}

/*開閉エリアにぼかしを乗せる*/
.open::before{
  content:'';
  background: linear-gradient(to bottom, transparent,rgba(255,255,255,1)100%);
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 3;
}
/*開いたらぼかしを消す*/
.on-off:checked ~ .open::before{
  background: none;
  z-index: -1;
}


/* company
===============*/
#company{ padding: 50px 0; background:rgba(255, 255, 255, 0.75);  }
#company h2{ font-size:2.6rem; padding-bottom:30px; text-align:center; }
#company h2 span{ color:#d50051; }
#company p img{ width:100%;}
.hm-about__container {
  display: flex;
}
.hm-about-detail {
  width: 34.25925925925926%;
  margin: 4.5rem 2.777777777777778% 6rem 0;
  padding: 0;
}
.hm-about-detail dl {
  position: relative;
}
.hm-about-detail dt {
  position: absolute;
  left: 0;
}
.hm-about-detail {
  margin: 4.5rem 0 0;
  padding: 0 6.4%;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
.hm-about-detail {
  margin: 4.5rem 0 0;
  padding: 0 3%;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
    .hm-about-detail dd {
        margin: 0 0 3rem 4.5rem;
    }
    .hm-about-detail .auth {
        margin: 4.5rem 0 0;
    }

.hm-about-map {
  flex: 1;
  margin: 0;
  border-radius: 3rem;
}
.hm-about-map {
  overflow: hidden;
  margin: 4.5rem 0 0;
}
    .hm-about-map__wrapper {
        height: 100%;
        padding: 0;
    }
.hm-about-map__wrapper {
    position: relative;
    width: 100%;
    padding: 80% 0 0;
}
.hm-about-map iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 200%;
    top: -50%;
    left: 0;
}
@media screen and (max-width: 767px) {
  #company h2{ font-size:1.3em; }
  .hm-about__container  { flex-direction: column;}
  .hm-about-detail { width: 100%; margin: 0;}

}
/* recruit
===============*/
.recruit{
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  position: relative;
  padding:50px 50px 70px;
  background:#fff;
  margin:50px auto;
  border-radius:20px;
    min-width: 900px;
    width: 90%;
    max-width: 1200px;
}
.recruit h2{ font-size:2.3rem; padding-bottom:30px; padding-left: 30px; }
.recruit h2::before {
    content: "";
    position: absolute;
    top: 75px;
    left: 30px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid #d50051;
    border-right: 3px solid #d50051;}
.recruit h2 span{ color:#d50051; }
.recruit .btn{ text-align:center;
    padding: 30px 0 0; }
.recruit .btn h3{ padding:0px; font-size: 1.15rem; }
.recruit .btn a.touroku{
    width:84%;
    min-width: 330px;
    max-width: 400px;
    margin: 10px auto;
    background:#d50051;
    color:#fff;
    padding:20px 0;
    font-size: 1.15rem;
    font-weight: bold;
    display:inline-block;
    text-align: center;
    text-decoration:none;
    border-radius: 60px;
  }
.recruit .btn a.txt{ font-size:14px; text-decoration:none; color:#333; }
.recruit .lead{ padding:0 0 10px 0;line-height:28px; }
.recruit .btn{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.recruit .btn-box{
  width: 50%;
}
.recruit .privacy{ font-size:12px; text-align:center; padding:30px 0 0; }
@media screen and (max-width: 960px) {
  .recruit .btn a.touroku{ font-size: 1.0rem;}
}

/*---------------
 footer area
-----------------*/
footer {
    background: #fff;
    width: 100%;
    padding: 8vw 0 5vw 0;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #ededed;
}
footer a{ text-decoration: none; color: #555;}
footer .sub_text{ font-size:12px; font-weight:bold; color:#555; }
footer ul{
  display:flex;
  flex-direction:column;
  margin-top: 4.28vw;
}
footer li{
  list-style: none;
margin-top: 1.78vw;
}
footer div.box{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
footer div.ft1 img{ width:100%; max-width:300px; }
footer div.ft1{
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  flex-direction: column;
}
footer div.ft2{
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
footer div.ft3{
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.ft_entry_head{ margin:0; }
.footer_entry {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vw;
    background: #e60039;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    padding: 0 20px;
}
footer .group{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0 30px;
}
footer .group p.ttl{ display:block; }
footer .group img{ width:100%; max-width:150px; }
footer .group div.box{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
footer .group div.box a{ padding: 0 20px 0 0;}
.pc{display: block;}
.sp{display: none;}
.inbox{
 padding: 170px 50px 0;
 max-width: 1200px;
 width: 100%;
 margin: auto;
}
#policy {color: #555;}
#policy h2{
    font-size: 1.6rem;
    padding: 0 0 30px;
}
#policy h3{
    font-size: 1.3rem;
    padding: 0 0 20px;
}
#policy p{ line-height: 1.8rem; padding:0 0 30px 20px;}
#policy ul{ padding: 0 0 20px 20px;}
#policy li{ list-style:none; padding:0 0 10px 20px; }
#policy a{ color:#333; }
#policy .contact{text-align: right; padding-bottom: 50px;}
#policy .contact span{ font-weight: bold;}

@media screen and (max-width: 767px) {
  .inbox{ padding: 120px 20px 0;}
 .main_area h1{font-size:1.4rem;}
 .main_area p.lead{font-size: 16px;}
 .main_area p.lead br{ display:none; }
 .support p br{ display:none; }
 .support h2 { font-size: 1.8rem;}
.support ul{ flex-wrap:wrap; }
.support li{ width:100%; margin-bottom:20px; padding:20px; }
.support li h3{ font-size: 1rem; text-align: center; padding-bottom: 10px; } 
.support li .num{ padding: 5px 0; font-size: 1.3rem;}
 .recruit {padding: 20px 20px 30px; margin: 50px auto;
  width: 90%;
  min-width: initial;
  }
 .recruit h2{ font-size:1.3rem; }
 .recruit br{ display:none; }
 .recruit .btn a{ font-size: 1.3rem;}
 .recruit h2::before { top:33px; left:20px; }
 .recruit .btn a.touroku{ font-size:1.0rem; width:75%; margin: 10px 0 20px;}
.recruit .btn{ flex-direction:column; }
.recruit .btn-box { width: 100%;}
.recruit .btn h3{ padding:0px; }
  footer ul{ flex-direction: column; width: 100%;}
  footer li{ padding: 30px 0 30px;}
  footer div.box{ flex-direction:column; }
  footer div.ft1,
  footer div.ft2,
  footer div.ft3{
    width: 100%;
    margin-bottom: 50px;
  }
  footer a{
    display: block;
    padding: 30px 0;
    width: 100%;
  }
  footer h2.logo{ border:none; }
  footer h2{ font-size:12px; border-left:3px solid #d50051; padding-left:10px; }
  footer ul{ margin:0; }
  footer li:first-child{ border-top:1px solid #ededed; }
  footer li {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    line-height: 1.5;
    }
    footer .copyright{ font-size:10px; }
    footer .group,
    footer .group div.box{
      flex-direction: column;
    }
    footer .group div.box a{
      padding: 30px 0;
      text-align: center;
    }
    footer .group img{ width:100%; max-width:230px; }
    .footer_entry {
        height: 70px;
        font-size: 12px;
        width: 100%;
    }
    .sp{
      display: block;
    }
    .pc{display: none;}
}
/*パンくず
======================*/
.pan { font-size: 0.8em; color: #888; padding: 20px 0;}
.pan a{ color:#d60051; text-decoration:none; padding-right:8px; }
.pan span{ color:#888; padding-left: 8px;}


/*freelance
======================*/
#freelance h2{
    font-size: 2.3rem;
    padding: 0 0 10px;
    color: #d60051;
}
#freelance .lead{
  padding: 0 0 30px;
}
#freelance .bgbox{
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 0;
}