@charset "utf-8";
/* 製造者：佐々木 */
:root {
  --Black: #000000;
  --WBlack: #1B1B1B;
  --Aqua: #D9EAF2;
  --Wblue: #4B7DBF;
  --White: #ffffff;
  --gray: #EAECEF;
  --Wgray: #707070;
}

.all_setting_company {
  padding-top: 5rem;
  max-width: 128rem;
  width: 100%;
  font-family: var(--NotoSans);
  color: var(--WBlack);
  background-color: var(--Aqua);
}

.slogan_text_pc,
.msg_text_pc {
  display: block;
}
.slogan_text_sp,
.msg_text_sp {
  display: none;
}
/* .pin-spacer {
  position: relative;
}
.h3_company_section  {
  height: 100% !important;
  background-color: #EAECEF;
} */

/*===================
SLOGAN
===================*/
.h3_company_bg {
  padding: 10rem 0 17.5rem;
  z-index: 0;
}
.h3_company_slogan {
  margin: 0 auto;
  max-width: 88rem;
  width: 100%;
  padding: 4.625rem 0;
  background-color: var(--White);
  border-radius: 2rem;
  border: 0.1rem solid var(--Black);
}
.slogan_text_container {
  max-width: 52.2rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.company_slogan_title {
  font-family: var(--ZenOldMincho);
  font-size: 3.5rem;
  letter-spacing: 0.0175em;
  margin-bottom: 3rem;
}

.slogan_text_content {
  margin-bottom: 3rem;
}
.slogan_text_content:nth-child(4),
.slogan_text_content:last-child {
  margin-bottom: 0;
}
.company_slogan_text {
  font-size: 1.6rem;
  line-height: calc(32 / 16);
  letter-spacing: 0.05em;
  font-weight: normal;
}

/*===================
MESSAGE
===================*/
.h3_company_msg {
  padding: 10rem 0 15rem;
  background-color: var(--White);
  border: 0.1rem solid var(--Black);
  border-bottom: none;
  border-radius: 0 5rem 0 0;
}
.company_msg_container {
  max-width: 99rem;
  width: 100%;
  margin: 0 auto 1.2rem;
}

.msg_content_title {
  display: flex;
  flex-direction: column;
  color: var(--Wblue);
  margin-bottom: 0.5rem;
}
.msg_title_en {
  font-size: 2.5rem;
  font-family: var(--Alegreya);
  line-height: 1em;
}
.msg_title_ja {
  font-size: 3.5rem;
  font-family: var(--ZenOldMincho);
}

.msg_eye_catch {
  max-width: 99rem;
  height: 33rem;
  margin-bottom: 1.5rem;
}
.msg_icatch_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 33%;
  border: 0.1rem solid var(--Black);
  border-radius: 2rem;
}

.msg_text_container {
  display: flex;
  justify-content: space-between;
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
}
.msg_text_left, 
.msg_text_right {
  max-width: 48rem;
  width: 100%;
}
.company_msg_text {
  font-size: 1.5rem;
  line-height: calc(36 / 15);
  letter-spacing: 0.05em;
  font-weight: normal;
}
  .msg_text_sp {
    display: none;
  }

.msg_name_container {
  max-width: 107rem;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.msg_name_content {
  display: inline-block;
  text-align: left;
}

/*===================
COMPANY
===================*/
.h3_company_container {
  background-color: var(--gray);
  border: 0.1rem solid var(--Black);
  border-radius: 0 5rem 0 0;
  padding: 15rem 0;
  position: relative;
}

.section_company_title {
  text-align: center;
  font-size: 3.5rem;
  font-family: var(--ZenOldMincho);
  line-height: calc(40 / 35);
}

.section_company_dlist {
  display: grid;
  grid-template-columns: minmax(12rem, 43.5%) 1fr;
  gap: 0;
  font-size: 1.8rem;
  max-width: 72.8rem;
  width: 100%;
  margin: 0 auto 2rem;
}
.fade_up_teb {
  transform: translateY(2vw);
  opacity: 0;
  transition: all .5s;
}
.fade_up_teb.show {
  transform: translateY(0);
  opacity: 1;
}


.company_dlit_title, 
.company_dlist_content {
  padding: 1.9rem 0;
  border-bottom: 0.1rem solid var(--Wgray);
}
.company_dlit_title {
  padding-left: 13rem;
}

.dlist_content_box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dlist_text_space {
  gap: 1.3rem;
}

.company_last_content {
  max-width: 72.8rem;
  width: 100%;
  margin: 0 auto;
}
.last_content_box {
  display: flex;
  gap: 5rem;
  padding-left: 13rem;
  font-size: 1.8rem;
}
.company_last_text {
  transition-delay: 1.4s;
}

/* ロケット */
.h3_company_locket {
  position: fixed;
  z-index: 9999;
}
.company_locket_image {
  width: 12.5rem;
}

.company_dlit_title:nth-child(3),
.company_dlist_content:nth-child(4) {
  transition-delay: .2s;
}
.company_dlit_title:nth-child(5),
.company_dlist_content:nth-child(6) {
  transition-delay: .4s;
}
.company_dlit_title:nth-child(7),
.company_dlist_content:nth-child(8) {
  transition-delay: .6s;
}
.company_dlit_title:nth-child(9),
.company_dlist_content:nth-child(10) {
  transition-delay: .8s;
}
.company_dlit_title:nth-child(11),
.company_dlist_content:nth-child(12) {
  transition-delay: 1s;
}
.company_dlit_title:nth-child(13),
.company_dlist_content:nth-child(14) {
  transition-delay: 1.2s;
}


@media screen and (max-width:699.98px) {

  .all_setting_company {
    padding-top: 2rem;
  }

  .slogan_text_pc {
    display: none;
  }
  .slogan_text_sp {
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  /*===================
  SLOGAN
  ===================*/
  .h3_company_slogan {
    max-width: 35.5rem;
    padding: 3.7rem 0;
  }
  
  .slogan_text_sp {
    text-align: left;
  }
  
  .company_slogan_title {
    margin-bottom: 1rem;
  }

  .company_slogan_text {
    font-size: 1.5rem;
    line-height: calc(30 / 15);
  }

  /*===================
  MESSAGE
  ===================*/
  .h3_company_msg {
    padding-top: 6rem;
  }

  .msg_text_pc {
    display: none;
  }
  .msg_text_sp {
    display: flex;
  }

  .msg_content_title {
    margin-bottom: 1rem;
    margin-left: 2rem;
  }
  .msg_title_en {
    font-size: 1.8rem;
  }
  .msg_title_ja {
    font-size: 2.5rem;
  }

  .msg_eye_catch {
    max-width: 34.5rem;
    margin: 0 1rem 1rem 2rem;
  }

  .msg_text_container {
    flex-direction: column;
    max-width: 33.5rem;
    margin: 0 auto;
    gap: 3.5rem;
  }
  .company_msg_text {
    font-size: 1.4rem;
    line-height: calc(28 / 14);
  }

  .msg_name_container {
    max-width: 33.5rem;
  }
  
  .company_msg_text_sp {
    font-size: 1.5rem;
    line-height: calc(36 / 15);
  }

  /*===================
  COMPANY
  ===================*/
  .h3_company_container {
    padding-top: 6rem;
  }

  .section_company_title {
    font-size: 2.5rem;
    padding-left: 9.9rem;
    text-align: left;
  }

  .section_company_dlist {
    display: flex;
    flex-direction: column;
    max-width: 35.5rem;
    font-size: 1.6rem;
  }

  .company_dlit_title {
    padding: 1.5rem 1rem 0.5rem;
    border: none;
  }
  .company_dlist_content {
    padding: 0 0 1.5rem 1rem;
  }

  .dlist_text_space {
    gap: 1rem;
  }

  .last_content_box {
    gap: 0.5rem;
    padding: 0;
    margin: 0 2rem;
    flex-direction: column;
  }
}