@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
色に関して記述しているファイル
色に関して、ここで宣言をしたものを利用する様にする

例：
color: $color-font-white;
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.header > .right > .pages > .page > .link.page-company:before {
  height: 40px;
}

.header > .right > .pages > .page > .link.page-company.english:before {
  height: 1px;
}

.header > .sp-menu > .container > .pages > .page > .link.page-company:before {
  right: 77px;
  width: 77px;
}

.company-page {
  margin-top: 288px;
}

@media screen and (max-width: 897px) {
  .company-page {
    margin-top: 240px;
  }
}

.company-page > .section-title {
  margin-bottom: 176px;
}

.company-page > .section-title > .container > .page-title {
  font-size: 32px;
  letter-spacing: 0.24em;
  line-height: 1.6;
}

@media screen and (max-width: 897px) {
  .company-page > .section-title > .container > .page-title {
    letter-spacing: 0.08em;
    line-height: 1.52;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission > .container,
  .company-page > .section-service > .container,
  .company-page > .section-works > .container,
  .company-page > .section-message > .container,
  .company-page > .section-company > .container {
    display: block;
  }
}

.company-page > .section-mission > .container > .left,
.company-page > .section-service > .container > .left,
.company-page > .section-works > .container > .left,
.company-page > .section-message > .container > .left,
.company-page > .section-company > .container > .left {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.7em;
}

.company-page > .section-mission > .container > .left.english,
.company-page > .section-service > .container > .left.english,
.company-page > .section-works > .container > .left.english,
.company-page > .section-message > .container > .left.english,
.company-page > .section-company > .container > .left.english{
  letter-spacing: 0.2em;
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission > .container > .left,
  .company-page > .section-service > .container > .left,
  .company-page > .section-works > .container > .left,
  .company-page > .section-message > .container > .left,
  .company-page > .section-company > .container > .left {
    font-size: 12px;
    letter-spacing: 0.5em;
  }
}

.company-page > .section-mission > .container > .left:before,
.company-page > .section-service > .container > .left:before,
.company-page > .section-works > .container > .left:before,
.company-page > .section-message > .container > .left:before,
.company-page > .section-company > .container > .left:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 100%;
  width: 240px;
  height: 1px;
  background-color: #808080;
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission > .container > .left:before,
  .company-page > .section-service > .container > .left:before,
  .company-page > .section-works > .container > .left:before,
  .company-page > .section-message > .container > .left:before,
  .company-page > .section-company > .container > .left:before {
    width: 1px;
    height: 40px;
    top: -48px;
    right: 58%;
  }
}

.company-page > .section-mission > .container > .right,
.company-page > .section-service > .container > .right,
.company-page > .section-works > .container > .right,
.company-page > .section-message > .container > .right,
.company-page > .section-company > .container > .right {
  width: 100%;
}

.company-page > .section-mission,
.company-page > .section-works,
.company-page > .section-message {
  margin-bottom: 176px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission,
  .company-page > .section-works,
  .company-page > .section-message {
    margin-bottom: 204px;
  }
}

.company-page > .section-mission > .container > .left,
.company-page > .section-service > .container > .left,
.company-page > .section-message > .container > .left,
.company-page > .section-company > .container > .left {
  width: 30px;
  margin-right: 90px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission > .container > .left,
  .company-page > .section-service > .container > .left,
  .company-page > .section-message > .container > .left,
  .company-page > .section-company > .container > .left {
    width: 20px;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.company-page > .section-mission > .container > .right > .copy,
.company-page > .section-service > .container > .right > .copy {
  font-size: 24px;
  margin-top: -9px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission > .container > .right > .copy,
  .company-page > .section-service > .container > .right > .copy {
    font-size: 18px;
    margin-top: 0;
    line-height: 1.52;
  }
}

.company-page > .section-mission > .container > .right > .text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 80px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission > .container > .right > .text {
    font-size: 13px;
    line-height: 1.52;
  }
}

.company-page > .section-mission > .container > .right > .link {
  position: relative;
  display: block;
  width: 260px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
  margin: 0 0 0 auto;
  padding-right: 100px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission > .container > .right > .link {
    width: 170px;
    font-size: 13px;
    line-height: 1.52;
    text-align: center;
    margin: 0 auto;
    padding-right: 25px;
  }
}

.company-page > .section-mission > .container > .right > .link:before, .company-page > .section-mission > .container > .right > .link:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 90px;
  height: 1px;
  -webkit-transition: all 0.24s ease;
  transition: all 0.24s ease;
}

@media screen and (max-width: 950px) {
  .company-page > .section-mission > .container > .right > .link:before, .company-page > .section-mission > .container > .right > .link:after {
    right: 10px;
    width: 80px;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission > .container > .right > .link:before, .company-page > .section-mission > .container > .right > .link:after {
    width: 35px;
    right: 18px;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-mission > .container > .right > .link.english:before, .company-page > .section-mission > .container > .right > .link.english:after {
    right: 0px;
  }
}

.company-page > .section-mission > .container > .right > .link:before {
  background-color: #808080;
}

.company-page > .section-mission > .container > .right > .link:after {
  background-color: #FFFFFF;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.company-page > .section-mission > .container > .right > .link:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.company-page > .section-mission > .container > .right > .link:hover > .icon {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.company-page > .section-service {
  margin-bottom: 220px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-service {
    margin-bottom: 204px;
  }
}

.company-page > .section-service > .container > .right > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .company-page > .section-service > .container > .right > .flex {
    display: block;
  }
}

.company-page > .section-service > .container > .right > .flex > .left {
  width: 100%;
}

.company-page > .section-service > .container > .right > .flex > .left > .text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 48px;
}

@media screen and (max-width: 640px) {
  .company-page > .section-service > .container > .right > .flex > .left > .text {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .company-page > .section-service > .container > .right > .flex > .left > .img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .company-page > .section-service > .container > .right > .flex > .left > .img {
    margin: 0 41px 40px 20px;
  }
}

.company-page > .section-service > .container > .right > .flex > .left > .services {
  width: 100%;
}

.company-page > .section-service > .container > .right > .flex > .left > .services > .title {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .title {
    line-height: 1.52;
  }
}

.company-page > .section-service > .container > .right > .flex > .left > .services > .contents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 897px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .contents {
    max-width: 436px;
  }
}

.company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content {
  min-width: 165px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media screen and (max-width: 897px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content {
    font-size: 12px;
    line-height: 1.52;
  }
}

@media screen and (max-width: 480px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content {
    min-width: 0;
  }
}

@media screen and (max-width: 320px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content {
    margin-bottom: 24px;
  }
}

.company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content > .small {
  color: #808080;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media screen and (max-width: 897px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content > .small {
    line-height: 1.52;
  }
}

.company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content > .small > .indent {
  display: block;
  padding-left: 29px;
}

.company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content:first-child {
  margin-bottom: 20px;
  margin-right: 45px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content:first-child {
    min-width: 141px;
    margin-bottom: 12px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 320px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content:first-child {
    margin-bottom: 24px;
  }
}

.company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content:nth-child(3) {
  margin-right: 44px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content:nth-child(3) {
    min-width: 141px;
    margin-right: 32px;
  }
}

.company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content > .is-xxs {
  display: none;
}

@media screen and (max-width: 358px) {
  .company-page > .section-service > .container > .right > .flex > .left > .services > .contents > .content > .is-xxs {
    display: block;
  }
}

.company-page > .section-service > .container > .right > .flex > .img {
  width: 300px;
  margin-left: 30px;
}

@media screen and (max-width: 724px) {
  .company-page > .section-service > .container > .right > .flex > .img {
    width: 220px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .company-page > .section-service > .container > .right > .flex > .img {
    display: none;
  }
}

.company-page > .section-works > .container {
  max-width: 1020px;
}

.company-page > .section-works > .container > .left {
  width: 60px;
  margin-right: 70px;
}

@media screen and (max-width: 950px) {
  .company-page > .section-works > .container > .left {
    width: 30px;
    margin-right: 90px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .left {
    width: 20px;
    margin-right: 0;
  }
}

.company-page > .section-works > .container > .left:before {
  right: 60%;
}

@media screen and (max-width: 950px) {
  .company-page > .section-works > .container > .left:before {
    right: 100%;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .left:before {
    right: 58%;
  }
}

.company-page > .section-works > .container > .right > .works {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -30px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .right > .works {
    display: block;
  }
}

.company-page > .section-works > .container > .right > .works > .work {
  width: calc((100% - 180px) / 3);
  margin: 0 30px 80px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .right > .works > .work{
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .right > .works > .work > .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 40px;
  }
}

.company-page > .section-works > .container > .right > .works > .work > .link > .img {
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.company-page > .section-works > .container > .right > .works > .work > .link > .img > img {
  width: 100%;
  height:100%;
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .right > .works > .work > .link > .img {
    max-width: 187px;
    width: 100%;
    margin-right: 12px;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .right > .works > .work > .link > .info {
    max-width: 158px;
    width: 100%;
  }
}

.company-page > .section-works > .container > .right > .works > .work > .link > .info > .category,
.company-page > .section-works > .container > .right > .works > .work > .link > .info > .title,
.company-page > .section-works > .container > .right > .works > .work > .link > .info > .text {
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #000000;
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .right > .works > .work > .link > .info > .category,
  .company-page > .section-works > .container > .right > .works > .work > .link > .info > .title,
  .company-page > .section-works > .container > .right > .works > .work > .link > .info > .text {
    line-height: 1.52;
  }
}

.company-page > .section-works > .container > .right > .works > .work > .link > .info > .category {
  color: #808080;
  font-size: 10px;
}

.company-page > .section-works > .container > .right > .works > .work > .link > .info > .title {
  font-size: 14px;
  margin-bottom: 8px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .right > .works > .work > .link > .info > .title {
    font-size: 12px;
  }
}

.company-page > .section-works > .container > .right > .works > .work > .link > .info > .text {
  font-size: 12px;
  text-align: justify;
}

@media screen and (max-width: 897px) {
  .company-page > .section-works > .container > .right > .works > .work > .link > .info > .text {
    font-size: 10px;
  }
}

.company-page > .section-works > .container > .right > .works > .work > .link > .info > .text > .link {
color: #808080;
text-decoration: underline;
transition: all 0.3s;
}

.company-page > .section-works > .container > .right > .works > .work > .link > .info > .text > .link:hover {
opacity: 0.5;
  }

  .company-page > .section-works > .container > .right > .works > .work > .link > .info > .button-article {
    font-size:12px;
    color: #808080;
    text-decoration: underline;
    transition: all 0.3s;
  }


.company-page > .section-message > .container > .right {
  margin-top: -5px;
}

.company-page > .section-message > .container > .right > .text {
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 48px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-message > .container > .right > .text {
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 24px;
  }
}

.company-page > .section-message > .container > .right > .ceo {
  margin-top: 118px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-message > .container > .right > .ceo {
    display: block;
    margin-top: 56px;
  }
}

.company-page > .section-message > .container > .right > .ceo > .left {
  max-width: 149px;
  width: 100%;
  margin-right: 31px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-message > .container > .right > .ceo > .left {
    max-width: 116px;
    height: 116px;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.company-page > .section-message > .container > .right > .ceo > .left > .img {
  width: 100%;
}

.company-page > .section-message > .container > .right > .ceo > .right {
  width: 100%;
}

.company-page > .section-message > .container > .right > .ceo > .right > .position,
.company-page > .section-message > .container > .right > .ceo > .right > .name,
.company-page > .section-message > .container > .right > .ceo > .right > .name > .hurigana {
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media screen and (max-width: 897px) {
  .company-page > .section-message > .container > .right > .ceo > .right > .position,
  .company-page > .section-message > .container > .right > .ceo > .right > .name,
  .company-page > .section-message > .container > .right > .ceo > .right > .name > .hurigana {
    line-height: 1.52;
  }
}

.company-page > .section-message > .container > .right > .ceo > .right > .position {
  font-size: 10px;
  margin-bottom: 2px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-message > .container > .right > .ceo > .right > .position {
    font-size: 8px;
    margin-bottom: 0;
  }
}

.company-page > .section-message > .container > .right > .ceo > .right > .name {
  margin-bottom: 10px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-message > .container > .right > .ceo > .right > .name {
    margin-bottom: 16px;
  }
}

.company-page > .section-message > .container > .right > .ceo > .right > .name > .hurigana {
  display: block;
  font-size: 10px;
  margin-top: -5px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-message > .container > .right > .ceo > .right > .name > .hurigana {
    margin-top: 0;
  }
}

.company-page > .section-message > .container > .right > .ceo > .right > .career > .term > .year,
.company-page > .section-message > .container > .right > .ceo > .right > .career > .term > .text {
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.52;
}

.company-page > .section-message > .container > .right > .ceo > .right > .career > .term > .year {
  width: 43px;
  margin-right: 16px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-message > .container > .right > .ceo > .right > .career > .term > .year {
    margin-right: 8px;
  }
}

@media screen and (max-width: 640px) {
  .company-page > .section-message > .container > .right > .ceo > .right > .career > .term > .year {
    width: 48px;
  }
}

.company-page > .section-message > .container > .right > .ceo > .right > .career > .term > .text {
  width: 100%;
}

.company-page > .section-message > .container > .right > .ceo > .right > .career > .term > .text > .second-line {
  padding-left: 47px;
}

.company-page > .section-company {
  margin-bottom: 40px;
}

.company-page > .section-company > .container > .left {
  height: 191px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .left {
    height: 72px;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .left.english {
    height: 182px;
  }
}

.company-page > .section-company > .container > .right {
  margin-top: -3px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right {
    margin-top: 0;
  }
}

.company-page > .section-company > .container > .right > .box {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .company-page > .section-company > .container > .right > .box {
    display: block;
    margin-bottom: 32px;
  }
}

.company-page > .section-company > .container > .right > .box > .infos {
  margin-right: 67px;
  margin-bottom: 48px;
}

@media screen and (max-width: 640px) {
  .company-page > .section-company > .container > .right > .box > .infos {
    margin-bottom: 24px;
    margin-right: 0;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .box > .infos > .info {
    margin-bottom: 4px;
  }
}

.company-page > .section-company > .container > .right > .box > .infos > .info > .label,
.company-page > .section-company > .container > .right > .box > .infos > .info > .data {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .box > .infos > .info > .label,
  .company-page > .section-company > .container > .right > .box > .infos > .info > .data {
    font-size: 13px;
    line-height: 1.52;
  }
}

.company-page > .section-company > .container > .right > .box > .infos > .info > .label {
  width: 188px;
  margin-right: 44px;
}

@media screen and (max-width: 640px) {
  .company-page > .section-company > .container > .right > .box > .infos > .info > .label {
    width: 140px;
    margin-right: 32px;
  }
}

.company-page > .section-company > .container > .right > .box > .infos > .info > .data {
  width: 100%;
}

.company-page > .section-company > .container > .right > .box > .infos > .info > .data > .small {
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .box > .infos > .info > .data > .small {
    font-size: 10px;
    line-height: 1.52;
  }
}

.company-page > .section-company > .container > .right > .box > .map {
  height: 240px;
}

@media screen and (max-width: 640px) {
  .company-page > .section-company > .container > .right > .box > .map {
    width: 100%;
    height: 265px;
  }
}

@media screen and (max-width: 480px) {
  .company-page > .section-company > .container > .right > .box > .map {
    height: 220px;
  }
}

.company-page > .section-company > .container > .right > .box > .map > iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.company-page > .section-company > .container > .right > .link {
  position: relative;
  display: block;
  width: 280px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0 0 0 auto;
  margin-bottom: 120px;
  text-align: right;
  padding-right: 100px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .link {
    width: 160px;
    font-size: 13px;
    line-height: 1.52;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-right: 25px;
  }
}

.company-page > .section-company > .container > .right > .link:before, .company-page > .section-company > .container > .right > .link:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 90px;
  height: 1px;
  -webkit-transition: all 0.24s ease;
  transition: all 0.24s ease;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .link:before, .company-page > .section-company > .container > .right > .link:after {
    top: 9px;
    width: 35px;
    right: 18px;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .link.english:before, .company-page > .section-company > .container > .right > .link.english:after {
    right: -4px;
  }
}

.company-page > .section-company > .container > .right > .link:before {
  background-color: #808080;
}

.company-page > .section-company > .container > .right > .link:after {
  background-color: #FFFFFF;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.company-page > .section-company > .container > .right > .link:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.company-page > .section-company > .container > .right > .link:hover > .icon {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.company-page > .section-company > .container > .right > .buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .company-page > .section-company > .container > .right > .buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .buttons {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .company-page > .section-company > .container > .right > .buttons {
    margin-bottom: 80px;
  }
}

.company-page > .section-company > .container > .right > .buttons > .button {
  max-width: 300px;
  width: 100%;
  margin-right: 120px;
}

@media screen and (max-width: 950px) {
  .company-page > .section-company > .container > .right > .buttons > .button {
    margin-right: 80px;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .buttons > .button {
    max-width: 211px;
    margin: 0 auto;
  }
}

.company-page > .section-company > .container > .right > .buttons > .button > .link {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .buttons > .button > .link {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}

.company-page > .section-company > .container > .right > .buttons > .button > .link.recruit {
  padding: 20px 37px 20px 48px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .buttons > .button > .link.recruit {
    padding: 20px 11px 20px 31px;
    margin-bottom: 24px;
  }
}

.company-page > .section-company > .container > .right > .buttons > .button > .link.contact {
  padding: 20px 19px 20px 34px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .buttons > .button > .link.contact {
    padding: 20px 11px 20px 21px;
  }
}

.company-page > .section-company > .container > .right > .buttons > .button > .link:before, .company-page > .section-company > .container > .right > .buttons > .button > .link:after {
  content: "";
  position: absolute;
  top: 31px;
  right: 30px;
  width: 75px;
  height: 1px;
  -webkit-transition: all 0.24s ease;
  transition: all 0.24s ease;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .buttons > .button > .link:before, .company-page > .section-company > .container > .right > .buttons > .button > .link:after {
    top: 29px;
    width: 44px;
    right: 22px;
  }
}

.company-page > .section-company > .container > .right > .buttons > .button > .link:before {
  background-color: #FFFFFF;
}

.company-page > .section-company > .container > .right > .buttons > .button > .link:after {
  background-color: #FFFFFF;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.company-page > .section-company > .container > .right > .buttons > .button > .link:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.company-page > .section-company > .container > .right > .buttons > .button > .link:hover:before {
  background-color: #000000;
}

.company-page > .section-company > .container > .right > .buttons > .button > .link:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.company-page > .section-company > .container > .right > .buttons > .button > .link:hover > .icon {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.company-page > .section-company > .container > .right > .buttons > .button > .link.recruit:before, .company-page > .section-company > .container > .right > .buttons > .button > .link.recruit:after {
  right: 45px;
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .buttons > .button > .link.recruit:before, .company-page > .section-company > .container > .right > .buttons > .button > .link.recruit:after {
    right: 35px;
  }
}

@media screen and (max-width: 950px) {
  .company-page > .section-company > .container > .right > .buttons > .button.contact {
    margin-right: 0;
  }
}

@media screen and (max-width: 897px) {
  .company-page > .section-company > .container > .right > .buttons > .button.contact {
    margin: 0 auto;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company-page > .section-service > .container > .right > .flex > .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company-page > .section-message > .container > .right > .ceo > .right > .career > .term > .year {
    width: 43px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company-page > .section-company > .container > .right > .buttons > .button > .link.contact {
    padding: 22px 19px 16px 34px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company-page > .section-company > .container > .right > .buttons > .button > .link.recruit {
    padding: 22px 37px 16px 48px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company-page > .section-company > .container > .right > .link::before {
    top: 10px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company-page > .section-company > .container > .right > .link::after {
    top: 10px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company-page > .section-mission > .container > .right > .link::before {
    top: 9px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .company-page > .section-mission > .container > .right > .link::after {
    top: 9px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header > .right > .pages > .page > .link::before {
    left: 55%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future,
  :root .section-message > .container > .right > .ceo > .right > .career > .term > .year {
    width: 48px;
  }
}
