@charset "UTF-8";
/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
  padding: 10px 0;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#breadcrumb li {
  font-size: 13px;
  margin-right: 10px;
}

#breadcrumb li:first-child {
  color: #28a1c4;
  text-align: left;
  font-weight: bold;
}

#breadcrumb li::before {
  content: "\f105";
  margin-right: 6px;
  color: #28a1c4;
  font-size: 15px;
  font-family: FontAwesome;
}

#breadcrumb li:first-of-type::before {
  display: none;
}

#breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========== end △ */
/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .pagination {
    margin-top: 50px;
  }
}

/* ========== end △ */
.shadow-img {
  -webkit-box-shadow: 0px 2px 8.46px 0.54px rgba(31, 31, 31, 0.28);
  box-shadow: 0px 2px 8.46px 0.54px rgba(31, 31, 31, 0.28);
}

.btn {
  max-width: 280px;
  margin: 0 auto;
}

.text_right {
  text-align: right;
}

h2 {
  color: #461a02;
  background-image: url(../images/dc_ttl.png);
  background-repeat: no-repeat;
  background-position: center top 38px;
  background-size: 120px auto;
  display: table;
  margin: 0 auto;
  font-size: 22px;
  padding: 73px 0 25px 0;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
  color: #461a02;
}

h2.dc2 {
  background-image: url(../images/dc_ttl2.png);
}

h2 span {
  display: block;
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#mainvisual {
  background-color: #000;
  height: 130px;
  background-position: center top;
  background-size: cover;
  position: relative;
}

#mainvisual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 25px;
  text-align: center;
  width: 80%;
  color: #fff;
  line-height: 1;
}

#mainvisual h1 > * {
  display: block;
  line-height: 1;
}

#mainvisual h1 small {
  font-size: 25px;
  margin-top: 15px;
}

#company #mainvisual {
  background-image: url(../company/images/key.jpg);
}

#company #sec1 {
  background: url(../company/images/s2_bg.jpg) no-repeat center top/cover;
  color: #fff;
  padding-bottom: 38px;
}

#company #sec1 h2 {
  color: currentColor;
}

#company #sec1 ul li:not(:last-child) {
  margin-bottom: 25px;
}

#company #sec2 {
  padding-bottom: 40px;
}

#company #sec2 ul li {
  background-color: #dbdcd6;
  border: 1px solid #000;
  padding: 20px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#company #sec2 ul li:not(:last-child) {
  margin-bottom: 15px;
}

#company #sec2 ul li h4 {
  font-size: 17px;
  border-bottom: 1px solid #6f5915;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

#company #sec3 {
  background-color: #331200;
  color: #fff;
  padding-bottom: 37px;
}

#company #sec3 h2 {
  color: currentColor;
}

#company #sec3 table a {
  color: currentColor;
}

#company #sec3 table tr {
  border-bottom: 1px solid #fff;
}

#company #sec3 table tr > * {
  padding: 8px 10px;
}

#company #sec3 table tr th {
  width: 25%;
}

#company #sec3 table tr td {
  width: 75%;
}

#company #sec4 {
  padding-bottom: 40px;
}

#company #sec4 .gmap iframe {
  width: 100%;
  height: 380px;
}

#company #sec5 {
  background-color: #fafafa;
  padding-bottom: 30px;
}

#company #sec5 .list_img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company #sec5 .list_img01 > * {
  width: 48%;
  margin-bottom: 10px;
}

#company #sec5 .list_img01 > *:nth-child(even) {
  margin-left: 4%;
}

#company #sec5 .list_img01 h3 {
  padding: 15px 0;
}

#business #mainvisual {
  background-image: url(../business/images/key.jpg);
}

#business #sec1 {
  padding-bottom: 20px;
}

#business #sec1 .item {
  margin-bottom: 30px;
}

#business #sec1 .item .pt {
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}

#business #sec1 .item .pt img {
  max-width: 100%;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
}

#business #sec1 .item h3 {
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding: 12px 0;
  margin-bottom: 12px;
}

#business #sec1 .item h3 span {
  color: #725c15;
  font-size: 15px;
}

#business #sec1 .item .txt:not(:last-child) {
  margin-bottom: 20px;
}

#staff #mainvisual {
  background-image: url(../staff/images/key.jpg);
}

#staff #sec1 img {
  width: auto;
  height: 70px;
}

#staff #sec1 .list_staff {
  background-color: #fafafa;
  padding: 40px 0;
}

#staff #sec1 .list_staff > * {
  margin-bottom: 15px;
}

#staff #sec1 .list_staff a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}

#staff #sec1 .list_staff a::after {
  content: '';
  border: 1px solid #765f16;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

#staff #sec1 .list_staff .img_staff {
  width: 20%;
}

#staff #sec1 .list_staff .name_staff {
  width: 80%;
  margin-left: 15%;
}

#staff #sec1 .list_staff h3 {
  font-size: 19px;
}

#staff #sec1 .list_staff h3 span {
  display: block;
  color: #b6b6b6;
  font-size: 16px;
}

#staff #sec2 {
  background-color: #2f1100;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

#staff #sec2 .box_staff {
  margin-bottom: 50px;
}

#staff #sec2 .img_staff {
  width: 100%;
  margin: 0 auto;
}

#staff #sec2 .img_staff img {
  max-height: unset;
}

#staff #sec2 .detail_staff h3 {
  margin: 20px 0;
  font-size: 16px;
}

#staff #sec2 .table_detail dl {
  margin-bottom: 20px;
}

#staff #sec2 .table_detail dl dt {
  font-size: 19px;
  background-color: #fff;
  color: #323232;
  display: table;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  margin-bottom: 15px;
}

#staff #sec2 .table_detail dl li {
  list-style: outside disc;
  margin-left: 1.5em;
  line-height: 1.5;
}
#staff #sec2 .table_detail dl li + li{
  margin-top: 0.5em;
}

#staff #sec3 {
  padding-bottom: 40px;
}

#staff #sec3 h2 + .txt {
  margin-bottom: 25px;
}

#staff #sec3 .box_txt {
  background-color: #fafafa;
  padding: 155px 0;
  position: relative;
}

#staff #sec3 .box_txt p:first-child {
  background-color: #2f1100;
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 25px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  position: relative;
  width: 45%;
  text-align: center;
}

#staff #sec3 .box_txt p:first-child::before {
  content: '';
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 15px solid #ed7d31;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}

#staff #sec3 .box_txt p:first-child::after {
  content: '';
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #ffc000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}

#staff #sec3 .box_txt p:first-child span {
  display: block;
}

#staff #sec3 .box_txt p:first-child span::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  bottom: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #a5a5a5;
  position: absolute;
  content: '';
}

#staff #sec3 .box_txt p:first-child span::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  bottom: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 15px solid #5b9bd5;
  position: absolute;
  content: '';
}

#staff #sec3 .box_txt .list_circle li {
  position: absolute;
  border-radius: 100%;
  background-color: #725c16;
  color: #fff;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#staff #sec3 .box_txt .list_circle li:nth-child(1) {
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#staff #sec3 .box_txt .list_circle li:nth-child(3) {
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#staff #sec3 .box_txt .list_circle li:nth-child(4) {
  left: 1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#staff #sec3 .box_txt .list_circle li:nth-child(2) {
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 420px) {
  #staff #sec3 .box_txt {
    padding: 130px 0;
  }
  #staff #sec3 .box_txt p:first-child {
    font-size: 18px;
    padding: 15px 5px;
  }
  #staff #sec3 .box_txt p:first-child::before {
    top: -15px;
    border-width: 20px;
    border-bottom-width: 10px;
  }
  #staff #sec3 .box_txt p:first-child::after {
    bottom: -15px;
    border-width: 20px;
    border-top-width: 10px;
  }
  #staff #sec3 .box_txt p:first-child span {
    white-space: nowrap;
  }
  #staff #sec3 .box_txt p:first-child span::before {
    right: -15px;
    border-width: 20px;
    border-left-width: 10px;
  }
  #staff #sec3 .box_txt p:first-child span::after {
    left: -15px;
    border-width: 20px;
    border-right-width: 10px;
  }
}

#news #mainvisual {
  background-image: url(../business/images/key.jpg);
}

#news h2 {
  padding: 0;
  margin: 0;
  background: none;
}

#news #TMPL-main {
  padding: 25px 2% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#news #TMPL-main header {
  background: none;
  position: relative;
  z-index: 1;
  border-top: none;
}

#news #TMPL-main .TMPL-news_pager {
  margin-top: -25px !important;
  margin-left: 2%;
  margin-right: 2%;
}

#news #TMPL-main .TMPL-news_pager .TMPL-pager_btn.TMPL-back_list {
  display: table !important;
  margin: 0 auto;
}

#news .TMPL-news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#news time {
  background-color: #575757;
  color: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin-bottom: 10px;
}

#news .TMPL-headline {
  width: 70%;
}

#news .TMPL-news_inner {
  width: 30%;
}

#news .TMPL-news_inner img {
  max-height: 120px;
}

#news .TMPL-pager_btn a {
  background-color: #000;
  color: #fff !important;
  display: table;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 0 #ddd;
          box-shadow: 4px 4px 0 #ddd;
}

#news .TMPL-next_btn {
  float: right;
}

#news .TMPL-next_btn a::after {
  display: inline-block;
  content: '';
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  margin-left: 5px;
  vertical-align: 1px;
}

#news .TMPL-prev_btn {
  float: left;
}

#news .TMPL-prev_btn a::before {
  display: inline-block;
  content: '';
  border: 4px solid transparent;
  border-right: 4px solid #fff;
  margin-right: 5px;
  vertical-align: 1px;
}

#news.detail #TMPL-news_detail .TMPL-news_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#news.detail #TMPL-news_detail .TMPL-news_box > * {
  width: 100% !important;
}

#news.detail #TMPL-news_detail .TMPL-news_inner img {
  max-height: 350px;
}



/**
 * happy society
 */
#happysc #mainvisual {
  background-image: url(../happysociety/images/key.jpg);
}

#happysc #sec01 {
  background-color: #fafafa;
}


#happysc .ttl_sub {
  padding-top: 1em;
  border-top: 4px double #ddd;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}
#happysc .ttl_subspan {
  font-weight: normal;
  font-size: 0.8em;
  color: #725c15;
  padding-left: 20px;
}

#happysc .insection:first-of-type {
  margin-top: 15px;
}
#happysc .insection + .insection {
  margin-top: 30px;
}


#happysc .insection ul li {
  list-style: inside disc;
  text-align: center;
}
#happysc .insection a.lnk_pdf {
  display: inline-flex;
  align-items: center;
  font-size: 1.2em;
  color: inherit;
  text-decoration: underline;
}
#happysc .insection a.lnk_pdf::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%20style%3D%22enable-background%3Anew%200%200%2056%2056%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20style%3D%22fill%3A%23e9e9e0%22%20d%3D%22M36.985%2C0H7.963C7.155%2C0%2C6.5%2C0.655%2C6.5%2C1.926V55c0%2C0.345%2C0.655%2C1%2C1.463%2C1h40.074%20c0.808%2C0%2C1.463-0.655%2C1.463-1V12.978c0-0.696-0.093-0.92-0.257-1.085L37.607%2C0.257C37.442%2C0.093%2C37.218%2C0%2C36.985%2C0z%22%2F%3E%3Cpolygon%20style%3D%22fill%3A%23d9d7ca%22%20points%3D%2237.5%2C0.151%2037.5%2C12%2049.349%2C12%22%2F%3E%3Cpath%20style%3D%22fill%3A%23cc4b4c%22%20d%3D%22M19.514%2C33.324L19.514%2C33.324c-0.348%2C0-0.682-0.113-0.967-0.326%20c-1.041-0.781-1.181-1.65-1.115-2.242c0.182-1.628%2C2.195-3.332%2C5.985-5.068c1.504-3.296%2C2.935-7.357%2C3.788-10.75%20c-0.998-2.172-1.968-4.99-1.261-6.643c0.248-0.579%2C0.557-1.023%2C1.134-1.215c0.228-0.076%2C0.804-0.172%2C1.016-0.172%20c0.504%2C0%2C0.947%2C0.649%2C1.261%2C1.049c0.295%2C0.376%2C0.964%2C1.173-0.373%2C6.802c1.348%2C2.784%2C3.258%2C5.62%2C5.088%2C7.562%20c1.311-0.237%2C2.439-0.358%2C3.358-0.358c1.566%2C0%2C2.515%2C0.365%2C2.902%2C1.117c0.32%2C0.622%2C0.189%2C1.349-0.39%2C2.16%20c-0.557%2C0.779-1.325%2C1.191-2.22%2C1.191c-1.216%2C0-2.632-0.768-4.211-2.285c-2.837%2C0.593-6.15%2C1.651-8.828%2C2.822%20c-0.836%2C1.774-1.637%2C3.203-2.383%2C4.251C21.273%2C32.654%2C20.389%2C33.324%2C19.514%2C33.324z%20M22.176%2C28.198%20c-2.137%2C1.201-3.008%2C2.188-3.071%2C2.744c-0.01%2C0.092-0.037%2C0.334%2C0.431%2C0.692C19.685%2C31.587%2C20.555%2C31.19%2C22.176%2C28.198z%20M35.813%2C23.756c0.815%2C0.627%2C1.014%2C0.944%2C1.547%2C0.944c0.234%2C0%2C0.901-0.01%2C1.21-0.441c0.149-0.209%2C0.207-0.343%2C0.23-0.415%20c-0.123-0.065-0.286-0.197-1.175-0.197C37.12%2C23.648%2C36.485%2C23.67%2C35.813%2C23.756z%20M28.343%2C17.174%20c-0.715%2C2.474-1.659%2C5.145-2.674%2C7.564c2.09-0.811%2C4.362-1.519%2C6.496-2.02C30.815%2C21.15%2C29.466%2C19.192%2C28.343%2C17.174z%20M27.736%2C8.712c-0.098%2C0.033-1.33%2C1.757%2C0.096%2C3.216C28.781%2C9.813%2C27.779%2C8.698%2C27.736%2C8.712z%22%2F%3E%3Cpath%20style%3D%22fill%3A%23cc4b4c%22%20d%3D%22M48.037%2C56H7.963C7.155%2C56%2C6.5%2C55.345%2C6.5%2C54.537V39h43v15.537C49.5%2C55.345%2C48.845%2C56%2C48.037%2C56z%22%2F%3E%3Cg%3E%3Cpath%20style%3D%22fill%3A%23fff%22%20d%3D%22M17.385%2C53h-1.641V42.924h2.898c0.428%2C0%2C0.852%2C0.068%2C1.271%2C0.205%20c0.419%2C0.137%2C0.795%2C0.342%2C1.128%2C0.615c0.333%2C0.273%2C0.602%2C0.604%2C0.807%2C0.991s0.308%2C0.822%2C0.308%2C1.306%20c0%2C0.511-0.087%2C0.973-0.26%2C1.388c-0.173%2C0.415-0.415%2C0.764-0.725%2C1.046c-0.31%2C0.282-0.684%2C0.501-1.121%2C0.656%20s-0.921%2C0.232-1.449%2C0.232h-1.217V53z%20M17.385%2C44.168v3.992h1.504c0.2%2C0%2C0.398-0.034%2C0.595-0.103%20c0.196-0.068%2C0.376-0.18%2C0.54-0.335c0.164-0.155%2C0.296-0.371%2C0.396-0.649c0.1-0.278%2C0.15-0.622%2C0.15-1.032%20c0-0.164-0.023-0.354-0.068-0.567c-0.046-0.214-0.139-0.419-0.28-0.615c-0.142-0.196-0.34-0.36-0.595-0.492%20c-0.255-0.132-0.593-0.198-1.012-0.198H17.385z%22%2F%3E%3Cpath%20style%3D%22fill%3A%23fff%22%20d%3D%22M32.219%2C47.682c0%2C0.829-0.089%2C1.538-0.267%2C2.126s-0.403%2C1.08-0.677%2C1.477s-0.581%2C0.709-0.923%2C0.937%20s-0.672%2C0.398-0.991%2C0.513c-0.319%2C0.114-0.611%2C0.187-0.875%2C0.219C28.222%2C52.984%2C28.026%2C53%2C27.898%2C53h-3.814V42.924h3.035%20c0.848%2C0%2C1.593%2C0.135%2C2.235%2C0.403s1.176%2C0.627%2C1.6%2C1.073s0.74%2C0.955%2C0.95%2C1.524C32.114%2C46.494%2C32.219%2C47.08%2C32.219%2C47.682z%20M27.352%2C51.797c1.112%2C0%2C1.914-0.355%2C2.406-1.066s0.738-1.741%2C0.738-3.09c0-0.419-0.05-0.834-0.15-1.244%20c-0.101-0.41-0.294-0.781-0.581-1.114s-0.677-0.602-1.169-0.807s-1.13-0.308-1.914-0.308h-0.957v7.629H27.352z%22%2F%3E%3Cpath%20style%3D%22fill%3A%23fff%22%20d%3D%22M36.266%2C44.168v3.172h4.211v1.121h-4.211V53h-1.668V42.924H40.9v1.244H36.266z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#happysc .media {
  display: grid;
  margin-top: 15px;
  gap: 10px;
}
#happysc .media img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#happysc .media001 {
  grid-template-areas:
   "tanpopo001 tanpopo002"
   "kodomo001 kodomo002"
   "kodomo003 kodomo004";
}
#happysc .media001 img:nth-of-type(1) { grid-area: tanpopo001; }
#happysc .media001 img:nth-of-type(2) { grid-area: tanpopo002; }
#happysc .media001 img:nth-of-type(3) { grid-area: kodomo001; }
#happysc .media001 img:nth-of-type(4) { grid-area: kodomo002; }
#happysc .media001 img:nth-of-type(5) { grid-area: kodomo003; }
#happysc .media001 img:nth-of-type(6) { grid-area: kodomo004; }

#happysc .media002 {
  display: inline-grid;
  grid-template-areas:
   "kasama kasama kasama"
   "recipt others others";
}
#happysc .media002 img:nth-of-type(1) { grid-area: kasama; width: 66vw; margin-right: auto; margin-left: auto; }
#happysc .media002 img:nth-of-type(2) { grid-area: recipt; width: 320px; }
#happysc .media002 img:nth-of-type(3) { grid-area: others; width: 640px; }

/**
 * pelp
 */
#happysc #pelp {
  font-family:
  Meiryo, 'メイリオ', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #222;

  width: 100%;
  max-width: 320px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

#happysc #pelp a {
  color: #333;
  text-decoration: none;
  transition: all .4s;
}

#happysc #pelp .img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#happysc #pelp .img_full {
  display: block;
  width: 100%;
  height: auto;
}
#happysc #pelp .center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#happysc #pelp .ta_center {
  text-align: center;
}
#happysc #pelp .ta_right {
  text-align: right;
}

#happysc #pelp .wrap_conts {
  padding-top: 1.5em;
  padding-bottom: 3em;
}

#happysc #pelp .box_pdt {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
}
#happysc #pelp .box_pdt_sm {
  padding-top: 1.5em;
}


/* sdgsicon */
#happysc #pelp .fx_sdgsicon {
  display: flex;
  margin: 0 -2%;
}

#happysc #pelp .jc_end {
  justify-content: flex-end;
}
#happysc #pelp .jc_center {
  justify-content: center;
}

/* main key */
#happysc #pelp .box_main {
  position: relative;
}
#happysc #pelp .box_main > .title {
  position: absolute;
  right: 1.2em;
  bottom: 1.2em;
  text-align: right;
  font-weight: 500;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .1rem;
  text-shadow: 0 0 .5em rgba(0,0,0,.7);
}

/* fukidashi */
#happysc #pelp .box_fukidashi {
  position: relative;
  margin-bottom: 1.8em;
  padding: 2em 1.5em;
  border-radius: .6em;
  background-color: #009c34;
  text-align: center;
  color: #fff;
}
#happysc #pelp .box_fukidashi::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.75em;
  margin: auto;
  width: 3.5em;
  height: 1.8em;
  background: url('../happysociety/images/fukidashi.png') center/contain no-repeat;
}

#happysc #pelp .box_fukidashi > .logo_pelp {
  width: 100%;
  max-width: 48px;
}
#happysc #pelp .box_fukidashi > .catch {
  margin-top: 1em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}
#happysc #pelp .box_fukidashi > .title {
  margin-top: 1.3em;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
#happysc #pelp .box_fukidashi > .text {
  margin-top: 1em;
  text-align: left;
}

/* upcycle */
#happysc #pelp .box_upcycle > .title {
  width: 100%;
  max-width: 25em;
  margin: 0 auto;
  margin-bottom: 1.8em;
  padding: 1em .8em .8em;
  border-radius: .4em;
  background: #009c34;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
}

#happysc #pelp .fx_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#happysc #pelp .fx_flow > .text {
  position: relative;
  width: 100%;
  padding: 1.2em 0;
  background: rgba(255,255,255,.7);
}
#happysc #pelp .fx_flow > .text::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../happysociety/images/arrow_bl.png) center/contain no-repeat;
}
#happysc #pelp .fx_flow > .text > .title {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #009c34;
  line-height: 1.5;
  letter-spacing: .1rem;
}
#happysc #pelp .fx_flow > .flow {
  position: relative;
  width: 100%;
  max-width: 48%;
  margin-top: 1.5em;
}
#happysc #pelp .fx_flow > .flow > .text {
  position: static;
  display: flex;
  align-items: center;
  height: 6em;
  padding: .8em 1em;
  background-color: #009c34;
  font-size: 1rem;
  color: #fff;
}
#happysc #pelp .fx_flow > .flow > .text > span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: .5em;
  left: .5em;
  bottom: auto;
  margin: auto;
  width: 1.6em;
  height: 1.6em;
  padding-top: .1em;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  color: #009c34;
  line-height: 1;
}

/* searchbox */
#happysc #pelp .box_search > .title {
  padding: 1em .8em .8em;
  background: #009c34;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
}

#happysc #pelp .box_search > .fx_search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.2em;
  background: #f4f4f4;
}
#happysc #pelp .box_search > .fx_search > .item_text {
  margin-top: 1em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: .1rem;
  word-break: break-all;
}
#happysc #pelp .box_search > .fx_search > .item_text > a:hover,
#happysc #pelp .box_search > .fx_search > .item_text > a:focus {
  color: #3094b3;
}

.busi_card {
  text-align: center;
}


/**/
#privacy #mainvisual {
  background-image: url(../privacy/images/key.jpg);
}
.privacy_page a{
  color: #000;
}
.privacy_page h3{
  font-size: 20px;
  margin-top: 20px;
  color: #461a02;
  border-top: solid 1px #ccc;
  padding-top: 30px;
}
.privacy_page h4,
.privacy_page h5{
  font-size: 16px;
  color: #461a02;
  margin-top: 20px;
}
.privacy_page p{
  line-height: 1.8;
}
.privacy_page ol{
  list-style: number!important;
  margin-left: 15px;
  line-height: 2.0;
}
.privacy_page ol li{
  list-style: number;
}
.privacy_page ul{
  list-style: disc;
  margin-left: 15px;
  line-height: 2.0;
}
.privacy_page ul li{
  list-style: disc;
}




/*contact*/
#contact #mainvisual {
  background-image: url(../contact/images/key.jpg);
}

#contact .att_txt h3{
  text-align: center;
  font-size: 20px;
  margin: 30px 0;
}
#contact .att_txt .check{
  width: 6%;
}
#contact .att_txt{
border: 1px solid #323232;
    background: #dbdcd6;
    padding: 15px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#contact .form_area {
  margin-top: 100px;
}
#contact .form_area table{
  width: 100%;
}

#contact .form_area th{
  text-align: left;
  font-weight: 500;
}
#contact .form_area th, 
#contact .form_area td {
  border-top: 1px dashed #222;
  padding: 20px 25px;
  vertical-align: middle;
}
#contact .form_area td input[type="text"],
#contact .form_area td input[type="email"] {
border: 1px solid #e5e5e5;
height: 35px;
padding: 10px;
width: 100%;
}
#contact .form_area td input[type="text"]:focus,
#contact .form_area td textarea:focus {
  border: 1px solid #000;
  outline: 0;
}
#contact .form_area td textarea {
  height: 110px;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

#contact .form_area th.any:before {
  content: "任意";
  background-color: #666666;
  color: #fff;
}
#contact .form_area th.required:before {
  content: "必須";
  background-color: #700303;
  color: #fff;
}
#contact .form_area th:before {
  float: left;
  display: inline-block;
  padding: 2px 5px;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
#contact .form_area #formEnd{
  text-align: center;
  margin-top: 30px;
}
#contact .form_area #formEnd a{
  color: #000;
}
.submit_btn {
  display: block;
  background: #000;
  color: #fff;
  width: 320px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 10px 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 30px auto;
}
.submit_btn input {
  color: #fff;
  background: none;
  outline: none;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 12px;
  border: none;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.submit_btn :hover{
  background-color: #331200;
}

