@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url("https://use.typekit.net/vyo8crl.css");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,100,0,0&icon_names=arrow_forward_ios&display=swap");

/* -----------------------------------
about_fourteen
----------------------------------- */
.about_fourteen {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.about_fourteen .top_images {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  background-color: grey;
  display: inline-block;
}
.about_fourteen .main_titile {
  font-size: 8em;
  font-family: optima, sans-serif;
  line-height: 1.5;
}
.about_fourteen .main_titile span {
  font-size: 4rem;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .main_titile {
    font-size: 6rem;
  }
  .about_fourteen .main_titile span {
    font-size: 2.4rem;
  }
}
.about_fourteen .top_contents {
  background: #BCBCBC;
  padding: 210px 0;
  text-align: center;
  color: #AFA89B;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .top_contents {
    padding: 0;
  }
}
.about_fourteen .top_contents .contents_title {
  font-family: optima, sans-serif;
  position: absolute;
  top: 150px;
  left: 3%;
  font-size: 4rem;
  padding: 0 80px 10px 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .top_contents .contents_title {
    position: static;
    font-size: 2.5rem;
    width: 90%;
    padding: 50px 0 10px;
    margin: 0 5%;
  }
}
.about_fourteen .top_contents .top_contents_title {
  font-size: 5rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .top_contents .top_contents_title {
    font-size: 2.5rem;
  }
}
.about_fourteen .top_contents .top_contents_words {
  font-size: 1.8rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 2;
  max-width: 760px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .top_contents .top_contents_words {
    max-width: 80%;
  }
}
.about_fourteen .contents_area {
  background: #120A08;
  padding: 100px 0 120px 3%;
  /*width: 97%;*/
  color: #AFA89B;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area {
    padding: 40px 0;
    width: 100%;
  }
}
.about_fourteen .contents_area.sec_history, .about_fourteen .contents_area.sec_02, .about_fourteen .contents_area.sec_message {
  background: url(/images/about_fourteen/af_001.png) no-repeat center center/cover;
  padding: 200px 0 120px 3%;
  position: relative;
}
.about_fourteen .contents_area.sec_history_01 {
  background: url(/images/top/af_01.png) no-repeat center center/cover;
  padding: 200px 0 120px 3%;
  position: relative;
}

.about_fourteen .contents_area.sec_history_02 {
  background: url(/images/top/af_02.jpg) no-repeat center center/cover;
  padding: 200px 0 120px 3%;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.sec_history, .about_fourteen .contents_area.sec_02, .about_fourteen .contents_area.sec_message {
    padding: 50px 0;
  }
  .about_fourteen .contents_area.sec_history_01 {
    background: url(/images/top/af_01.png) no-repeat center center/cover;
    padding: 50px 0;
    position: relative;
  }

  .about_fourteen .contents_area.sec_history_02 {
    background: url(/images/top/af_02.jpg) no-repeat center center/cover;
    padding: 50px 0;
    position: relative;
  }
}
.about_fourteen .contents_area.sec_02 {
  background: url(/images/about_fourteen/af_002.png) no-repeat center center/cover;
}
.about_fourteen .contents_area.sec_02 .text_box {
  margin-left: auto;
  margin-right: 100px;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.sec_02 .text_box {
    width: 90%;
    margin: 0 auto;
  }
  .about_fourteen .contents_area.sec_02 .text_box .sub_title {
    padding: 0 0 30px;
  }
}
.about_fourteen .contents_area.sec_02 .text_box .sub_title {
  padding: 0 0 60px;
}
.about_fourteen .contents_area.sec_02 .text_box .text {
  padding: 0;
}
.about_fourteen .contents_area.sec_message {
  background: url(/images/about_fourteen/af_003.png) no-repeat center center/cover;
}
.about_fourteen .contents_area.sec_company {
  background: url(/images/about_fourteen/af_004.png) no-repeat center center/cover;
}
.about_fourteen .contents_area .contents_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area .contents_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
  }
}
.about_fourteen .contents_area .text_box {
  order: 1;
  width: 30%;
  color: #fff;
  position: relative;
  z-index: 99;
}
.about_fourteen .sec_promise .text_box {
  width: 100%;
}
.about_fourteen .contents_area .text_box_2 {
  order: 1;
  width: 30%;
  color: #fff;
  position: relative;
  z-index: 99;
  margin-left: auto;
  margin-right: 10%;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area .text_box_2 {
    margin: 0 auto 30px;
    width: 90%;
  }
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area .text_box {
    margin: 0 auto 30px;
    width: 90%;
  }
  .about_fourteen .sec_promise .text_box {
    margin: 0;
    padding: 30px;
    width: 100%;
  }
}
.about_fourteen .contents_area .text_box .contents_title {
  font-family: optima, sans-serif;
  width: 97%;
  font-size: 4rem;
  padding: 0 0 10px 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  line-height: 1;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area .text_box .contents_title {
    font-size: 3rem;
    width: 100%;
    padding: 0 0 10px;
  }
}
.about_fourteen .contents_area .text_box .sub_title {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  width: 100%;
  padding: 0 0 20px 40px;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area .text_box .sub_title {
    font-size: 2.6rem;
    padding: 0 0 20px;
  }
}
.about_fourteen .contents_area .text_box .text {
  font-size: 1.8rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  padding: 0 0 0 40px;
  line-height: 35px;
}
.about_fourteen .contents_area .text_box_2 .text {
  font-size: 1.8rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  padding: 0;
  line-height: 35px;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area .text_box .text {
    padding: 0;
  }
  .about_fourteen .contents_area .text_box_2 .text {
    padding: 0;

  }
}
.about_fourteen .contents_area.sec_promise {
  padding: 10% 0 0 3%;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.sec_promise {
    padding: 0;
  }
}
.about_fourteen .contents_area .list_promise {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.about_fourteen .contents_area .list_promise li:first-child {
  background: url(/images/about_fourteen/bg_promise_000.png) no-repeat center center/cover;
}

.about_fourteen .contents_area .list_promise li {
  width: 33.3333333333%;
  background: url(/images/about_fourteen/bg_promise_001.png) no-repeat center center/cover;
  min-height: 600px;
}
.about_fourteen .contents_area .list_promise li:nth-child(3) {
  background: url(/images/about_fourteen/bg_promise_002.png) no-repeat center center/cover;
}
.about_fourteen .contents_area .list_promise li:nth-child(4) {
  background: url(/images/about_fourteen/bg_promise_003.png) no-repeat center center/cover;
}
.about_fourteen .contents_area .list_promise li:nth-child(5) {
  background: url(/images/about_fourteen/bg_promise_004.png) no-repeat center center/cover;
}
.about_fourteen .contents_area .list_promise li:nth-child(6) {
  background: url(/images/about_fourteen/bg_promise_005.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area .list_promise li {
    width: 100%;
    min-height: 400px;
  }
}
.about_fourteen .contents_area .list_promise li .text_box {
  width: 75%;
  margin: 30% auto 10%;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area .list_promise li .text_box {
    width: 90%;
    margin: 30% auto;
  }
}
.about_fourteen .contents_area .list_promise li .text_box .sub_title {
  font-size: 2.4rem;
  padding: 0 0 20px 0;
  text-align: center;
}
.about_fourteen .sec_history_01 .text_box_2 .sub_title {
  font-size: 2.4rem;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .sec_history_01 .text_box_2 .sub_title {
    font-size: 2.4rem;
    padding: 0 0 20px 0;
    text-align: left;
  }
}
.about_fourteen .contents_area .list_promise li .text_box .text {
  padding: 0;
}
.about_fourteen .contents_area .list_promise li:first-child .text_box {
  margin: 100px 0 0;
}
.about_fourteen .contents_area .list_promise li:first-child .text_box .sub_title {
  font-size: 2.4rem;
  padding: 0 0 20px 40px;
  text-align: left;
}
.about_fourteen .contents_area .list_promise li:first-child .text_box .text {
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area .list_promise li:first-child .text_box {
    margin: 50px auto;
  }
  .about_fourteen .contents_area .list_promise li:first-child .text_box .sub_title {
    font-size: 2rem;
    padding: 0 0 20px;
  }
  .about_fourteen .contents_area .list_promise li:first-child .text_box .text {
    padding: 0;
  }
}

.about_fourteen .contents_area .list_promise li:nth-child(4) .text_box {
  margin: 30% auto 0;
}

.about_fourteen .contents_area.sec_company .table_company {
  width: 70%;
  margin: 80px auto 200px;
  color: #fff;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: 2.4rem;
  border-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.about_fourteen .contents_area.sec_company .table_company th {
  text-align: center;
  padding: 20px 20px 20px 0;
  border-right: 1px solid #fff;
}
.about_fourteen .contents_area.sec_company .table_company td {
  padding: 5px 0 5px 70px;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.sec_company .table_company {
    width: 90%;
    margin: 50px auto;
    font-size: 1.5rem;
  }
  .about_fourteen .contents_area.sec_company .table_company th {
    padding: 20px 10px 20px 0;
  }
  .about_fourteen .contents_area.sec_company .table_company td {
    padding: 5px 0 5px 20px;
  }
}

.top_contents_title {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 3em;
    padding: 2em 0 1em 0;
}
.top_contents_words {
    width: 50%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    font-size: 1.5em;
    padding-bottom: 5em;
}
@media only screen and (max-width: 1023px) {
    .about_fourteen .contents_area .text_box .contents_title {
        font-size: 2.4rem;
        width: 100%;
        padding: 0 0 10px;
    }
}
.l-footer__top__sp {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .l-footer__top__left {display: none;}
  .l-footer__top__center {display: none;}
  .l-footer__top__right {display: none;}
  .l-footer__top__sp {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 57px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .p-footer-nav__sns {
    width: calc(50% - 10px);
  }
  .l-footer__top__sp li {
    margin-bottom: 15px;
  }
  .l-footer__top__sp li a {
    display: flex;
    height: 31px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
  }
  .l-footer__top__sp li a::after {
    margin-left: 5px;
  }
}
.p-footer-nav__sns__fb::after {
  content: '';
  display: inline-block;
  background: url(/images/icon-facebook.png) center / cover no-repeat;
  width: 13px;
  height: 13px;
}
.p-footer-nav__sns__yt::after {
  content: '';
  display: inline-block;
  background: url(/images/icon-youtube.png) center / cover no-repeat;
  width: 13px;
  height: 13px;
}
.p-footer-nav__sns__insta::after {
  content: '';
  display: inline-block;
  background: url(/images/icon-instagram.png) center / cover no-repeat;
  width: 13px;
  height: 13px;
}

.top_images {
  position: fixed;
  z-index: 100;
}
.l-content-inner {
  position: relative;
  padding-top: 41%;
  z-index: 101;
}
.l-footer {
  margin-top: 0;
  border-top: 1px solid #C9C9C9;
  position: relative;
  background: #FFF;
  z-index: 101;
}
@media only screen and (max-width: 1023px) {
  .l-footer {
    background: #fff;
    backdrop-filter: brightness(0.5);
    z-index: 101;
    padding-top: 100px;
  }

  .top_images .kv_images img {
      object-fit: cover;
      width: 100%;
      height: auto;
  }
}
.l-footer .p-heading a{
  text-decoration: none;
    color: #000;
}
.l-footer .p-heading a:hover{
  text-decoration:underline;
}