/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	company以下共通
+++++++++++++++++++++++++++++++++++++++++++ */
.colorSalmon {
  color: #DA6262;
}
.colorGreen {
  color: #98B735;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	アクセス
+++++++++++++++++++++++++++++++++++++++++++ */
.flex {
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
    max-width: max-content;
    margin: 0 auto;
  }
}
.flex .flexText h3 {
  margin: 0 0 5px;
  font-size: 2rem;
  color: #004DA1;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flex .flexText h3 {
    font-size: 4vw;
  }
}
.flex .flexText p {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flex .flexText p {
    font-size: 3.2vw;
  }
}
.flex .flexImg {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .flex .flexImg {
    width: 100%;
    height: 400px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	沿革
+++++++++++++++++++++++++++++++++++++++++++ */
.timeline {
  list-style: none;
  margin: 80px 0 0 0;
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .timeline > li {
    flex-direction: column;
    padding-left: 5px;
  }
}
.timeline .tlDate {
  width: 20%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 4.8rem;
  color: #00aeeb;
  border-right: 3px #C7E6FD solid;
  line-height: 1.2;
  padding: 3px 50px 0 0;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .timeline .tlDate {
    width: 100%;
    font-size: 9.6vw;
    border-right: none;
    border-left: 3px #C7E6FD solid;
    text-align: left;
    padding: 3px 0 0 25px;
  }
}
.timeline .tlContent {
  width: 80%;
  padding: 15px 0 95px 35px;
}
@media screen and (max-width: 767px) {
  .timeline .tlContent {
    width: 100%;
    padding: 15px 0 40px 25px;
    border-left: 3px #C7E6FD solid;
  }
}
.timeline .tlContent::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #007AFF;
  position: absolute;
  left: calc(20% - 7px);
  top: 24px;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .timeline .tlContent::before {
    width: 8px;
    height: 8px;
    left: 2px;
  }
}
.timeline > li:last-child .tlContent {
  padding-bottom: 15px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	企業理念
+++++++++++++++++++++++++++++++++++++++++++ */
.philosophyArea {
  padding-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .philosophyArea hgroup p {
    text-align: center;
  }
}
.philosophyArea .flex {
  gap: 30px;
  margin-bottom: 112px;
}
@media screen and (max-width: 1199px) {
  .philosophyArea .flex {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .flex {
    margin-bottom: 80px;
  }
}
.philosophyArea .flex .flexImg {
  margin-left: -144px;
}
@media screen and (max-width: 1199px) {
  .philosophyArea .flex .flexImg {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .flex .flexImg {
    height: auto;
  }
}
.philosophyArea .flex .flexImg img {
  box-shadow: 0 -1px 20px rgba(4, 62, 125, 0.15);
  border-radius: 20px 85px 20px 80px;
}
.philosophyArea .flex .flexText .ttl {
  color: #02A2DA !important;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 5px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1199px) {
  .philosophyArea .flex .flexText .ttl {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .flex .flexText .ttl {
    margin-bottom: 20px;
    letter-spacing: normal;
  }
}
.philosophyArea .flex .flexText .ttl span {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.philosophyArea .flex .flexText .ttl span::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 16px;
  background: #E8F9FF;
  z-index: -1;
}
.philosophyArea .flex .flexText .ttl span:first-child::first-letter {
  font-size: 6.8rem;
}
@media screen and (max-width: 1199px) {
  .philosophyArea .flex .flexText .ttl span:first-child::first-letter {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .flex .flexText .ttl span:first-child::first-letter {
    font-size: 11vw;
  }
}
@media screen and (max-width: 1199px) {
  .philosophyArea .flex .flexText .fs31_tb {
    font-size: 3.1vw !important;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .flex .flexText .fs31_tb {
    font-size: 7vw!important;
  }
}
@media screen and (max-width: 1199px) {
  .philosophyArea .flex .flexText p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .flex .flexText p {
    font-size: 3.6vw;
    margin-bottom: 1em!important;
    letter-spacing: normal;
  }
}
.philosophyArea .circle-container {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .philosophyArea .circle-container {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }
}
.philosophyArea .circle-container .circle {
  max-width: 411px;
  width: 37vw;
  height: 37vw;
  max-height: 411px;
  border-radius: 50%;
  padding: 91px 30px 0 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .philosophyArea .circle-container .circle {
    padding: 5vw 2.5vw 2vw 2.5vw;
    height: 33.334vw;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .circle-container .circle {
    max-width: none;
    max-height: none;
    width: 85vw;
    height: 85vw;
    padding: 15vw 5vw 0 5vw;
  }
}
.philosophyArea .circle-container .circle:nth-child(1) {
  z-index: 3;
}
.philosophyArea .circle-container .circle:nth-child(2) {
  z-index: 2;
  padding-top: 65px;
  margin: 0 -20px;
}
@media screen and (max-width: 1199px) {
  .philosophyArea .circle-container .circle:nth-child(2) {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .circle-container .circle:nth-child(2) {
    padding-top: 17vw;
    margin: -3vw 0;
  }
}
.philosophyArea .circle-container .circle:nth-child(2) .circle-content h4 {
  margin-bottom: 10px;
}
.philosophyArea .circle-container .circle:nth-child(3) {
  z-index: 1;
}
.philosophyArea .circle-container .circle:nth-child(3) .circle-content ul li {
  padding-left: 30px;
}
.philosophyArea .circle-container .circle:nth-child(3) .circle-content ul li::before {
  left: 15px;
}
.philosophyArea .circle-container .circle.circle-blue {
  border: 3px solid #2C7DC0;
}
.philosophyArea .circle-container .circle.circle-salmon {
  border: 3px solid #DA6262;
}
.philosophyArea .circle-container .circle.circle-green {
  border: 3px solid #98B735;
}
.philosophyArea .circle-container .circle .circle-content {
  width: 100%;
}
.philosophyArea .circle-container .circle .circle-content h4 {
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .philosophyArea .circle-container .circle .circle-content h4 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .circle-container .circle .circle-content h4 {
    font-size: 7.2vw;
    margin-bottom: 6vw;
  }
}
.philosophyArea .circle-container .circle .circle-content ul {
  list-style: none;
  padding-left: 0;
}
.philosophyArea .circle-container .circle .circle-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .philosophyArea .circle-container .circle .circle-content ul li {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .circle-container .circle .circle-content ul li {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .circle-container .circle .circle-content ul li {
    font-size: 3.6vw;
  }
}
.philosophyArea .circle-container .circle .circle-content ul li::before {
  content: "•";
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 1em;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .philosophyArea .circle-container .circle .circle-content ul li::before {
    left: 2vw;
  }
}
.philosophyArea .mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .philosophyArea .mt60 {
    margin-top: 0!important;
  }
}
.philosophyArea .letterSp {
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .philosophyArea .letterSp {
    letter-spacing: normal;
  }
}
.philosophyArea .letterSp span {
  font-weight: bold;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	会長挨拶
+++++++++++++++++++++++++++++++++++++++++++ */
.greetingBg {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .greetingBg {
    min-height: 0;
  }
}
.greetingBg::before {
  content: '';
  width: calc(1120px + (100vw - 1205px));
  min-width: 920px;
  height: 100%;
  border-radius: 0 30px 30px 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 280px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .greetingBg::before {
    right: 20%;
  }
}
@media screen and (max-width: 767px) {
  .greetingBg::before {
    width: 90vw;
    min-width: 0;
    left: calc((100vw - 90vw) / 2);
    border-radius: 30px;
  }
}
.greetingText {
  max-width: 720px;
  height: 100%;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .greetingText {
    width: calc(90% - (400px * 0.3) - 120px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .greetingText {
    width: 90%;
    margin: 0 auto;
    font-size: 3.6vw;
    padding: 0 20px;
  }
}
.greetingText h3 {
  margin: 0 0 40px;
  font-size: 4.6rem;
  line-height: 1.4;
  color: #004DA1;
}
@media screen and (max-width: 767px) {
  .greetingText h3 {
    font-size: 9.2vw;
  }
}
.greetingName {
  margin-top: 30px;
}
.greetingName p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #221815;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .greetingName p {
    width: calc(90% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .greetingName p {
    font-size: 4vw;
  }
}
.greetingName strong {
  font-size: 3.2rem;
  font-weight: bold;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .greetingName strong {
    font-size: 6.4vw;
  }
}
.greetingImg {
  position: absolute;
  width: 400px;
  height: 464px;
  right: 0;
  top: 40px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
  .greetingImg {
    width: 30%;
    height: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .greetingImg {
    position: relative;
    width: 400px;
    max-width: 80vw;
    height: 464px;
    max-height: 80vw;
    margin: 0 auto 40px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	会社概要
+++++++++++++++++++++++++++++++++++++++++++ */
.aboutUs .outline {
  margin: 0 auto 170px;
  background-color: #fff;
  padding: 55px 100px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100px 30px 100px 30px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .aboutUs .outline {
    padding: 40px;
    margin-bottom: 80px;
  }
}
.aboutUs .outline dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  list-style: none;
}
@media screen and (max-width: 1199px) {
  .aboutUs .outline dl {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 767px) {
  .aboutUs .outline dl {
    grid-template-columns: 40% 60%;
  }
}
.aboutUs .outline dl dt {
  align-self: start;
}
.aboutUs table {
  margin: 0 auto;
  border-collapse: collapse;
}
.aboutUs table tr th {
  background-color: #fff;
  vertical-align: top;
  font-size: 1.8rem;
  color: #004DA1;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: left;
  padding: 28px 80px 0 40px;
  border: none;
  border-bottom: 2px solid #EBEBEB;
}
@media screen and (max-width: 767px) {
  .aboutUs table tr th {
    font-size: 3.6vw;
    display: block;
    padding: 28px 0 10px 20px;
  }
}
.aboutUs table tr td {
  border: none;
  border-bottom: 2px solid #EBEBEB;
  text-align: left;
  padding: 30px 40px 30px 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .aboutUs table tr td {
    display: block;
    border: none;
    padding: 10px 0 20px 20px;
  }
}
.aboutUs table tr:last-child th,
.aboutUs table tr:last-child td {
  border-bottom: none;
}
.clientsList {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .clientsList {
    margin-bottom: 80px;
  }
}
.clientsList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.clientsList ul li {
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .clientsList ul li {
    width: 45%;
  }
}
.clientsList p {
  text-align: right;
}
.organization {
  margin: 0 auto;
  width: 849px;
  height: 625px;
}
@media screen and (max-width: 1199px) {
  .organization {
    width: 90vw;
    height: auto;
  }
}
