@charset "UTF-8";
html, body, article, aside, details, figcaption, figure, footer, header, nain, nav, section, div, p, pre, blockquote, hr, address, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, a, abbr, acronym, b, big, cite, code, del, dfn, em, i, ins, kbd, mark, q, ruby, s, samp, small, span, strike, strong, sub, sup, time, tt, u, var, audio, canvas, embed, iframe, img, object, video, details, menu, summary, button, fieldset, form, input, label, legend, output, optgroup, option, select, textarea {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

code, kbd, pre, samp, button, input, select, textarea {
  font-size: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-size: 1.4rem;
}

ul, ol {
  list-style: none;
}

pre {
  word-wrap: break-word;
  word-break: break-all;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins, mark {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
}

small {
  font-size: 100%;
  font-size: 1.4rem;
}

img {
  vertical-align: top;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=file] {
  border: 1px solid #d6d6d6;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
  font-size: 14px;
}

.mainContents.corp .kvSec {
  position: relative;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.mainContents.corp .kvSec__inner {
  position: relative;
  width: min(72.9166666667vw, 1400px);
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .kvSec__inner {
    width: 100%;
  }
}
.mainContents.corp .kvSec__text {
  position: absolute;
  top: min(5.1041666667vw, 98px);
  width: min(28.90625vw, 555px);
  height: min(4.375vw, 84px);
  background-color: #fff;
  border-radius: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .kvSec__text {
    width: 62.6666666667vw;
    height: 10.1333333333vw;
    top: 8.2666666667vw;
    left: 4vw;
    border-radius: 1.3333333333vw;
  }
}
.mainContents.corp .kvSec__text h1 {
  position: relative;
  text-align: center;
}
.mainContents.corp .kvSec__text h1 span:nth-of-type(1) {
  position: absolute;
  top: max(-2.6041666667vw, -50px);
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  font-size: min(4.1666666667vw, 80px);
  font-weight: 700;
  color: #ffebe1;
  mix-blend-mode: multiply;
  font-family: Arial;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .kvSec__text h1 span:nth-of-type(1) {
    top: -4vw;
    font-size: 9.3333333333vw;
  }
}
.mainContents.corp .kvSec__text h1 span:nth-of-type(2) {
  position: absolute;
  top: max(-0.2604166667vw, -5px);
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  font-size: min(3.125vw, 60px);
  font-weight: 700;
  color: #E60012;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .kvSec__text h1 span:nth-of-type(2) {
    top: -0.8vw;
    font-size: 6.9333333333vw;
  }
}
.mainContents.corp .kvSec__text h1 span:nth-of-type(2)::after {
  content: "";
  display: block;
  background-image: url("/company/images/img-company-01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: min(4.6875vw, 90px);
  height: min(4.6875vw, 90px);
  top: max(-1.25vw, -24px);
  right: max(-1.3020833333vw, -25px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .kvSec__text h1 span:nth-of-type(2)::after {
    background-image: url("/company/images/img-company-sp-01.svg");
    width: 15.4666666667vw;
    height: 10.1333333333vw;
    top: -2.6666666667vw;
    right: -5.3333333333vw;
  }
}
.mainContents.corp .philosophySec {
  position: relative;
  background-image: url("/corp/images/img-corp-02.png");
  background-size: cover;
  background-position: bottom;
  height: 510px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .philosophySec {
    height: 410px;
    padding-top: 60px;
    background-image: url("/corp/images/img-corp-tab-02.png");
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .philosophySec {
    height: 460px;
    padding-top: 30px;
    background-image: url("/corp/images/img-corp-sp-02.png");
  }
}
.mainContents.corp .philosophySec::before {
  content: "";
  display: block;
  width: 100%;
  height: min(0.5208333333vw, 10px);
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophySec::before {
    height: min(0.5208333333vw, 10px);
    left: 0;
  }
}
.mainContents.corp .philosophySec__inner {
  width: 100%;
  text-align: center;
}
.mainContents.corp .philosophySec__inner h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.68;
  color: #E60012;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .philosophySec__inner h2 {
    font-size: 21px;
    line-height: 1.5238095238;
    margin-bottom: 30px;
  }
}
.mainContents.corp .philosophySec__inner p {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.9642857143;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .philosophySec__inner p {
    position: static !important;
    font-size: 18px;
    line-height: 1.875;
  }
}
.mainContents.corp .philosophySec__inner p span {
  font-weight: 700;
  border-bottom: solid #E60012 min(0.2604166667vw, 5px);
  padding-bottom: min(0.4166666667vw, 8px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophySec__inner p span {
    border-bottom: solid #E60012 0.8vw;
  }
}
.mainContents.corp .philosophy .thought .inner {
  max-width: min(51.0416666667vw, 980px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: min(2.96875vw, 57px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought .inner {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 9.3333333333vw;
  }
}
.mainContents.corp .philosophy .thought .inner p {
  text-align: center;
  font-size: min(1.8229166667vw, 35px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought .inner p {
    font-size: 4.8vw;
  }
}
.mainContents.corp .philosophy .thought .inner p span {
  display: block;
  background-image: url("/company/images/img-company-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: min(2.0833333333vw, 40px);
  margin-top: min(1.3020833333vw, 25px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought .inner p span {
    height: 5.8666666667vw;
    margin-top: 4.8vw;
  }
}
.mainContents.corp .philosophy .thought .inner p span::before, .mainContents.corp .philosophy .thought .inner p span::after {
  content: "";
  display: block;
  background-color: #323232;
  width: min(17.2395833333vw, 331px);
  height: min(0.2083333333vw, 4px);
  border-radius: min(0.2604166667vw, 5px);
  position: absolute;
  top: min(0.2083333333vw, 4px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought .inner p span::before, .mainContents.corp .philosophy .thought .inner p span::after {
    width: 23.2vw;
    height: 0.5333333333vw;
  }
}
.mainContents.corp .philosophy .thought .inner p span::before {
  left: 0;
}
.mainContents.corp .philosophy .thought .inner p span::after {
  right: 0;
}
.mainContents.corp .philosophy .thought__wrap {
  padding-top: min(4.4270833333vw, 85px);
  padding-bottom: min(4.4270833333vw, 85px);
}
.mainContents.corp .philosophy .thought__wrap:nth-child(even) {
  background-color: #fefafa;
}
.mainContents.corp .philosophy .thought__wrap:nth-child(1) {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought__wrap:nth-child(1) {
    padding-top: 9.0666666667vw;
  }
}
.mainContents.corp .philosophy .thought__wrap:nth-child(2) .inner {
  max-width: min(52.8125vw, 1014px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought__wrap:nth-child(2) .inner {
    max-width: 100%;
  }
}
.mainContents.corp .philosophy .thought__wrap:nth-child(3) .inner, .mainContents.corp .philosophy .thought__wrap:nth-child(4) .inner {
  max-width: min(30.3645833333vw, 583px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought__wrap:nth-child(3) .inner, .mainContents.corp .philosophy .thought__wrap:nth-child(4) .inner {
    max-width: 77.3333333333vw !important;
  }
}
.mainContents.corp .philosophy .thought__wrap:nth-child(3) span::before, .mainContents.corp .philosophy .thought__wrap:nth-child(3) span::after, .mainContents.corp .philosophy .thought__wrap:nth-child(4) span::before, .mainContents.corp .philosophy .thought__wrap:nth-child(4) span::after {
  width: min(6.7708333333vw, 130px) !important;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought__wrap:nth-child(3) span::before, .mainContents.corp .philosophy .thought__wrap:nth-child(3) span::after, .mainContents.corp .philosophy .thought__wrap:nth-child(4) span::before, .mainContents.corp .philosophy .thought__wrap:nth-child(4) span::after {
    width: 12.5333333333vw !important;
  }
}
.mainContents.corp .philosophy .thought__wrap:nth-child(3) span::before, .mainContents.corp .philosophy .thought__wrap:nth-child(4) span::before {
  left: 0;
}
.mainContents.corp .philosophy .thought__wrap:nth-child(3) span::after, .mainContents.corp .philosophy .thought__wrap:nth-child(4) span::after {
  right: 0;
}
.mainContents.corp .philosophy .thought__text-wrap {
  width: min(72.9166666667vw, 1400px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought__text-wrap {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.mainContents.corp .philosophy .thought__text {
  font-size: min(1.4583333333vw, 28px);
  font-weight: 400;
  line-height: min(2.8645833333vw, 55px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought__text {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
  }
}
.mainContents.corp .philosophy .thought__img {
  min-width: min(31.8229166667vw, 611px);
}
.mainContents.corp .philosophy .thought__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought__img {
    width: 100%;
    margin-top: 9.3333333333vw;
  }
}
.mainContents.corp .philosophy .thought__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(3.125vw, 60px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .philosophy .thought__flex {
    flex-direction: column;
    align-items: center;
    gap: 9.3333333333vw;
  }
}
.mainContents.corp .corpSec {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .corpSec {
    width: 100%;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.mainContents.corp .corpSec__inner {
  margin-top: 60px;
}
.mainContents.corp .corpSec__inner:nth-child(3) .corpSec__logo {
  width: 346px;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .corpSec__inner:nth-child(3) .corpSec__logo {
    width: 100%;
  }
}
.mainContents.corp .corpSec__inner:nth-child(4) .corpSec__logo {
  width: min(16.1458333333vw, 310px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .corpSec__inner:nth-child(4) .corpSec__logo {
    width: 62.1333333333vw;
  }
}
.mainContents.corp .corpSec__inner:nth-child(5) .corpSec__logo {
  width: min(17.7604166667vw, 341px);
}
@media screen and (max-width: 768px) {
  .mainContents.corp .corpSec__inner:nth-child(5) .corpSec__logo {
    width: 100%;
  }
}
.mainContents.corp .corpSec__nav-ttl {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__nav-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__nav-ttl {
    font-size: 19px;
    margin-top: 30px;
  }
}
.mainContents.corp .corpSec__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  width: fit-content;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__nav-list {
    flex-direction: column;
    width: auto;
  }
}
.mainContents.corp .corpSec__nav-item {
  width: 305px;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__nav-item {
    width: 228px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__nav-item {
    width: 100%;
  }
}
.mainContents.corp .corpSec__nav-item__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  border: 2px solid #E60012;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .corpSec__nav-item__link {
    border: 1px solid #E60012;
    border-radius: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mainContents.corp .corpSec__nav-item__link:hover {
    opacity: 1;
  }
  .mainContents.corp .corpSec__nav-item__link:hover .corpSec__nav-item__text {
    color: #E60012;
  }
  .mainContents.corp .corpSec__nav-item__link:hover .corpSec__nav-item__text::before {
    width: min(13.5416666667vw, 260px);
    height: min(13.5416666667vw, 260px);
    opacity: 1;
  }
  .mainContents.corp .corpSec__nav-item__link:hover .corpSec__nav-item__text i::before {
    opacity: 1;
  }
}
.mainContents.corp .corpSec__nav-item__icon {
  display: block;
  height: 100%;
  padding: 0 22px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__nav-item__icon {
    padding: 0 2px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__nav-item__icon {
    padding: 0 12px;
  }
}
.mainContents.corp .corpSec__nav-item__icon img {
  width: 47px;
  height: auto;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__nav-item__icon img {
    width: 37px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__nav-item__icon img {
    width: 29px;
  }
}
.mainContents.corp .corpSec__nav-item__text {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 6px 20px;
  background: #E60012;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__nav-item__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__nav-item__text {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.mainContents.corp .corpSec__nav-item__text::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transition: 0.4s width, 0.4s height, 0.4s opacity;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  opacity: 0;
  aspect-ratio: 1/1;
  background-color: #ffebe1;
  z-index: -1;
}
.mainContents.corp .corpSec__nav-item__text i {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 7px;
  position: relative;
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__nav-item__text i {
    width: 13px;
    height: 13px;
  }
}
.mainContents.corp .corpSec__nav-item__text i::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url("/corp/images/icon-button-hover.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.mainContents.corp .corpSec__heading {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding-left: 33px;
  padding-top: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__heading {
    font-size: 19px;
    padding-top: 17px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__heading {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 10px;
  }
}
.mainContents.corp .corpSec__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 73px;
  height: 61px;
  background-image: url("/shared/images/icon-header.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__heading::before {
    width: 57px;
    height: 47px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__heading::before {
    width: 36px;
    height: 30px;
  }
}
.mainContents.corp .corpSec__content {
  display: grid;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
}
.mainContents.corp .corpSec__content .corpSec__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 3px solid #f2efef;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__content .corpSec__item {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__content .corpSec__item {
    flex-direction: column;
    padding-bottom: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mainContents.corp .corpSec__content .corpSec__logo {
    margin: 0 auto;
  }
}
.mainContents.corp .corpSec__content .corpSec__img {
  min-width: 401px;
  max-width: 401px;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__content .corpSec__img {
    min-width: 339px;
    max-width: 339px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__content .corpSec__img {
    min-width: 100%;
    max-width: 100%;
  }
}
.mainContents.corp .corpSec__content .corpSec__head {
  display: flex;
  align-items: center;
}
.mainContents.corp .corpSec__content .corpSec__subject {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__content .corpSec__subject {
    align-items: flex-start;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__content .corpSec__subject {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.mainContents.corp .corpSec__content .corpSec__icon {
  width: 33px;
}
.mainContents.corp .corpSec__content .corpSec__label {
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__content .corpSec__label {
    font-size: 16px;
    margin-right: 0;
  }
}
.mainContents.corp .corpSec__content .corpSec__tag-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mainContents.corp .corpSec__content .corpSec__tag-wrap {
    gap: 8px;
  }
}
.mainContents.corp .corpSec__content .corpSec__tag {
  display: inline-block;
  font-size: 18px;
  border: 1px solid #707070;
  padding: 4px 12px;
  background: #fff;
  border-radius: 1000px;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__content .corpSec__tag {
    font-size: 16px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__content .corpSec__tag {
    font-size: 16px;
    padding: 2px 8px;
  }
}
.mainContents.corp .corpSec__content .corpSec__ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__content .corpSec__ttl {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__content .corpSec__ttl {
    font-size: 17px;
    line-height: 1.7058823529;
  }
}
.mainContents.corp .corpSec__content .corpSec__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5909090909;
}
@media screen and (max-width: 820px) {
  .mainContents.corp .corpSec__content .corpSec__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__content .corpSec__text {
    font-size: 17px;
    line-height: 2;
  }
}
.mainContents.corp .corpSec__content img {
  width: 100%;
  height: auto;
}
.mainContents.corp .corpSec__content a {
  font-size: 18px;
  margin-top: 20px;
  display: block;
  text-decoration: none;
  color: #323232;
  text-align: right;
  padding-right: 25px;
  background-image: url("/shared/images/icon-link-red-01.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  line-height: 1.4782608696;
  background-position: right center;
}
@media screen and (max-width: 445px) {
  .mainContents.corp .corpSec__content a {
    font-size: 16px;
    padding-right: 23px;
    background-size: 12px;
  }
}