/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	message
+++++++++++++++++++++++++++++++++++++++++++ */
#message .messageArea {
  max-width: 950px;
  padding: 40px 100px 40px 0;
  background: #FFF;
  border-radius: 0 20px 20px 0;
  position: relative;
  filter: drop-shadow(0 0 10px rgba(129, 129, 129, 0.25));
}
@media screen and (max-width: 1023px) {
  #message .messageArea {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  #message .messageArea {
    width: 100%;
    padding: 30px 20px 20px;
    border-radius: 20px;
  }
}
#message .messageArea::before {
  content: '';
  display: block;
  width: calc(100vw - 1200px);
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: calc(-1 * (100vw - 1200px));
}
#message .messageArea::after {
  content: '';
  display: block;
  width: 806px;
  height: 678px;
  background: url(../img/bg_company_1.webp) no-repeat 0 0 / contain;
  position: absolute;
  top: 0;
  right: -650px;
}
@media screen and (max-width: 1023px) {
  #message .messageArea::after {
    width: 500px;
    height: 400px;
    right: -360px;
  }
}
@media screen and (max-width: 767px) {
  #message .messageArea::after {
    width: 40vw;
    height: 35vw;
    top: -7.5%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #message .messageArea hgroup {
    align-items: flex-start;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	philosophy
+++++++++++++++++++++++++++++++++++++++++++ */
#philosophy {
  background: linear-gradient(180deg, #DCE8E8 0%, #FFF 9%);
}
#philosophy .flex {
  gap: 0;
  margin: 0 0 40px;
}
@media screen and (max-width: 1023px) {
  #philosophy .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #philosophy .flex {
    margin-bottom: 20px;
  }
}
#philosophy .flex .flexImg {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
#philosophy .description .fc {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 11rem;
  font-style: italic;
  color: #f14136;
  line-height: 0.8;
  position: relative;
  left: -15px;
}
@media screen and (max-width: 767px) {
  #philosophy .description .fc {
    font-size: 12.8vw;
    left: auto;
  }
}
#philosophy .description .text {
  width: 100vw;
  padding: 23px 36px;
  background: #FFF;
  line-height: 1.6;
  position: relative;
  top: -12px;
  box-shadow: 0 0 10px rgba(15, 15, 15, 0.15);
}
@media screen and (max-width: 767px) {
  #philosophy .description .text {
    padding: 10px;
    top: 0;
    box-shadow: none;
  }
}
#philosophy .description .text p {
  max-width: 705px;
  width: calc(100vw - 495px);
}
@media screen and (max-width: 767px) {
  #philosophy .description .text p {
    max-width: none;
    width: 100%;
  }
}
#philosophy .btn {
  max-width: 287px;
  min-height: 55px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #philosophy .btn {
    max-width: max-content;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	company_profile
+++++++++++++++++++++++++++++++++++++++++++ */
#company_profile {
  background: linear-gradient(180deg, #FFF 0%, #FFF 240px, #DCE8E8 300px);
}
#company_profile .inner {
  position: relative;
}
#company_profile .inner img {
  position: absolute;
  top: 332px;
  right: -96px;
}
@media screen and (max-width: 767px) {
  #company_profile .inner img {
    width: 40vw;
    top: auto;
    right: 0;
    bottom: -35vw;
  }
}
#company_profile hgroup {
  margin-bottom: 56px;
}
#company_profile table {
  width: 100%;
  background: #FFF;
}
#company_profile table th {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #company_profile table th {
    width: 30%;
  }
}
#company_profile table td {
  padding: 25px 40px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  #company_profile table td {
    padding: 10px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	organization_chart
+++++++++++++++++++++++++++++++++++++++++++ */
#organization_chart hgroup {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  #organization_chart hgroup p {
    font-size: 10vw;
  }
}
#organization_chart .chartWrap {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #organization_chart .chartWrap {
    overflow: visible;
  }
}
#organization_chart .chart {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 90px;
  justify-content: center;
  width: 1200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart {
    width: 100%;
    flex-direction: column;
    gap: 60px;
  }
}
#organization_chart .chart div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 253px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart div {
    width: 100%;
    gap: 20px;
    font-size: 3.6vw;
  }
}
#organization_chart .chart div::before,
#organization_chart .chart div::after {
  display: block;
  width: 45px;
  height: 2px;
  background: #B5B5B5;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart div::before,
  #organization_chart .chart div::after {
    width: 2px;
    height: 30px;
  }
}
#organization_chart .chart div::before {
  left: -45px;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart div::before {
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
  }
}
#organization_chart .chart div::after {
  right: -45px;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart div::after {
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
  }
}
#organization_chart .chart .org2Wrap {
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org2Wrap {
    flex-direction: row;
  }
}
#organization_chart .chart .org2Wrap::before {
  content: '';
  width: 2px;
  height: 291px;
  left: -45px;
  top: 36px;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org2Wrap::before {
    width: calc(100% - (100% / 3) + 15px);
    height: 2px;
    left: 0;
    right: 0;
    top: -30px;
  }
}
#organization_chart .chart .org2Wrap .org2:nth-of-type(2)::before {
  content: none;
}
#organization_chart .chart .org3Wrap {
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org3Wrap {
    flex-direction: row;
  }
}
#organization_chart .chart .org3Wrap::before,
#organization_chart .chart .org3Wrap::after {
  content: '';
  width: 2px;
  height: 313px;
  left: -45px;
  top: 25px;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org3Wrap::before,
  #organization_chart .chart .org3Wrap::after {
    width: auto;
    height: 2px;
    left: 5vw;
    right: 5vw;
    top: -30px;
  }
}
#organization_chart .chart .org3Wrap::after {
  left: auto;
  right: -45px;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org3Wrap::after {
    left: 5vw;
    right: 5vw;
    top: auto;
    bottom: -30px;
  }
}
#organization_chart .chart .org1 {
  width: 170px;
  height: 363px;
  background: #4ED9D9;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org1 {
    width: 100%;
    height: 80px;
  }
}
#organization_chart .chart .org1::after {
  content: '';
  width: 90px;
  right: -90px;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org1::after {
    width: 2px;
    height: 60px;
    right: 0;
    bottom: -60px;
  }
}
#organization_chart .chart .org2 {
  height: 74px;
  background: #3DCAD8;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org2 {
    height: 14vw ;
  }
}
#organization_chart .chart .org2::before {
  content: '';
}
#organization_chart .chart .org2:nth-of-type(2)::after {
  content: '';
}
#organization_chart .chart .org3 {
  height: 50px;
  background: #26B4D8;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org3 {
    width: 10vw;
    height: 40vw;
    writing-mode: vertical-rl;
  }
}
#organization_chart .chart .org3::before {
  content: '';
}
#organization_chart .chart .org3::after {
  content: '';
}
#organization_chart .chart .org4 {
  height: 42px;
  background: #15A5D8;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #organization_chart .chart .org4 {
    max-width: max-content;
    min-width: 290px;
    min-height: 70px;
    padding: 5px 30px;
  }
}
#organization_chart .chart .org4::before {
  content: '';
}
