@charset "UTF-8";

/* ======================================================
 * company/style.css
====================================================== */



/* section
========================================== */
.l-section__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.l-section__title span {
  border-bottom: 3px solid #333;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 10px;
}
.l-section__title + * {
  margin-top: 50px;
}
/* SP */
@media screen and (max-width: 768px) {
  .l-section__title {
    font-size: 1.8rem;
  }
  .l-section__title span {
    padding-bottom: 8px;
  }
  .l-section__title + * {
    margin-top: 24px;
  }
}



/* message
========================================== */
#message {
  background: #F1F1F1;
  padding-top: 64px;
  padding-bottom: 80px;
}
#message .p-massege-contentsBlock__image .text-profile {
  font-weight: bold;
  margin-top: 20px;
}
#message .p-massege-contentsBlock__image .text-name {
  font-size: 2.4rem;
  line-height: 1.4;
}
#message .p-massege-contentsBlock__text  {
  line-height: 2.25;
}
#message .p-massege-contentsBlock__text > p + p {
  margin-top: 35px;
}
/* PC */
@media screen and (min-width: 769px) {
  #message .p-massege-contentsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #message .p-massege-contentsBlock__image {
    width: 200px;
  }
  #message .p-massege-contentsBlock__text {
    width: calc(100% - 285px); 
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #message {
    padding-top: 36px;
    padding-bottom: 54px;
  }
  #message .p-massege-contentsBlock__image {
    margin-inline: auto;
    width: 150px;
  }
  #message .p-massege-contentsBlock__image .text-profile {
    margin-top: 10px;
  }
  #message .p-massege-contentsBlock__image .text-name {
    font-size: 1.8rem;
  }
  #message .p-massege-contentsBlock__text  {
    line-height: 2;
    margin-top: 24px;
  }
  #message .p-massege-contentsBlock__text > p + p {
    margin-top: 30px;
  }
}



/* overview
========================================== */
#overview {
  padding-top: 70px;
  padding-bottom: 70px;
}
#overview .p-overview-informationBlock > dl {
  border-bottom: 1px solid #333;
  padding-top: 22px;
  padding-bottom: 22px;
}
#overview .p-overview-informationBlock > dl dt {
  font-weight: bold;
}
#overview .p-overview-informationBlock > dl dd {
  line-height: 2.25;
}
#overview .p-overview-organizationBlock {
  margin-top: 80px;
}
#overview .p-overview-organizationBlock__heading {
  font-weight: bold;
  text-align: center;
}
#overview .p-overview-organizationBlock__image {
  margin: 40px auto 0;
  max-width: 740px;
}
/* PC */
@media screen and (min-width: 769px) {
  #overview .p-overview-informationBlock > dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #overview .p-overview-informationBlock > dl dt {
    padding-right: 40px;
    width: 285px;
  }
  #overview .p-overview-informationBlock > dl dd {
    width: calc(100% - 285px);
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #overview {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  #overview .p-overview-informationBlock {
    padding-inline: 22px;
  }
  #overview .p-overview-informationBlock > dl {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #overview .p-overview-informationBlock > dl dd {
    line-height: 2;
  }
  #overview .p-overview-organizationBlock {
    margin-top: 50px;
  }
  #overview .p-overview-organizationBlock__image {
    margin-top: 25px;
  }
}



/* access
========================================== */
#access {
  padding-top: 70px;
  padding-bottom: 140px;
}
#access .p-access-mapBlock {
  height: 490px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#access .p-access-mapBlock iframe {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
#access .p-access-informationBlock > ul li {
  border-bottom: 1px solid #333;
  padding-top: 24px;
  padding-bottom: 24px;
}
#access .p-access-informationBlock > ul li .text-startingpoint {
  font-weight: bold;
}
/* PC */
@media screen and (min-width: 769px) {
  #access .p-access-informationBlock {
    margin: 34px auto 0;
    max-width: 740px;
  }
  #access .p-access-informationBlock > ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #access .p-access-informationBlock > ul li .text-startingpoint {
    width: calc(100% - 120px);
  }
  #access .p-access-informationBlock > ul li .text-time {
    text-align: right;
    width: 120px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #access {
    padding-top: 36px;
    padding-bottom: 60px;
  }
  #access .p-access-mapBlock {
    height: 44.8vw;
  }
  #access .p-access-informationBlock {
    margin-top: 20px;
    padding-inline: 22px;
  }
  #access .p-access-informationBlock > ul li {
    line-height: 2;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
