@charset "UTF-8";
/* CSS Document */

/* 会社概要・SDGｓ */
p {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    font-size: 17px;
    line-height: 30px;
}
#company .inner {
    padding: 56px 20px 80px;
}
#company .title {
    width: 100%;
}
#company .title h2 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 45px;
    margin-bottom: 30px;
}
.kaisya-gaiyou {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #D9D9D9;
}
.kaisya-gaiyou th, .kaisya-gaiyou td {
    padding: 15px 6px;
    font-weight: normal;
    text-align: left;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    font-size: 15px;
    line-height: 26px;
}
.kaisya-gaiyou th {
    width: 100%;
    font-size: 18px;
}
.jigyou-list{
    list-style: none;
    padding: 0;
}
.jigyou-list li{
    margin: 5px 0;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
}
.kaisya-gaiyou span {
    display: block;
    font-size: 12px;
    margin-left: 2px;
}
#company .img {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

#sdgs-list {
    background: #FDECCD;
}
#sdgs-list .inner {
    padding: 68px 20px;
}
#sdgs-list h2 {
    font-size: 38px;
    color: #ff6200;
    font-weight: bold;
    text-align: center;
}
#sdgs-list .top-img {
    margin: auto;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}
#sdgs-list hr {
    border-top: 2px solid #FDCE78;
    margin: 40px 0;
}
#sdgs-list h3 {
    font-weight: 600;
    margin: 44px 0 10px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    font-size: 17px;
    line-height: 30px;
}
#sdgs-list .top-txt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#fun-news .inner {
    padding: 68px 20px;
}
.fukidashi-01 {
    position: relative;
    width: fit-content;
    padding: 31px 35px;
    border: 3px solid #333333;
    border-radius: 70px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: auto;
}
.fukidashi-01::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  rotate: 135deg;
  translate: -50%;
  background: #fff;
}
.fukidashi-01::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 3px solid;
    border-color: #333333 #333333 transparent transparent;
    rotate: 135deg;
    translate: -50%;
}
#fun-news .top-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
}
#fun-news .b-txt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 5px dotted #E3E3E3;
    padding: 7px 0 14px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: "Kaisei Opti", serif!important;
}
#fun-news .catch {
    position: relative;
    background-color: #FFCC23;
    border-radius: 20px;
    margin: 45px 0;
    padding: 30px;
    text-align: center;
}
#fun-news .btm-txt {
    text-align: center;
    padding: 0 0 24px;
    font-size: 16px;
}
#fun-news .img {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#hsccp {
    padding: 68px 0;
}
#hsccp .inner {
    background: #EDEDED;
    padding: 92px 20px;
}
#hsccp .top-h,
#hsccp .heading-1 {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    line-height: 30px;
}
#hsccp .top-h {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
#hsccp .heading-1 {
    padding-left: .7em;
    margin: 2.5em 0 1em;
    border-left: 5px solid #FF6101;
    color: #1a1a1a;
    font-size: 21px;
    font-weight: bold;
}
#hsccp .box-txt {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
}