/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.ttl-area::before {
  content: "";
  width: 399px;
  height: 82px;
  background: url(../images/company/ttl-sp.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .ttl-area::before {
    width: 1048px;
    height: 210px;
    background: url(../images/company/ttl-pc.svg) no-repeat;
  }
}

.box-inner {
  padding: 0;
}

.company-info-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0 25px;
}

.company-info-nav li {
  width: calc(100% / 2 - 5px);
  background: #f8f5ec;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-right: 9px;
  margin-bottom: 10px;
}

.company-info-nav li a {
  color: #453932;
  padding: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  min-height: 73px;
}

.company-info-nav li:nth-child(2n) {
  margin-right: 0;
}

.company-info-nav li.current {
  background: #FE6D0D;
}

.company-info-nav li.current a {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .company-info-nav {
    margin-bottom: 65px;
  }
  .company-info-nav li {
    width: calc(100% / 3 - 12px);
    margin-bottom: 15px;
    font-size: 14px;
    margin-right: 15px;
  }
  .company-info-nav li a {
    padding: 16px 10px;
    min-height: 80px;
  }
  .company-info-nav li:nth-child(2n) {
    margin-right: 15px;
  }
  .company-info-nav li:nth-child(5n) {
    margin-right: 0;
  }
  .company-info-nav li:last-child {
    margin-right: 0;
  }
}

.nsk-ttl {
  color: #FE6D0D;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.nsk-ttl svg {
  display: block;
  fill: #FE6D0D;
  width: 68px;
  margin: 0 auto 14px;
}

@media screen and (min-width: 769px) {
  .nsk-ttl {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }
  .nsk-ttl svg {
    width: 121px;
    margin-bottom: 0;
    margin-right: 20px;
    margin-left: initial;
  }
}

.contents-area h4 {
  text-align: center;
  font-size: 20px;
  margin: 0 25px 8px;
  transform: translateY(-16px);
  position: relative;
}

.contents-area h4 .txt-en {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #FE6D0D;
  display: block;
  letter-spacing: 0.4em;
}

.contents-area h4::before, .contents-area h4::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url(../images/company/dot_04.svg) no-repeat;
  background-size: contain;
}

.contents-area h4::before {
  left: 0;
}

.contents-area h4::after {
  right: 0;
}

.contents-area .business-box .img-box {
  position: relative;
  margin: 0 25px 45px;
}

.contents-area .business-box .img-box::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 100%;
  background: #FE6D0D;
  z-index: -1;
}

.contents-area .business-box .txt-box {
  background: #f8f5ec;
  position: relative;
  padding: 0 25px 25px;
  margin-bottom: 80px;
}

.contents-area .business-box .txt-box h4, .contents-area .business-box .txt-box p {
  position: relative;
  z-index: 1;
}

.contents-area .business-box .txt-box h4 {
  margin-left: 0;
  margin-right: 0;
}

.contents-area .business-box .txt-box h4::before, .contents-area .business-box .txt-box h4::after {
  content: none;
}

.contents-area .business-box .txt-box .decoration {
  position: absolute;
}

.contents-area .business-box .txt-box .deco01 {
  left: 8px;
  top: -10px;
  width: 50px;
}

.contents-area .business-box .txt-box .deco02 {
  bottom: -25px;
  right: 107px;
  width: 43px;
}

.contents-area .business-box .txt-box .deco03 {
  bottom: -32px;
  right: -10px;
  width: 65px;
}

.contents-area .mds {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .contents-area h4 {
    transform: none;
    font-size: 30px;
    max-width: 416px;
    margin: 0 auto 60px;
  }
  .contents-area h4::before, .contents-area h4::after {
    width: 68px;
    height: 68px;
    background: url(../images/company/dot_01.svg) no-repeat;
    background-size: contain;
  }
  .contents-area h4 .txt-en {
    font-size: 18px;
  }
  .contents-area .business-box {
    position: relative;
    margin-bottom: 160px;
  }
  .contents-area .business-box .img-box {
    width: 676px;
    margin-left: auto;
  }
  .contents-area .business-box .img-box::before {
    bottom: -20px;
    right: -20px;
  }
  .contents-area .business-box .txt-box {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 495px;
    min-height: 484px;
    margin-bottom: 0;
    padding: 0 70px 100px;
  }
  .contents-area .business-box .txt-box h4 {
    text-align: left;
    transform: translateY(-30px);
  }
  .contents-area .business-box .txt-box .deco01 {
    left: -35px;
    top: -17px;
    width: 66px;
  }
  .contents-area .business-box .txt-box .deco02 {
    bottom: -25px;
    right: 212px;
    width: 66px;
  }
  .contents-area .business-box .txt-box .deco03 {
    bottom: -36px;
    right: 20px;
    width: 100px;
  }
  .contents-area .business-box .txt-box p {
    font-size: 16px;
    line-height: 2.6;
  }
  .contents-area .business-box .txt-box .mds {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contents-area .business-box .txt-box.koka h4 {
    margin-bottom: 0;
  }
}

.wf-box .wf {
  margin-top: 70px;
}

.wf-box .wf li {
  background: linear-gradient(to right bottom, #fff4ed 0%, #fff9ef 100%);
  margin-bottom: 60px;
  padding: 50px 25px 25px;
  position: relative;
  font-weight: 300;
}

.wf-box .wf li::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 55px;
  width: 1px;
  height: 60px;
  background: #FE6D0D;
  z-index: -1;
}

.wf-box .wf li:last-child::before {
  content: none;
}

.wf-box .wf li .icon {
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.wf-box .wf li .icon img {
  width: 80px;
}

.wf-box .wf li .mds {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .wf-box {
    margin-bottom: 100px;
  }
  .wf-box .wf li {
    padding: 30px 90px 40px 145px;
    background: linear-gradient(to right, #fff4ed 0%, #fff9ef 100%);
  }
  .wf-box .wf li .icon {
    top: 0;
    bottom: 0;
    left: -65px;
    right: auto;
    width: 130px;
    height: 130px;
  }
  .wf-box .wf li .icon img {
    width: 130px;
  }
  .wf-box .wf li .mds {
    text-align: left;
  }
}

.department-box {
  margin-bottom: 60px;
}

.department-box .department {
  padding: 0 25px;
}

.department-box .department li {
  padding: 0 20px 0 30px;
  margin-bottom: 30px;
  border-left: 1px solid #FE6D0D;
}

.department-box .department li.img-list {
  border-left: none;
  padding: 0;
}

.department-box .department li.img-list figure {
  text-align: center;
  margin-bottom: 30px;
}

.department-box .department li.img-list figcaption {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .department-box .department {
    display: flex;
    justify-content: space-between;
  }
  .department-box .department li {
    width: 316px;
    padding: 0 30px;
  }
  .department-box .department li.img-list {
    display: flex;
    max-width: 660px;
    width: 100%;
  }
  .department-box .department li.img-list figure {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .department-box .department li.img-list figure:last-child {
    margin-right: 0;
  }
}

.area-box .area {
  padding: 40px;
}

.area-box .area .sc-txt {
  font-weight: 500;
  margin-bottom: 30px;
}

.area-box .area .btn-shop a {
  text-decoration: none;
  color: #453932;
}

.area-box .area01 {
  background: #fff9ef;
}

.area-box .area01 .logo-box {
  width: 240px;
  display: block;
  padding: 25px 0 0;
  background: #fff;
  text-align: center;
  margin: 0 auto 30px;
}

.area-box .area01 .logo-box .logo01 img {
  width: 78%;
}

.area-box .area01 .logo-box .logo02 img {
  width: 69%;
}

.area-box .area02 {
  background: #fff4ed;
}

.area-box .area02 .logo-box {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}

.area-box .area02 .logo-box .logo-img {
  width: 116px;
  height: 114px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.area-box .area02 .logo-box .logo01 {
  margin-right: 10px;
}

.area-box .area02 .logo-box .logo01 img {
  width: 88px;
}

.area-box .area02 .logo-box .logo02 img {
  width: 78px;
}

.area-box .area02 .shop-list {
  display: flex;
  flex-wrap: wrap;
}

.area-box .area02 .shop-list li {
  width: calc(100% / 2 - 8px);
  font-size: 12px;
  margin-bottom: 12px;
  margin-right: 15px;
}

.area-box .area02 .shop-list li:nth-child(2n) {
  margin-right: 0;
}

.area-box .area02 .shop-list li a {
  padding: 5px 8px;
}

@media screen and (min-width: 769px) {
  .area-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .area-box .area {
    width: 50%;
    padding: 0;
  }
  .area-box .area .sc-txt {
    line-height: 2.1;
  }
  .area-box .area .btn-shop a:hover {
    color: #fff;
  }
  .area-box .pc-box {
    max-width: 683px;
    padding: 60px 90px 50px;
  }
  .area-box .area01 .pc-box {
    margin-left: auto;
  }
  .area-box .area02 .pc-box {
    margin-right: auto;
    padding: 60px 40px 50px;
  }
  .area-box .area02 .logo-box .logo-img {
    width: 137px;
    height: 137px;
  }
  .area-box .area02 .shop-list li {
    width: calc(100% / 4 - 12px);
    font-size: 12px;
    margin: 0;
    margin-bottom: 12px;
    margin-right: 15px;
  }
  .area-box .area02 .shop-list li:nth-child(2n) {
    margin-right: 15px;
  }
  .area-box .area02 .shop-list li:nth-child(4n) {
    margin-right: 0;
  }
}

.koka-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.koka-ttl img {
  width: 94px;
}

@media screen and (min-width: 769px) {
  .koka-ttl {
    margin-bottom: 80px;
  }
  .koka-ttl img {
    width: 156px;
  }
}

.infomation-box {
  background: #f8f8f8;
  padding: 40px;
}

.infomation-box h4 {
  margin: 0 0 8px;
}

.infomation-box .btn-map {
  background: #fff;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 5px;
}

.infomation-box .btn-map a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px;
  background: #FE6D0D;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
}

.infomation-box dl {
  border-bottom: solid 1px #ddd;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

.infomation-box dl dt {
  width: 20vw;
  font-weight: bold;
}

.infomation-box dl dd {
  padding-left: 15px;
  flex: 1;
}

.infomation-box dl.bbn {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .infomation-box {
    padding: 40px 40px 80px;
  }
  .infomation-box h4 {
    margin: 40px auto 50px;
  }
  .infomation-box .pc-flex {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .infomation-box .btn-map {
    width: 185px;
    margin-left: 0;
  }
  .infomation-box .btn-map a:hover {
    opacity: 0.7;
  }
  .infomation-box dl {
    margin-right: 50px;
    max-width: 500px;
    width: 100%;
    font-size: 14px;
    padding: 23px 15px;
    flex: 1;
    box-sizing: border-box;
  }
  .infomation-box dl:nth-child(2n) {
    margin-right: 0;
  }
  .infomation-box dl dt {
    width: 80px;
  }
}

.organization-box {
  background: #fff;
  padding: 15px 30px 25px;
  margin-top: 40px;
  width: calc(100% + 50px);
  margin-left: -25px;
}

.organization-box h4 {
  transform: none;
  font-size: 15px;
  margin-bottom: 10px;
}

.organization-box h4 .txt-en {
  font-size: 9px;
}

.organization-box h4::before, .organization-box h4::after {
  content: none;
}

@media screen and (min-width: 769px) {
  .organization-box {
    width: 450px;
    margin-left: 0;
    padding: 15px 40px 30px;
  }
  .organization-box h4 {
    font-size: 20px;
    margin-top: 7px;
  }
  .organization-box h4 .txt-en {
    font-size: 12px;
  }
}

.btn-top {
  margin: 0 40px;
}

@media screen and (min-width: 769px) {
  .btn-top {
    margin: 80px auto 30px !important;
  }
}

/*# sourceMappingURL=_map/company.css.map */
