html {
  font-size: 48.5%;
  -webkit-text-size-adjust: 100%;
}

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 {
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 10vw;
}

.section .inner {
  border-left-width: 25px;
  border-left-style: solid;
  padding-left: 20px;
  color: #4D4D4D;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

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

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

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

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

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

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

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

#section1 .table {
  display: flex;
}

#section1 .table .column:first-of-type {
  flex-basis: 40%;
}
#section1 .table .column {
  margin-right: 10px;
  padding-right: 10px;
}

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

#section1 .table .column ul li {
  min-height: 42px;
}

#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: 40px;
}

#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 .table .cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 10px;
  margin-bottom: 40px;
}

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

#section6 .table .cell .image {
  margin-left: 2%; 
  margin-right: 20px;
  width: 17%;
  max-width: 65px;
}

/*
@media screen and (max-width: 350px) {
  #section6 .table .cell > .name {
    width: 100%;
  }
}
*/

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

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

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

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

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

#section6 .table .cell .introduction {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  margin-top: 20px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  width: 680px;
  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: 100px;
  margin-left: auto;
  margin-top: 10px;
}

#section6 .table .cell:nth-of-type(1) .image {
  width: 20%;
}

#section6 .table .cell:nth-of-type(2) .image {
  width: 29%;
  max-width: 82px;
  margin-right: 2px;
}

#section6 .table .cell:nth-of-type(3) .image {
  width: 21%;
}

#section6 .table .cell:nth-of-type(4) .image {
  width: 18%;
}

#section6 .table .cell:nth-of-type(5) .image {
  width: 23%;
}

#section6 .table .cell:nth-of-type(6) .image {
  width: 19%;
}

#section6 .table .cell:nth-of-type(7) .image {
  width: 18%;
}

#section6 .table .cell:nth-of-type(8) .image {
  width: 21%;
}

#section6 .table .cell:nth-of-type(9) .image {
  width: 21%;
}

#section6 .table .cell:nth-of-type(10) .image {
  width: 25%;
  max-width: 74px;
}

#section6 .table .cell:nth-of-type(10) > .name {
  margin-left: 4px;
}

@media screen and (max-width: 390px) {
  #section6 .table .cell:nth-of-type(10) > .name {
    width: 52%;
    min-width: 145px;
  }
}


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

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

#fixed-contact-link {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 95px;
  z-index: 999;
  width: 55px;
}

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