#thought #greeting-section {
  padding: 150px 0 150px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1480px) {
  #thought #greeting-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #thought #greeting-section {
    width: calc(100% - 16vw);
  }
}
#thought #greeting-section:before, #thought #greeting-section:after {
  content: "";
  position: absolute;
}
#thought #greeting-section:before {
  width: 120px;
  height: 58px;
  background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
  top: -120px;
  right: 80px;
}
#thought #greeting-section:after {
  width: 152px;
  height: 89px;
  background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
  top: -180px;
  right: -180px;
}
#thought #greeting-section p {
  font-size: 1.1111111111rem;
}
#thought #greeting-section .bg {
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: -30vw;
}
@media screen and (max-width: 959px) {
  #thought #greeting-section {
    padding: 64px 0;
  }
  #thought #greeting-section:before, #thought #greeting-section:after {
    content: "";
    position: absolute;
  }
  #thought #greeting-section:before {
    width: 120px;
    height: 58px;
    background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
    top: -60px;
    right: 30px;
  }
  #thought #greeting-section:after {
    width: 152px;
    height: 89px;
    background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
    top: -90px;
    right: -90px;
  }
  #thought #greeting-section p {
    font-size: 0.8888888889rem;
  }
  #thought #greeting-section .bg {
    position: absolute;
    z-index: -1;
    bottom: -120px;
    right: -30vw;
  }
}
#thought #message-section {
  padding: 240px 0;
  -webkit-clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%);
          clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%);
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
  color: #fff;
  position: relative;
  z-index: 2;
}
#thought #message-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 1480px) {
  #thought #message-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #thought #message-section .inner {
    width: calc(100% - 16vw);
  }
}
#thought #message-section .inner .titlearea {
  margin-right: auto;
  position: relative;
  display: flex;
}
#thought #message-section .inner .titlearea:before {
  content: "";
  width: 50vw;
  height: 32.4vw;
  background: url(../images/company/message-illust01.svg) no-repeat center/contain;
  position: absolute;
  bottom: -150px;
  right: -32px;
}
#thought #message-section .inner .titlearea .title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.35;
  margin: 24px 0 0 32px;
}
#thought #message-section .inner .titlearea .title span {
  font-weight: 700;
  font-size: 1.7777777778rem;
}
#thought #message-section .inner .textarea {
  flex: 1;
}
#thought #message-section .inner .textarea p {
  margin: 0 0 32px;
}
#thought #message-section .inner .textarea p:last-child {
  margin: 0;
}
@media screen and (max-width: 959px) {
  #thought #message-section {
    padding: 104px 0;
    -webkit-clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
            clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
    background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
    color: #fff;
  }
  #thought #message-section .inner {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #thought #message-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #thought #message-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #thought #message-section .inner .titlearea {
    margin: 0 0 32px;
    position: relative;
  }
  #thought #message-section .inner .titlearea:before {
    content: none;
  }
  #thought #message-section .inner .titlearea .text {
    font-weight: 700;
    font-size: 0.8888888889rem;
  }
  #thought #message-section .inner .titlearea .title {
    font-weight: 700;
    font-size: 1.3333333333rem;
    line-height: 1.35;
    margin: 16px 0 0 0;
  }
  #thought #message-section .inner .titlearea .title span {
    font-weight: 700;
    font-size: 1rem;
  }
  #thought #message-section .inner .textarea {
    flex: 1;
  }
  #thought #message-section .inner .textarea p {
    margin: 0 0 32px;
  }
  #thought #message-section .inner .textarea p:last-child {
    margin: 0;
  }
}
#thought #service-section {
  position: relative;
  z-index: 1;
  padding: 150px 0;
  z-index: 3;
}
#thought #service-section:before {
  content: "";
  width: 70px;
  height: 29px;
  position: absolute;
  left: 40px;
  bottom: 100px;
  background: url(../images/index/service-illst02.svg) no-repeat center/contain;
}
#thought #service-section .titlearea {
  position: relative;
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1480px) {
  #thought #service-section .titlearea {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #thought #service-section .titlearea {
    width: calc(100% - 16vw);
  }
}
#thought #service-section .titlearea:before {
  content: "";
  width: 152px;
  height: 155px;
  position: absolute;
  left: 100%;
  top: -100px;
  background: url(../images/index/service-illst01.svg) no-repeat center/contain;
}
#thought #service-section .titlearea .title {
  font-weight: 700;
  font-size: 2.8888888889rem;
}
#thought #service-section .titlearea .text {
  flex: 1;
  margin: 40px 0 0 40px;
  font-size: 1.1111111111rem;
  font-weight: 700;
}
#thought #service-section .list {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #thought #service-section .list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #thought #service-section .list {
    width: calc(100% - 16vw);
  }
}
#thought #service-section .list li {
  width: calc(25% - 70px);
  position: relative;
}
#thought #service-section .list li:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/common/mark-plus.svg) center/cover;
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  right: -60px;
  top: 50%;
}
#thought #service-section .list li:last-child::before {
  content: none;
}
#thought #service-section .list li:first-child {
  margin-top: 120px;
}
#thought #service-section .list li:nth-child(2) {
  margin-top: 200px;
}
#thought #service-section .list li:nth-child(3) {
  margin-top: 80px;
}
#thought #service-section .list li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 0 114px;
}
#thought #service-section .list li a:hover {
  opacity: 0.677777;
}
#thought #service-section .list li .title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 32px 16px;
  position: absolute;
  top: -100px;
  left: 0;
  color: #1F2F8E;
  background: #fff;
  font-weight: 700;
  z-index: 2;
  font-size: 1rem;
  transform: translateX(-50%);
}
#thought #service-section .list li .img {
  display: block;
  position: relative;
}
#thought #service-section .list li .img:before {
  content: "";
  display: block;
  padding: 0 0 141.2%;
}
#thought #service-section .list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#thought #service-section .list li .text {
  margin-top: 24px;
  font-size: 0.8888888889rem;
  display: block;
}
#thought #service-section .list li .text span {
  margin-top: 16px;
  display: block;
  font-size: 0.7222222222rem;
}
#thought #service-section .list li .button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  padding: 16px 76px 16px 0;
  background: url(../images/common/btn-b.svg) no-repeat center right/contain;
}
#thought #service-section .bg {
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: -10vw;
}
@media screen and (max-width: 1349px) {
  #thought #service-section .list {
    flex-wrap: wrap;
  }
  #thought #service-section .list li {
    width: calc(50% - 50px);
  }
  #thought #service-section .list li:before {
    content: none;
  }
  #thought #service-section .list li:last-child {
    margin-top: 120px;
  }
  #thought #service-section .list li:first-child {
    margin-top: 120px;
  }
  #thought #service-section .list li:nth-child(2) {
    margin-top: 120px;
  }
  #thought #service-section .list li:nth-child(3) {
    margin-top: 120px;
  }
  #thought #service-section .list li a {
    position: relative;
  }
  #thought #service-section .list li .title {
    writing-mode: vertical-rl;
    padding: 32px 16px;
    position: absolute;
    top: -100px;
    left: 0;
    color: #1F2F8E;
    background: #fff;
    font-weight: 700;
    z-index: 2;
    font-size: 1.1666666667rem;
    transform: translateX(-50%);
  }
  #thought #service-section .list li .img {
    display: block;
    position: relative;
  }
  #thought #service-section .list li .img:before {
    content: "";
    display: block;
    padding: 0 0 70.8%;
  }
  #thought #service-section .list li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 959px) {
  #thought #service-section {
    padding: 64px 0;
  }
  #thought #service-section .titlearea {
    position: relative;
    display: block;
    margin-bottom: 48px;
  }
  #thought #service-section .titlearea .title {
    font-weight: 700;
    font-size: 1.5555555556rem;
  }
  #thought #service-section .titlearea .text {
    flex: 1;
    margin: 16px 0 0 24px;
    font-size: 1rem;
    font-weight: 700;
  }
  #thought #service-section .list {
    flex-wrap: wrap;
  }
  #thought #service-section .list li {
    width: 100%;
  }
  #thought #service-section .list li:last-child {
    margin-top: 60px;
  }
  #thought #service-section .list li:first-child {
    margin-top: 60px;
  }
  #thought #service-section .list li:nth-child(2) {
    margin-top: 60px;
  }
  #thought #service-section .list li:nth-child(3) {
    margin-top: 60px;
  }
  #thought #service-section .list li a {
    position: relative;
    padding: 0 0 80px;
  }
  #thought #service-section .list li .title {
    writing-mode: vertical-rl;
    padding: 16px 8px;
    position: absolute;
    top: -40px;
    left: 8px;
    color: #1F2F8E;
    background: #fff;
    font-weight: 700;
    z-index: 2;
    font-size: 0.8888888889rem;
    transform: translateX(calc);
  }
  #thought #service-section .list li .img {
    display: block;
    position: relative;
  }
  #thought #service-section .list li .img:before {
    content: "";
    display: block;
    padding: 0 0 70.8%;
  }
  #thought #service-section .list li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #thought #service-section .bg {
    position: absolute;
    z-index: -1;
    bottom: -40px;
    right: -10vw;
  }
}
#thought .page-list {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
#thought .page-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#thought .page-list li {
  min-width: 320px;
}
#thought .page-list li:nth-child(2) {
  margin: 0 32px;
}
@media screen and (max-width: 959px) {
  #thought .page-list {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    display: block;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #thought .page-list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #thought .page-list {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #thought .page-list li:nth-child(2) {
    margin: 16px 0;
  }
}/*# sourceMappingURL=thought.css.map */