@charset "UTF-8";

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-nav-global-pc {
  border-bottom: 1px solid #e5e5e5;
}

.c-hero {
  position: relative;
  padding: 15px 15px 0;
  overflow: hidden;
}

.c-hero__body {
  position: relative;
  width: 100%;
  height: calc(100vh - 125px);
  min-height: 650px;
  overflow: hidden;
}
.c-hero__body .blur {
  position: relative;
  width: 720px;
  height: 190px;
  margin: calc(27.593vh + 140px) auto 0;
  overflow: hidden;
}
.c-hero__body .blur > span {
  display: block;
  position: absolute;
  top: calc(-27.593vh + -140px);
  left: calc((100vw - 750px) / -2);
  width: calc(100vw - 30px);
  height: calc(100vh - 15px);
  min-width: 1250px;
  min-height: 650px;
  background: url(../img/home/bg-hero-02.jpg) no-repeat 50% 50%;
  background-size: cover;
  filter: blur(4px);
}
.c-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-height: 650px) {
  .c-hero__body .blur {
    margin: 319px auto 0;
  }
  .c-hero__body .blur > span {
    top: -319px;
  }
}
@media screen and (max-width: 1280px) {
  .c-hero__body .blur > span {
    left: -265px;
  }
}
.c-hero__logo {
  position: absolute;
  top: 21.925vh;
  right: 0;
  left: 0;
  width: 190px;
  height: 140px;
  margin: 0 auto;
}
.c-hero__logo img {
  width: 100%;
}
.c-hero__text {
  position: absolute;
  top: calc(27.593vh + 10px);
  right: 400px;
  left: 0;
  width: 720px;
  height: 190px;
  margin: 0 auto;
  font-size: 32px;
}
.c-hero__text [data-animation] {
  opacity: 0;
  transition: 400ms ease-in;
}
.c-hero__text [data-animation='true'] {
  opacity: 1;
}
.c-hero__text-jp [data-animation] {
  transition-delay: 400ms;
}
.c-hero__text-en {
  font-size: calc(96 / 32 * 1em);
  line-height: 1.1;
  margin: 0 0 0.2em;
}
.c-hero__text-en-row {
  display: block;
}
.c-hero__text-en-row:first-child span:first-child {
 color: #df1c2e;
 font-size: calc(116 / 96 * 1em);
}
.c-hero__text-jp {
  font-family: 600;
}
.c-hero__scroll {
  position: absolute;
  right: 0;
  bottom: 6.417%;
  left: 0;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  padding: 30px 0 0;
  border-radius: 90px;
  background: #fff;
  line-height: 1;
  color: #dc0e21;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-align: center;
  animation: fluffy 1.5s ease infinite;
}
@media screen and (max-height: 650px) {
  .c-hero__logo {
    top: 142px;
  }
  .c-hero__text {
    top: 319px;
  }
}
@keyframes fluffy {
  0% {
    bottom: 6.417%;
  }
  50% {
    bottom: 5.417%;
  }
  100% {
    bottom: 6.417%;
  }
}
.c-hero__scroll::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 7px auto 0;
  border-bottom: 4px solid #dc0e21;
  border-left: 4px solid #dc0e21;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-hero {
    margin-top: 55px;
    padding: 0;
  }
  .c-hero__body {
    height: calc(90vh - 90px);
    min-height: 0;
  }
  .c-hero__body .blur {
    width: 87.5%;
    height: 0;
    margin: calc(20.933vh + 103px) auto 0;
    padding-top: calc(46.4285% * 0.875);
  }
  .c-hero__body .blur > span {
    top: calc(-20.933vh - 103px);
    left: calc(-12.5vw / 2);
    width: 100vw;
    height: calc(100vh - 55px);
    min-width: 320px;
    min-height: 0;
  }
  .c-hero__logo {
    position: absolute;
    top: 14.593vh;
    right: 0;
    left: 0;
    width: 144px;
    height: 103px;
    margin: 0 auto;
  }
  .c-hero__text {
    top: 9.933vh;
    left: 45px;
    width: 85%;
    height: auto;
    font-size: 16px;
  }
  .c-hero__scroll {
    display: none;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-home-section {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-home-section {
    position: relative;
    width: auto;
    margin: 0 auto;
    z-index: 1;
  }
}

.c-home-section .title h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  margin-left: -50px;
  line-height: 1;
  font-weight: 700;
  font-size: 61px;
  font-family: Lato, sans-serif;
  letter-spacing: 0.04em;
}
.c-home-section .title h2:first-letter {
  color: #dc0e21;
}
.c-home-section .title h3 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-home-section .title {
    margin-bottom: 30px;
  }
  .c-home-section .title h2 {
    display: block;
    margin: 0 0 23px;
    font-size: 11.5625vw;
    text-align: center;
  }
  .c-home-section .title h3 {
    display: block;
    font-size: 5.3125vw;
    text-align: center;
  }
}

.c-home-section .block {
  margin: 0 0 45px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* news非表示の調整
  .c-home-section .block {
    margin: 0 0 20px;
  } */
  .c-home-section .block {
    margin: 0 0 30px;
  }
}

.c-home-section .btn {
  text-align: center;
}
.c-home-section .btn p {
  display: inline-block;
  min-width: 220px;
  padding: 18px 45px;
  border-radius: calc(36px + 1.5rem);
  background: #dc0e21;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-home-section .btn p {
    display: block;
    width: auto;
    min-width: 0;
    padding: 12px 0;
    border-radius: calc(24px + 4vw);
    font-size: 4vw;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-home-service {
  margin-top: -1px;
  background: url(../img/home/bg-home.png) no-repeat -386px -89px;
}
.c-home-service .c-home-section {
  padding: 130px 0 90px;
}
.c-home-service .c-home-section .title h2 {
  display: block;
  margin-right: 0;
  margin-bottom: 70px;
}
.c-home-service .c-home-section .title h3 {
  display: block;
  margin-bottom: 8px;
  font-size: 26px;
}
.c-home-service .c-home-section .text {
  float: left;
  width: 500px;
  padding-top: 23px;
}
.c-home-service .c-home-section .pict {
  float: right;
  width: 400px;
}
.c-home-service .c-home-section .pict img {
  width: 100%;
}
.c-home-service .c-home-section .movie {
  position: relative;
  width: 455px;
  margin: 0 auto;
}
.c-home-service .c-home-section .movie a {
  display: block;
  border: 6px solid #f5f5f5;
  border-radius: 10px;
}
.c-home-service .c-home-section .movie a::before,
.c-home-service .c-home-section .movie a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-home-service .c-home-section .movie a::before {
  width: 75px;
  height: 75px;
  border: 3px solid #000;
  border-radius: 75px;
  background: rgba(255, 255, 255, 0.8);
}
.c-home-service .c-home-section .movie a::after {
  left: 6px;
  width: 0;
  height: 0;
  border-width: 11px 0 11px 12px;
  border-style: solid;
  border-color: transparent #000;
}
.c-home-service .c-home-section .movie img {
  width: 100%;
}

.c-home-service .partners {
  margin-bottom: 50px;
}
.c-home-service .partners h3 {
  font-size: 2.4rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-home-service .partners h3::first-letter {
  color: #dc0e21;
}
.c-home-service .partners h3 small {
  margin-left: 15px;
  font-size: 0.9rem;
  vertical-align: middle;
  letter-spacing: 0;
}
.c-home-service .partners ul {
  padding: 25px 0;
  background: #f5f5f5;
  font-size: 0;
  text-align: center;
}
.c-home-service .partners li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 55px;
}
.c-home-service .partners li:not(:nth-child(4n))::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background: #ddd;
}
.c-home-service .partners li a {
  display: block;
  position: relative;
  margin: 0 -55px;
  padding: 0 55px;
}
.c-home-service .partners li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto 0;
  border-top: 3px solid #dc0e21;
  border-right: 3px solid #dc0e21;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-home-service .partners li span {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #192b53;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
.c-home-service .partners img[src*="logo-china-ums"] {
  width: 185px;
}
.c-home-service .partners img[src*="logo-chinapay"] {
  width: 158px;
}
.c-home-service .partners img[src*="logo-global-shopper"] {
  width: 53px;
}
.c-home-service .partners img[src*="logo-ums-expresspay"] {
  width: 114px;
}

@media screen and (max-width: 768px) {
  .c-home-service {
    margin-top: 0;
    background-position: -215px -33px;
    background-size: 486px auto;
  }
  .c-home-service .c-home-section {
    padding: 50px 25px;
  }

  .c-home-service .c-home-section .title h2 {
    margin-bottom: 23px;
  }
  .c-home-service .c-home-section .title h3 {
    margin-bottom: 0;
    font-size: 5.3125vw;
  }

  .c-home-service .c-home-section .text {
    float: none;
    width: auto;
    margin-bottom: 25px;
    padding-top: 0;
  }
  .c-home-service .c-home-section .pict {
    float: none;
    width: auto;
  }

  .c-home-service .c-home-section .movie {
    width: auto;
  }
  .c-home-service .c-home-section .movie a::before,
  .c-home-service .c-home-section .movie a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .c-home-service .c-home-section .movie a::before {
    width: 56px;
    height: 56px;
    border-radius: 56px;
  }
  .c-home-service .c-home-section .movie a::after {
    left: 3px;
    border-width: 8px 0 8px 9px;
  }

  .c-home-service .partners {
    margin-bottom: 30px;
  }
  .c-home-service .partners h3 small {
    margin-left: 10px;
  }
  .c-home-service .partners ul {
    padding: 0 15px;
  }
  .c-home-service .partners li {
    display: block;
    width: auto !important;
    padding: 15px 0;
  }
  .c-home-service .partners li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .c-home-service .partners li:not(:nth-child(4n))::after {
    display: none;
  }
  .c-home-service .partners li a {
    margin: -15px 0;
    padding: 15px 0;
  }
  .c-home-service .partners li a::after {
    right: 5px;
    width: 10px;
    height: 10px;
  }
  .c-home-service .partners li span {
    font-size: 0.875rem;
  }
  .c-home-service .partners img[src*="logo-china-ums"] {
    width: 129px;
  }
  .c-home-service .partners img[src*="logo-chinapay"] {
    width: 110px;
  }
  .c-home-service .partners img[src*="logo-global-shopper"] {
    width: 37px;
  }
  .c-home-service .partners img[src*="logo-ums-expresspay"] {
    width: 86px;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * NEWS 新着情報
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-home-news {
  position: relative;
  background: #f0efef;
}
.c-home-news .c-home-section {
  padding: 130px 0 50px;
}
.c-home-news::before,
.c-home-news::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 90px;
  border-style: solid;
}
.c-home-news::before {
  top: 0;
  right: 0;
  border-color: #fff #fff transparent transparent;
}
.c-home-news::after {
  bottom: 0;
  left: 0;
  border-color: transparent transparent #fff #fff;
}
.c-home-news .c-home-section .title {
  margin-bottom: 80px;
}
.c-home-news .c-home-section ul {
  margin: 0 0 60px;
  padding: 10px 0 0;
  overflow: hidden;
}
.c-home-news .c-home-section li {
  float: left;
  width: 320px;
}
.c-home-news .c-home-section li:not(:last-child) {
  margin-right: 20px;
}
.c-home-news .c-home-section li a {
  display: block;
  padding: 0 30px 30px;
  background: #fff;
  color: #000;
}
.c-home-news .c-home-section li .day {
  display: inline-block;
  position: relative;
  top: -10px;
  margin: 0 0 20px;
  padding: 7px 16px;
  background: #545454;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.c-home-news .c-home-section li .excerpt {
  margin: 0 0 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.c-home-news .c-home-section li .excerpt .title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.c-home-news .c-home-section li .link {
  line-height: 1;
  color: #dc0e21;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-home-news {
    position: relative;
    background: #f0efef;
  }
  .c-home-news .c-home-section {
    padding: 60px 25px 90px;
  }
  .c-home-news::before,
  .c-home-news::after {
    border-width: 32px;
  }
  .c-home-news .c-home-section .title {
    margin-bottom: 35px;
  }
  .c-home-news .c-home-section .block {
    overflow: visible;
  }
  .c-home-news .c-home-section ul {
    margin: 0 0 30px;
    padding: 0;
    overflow: visible;
  }
  .c-home-news .c-home-section li {
    float: none;
    width: auto;
  }
  .c-home-news .c-home-section li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .c-home-news .c-home-section li a {
    padding: 0 25px 25px;
  }
  .c-home-news .c-home-section li .day {
    margin: 0 0 15px;
  }
  .c-home-news .c-home-section li .excerpt {
    margin: 0 0 10px;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * MEDIA 掲載メディア一覧
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-home-media {
  margin-top: -1px;
  background: url(../img/home/bg-home.png) no-repeat right -369px top -170px;
}
.c-home-media .c-home-section {
  padding: 150px 0 90px;
}
.c-home-media .c-home-section .title {
  margin-bottom: 70px;
}
.c-home-media .c-home-section .title .number {
  display: inline-block;
  vertical-align: middle;
  margin-left: 37px;
  padding: 5px 0 15px 40px;
  border-left: 1px solid #c7c7c7;
  line-height: 1;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
.c-home-media .c-home-section .title .number b {
  margin: 0 3px;
  color: #dc0e21;
  font-weight: 500;
  font-size: 2.0625rem;
}
.c-home-media .c-home-section ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-home-media .c-home-section li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 320px;
  height: 100px;
  border: 4px solid #eee;
  background: #fff;
}
.c-home-media .c-home-section li:nth-child(n + 4) {
  margin-top: 20px;
}
.c-home-media .c-home-section li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.c-home-media .c-home-section li a {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-home-media .c-home-section li img {
  max-width: 230px;
  max-height: 80px;
}
@media screen and (max-width: 768px) {
  .c-home-media {
    margin-top: 0;
    background-position: right -227px top -70px;
    background-size: 486px auto;
  }
  .c-home-media .c-home-section {
    padding: 60px 15px 30px;
  }
  .c-home-media .c-home-section .title {
    margin-bottom: 20px;
  }
  .c-home-media .c-home-section .title h3 {
    margin-bottom: 40px;
  }
  .c-home-media .c-home-section .title .number {
    display: block;
    margin-left: 0;
    padding: 0;
    border-left: none;
  }
  .c-home-media .c-home-section ul {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .c-home-media .c-home-section li {
    width: calc(49% - 4px);
    height: auto;
    min-height: 75px;
    border-width: 2px;
  }
  .c-home-media .c-home-section li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .c-home-media .c-home-section li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .c-home-media .c-home-section li img {
    width: auto;
    max-width: 114px;
    max-height: 56px;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * COMPANY 会社情報
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-home-company {
  background: url(../img/home/bg-home.png) no-repeat right -369px top -24px;
}
.c-home-company .c-home-section {
  padding: 90px 0 120px;
}
.c-home-company .c-home-section .title {
  margin-bottom: 62px;
}
.c-home-company .c-home-section .text {
  text-align: center;
}
.c-home-company .c-home-section ul {
  overflow: hidden;
}
.c-home-company .c-home-section ul li:nth-child(1) {
  float: left;
}
.c-home-company .c-home-section ul li:nth-child(2) {
  float: right;
  margin-bottom: 20px;
}
.c-home-company .c-home-section ul li:nth-child(3) {
  float: right;
}
.c-home-company .c-home-section ul li a {
  display: block;
  position: relative;
  border: 1px solid #d3d3d3;
  overflow: hidden;
}
.c-home-company .c-home-section ul li a::before,
.c-home-company .c-home-section ul li a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-home-company .c-home-section ul li a::before {
  right: 0;
  bottom: 0;
  background: #dc0e21;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.c-home-company .c-home-section ul li a::after {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.c-home-company .c-home-section ul li:nth-child(1) a {
  width: 524px;
  height: 300px;
  padding-top: 209px;
  background: #fff url(../img/home/icon-company.png) no-repeat 50% 29px;
  background-size: 157px auto;
  text-align: center;
}
.c-home-company .c-home-section ul li:nth-child(1) a::before {
  width: 66px;
  height: 132px;
}
.c-home-company .c-home-section ul li:nth-child(1) a::after {
  right: 11px;
  bottom: 9px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.c-home-company .c-home-section ul li:nth-child(2) a,
.c-home-company .c-home-section ul li:nth-child(3) a {
  width: 456px;
  height: 140px;
  padding-top: 44px;
  padding-left: 189px;
}
.c-home-company .c-home-section ul li:nth-child(2) a::before,
.c-home-company .c-home-section ul li:nth-child(3) a::before {
  width: 52px;
  height: 104px;
}
.c-home-company .c-home-section ul li:nth-child(2) a::after,
.c-home-company .c-home-section ul li:nth-child(3) a::after {
  right: 9px;
  bottom: 7px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.c-home-company .c-home-section ul li:nth-child(2) a {
  background: #fff url(../img/home/icon-business.png) no-repeat 37px 50%;
  background-size: 110px auto;
}
.c-home-company .c-home-section ul li:nth-child(3) a {
  background: #fff url(../img/home/icon-recruit.png) no-repeat 37px 50%;
  background-size: 110px auto;
}
.c-home-company .c-home-section ul li span {
  display: block;
  line-height: 1;
}
.c-home-company .c-home-section ul li span:nth-child(1) {
  margin-bottom: 10px;
  padding-left: 0.08em;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.08em;
}
.c-home-company .c-home-section ul li:nth-child(1) span:nth-child(1) {
  padding-left: 0.16em;
  font-size: 30px;
  letter-spacing: 0.16em;
}
.c-home-company .c-home-section ul li span:nth-child(2) {
  padding-left: 0.06em;
  color: #dc0e21;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-home-company {
    background-position: right -227px top -70px;
    background-size: 486px auto;
  }
  /* news非表示の調整
  .c-home-company .c-home-section {
    padding: 60px 25px;
  } */
  .c-home-company .c-home-section {
    padding: 30px 25px 60px;
  }
  .c-home-company .c-home-section .title {
    margin-bottom: 30px;
  }
  .c-home-company .c-home-section .text {
    text-align: center;
  }
  .c-home-company .c-home-section ul {
    overflow: hidden;
  }
  .c-home-company .c-home-section ul li:nth-child(1) {
    float: none;
    margin-bottom: 10px;
  }
  .c-home-company .c-home-section ul li:nth-child(2) {
    float: none;
    margin-bottom: 10px;
  }
  .c-home-company .c-home-section ul li:nth-child(3) {
    float: none;
  }
  .c-home-company .c-home-section ul li:nth-child(1) a {
    width: auto;
    height: auto;
    padding: 120px 0 13px;
    background-position: 50% 14px;
    background-size: 101px auto;
  }
  .c-home-company .c-home-section ul li:nth-child(1) a::before {
    width: 54px;
    height: 108px;
  }
  .c-home-company .c-home-section ul li:nth-child(1) a::after {
    right: 9px;
    bottom: 8px;
    width: 9px;
    height: 9px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .c-home-company .c-home-section ul li:nth-child(2) a,
  .c-home-company .c-home-section ul li:nth-child(3) a {
    width: auto;
    height: 85px;
    padding-top: 25px;
    padding-left: 112px;
  }
  .c-home-company .c-home-section ul li:nth-child(2) a::before,
  .c-home-company .c-home-section ul li:nth-child(3) a::before {
    width: 43px;
    height: 86px;
  }
  .c-home-company .c-home-section ul li:nth-child(2) a::after,
  .c-home-company .c-home-section ul li:nth-child(3) a::after {
    right: 7px;
    bottom: 5px;
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .c-home-company .c-home-section ul li:nth-child(2) a {
    background-position: 16px 50%;
    background-size: 72px auto;
  }
  .c-home-company .c-home-section ul li:nth-child(3) a {
    background-position: 16px 50%;
    background-size: 72px auto;
  }
  .c-home-company .c-home-section ul li span:nth-child(1) {
    margin-bottom: 5px;
    font-size: 19px;
  }
  .c-home-company .c-home-section ul li:nth-child(1) span:nth-child(1) {
    font-size: 21px;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * font
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.font-libre {
  font-family: "Libre Baskerville", serif;
}
.font-serif {
  font-family: 'Noto Serif JP', serif;
}