html {
  font-size: 49.6%;
}

body {
  background-color: #fff;
}

#container {
  background-color: #fff;
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.section {
  max-width: 1040px;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 80px;
}

.section .inner {
  border-left-width: 48px;
  border-left-style: solid;
  padding-left: 48px;
  padding-bottom: 24px;
  color: #4D4D4D;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

.section .heading  {
  display: block;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom: 32px;
  padding-bottom: 5px;
}

.section .heading h2 {
  font-size: 3.8rem;
  letter-spacing: 0.5rem;
  font-weight: 600;
  line-height: 1.3em;
  color: #A5A5A6;
}

.section .text p {
  margin-top: 28px;
  line-height: 1.8em;
}

.section .text2 p {
  margin-top: 26px;
  line-height: 1.8em;
}

.section .text2 ul {
  margin-top: 16px;
  list-style: none;
}

.section .text2 ul li {
  margin-top: 12px;
}

#section1 .inner , #section1 .heading {
  border-color: #85CCC7;
}

#section1 .table {
  display: flex;
}

#section1 .table .column {
  margin-right: 28px;
  padding-right: 28px;
}

#section1 .table .column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px 28px;
}

#section1 .table .column:first-of-type {
  border-right: 2px solid #A5A5A6;
}

#section2 .inner , #section2 .heading {
  border-color: #F1E985;
}

#section2 .sign {
  width: 120px;
  margin-left: auto;
  margin-top: 32px;
}

#section3 .inner , #section3 .heading {
  border-color: #D9B4D3;
}

.section3-color {
  color: #D9B4D3;
}

#section4 .inner , #section4 .heading {
  border-color: #85CCC7;
}

.section4-color {
  color: #85CCC7;
}

#section5 .inner , #section5 .heading {
  border-color: #F1E985;
}

#section6 .inner , #section6 .heading {
  border-color: #D9B4D3;
}

#section6 {
  margin-bottom: 160px;
}

#section6 .table .cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 16px;
  margin-bottom: 32px;
}

#section6 .table .cell .line {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  border-bottom: 2px solid #D9B4D3;
  padding-bottom: 16px;
}

#section6 .table .cell .image {
  margin-left: 16px;
  margin-right: 16px;
  width: 72px;
}

#section6 .table .cell > .name {
  display: flex;
  flex-direction: column;
  gap: 3px 3px;
  margin-left: 32px;
  width: 200px;
}

#section6 .table .cell .name p.title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

#section6 .table .cell .name p.name {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}

#section6 .table .cell .name p.alphabet {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

#section6 .table .cell .name p.career {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

#section6 .table .cell .introduction {
  position: relative;
  min-height: 64px;
  margin-top: 16px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  width: 544px;
  text-align: left;
}

#section6 .table .cell .introduction .from {
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

#section6 .table .cell .introduction .sign {
  width: 96px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

@media screen and (max-width: 1320px) {
  #section6 .table .cell .introduction {
    margin-left: 0;
    margin-right: auto;
    min-height: 80px;
    width: 100%;
  }

  #section6 .table .cell .line {
    width: 100%;
    max-width: 100%;
    padding-bottom: 5px;
  }
}

#section6 .table .cell:nth-of-type(2) .image {
  width: 96px;
  margin-left: 1px;
  margin-right: 7px;
}

#section6 .table .cell:nth-of-type(5) .image {
  width: 79px;
  margin-right: 9px;
}

#section6 .table .cell:nth-of-type(8) .image {
  margin-right: 12px;
  margin-left: 9px;
  width: 83px;
}

#section6 .table .cell:nth-of-type(9) .image {
  margin-right: 12px;
  margin-left: 9px;
  width: 83px;
}

#section6 .table .cell:nth-of-type(10) .image {
  margin-right: 4px;
  margin-left: 8px;
  width: 94px;
}

#section6 .table .cell:nth-of-type(10) .introduction {
  width: 532px;
}


#fixed-top-link {
  position: fixed;
  cursor: pointer;
  right: 45px;
  bottom: 45px;
  z-index: 999;
  width: 65px;
}

#fixed-top-link img {
  width: 100%;
}

#fixed-contact-link {
  position: fixed;
  cursor: pointer;
  right: 45px;
  bottom: 130px;
  z-index: 999;
  width: 65px;
}

#fixed-contact-link img {
  width: 100%;
}

 .in-page-header {
  display: block;
  margin-top: 0px;
}

 .in-page-header nav {
  display: block;
}

 .in-page-header ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

 .in-page-header li {
  display: inline-block;
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.4rem;
}

 .in-page-header li a {
  position: relative;
  color: #A5A5A6;
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
  padding-left: 32px;
  padding-right: 32px;
  border-left: 2px solid #A5A5A6;
}

 .in-page-header li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #A5A5A6;
  transform: scale(0, 1); 
  transform-origin: left top;
  transition: transform 0.3s ease;
}

 .in-page-header li a:hover::after {
  transform: scale(1, 1);
}

 .in-page-header li:last-of-type a {
  border-right: 2px solid #A5A5A6;
}
