@charset "UTF-8";

/******************************
  Utility
******************************/
.ceoOnly {
  display: block !important;
}

.ceo1100Only {
  display: none !important;
}

.ceo900Only {
  display: none !important;
}

.ceo600Only {
  display: none !important;
}

@media (min-width: 1500px) {
  .ceo1100Only {
    display: block !important;
  }

  .ceo90Only {
    display: none !important;
  }

  .ceo600Only {
    display: none !important;
  }

  .ceoOnly {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .ceo1100Only {
    display: none !important;
  }

  .ceo900Only {
    display: block !important;
  }

  .ceo600Only {
    display: none !important;
  }

  .ceoOnly {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .ceo1100Only {
    display: none !important;
  }

  .ceo900Only {
    display: none !important;
  }

  .ceo600Only {
    display: none !important;
  }

  .ceoOnly {
    display: none !important;
  }
}



/******************************
  Arrow
******************************/
.more_ceo {
  margin: 30px 5% 0 0 !important;
}

.more_ceo .arrow-link-right {
  font-size: 18px !important;
}


@media (max-width: 1000px) {
  .more_ceo .arrow-link-right {
    font-size: max(15px, 1.7vw) !important;
  }
}

@media (max-width: 750px) {
  .more_ceo {
    margin: 3.5% 5% 0 0 !important;
  }

  .more_ceo .arrow-link-right {
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {
  .more_ceo .arrow-link-right {
    font-size: 12px !important;
  }
}

/******************************
  bg
******************************/
.bg_company {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../../assets/img/bg_company.jpg") no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
  background-blend-mode: lighten;
  opacity: 1;
  background-color: transparent;
  transition: opacity 1.5s ease 0.5s, background-color 1.5s ease;
}

/******************************
  company_nav
******************************/
.company_nav {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 2.5% 0;
}

.company_nav ul {
  width: 100%;
  display: flex;
  margin: 0 auto;
  border-right: 1px #B3B3B3 solid;
}

.company_nav ul li {
  width: calc(100% / 3);
  padding: 15px 0;
  border-left: 1px #B3B3B3 solid;
  position: relative;
}

.company_nav ul li a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #333;
  text-decoration: none;
  margin-left: -5%;
}

.company_nav ul li a::after {
  content: "";
  position: absolute;
  right: 20%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1200px) {
.company_nav {
    width: 100%;
    padding: 100px 6vw 0;
    transition: transform 0.6s cubic-bezier(.4, 0, .2, 1);
  }
}

@media (max-width: 1000px) {
  .company_nav ul li a {
    font-size: 13px;
  }
}

@media (max-width: 750px) {
  .company_nav {
    padding: 15% 3% 0;
  }

  .company_nav ul li a {
    margin-left: -1vw;
    font-size: 12px;
  }
}

.company_nav ul li a::after {
  right: 3vw;
}

@media (max-width: 480px) {
  .company_nav {
    padding: 20% 5% 0;
    max-width: 280px;
  }

  .company_nav ul {
    display: block;
    margin: 0 auto;
    border-right: 0;
    border-bottom: 1px #B3B3B3 solid;
  }

  .company_nav ul li {
    width: 100%;
    padding: 10% 0 9%;
    border-left: 0;
    border-top: 1px #B3B3B3 solid;
  }
}

/******************************
  dl dd dt
******************************/
.profile {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

.profile .center{
  justify-content: center;
}

.profile a,.profile a:hover {
  text-decoration: none;
}

.profile dl {
  display: grid;
  font-size: 14px;
  line-height: 2em;
}

.profile dl {
  grid-template-columns: 130px 1fr;
}

.profile dt,
.profile dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border: none;
  padding: 1.5em 0 1.4em;
  position: relative;
  color: #000;
}

.profile dt::after,
.profile dd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #B3B3B3;
}

.profile dl {
  border-top: 1px solid #B3B3B3;
}


@media (max-width: 940px) {

  .profile {
    width: 100%;
    padding: 0 7.5vw;
  }

  .profile dl {
    font-size: 1.4vw;
  }
}

@media (max-width: 750px) {

  .profile dl {
    font-size: 14px;
  }

  .profile dl {
    grid-template-columns: 120px 1fr;
  }
}

@media (max-width: 480px) {

  .profile dl {
    font-size: max(12px, 3vw);
  }

  .profile dl {
    grid-template-columns: 110px 1fr;
  }
}

@media (max-width: 375px) {
  .profile dl {
    grid-template-columns: 100px 1fr;
  }
}


.history {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

.history dl{
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 0;
  font-size: 14px;
  line-height: 2em;
  margin-top: -1.5em!important;
}

.history dt,
.history dd {
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 1.5em 0 1.4em;
  position: relative;
  color: #000;
  border-bottom: 1px solid #B3B3B3;
}

.history dt {
  padding-right: 20px;
}

/* レスポンシブ調整 */
@media (max-width: 940px) {
  .history {
    width: 100%;
    padding: 0 7.5vw;
  }
  .history dl {
    font-size: 1.4vw;
  }
}

@media (max-width: 750px) {
  .history dl {
    grid-template-columns: 110px 1fr;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .history dl {
    grid-template-columns: 100px 1fr;
    font-size: max(12px, 3vw);
  }
}

/******************************
  message
******************************/
.message {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.message .fadeIn-R {
  width: calc(100% - 900px);

}

.message .fadeIn-L {
  width: 900px
}

.message .txt p {
  margin: 0 auto;
  padding-left: 60px;
  width: 720px;
  font-size: 14px;
  line-height: 2.4em;
  padding-bottom: 25px;
  text-align: justify;
}

.message .img p {
  margin: 20px auto 0;
  text-align: center;
  font-size: 15px;
}

.message .img p span {
  font-size: 13px;
}

.message .sign-wrap {
  margin: 40px auto 0;
  width: 720px;
  text-align: right !important;
}

.message .sign {
  text-align: right !important;
}

.message .sign_img {
  display: inline-block;
  width: 260px;
}

@media (max-width: 1650px) {
  .message .fadeIn-R {
    width: calc(100% - 750px);
  }

  .message .txt p {
    line-height: 2.15em;
  }

  .message .fadeIn-L {
    width: 750px
  }
}

@media (max-width: 1500px) {
  .message .fadeIn-R {
    width: calc(100% - 650px);
  }

  .message .fadeIn-L {
    width: 650px
  }

  .message .txt p {
    width: 46vw;
    padding-left: 3.5vw;
    line-height: 2.24em;
  }

  .message .sign-wrap {
    width: 46vw;
  }
}

@media (max-width: 1400px) {
  .message .txt p {
    font-size: 13px;
    line-height: 2.3em;
  }

  .message .sign_img {
    width: 240px;
  }
}

@media (max-width: 1300px) {
  .message .txt {
    margin-top: 0;
  }

  .message .txt p {
    line-height: 2em;
  }

  .message {
    width: 100%;
    align-items: start;
  }

  .message .fadeIn-R {
    width: calc(100% - 600px);
  }

  .message .fadeIn-L {
    width: 600px
  }
}

@media (max-width: 1200px) {
  .message .fadeIn-R {
    width: 50%
  }

  .message .fadeIn-L {
    width: 50%
  }

  .message .sign-wrap {
    margin: 10px auto 0;
  }
}

@media (max-width: 1000px) {
  .message .txt p {
    padding-bottom: 20px;
    letter-spacing: 0.05em;
  }

  .message .sign_img {
    width: 220px;
  }
}

@media (max-width: 900px) {

  .message {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .message .fadeIn-R {
    width: 100%;
    padding: 0 10%;
  }

  .message .fadeIn-L {
    width: 100%;
    padding: 0;
  }

  .message .txt {
    margin-top: 5% !important;
  }

  .message .txt p {
    padding-left: 0;
    width: 100%;
    text-align: left;
    padding-bottom: 5%;
    letter-spacing: 0.15em;
    line-height: 2.4em;
  }

  .message .sign-wrap {
    width: 100%;
  }

  .message .sign {
    padding-bottom: 2.5% !important;
  }

  .message .sign_img {
    width: 242px;
  }
}

@media (max-width: 750px) {
  .message .txt {
    margin-top: 7% !important;
  }
}

@media (max-width: 480px) {
  .message .txt {
    margin-top: 8% !important;
  }

  .message .fadeIn-R {
    padding: 0 6.5%;
  }

  .message .txt p {
    font-size: 12px;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    padding-bottom: 8%;
  }

  .message .img p {
    font-size: 14px;
  }

  .message .img p span {
    font-size: 12px;
  }

  .message .sign-wrap {
    margin: 2% auto 0;
  }

  .message .sign {
    padding-bottom: 1.8% !important;
  }

  .message .sign_img {
    margin: 10px auto 0;
    width: 220px;
  }
}

/******************************
  profile
******************************/

.profile h3 {
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 20px;
}

.office {
  margin: 100px auto 0 !important;
}
.office dl dd{
  text-align: left!important;
}

@media (max-width: 750px) {
  .profile h3 {
    font-size: 14px;
  }

  .office {
    margin: 20% auto 0 !important;
  }
}

/******************************
  modal
******************************/
.ceo_modal_img {
  width: 35vw;
  max-width: 250px;
  min-width: 180px;
  margin: 0 auto;
  text-align: center;
}

.ceo_modal_img p {
  padding: 20px 0 30px;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.3em!important;
}

.ceo_modal_img p span {
  font-size: 12px;
  letter-spacing: 0.15em!important;
}

.ceo_modal_profile {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  transition: 0.8s;
}

.ceo_modal_profile dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  font-size: 14px;
  line-height: 2em;
  border-top: 1px solid #B3B3B3;
}

.ceo_modal_profile dt,
.ceo_modal_profile dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border: none;
  padding: 1.5em 0 1.4em;
  position: relative;
  color: #000;
  transition: color 0.3s ease;
}

.ceo_modal_profile dt::after,
.ceo_modal_profile dd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #B3B3B3;
}

@media (max-width: 750px) {

  .ceo_modal_profile dl {
    font-size: 13px;
    grid-template-columns: 80px 1fr;
  }
}

@media (max-width: 480px) {
.ceo_modal_img p {
  padding: 4% 0 8%;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.3em!important;
}

.ceo_modal_img p span {
  font-size: 11px;
}

  .ceo_modal_profile dl {
    font-size: max(12px, 2.5vw);
  }

  .ceo_modal_profile dl {
    grid-template-columns: 70px 1fr;
  }

  .ceo_modal_profile dt,
  .ceo_modal_profile dd {
    padding: 1.2em 0 1em;
  }
}

/******************************
  map
******************************/
.map-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding-bottom: 400px;
  height: 0;
  overflow: hidden;
  margin: 50px auto;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* filter: grayscale(1); */
  filter: grayscale(0.3) sepia(0.1) hue-rotate(274deg) brightness(1.1);
}

@media (max-width: 750px) {
.map-container {
  padding-bottom: 60vw;
  margin: 8% auto;
}
}