#company #greeting-section {
  padding: 150px 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1480px) {
  #company #greeting-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #company #greeting-section {
    width: calc(100% - 16vw);
  }
}
#company #greeting-section:before, #company #greeting-section:after {
  content: "";
  position: absolute;
}
#company #greeting-section:before {
  width: 120px;
  height: 58px;
  background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
  top: -120px;
  right: 80px;
}
#company #greeting-section:after {
  width: 152px;
  height: 89px;
  background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
  top: -180px;
  right: -180px;
}
#company #greeting-section .title {
  font-size: 1.7777777778rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1F2F8E;
  margin: 0 0 46px;
}
#company #greeting-section .text p {
  margin: 0 0 32px;
}
#company #greeting-section .text p:last-child {
  margin: 0;
}
#company #greeting-section .bg {
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: -30vw;
}
@media screen and (max-width: 959px) {
  #company #greeting-section {
    padding: 64px 0;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #company #greeting-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #company #greeting-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #company #greeting-section:before, #company #greeting-section:after {
    content: "";
    position: absolute;
  }
  #company #greeting-section:before {
    width: 120px;
    height: 58px;
    background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
    top: -60px;
    right: 30px;
  }
  #company #greeting-section:after {
    width: 152px;
    height: 89px;
    background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
    top: -90px;
    right: -90px;
  }
  #company #greeting-section .title {
    font-size: 1.2222222222rem;
    margin: 0 0 32px;
  }
  #company #greeting-section .text p {
    margin: 0 0 24px;
  }
  #company #greeting-section .text p:last-child {
    margin: 0;
  }
  #company #greeting-section .bg {
    position: absolute;
    z-index: -1;
    bottom: -120px;
    right: -30vw;
  }
}
#company #derivation-section {
  position: relative;
}
#company #derivation-section:before {
  content: "";
  width: 31.25vw;
  height: 820px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
  position: absolute;
  right: 0;
  top: -80px;
  z-index: -1;
}
#company #derivation-section .mainimg {
  position: relative;
  z-index: 2;
  width: calc(100% - 200px);
  -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%);
}
#company #derivation-section .entext {
  width: 80px;
  position: absolute;
  right: 0;
}
#company #derivation-section .inner {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0 150px;
}
@media screen and (max-width: 1920px) {
  #company #derivation-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #company #derivation-section .inner {
    width: calc(100% - 16vw);
  }
}
#company #derivation-section .inner .title {
  font-size: 2.8888888889rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1F2F8E;
  margin: 0 0 64px;
}
#company #derivation-section .inner .contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#company #derivation-section .inner .contents .img {
  position: relative;
  top: -120px;
  width: calc(50% - 62px);
  -webkit-clip-path: polygon(0 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
          clip-path: polygon(0 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
}
#company #derivation-section .inner .contents .img img {
  display: block;
}
#company #derivation-section .inner .contents .table {
  width: 50%;
  font-size: 0.8888888889rem;
}
#company #derivation-section .inner .contents .table dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
#company #derivation-section .inner .contents .table dl dt {
  width: 220px;
  text-align: center;
  padding: 16px 24px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
  color: #fff;
  font-weight: 700;
  margin-right: 40px;
}
#company #derivation-section .inner .contents .table dl dd {
  flex: 1;
  margin-top: 16px;
}
#company #derivation-section .inner .chara {
  display: flex;
}
#company #derivation-section .inner .chara .text {
  flex: 1;
}
#company #derivation-section .inner .chara .text .headline {
  display: flex;
  align-items: center;
  font-size: 1.4444444444rem;
  font-weight: 700;
  margin: 0 0 48px;
  color: #1F2F8E;
}
#company #derivation-section .inner .chara .text .headline span {
  font-size: 2.3333333333rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  #company #derivation-section:before {
    display: none;
  }
  #company #derivation-section .mainimg {
    position: relative;
    z-index: 2;
    width: calc(100% - 8vw);
    height: 240px;
    -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%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  #company #derivation-section .entext {
    display: none;
  }
  #company #derivation-section .inner {
    max-width: 1720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 64px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1920px) {
  #company #derivation-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #company #derivation-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #company #derivation-section .inner .title {
    font-size: 1.5555555556rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1F2F8E;
    margin: 0 0 32px;
  }
  #company #derivation-section .inner .contents {
    display: block;
  }
  #company #derivation-section .inner .contents .img {
    display: none;
  }
  #company #derivation-section .inner .contents .table {
    width: 100%;
  }
  #company #derivation-section .inner .contents .table dl {
    display: block;
    margin-bottom: 32px;
  }
  #company #derivation-section .inner .contents .table dl dt {
    width: 100%;
    text-align: left;
    padding: 16px 24px;
    background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
    color: #fff;
    font-weight: 700;
    margin-right: 40px;
  }
  #company #derivation-section .inner .contents .table dl dd {
    flex: 1;
    margin-top: 16px;
  }
  #company #derivation-section .inner .chara {
    display: block;
  }
  #company #derivation-section .inner .chara .text {
    margin-top: 48px;
    flex: 1;
  }
  #company #derivation-section .inner .chara .text .headline {
    display: block;
    font-size: 1rem;
    margin: 0 0 32px;
  }
  #company #derivation-section .inner .chara .text .headline span {
    display: block;
    font-size: 1.5555555556rem;
    font-weight: 700;
  }
}
#company #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;
}
#company #message-section .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 1480px) {
  #company #message-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #company #message-section .inner {
    width: calc(100% - 16vw);
  }
}
#company #message-section .inner .titlearea {
  margin-right: 80px;
  position: relative;
}
#company #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: -120px;
  right: -32px;
}
#company #message-section .inner .titlearea .text {
  font-weight: 700;
  font-size: 1.7777777778rem;
}
#company #message-section .inner .titlearea .title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.35;
  margin: 24px 0 0 32px;
}
#company #message-section .inner .titlearea .title span {
  font-weight: 700;
  font-size: 1.7777777778rem;
}
#company #message-section .inner .textarea {
  flex: 1;
}
#company #message-section .inner .textarea p {
  margin: 0 0 32px;
}
#company #message-section .inner .textarea p:last-child {
  margin: 0;
}
@media screen and (max-width: 959px) {
  #company #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;
  }
  #company #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) {
  #company #message-section .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #company #message-section .inner {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #company #message-section .inner .titlearea {
    margin: 0 0 32px;
    position: relative;
  }
  #company #message-section .inner .titlearea:before {
    content: none;
  }
  #company #message-section .inner .titlearea .text {
    font-weight: 700;
    font-size: 0.8888888889rem;
  }
  #company #message-section .inner .titlearea .title {
    font-weight: 700;
    font-size: 1.3333333333rem;
    line-height: 1.35;
    margin: 16px 0 0 0;
  }
  #company #message-section .inner .titlearea .title span {
    font-weight: 700;
    font-size: 1rem;
  }
  #company #message-section .inner .textarea {
    flex: 1;
  }
  #company #message-section .inner .textarea p {
    margin: 0 0 32px;
  }
  #company #message-section .inner .textarea p:last-child {
    margin: 0;
  }
}
#company #overview-section {
  padding: 150px 0;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1480px) {
  #company #overview-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #company #overview-section {
    width: calc(100% - 16vw);
  }
}
#company #overview-section .title {
  font-size: 2.8888888889rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1F2F8E;
  margin: 0 0 64px;
}
#company #overview-section .table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#company #overview-section .table dl {
  display: flex;
  width: calc(50% - 32px);
  position: relative;
  padding: 32px 0;
}
#company #overview-section .table dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#company #overview-section .table dl:nth-child(1):after, #company #overview-section .table dl:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#company #overview-section .table dl dt {
  font-weight: 700;
  width: 216px;
}
#company #overview-section .table dl dt span {
  display: block;
  font-size: 0.8333333333rem;
}
#company #overview-section .table dl dd {
  flex: 1;
}
#company #overview-section .table dl dd .bold {
  display: block;
  font-weight: 700;
  margin-top: 24px;
}
#company #overview-section .table dl dd .bold:first-child {
  margin: 0;
}
#company #overview-section .table dl dd .dot {
  display: flex;
}
@media screen and (max-width: 959px) {
  #company #overview-section {
    padding: 64px 0;
  }
  #company #overview-section .title {
    font-size: 1.5555555556rem;
    margin: 0 0 32px;
  }
  #company #overview-section .table {
    display: block;
  }
  #company #overview-section .table dl {
    display: block;
    width: 100%;
    position: relative;
    padding: 24px 0;
  }
  #company #overview-section .table dl:nth-child(2):after {
    content: none;
  }
  #company #overview-section .table dl dt {
    font-weight: 700;
    width: 100%;
    font-size: 1.1111111111rem;
  }
  #company #overview-section .table dl dt span {
    display: block;
    font-size: 0.7777777778rem;
  }
  #company #overview-section .table dl dd {
    margin-top: 20px;
    flex: 1;
  }
  #company #overview-section .table dl dd .bold {
    display: block;
    font-weight: 700;
    margin-top: 16px;
  }
  #company #overview-section .table dl dd .bold:first-child {
    margin: 0;
  }
  #company #overview-section .table dl dd .dot {
    display: flex;
  }
}
#company #access-section {
  padding: 0 0 150px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1480px) {
  #company #access-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #company #access-section {
    width: calc(100% - 16vw);
  }
}
#company #access-section .title {
  font-size: 2.8888888889rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1F2F8E;
  margin: 0 0 64px;
}
#company #access-section .maparea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
#company #access-section .maparea .ggmap {
  width: calc(56% - 32px);
}
#company #access-section .maparea .ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#company #access-section .maparea .img {
  width: calc(44% - 32px);
}
#company #access-section .maparea .img img {
  width: 100%;
}
#company #access-section .textarera {
  font-size: 0.8888888889rem;
}
#company #access-section .textarera .address {
  vertical-align: top;
  display: inline-flex;
  margin-right: 64px;
  margin-bottom: 32px;
}
#company #access-section .textarera .address p:first-child {
  margin-right: 32px;
}
#company #access-section .textarera .text {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  #company #access-section {
    padding: 0 0 64px;
  }
  #company #access-section .title {
    font-size: 1.5555555556rem;
    margin: 0 0 32px;
  }
  #company #access-section .maparea {
    display: block;
    margin-bottom: 32px;
  }
  #company #access-section .maparea .ggmap {
    display: none;
  }
  #company #access-section .maparea .img {
    width: 100%;
  }
  #company #access-section .maparea .img img {
    width: 100%;
  }
  #company #access-section .textarera {
    font-size: 1rem;
  }
  #company #access-section .textarera .address {
    display: block;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  #company #access-section .textarera .address p:first-child {
    margin: 0 0 24px;
  }
  #company #access-section .textarera .text {
    display: inline-block;
  }
}
#company .page-list {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
#company .page-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#company .page-list li:nth-child(2) {
  margin: 0 32px;
}
@media screen and (max-width: 959px) {
  #company .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) {
  #company .page-list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #company .page-list {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #company .page-list li:nth-child(2) {
    margin: 16px 0;
  }
}/*# sourceMappingURL=company.css.map */