@charset "UTF-8";
/*第二階層*/
.breadcrumb {
  padding: 0 10% 0 0;
  text-align: right;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  font-size: 14px;
  color: #111;
}
.breadcrumb ul li.current {
  color: #ed1c24;
}
.breadcrumb ul li:first-child {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
.breadcrumb ul li:first-child:before {
  display: none;
}
.breadcrumb ul li:before {
  content: '/';
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #333;
}
.breadcrumb ul li a {
  color: #111;
  text-decoration: none;
  position: relative;
}
.breadcrumb ul li a:hover {
  opacity: 1;
}
.breadcrumb ul li a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all .5s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.breadcrumb ul li a:hover:after {
  transform: scale(1, 1);
}
.second .bg {
  background-color: #f5f5f5;
  padding: 150px 0 50px;
}
.second .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
.second h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
  margin: 0 0 0 10%;
}
.second h2 .sub {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 5px;
  padding-left: 30px;
  font-size: 26px;
  position: relative;
}
.second h2 .sub:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ed1c24;
}
/*-------------------会社概要-------------------*/
.second.about .inner {
  padding: 70px 0 80px;
}
.second.about h3 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 auto 40px;
  padding-left: 30px;
  position: relative;
}
.second.about h3:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 70%;
  background: #ed1c24;
  transform: rotate(13deg);
}
.second.about .message {
  position: relative;
  margin-bottom: 150px;
}
.second.about .message .inner02 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.second.about .message figure {
  width: 60%;
  height: 600px;
  border-radius: 0 15px 0 15px;
  overflow: hidden;
}
.second.about .message figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.second.about .message .txt {
  width: 48%;
  background-color: #222;
  border-radius: 0 15px 0 15px;
  padding: 50px 4%;
  position: absolute;
  top: 50px;
  right: 0;
}
.second.about .message .txt h4 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  margin: 0 auto 20px;
  color: #fff;
}
.second.about .message .txt p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 30px;
  text-align: justify;
  color: #fff;
}
.second.about .message .txt .name {
  text-align: right;
  font-size: 28px;
  margin: 0;
}
.second.about .message .txt .name .position {
  font-size: 20px;
  margin-right: 20px;
}
.second.about .profile {
  background-color: #f5f5f5;
}
.second.about .profile .dl_box dl {
  margin: 0;
  display: flex;
  padding: 20px 0;
  position: relative;
}
.second.about .profile .dl_box dl:after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
.second.about .profile .dl_box dl dt {
  width: 25%;
}
.second.about .profile .dl_box dl dd {
  margin: 0;
  width: 75%;
}
.second.about .history .dl_box dl {
  margin: 0;
  display: flex;
  padding: 20px 0;
  position: relative;
}
.second.about .history .dl_box dl:after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
.second.about .history .dl_box dl dt {
  width: 25%;
}
.second.about .history .dl_box dl dd {
  margin: 0;
  width: 75%;
}
/*-------------------ブランド-------------------*/
.second.brand .inner {
  width: 80%;
  min-width: 1100px;
}
.second.brand .nav_box {
  margin-bottom: 120px;
}
.second.brand .nav_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.second.brand .nav_box ul li {
  width: 150px;
  margin: 0 1.5%;
}
.second.brand .nav_box ul li a {
  display: block;
  text-decoration: none;
}
.second.brand section {
  margin-bottom: 120px;
}
.second.brand section:last-child {
  margin-bottom: 0;
}
.second.brand h3 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 30px;
  background-color: #fff;
  border: solid 3px #eee;
  margin: 0;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.second.brand h3 img {
  width: 100%;
}
.second.brand .inner02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  height: 550px;
  position: relative;
}
.second.brand .inner02 .txt {
  width: 40%;
  padding: 50px 5% 40px;
}
.second.brand .inner02 .txt h4 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 auto 15px;
}
.second.brand .inner02 .txt h4 span {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 10px 20px 12px;
  margin: 0 auto 5px;
}
.second.brand .inner02 .txt p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  margin: 0;
}
.second.brand .inner02 .txt .btn {
  width: 400px;
  margin: 20px auto 0 !important;
}
.second.brand .inner02 .txt .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: solid 3px #eee;
  border-radius: 50px;
  padding: 20px 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  position: relative;
}
.second.brand #sakekitaru .inner02 .txt .btn a {
  background-color: #c1272d;
}
.second.brand #hakatastyle .inner02 .txt .btn a {
  background-color: #77b351;
  padding: 10px 0 12px;
}
.second.brand .inner02 .txt .btn .arrow {
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 55px;
  margin: auto;
  transition: all .3s;
  transform: rotate(-13deg);
}
.second.brand .inner02 .txt .btn .arrow:before, .second.brand .inner02 .txt .btn .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.second.brand .inner02 .txt .btn .arrow:before {
  left: 0;
  width: 35px;
  height: 2px;
  background: #fff;
  transition: all .3s;
}
.second.brand .inner02 .txt .btn .arrow:after {
  left: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
  transform: rotate(45deg) skew(-15deg, -15deg);
  transition: all .3s;
}
.second.brand .inner02 .txt .btn a:hover .arrow:before {
  width: 45px;
}
.second.brand .inner02 .txt .btn a:hover .arrow:after {
  left: 30px;
}
.second.brand .inner02 figure {
  width: 50%;
  height: 100%;
}
.second.brand .inner02 figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*-------------------プライバシーポリシー-------------------*/
.second.pp section {
  margin-bottom: 50px;
}
.second.pp section:last-child {
  margin-bottom: 0;
}
.second.pp section h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto -5px;
}
.second.pp section ol {
  padding: 0 0 0 20px;
}
.second.pp section ol li {
  margin-bottom: 10px;
}
.second.pp section ol > ul {
  margin-bottom: 0px !important;
}
.second.pp section ul {
  padding: 0 0 0 20px;
  list-style: disc;
}
.second.pp section ol.paren {
  padding: 0 0 0 15px;
}
.second.pp section ol.paren li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1.5em;
  text-indent: -3.1em;
}
.second.pp section ol.paren li:before {
  display: marker;
  content: "（ "counter(cnt)" ）";
}
.second.pp section p {
  text-align: justify;
}
@media screen and (max-width:1050px) {
  /*第二階層*/
  .breadcrumb {
    padding: 0 5% 0 0;
  }
  .breadcrumb ul li {
    font-size: 13px;
  }
  .second .bg {
    padding: 120px 0 30px;
  }
  .second .inner {
    width: 90%;
    padding: 40px 0 70px;
  }
  .second h2 {
    font-size: 38px;
    margin: 0 0 30px 5%;
  }
  .second h2 .sub {
    margin-top: 5px;
    padding-left: 22px;
    font-size: 16px;
  }
  .second h2 .sub:before {
    width: 12px;
    height: 12px;
  }
  /*-------------------会社概要-------------------*/
  .second.about .inner {
    padding: 40px 0 50px;
  }
  .second.about h3 {
    font-size: 24px;
    margin: 0 auto 20px;
    padding-left: 20px;
  }
  .second.about h3:after {
    position: absolute;
    top: 2.5px;
    width: 3.5px;
    height: 70%;
  }
  .second.about .message {
    margin-bottom: 0;
  }
  .second.about .message .inner02 {
    display: block;
  }
  .second.about .message figure {
    width: 100%;
    height: 400px;
  }
  .second.about .message .txt {
    width: 80%;
    padding: 30px 5%;
    margin: -50px auto 0;
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
  }
  .second.about .message .txt h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto 10px;
  }
  .second.about .message .txt p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 20px;
  }
  .second.about .message .txt .name {
    font-size: 20px;
  }
  .second.about .message .txt .name .position {
    font-size: 18px;
    margin-right: 15px;
  }
  .second.about .profile .dl_box dl {
    padding: 15px 0;
  }
  .second.about .profile .dl_box dl dt {
    width: 35%;
  }
  .second.about .profile .dl_box dl dd {
    width: 65%;
  }
  .second.about .history .dl_box dl {
    padding: 15px 0;
  }
  .second.about .history .dl_box dl dt {
    width: 35%;
  }
  .second.about .history .dl_box dl dd {
    width: 65%;
  }
  /*-------------------ブランド-------------------*/
  .second.brand .inner {
    width: 90%;
    min-width: 90%;
  }
  .second.brand .nav_box {
    margin-bottom: 80px;
  }
  .second.brand .nav_box ul {
    flex-wrap: wrap;
  }
  .second.brand .nav_box ul li {
    width: 100px;
    margin: 0 1.5% 10px;
  }
  .second.brand section {
    margin-bottom: 80px;
  }
  .second.brand h3 {
    width: 120px;
    height: 120px;
    padding: 15px;
    position: absolute;
    top: -50px;
  }
  .second.brand .inner02 {
    display: block;
    height: auto;
  }
  .second.brand .inner02 .txt {
    width: auto;
    padding: 120px 5% 25px;
  }
  .second.brand .inner02 .txt h4 {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  .second.brand .inner02 .txt h4 span {
    padding: 5px 10px 7px;
  }
  .second.brand .inner02 .txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .second.brand .inner02 .txt .btn {
    width: 100%;
    max-width: 400px;
    margin: 15px auto 0 !important;
  }
  .second.brand .inner02 .txt .btn a {
    font-size: 15px;
    text-align: left;
    padding-left: 7% !important;
  }
  .second.brand .inner02 figure {
    width: auto;
    height: 250px;
  }
  /*-------------------プライバシーポリシー-------------------*/
  .second.pp section {
    margin-bottom: 30px;
  }
  .second.pp section h4 {
    font-size: 18px;
  }
  .second.pp section ol {
    padding: 0 0 0 25px;
  }
  .second.pp section ul {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width:700px) {
  /*-------------------会社概要-------------------*/
  .second.about .message figure {
    width: 100%;
    height: 300px;
  }
}