@charset "UTF-8";


@media (min-width: 769px) {
	.c-anchorlink > ul li {
		max-width: 226px;
		width: 100%;
	}
}


/* philosophy
------------------------------------------------------------ */
.l-section--philosophy {
  padding-top: 100px;
  padding-bottom: 75px;
}
.p-philosophy-contents__leadText {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.28;
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .l-section--philosophy {
    padding-top: 64px;
    padding-bottom: 25px;
  }
  .c-anchorlink.is-fixed + .l-section--philosophy {
    padding-top: 26px;
  }
  .p-philosophy-contents__leadText {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 2.28;
    margin-top: 70px;
    text-align: center;
  }
  .p-philosophy-contents__leadText {
    font-size: 1.8rem;
    line-height: 1.55;
    margin-top: 30px;
  }
}



/* message
------------------------------------------------------------ */
.l-section--message {
  padding-top: 75px;
  padding-bottom: 75px;
}
.p-message-contents {
  margin-top: 48px;
}
.p-message-contents__image {
  border-radius: 10px;
  overflow: hidden;
}
.p-message-contents__leadText {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-message-contents__commentText {
  margin-top: 48px;
}
.p-message-contents__commentText > *:nth-child(n+2) {
  margin-top: 30px;
}
.p-message-contents__commentText .text-information {
  display: table;
  font-weight: 500;
  margin-left: auto;
}
.p-message-contents__commentText .text-information .text-name {
  font-size: 3rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .p-message-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .p-message-contents__image {
    margin-top: 145px;
    width: calc(478 / 1160 * 100%);
  }
  .p-message-contents__text {
    width: calc(625 / 1160 * 100%);
  }
}
@media (max-width: 768px) {
    .l-section--message {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-message-contents {
    margin-top: 30px;
  }
  .p-message-contents__text {
    margin-top: 30px;
  }
  .p-message-contents__leadText {
    font-size: 1.8rem;
  }
  .p-message-contents__commentText {
    margin-top: 30px;
  }
  .p-message-contents__commentText .text-information .text-position {
    font-size: 1.4rem;
  }
  .p-message-contents__commentText .text-information .text-name {
    font-size: 2rem;
  }
}



/* profile
------------------------------------------------------------ */
.l-section--profile {
  padding-top: 75px;
  padding-bottom: 75px;
}
.p-profile-contents__detailBlock {
  border-top: 1px solid #262626;
}
.p-profile-contents__detailBlock > dl {
  border-bottom: 1px solid #262626;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-block: 30px;
}
.p-profile-contents__detailBlock > dl dt {
  font-weight: 500;
  min-width: 160px;
}
.p-profile-contents__detailBlock > dl dd {
  position: relative;
  width: 100%;
}
.p-profile-contents__detailBlock > dl dd .link-map a {
  color: #f00000;
  display: inline-block;
	font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-right: 25px;
  position: relative;
}
.p-profile-contents__detailBlock > dl dd .link-map a:after {
	background-image: url(/assets/images/icon-arrow-right-04.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 20px;
}
@media (min-width: 769px) {
  .p-profile-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-profile-contents__heading {
    width: calc(350 / 1160 * 100%);
  }
  .p-profile-contents__body {
    width: calc(810 / 1160 * 100%);
  }
  .p-profile-contents__detailBlock > dl dd .link-map {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
    .l-section--profile {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-profile-contents__body {
    margin-top: 30px;
  }
  .p-profile-contents__detailBlock > dl {
    font-size: 1.4rem;
    padding-block: 12px;
  }
  .p-profile-contents__detailBlock > dl dt {
    min-width: 50px;
  }
  .p-profile-contents__detailBlock > dl dd .link-map {
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: right;
  }
  .p-profile-contents__detailBlock > dl dd .link-map a {
    padding-right: 23px;
  }
  .p-profile-contents__detailBlock > dl dd .link-map a:after {
    height: 18px;
    width: 18px;
  }
}



/* history
------------------------------------------------------------ */
.l-section--history {
  padding-top: 75px;
}
.p-history-contents__transitionList_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-history-contents__transitionList_item .item-year {
  font-weight: 500;
  min-width: 86px;
}
.p-history-contents__transitionList_item .item-description {
  position: relative;
  padding-left: 70px;
  padding-bottom: 50px;
  width: 100%;
}
.p-history-contents__transitionList_item:last-child .item-description {
  padding-bottom: 0;
}
.p-history-contents__transitionList_item .item-description:before,
.p-history-contents__transitionList_item .item-description:after {
  content: "";
  position: absolute;
  top: 9px;
}
.p-history-contents__transitionList_item .item-description:before {
  background: #f00000;
  border-radius: 50%;
  height: 12px;
  left: 0;
  width: 12px;
  z-index: 2;
}
.p-history-contents__transitionList_item .item-description:after {
  background: #262626;
  height: 100%;
  left: 6px;
  width: 1px;
  z-index: 1;
}
.p-history-contents__transitionList_item:last-child .item-description:after {
  display: none;
}
.p-history-contents__transitionList_item .item-description .text-note {
  font-size: 1.4rem;
}
.p-history-contents__summaryText {
  margin-top: 80px;
}
@media (min-width: 769px) {
  .p-history-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-history-contents__heading {
    width: calc(350 / 1160 * 100%);
  }
  .p-history-contents__body {
    width: calc(810 / 1160 * 100%);
  }
}
@media (max-width: 768px) {
  .l-section--history {
    padding-top: 25px;
  }
  .p-history-contents__body {
    margin-top: 30px;
  }
  .p-history-contents__transitionList_item {
    font-size: 1.4rem;
  }
  .p-history-contents__transitionList_item .item-year {
    min-width: 68px;
  }
  .p-history-contents__transitionList_item .item-description {
    padding-left: 22px;
    padding-bottom: 30px;
  }
  .p-history-contents__transitionList_item .item-description:before,
  .p-history-contents__transitionList_item .item-description:after {
    top: 7px;
  }
  .p-history-contents__summaryText {
    margin-top: 50px;
  }
}


